Browse Source

[updated] all the booty call files with my latest work. should contain a lot of content changes and bugfixes.

hornguy6 1 year ago
parent
commit
eefa838a34

+ 16 - 2
locations/booty_call.qsrc

@@ -6,8 +6,22 @@ if $ARGS[0] = 'scheduler':
 	i = 0
 	:booty_call_time_sched_loop
 	if i < ARRSIZE('$FuckBuddy'):
-		if (rand(1,10) <= npc_sexdrive[$FuckBuddy[i]]) and (rand(1,npc_rel[$FuckBuddy[i]]) > 0):
-			booty_call_time[$FuckBuddy[i]] = 900 + rand(0,210)
+		if (((rand(1,10) <= npc_sexdrive[$FuckBuddy[i]]) and (rand(1,npc_rel[$FuckBuddy[i]]) > 0)) or npc_booty_call[$FuckBuddy[i]] = daystart) and npc_no_booty_call[$FuckBuddy[i]] ! daystart and npc_big_fight[$FuckBuddy[i]] < daystart - 7:
+			if npc_start_free_time[$FuckBuddy[i]] = 0: 
+				$boy = $FuckBuddy[i]
+				gs 'saveupdater', 'npc_stat_update'
+			end
+			if npc_booty_call[$FuckBuddy[i]] = daystart:
+				npc_booty_call_time[$FuckBuddy[i]] = hour * 60
+			elseif week = npc_day_off[$FuckBuddy[i]]:
+				booty_call_time[$FuckBuddy[i]] = 600 + rand(0,720)
+			elseif week ! npc_day_off[$FuckBuddy[i]]:
+				booty_call_time[$FuckBuddy[i]] = rand((npc_start_free_time[$FuckBuddy[i]] * 60), (npc_end_free_time[$FuckBuddy[i]] - 1) * 60)
+!!			elseif week < 6:
+!!				booty_call_time[$FuckBuddy[i]] = 900 + rand(0,210)
+!!			else
+!!				booty_call_time[$FuckBuddy[i]] = 600 + rand(0,720)
+			end
 		else
 			booty_call_time[$FuckBuddy[i]] = 2000
 		end

+ 317 - 167
locations/booty_call_after.qsrc

@@ -40,16 +40,17 @@ end
 if $ARGS[0] = 'ending':
 !!	gs 'booty_call_stats', 'save'
 	gs 'arousal', 'end'
-	if $clothingworntype = 'nude': gs'booty_call_after', 'dress'
+	gs'booty_call_after', 'dress'
 	if booty_call['fuck'] > 0: know_virgin[$boy] = 0
 	if booty_call['creampie_orgasm'] = 1: stat_memory['creampie_orgasm'] = daystart
+	npc_last_sex[$boy] = daystart
 	killvar 'booty_call'
 end
 
 if $ARGS[0] = 'dress':
-	gs 'clothing', 'wear_last_worn'
-	gs 'panties', 'wear', $lastwornpantytype['booty_call'], lastwornpantynumber['booty_call']
-	gs 'bras', 'wear', $lastwornbratype['booty_call'], lastwornbranumber['booty_call']
+	if $clothingworntype = 'nude': gs 'clothing', 'wear_last_worn'
+	if $pantyworntype = 'none': gs 'panties', 'wear', $lastwornpantytype['booty_call'], lastwornpantynumber['booty_call']
+	if $braworntype = 'none': gs 'bras', 'wear', $lastwornbratype['booty_call'], lastwornbranumber['booty_call']
 	gs 'stat'
 end
 
@@ -89,7 +90,6 @@ if $ARGS[0] = 'stop_here':
 			'"I think I''m good here," you say. "How about you?"'
 		end
 		if booty_call['cum_count'] < npc_sexdrive[$boy] - rand(1,3) and booty_call['blowjob_continue_ask'] ! 1:
-			booty_call['blue_ball'] = 1
 			if booty_call['keep_going_continue'] > 0 and npc_caretaker[$boy] = 1:
 				gs'booty_call_after', 'finish'
 			elseif booty_call['keep_going_continue'] > 0:
@@ -120,6 +120,7 @@ if $ARGS[0] = 'stop_here_options':
 				if rand(0,1) = 1:
 					'"Come on, please? Just a couple more times?"'
 					act'Not happening':
+						booty_call['blue_ball'] = 1
 						cla & *nl
 						'"Sorry," you shake your head. "But I just can''t."'
 						gs'booty_call_after', 'after_sex1'
@@ -128,6 +129,7 @@ if $ARGS[0] = 'stop_here_options':
 					'"Can I at least get a blowjob?"'
 					booty_call['blowjob_continue_ask'] = 1
 					act'Not happening':
+						booty_call['blue_ball'] = 1
 						cla & *nl
 						'"Sorry," you shake your head. "But I just can''t."'
 						gs'booty_call_after', 'after_sex1'
@@ -136,6 +138,7 @@ if $ARGS[0] = 'stop_here_options':
 				end
 			else
 				'<<$npc_firstname[$boy]>> seems really disappointed, almost upset.'
+				booty_call['blue_ball'] = 1
 				gs'booty_call_after', 'after_sex1'
 			end
 		end
@@ -146,6 +149,7 @@ if $ARGS[0] = 'stop_here_options':
 	act'I don''t have time':
 		cla & *nl
 		booty_call['no_time'] += 1
+		booty_call['blue_ball'] = 1
 		if booty_call['keep_going_continue'] >= 1:
 			'"Seriously <<$npc_firstname[$boy]>>," you say. "I can''t. You''re gonna make me late."'
 		else
@@ -168,6 +172,7 @@ if $ARGS[0] = 'stop_here_options':
 		act'Mom will kill me':
 			cla & *nl
 			booty_call['mom_kill'] += 1
+			booty_call['blue_ball'] = 1
 			if booty_call['keep_going_continue'] >= 1:
 				if hour < 3:
 					'"Seriously <<$npc_firstname[$boy]>>," you say. "I can''t. My mom is already going to kill me for staying out past curfew."'
@@ -210,6 +215,7 @@ if $ARGS[0] = 'stop_here_options':
 		act'Sore pussy':
 			cla & *nl
 			booty_call['sore_pussy'] = 1
+			booty_call['blue_ball'] = 1
 			'"My pussy is so sore," you say, rubbing his arm, feeling genuinely apologetic. "You''re gonna fuck me to death if we keep going."'
 			if npc_caretaker[$boy] = 1:
 				'<<$npc_firstname[$boy]>> smiles apologetically at you.'
@@ -229,6 +235,7 @@ end
 
 if $ARGS[0] = 'well_continue':
 	act'Well...':
+		booty_call['blue_ball'] = 0
 		cla & *nl
 		if booty_call['no_time'] > 0:
 			'"Well... Maybe I could be a <i>little</i> late..." you say with a soft smile.'
@@ -373,10 +380,10 @@ if $ARGS[0] = 'fucked_out':
 		if booty_call['cock_remove'] = 1:
 			$npc_apt_bedroom[$boy]
 			$booty_call['end_comment']
+			gs'booty_call_after', 'after_sex1'
 		else
 			gs'booty_call_after', 'pull_apart'
 		end
-		gs'booty_call_after', 'after_sex2'
 	end
 	
 	act'Sigh':
@@ -385,10 +392,11 @@ if $ARGS[0] = 'fucked_out':
 		if booty_call['cock_remove'] = 1:
 			$npc_apt_bedroom[$boy]
 			$booty_call['end_comment']
+			gs'booty_call_after', 'after_sex1'
 		else
 			gs'booty_call_after', 'pull_apart'
+			gs'booty_call_after', 'after_sex2'
 		end
-		gs'booty_call_after', 'after_sex2'
 	end
 	
 	act'Laugh':
@@ -401,10 +409,11 @@ if $ARGS[0] = 'fucked_out':
 		if booty_call['cock_remove'] = 1:
 			$npc_apt_bedroom[$boy]
 			$booty_call['end_comment']
+			gs'booty_call_after', 'after_sex1'
 		else
 			gs'booty_call_after', 'pull_apart'
+			gs'booty_call_after', 'after_sex2'
 		end
-		gs'booty_call_after', 'after_sex2'
 	end
 	if booty_call['cum_count'] < 3:
 		act'"Seriously?"':
@@ -415,7 +424,7 @@ if $ARGS[0] = 'fucked_out':
 			else
 				'"Seriously?" you scoff. "You''re already done?"'
 			end
-			gs'booty_call_after', 'after_sex2'
+			gs'booty_call_after', 'after_sex1'
 		end
 	end
 end
@@ -982,14 +991,19 @@ end
 !! -------------------------------------------------------------------------------
 
 if $ARGS[0] = 'after_sex1':
-	if booty_call['cock_remove'] = 0:
+	if booty_call['cock_remove'] = 0 and ($booty_call['position'] = 'miss' or $booty_call['position'] = 'doggy' or $booty_call['position'] = 'cowgirl'):
 		act'Pull apart':
 			cla & *clr
 			gs'booty_call_after', 'pull_apart'
-			if npc_smoker[$boy] > 0:
-				'<<$npc_firstname[$boy]>> reaches over to his nightstand and pulls out a pack of cigarettes.'
+			if (npc_humor[$boy] = 1 or npc_humor[$boy] = 2) and (booty_call['fuck_count'] >= npc_sexdrive[$boy] - 1) and rand(0,1) = 1:
+				gs'booty_call_pillow_talk', 'high_five1'
+			else
+				if npc_smoker[$boy] > 0:
+					*nl
+					'Afterwards, he reaches over to his nightstand and pulls out a pack of cigarettes.'
+				end
+				gs'booty_call_after', 'after_sex2'
 			end
-			gs'booty_call_after', 'after_sex2'
 		end
 	else
 		act'Finish':
@@ -1000,13 +1014,17 @@ if $ARGS[0] = 'after_sex1':
 			else
 				$npc_apt_bedroom[$boy]
 			end
-			if npc_smoker[$boy] > 0:
-				'The two of you pull apart and <<$npc_firstname[$boy]>> reaches over to his nightstand and pulls out a pack of cigarettes.'
+			if (npc_humor[$boy] = 1 or npc_humor[$boy] = 2) and (booty_call['fuck_count'] >= npc_sexdrive[$boy] - 1) and rand(0,1) = 1:
+				gs'booty_call_pillow_talk', 'high_five1'
 			else
-				*nl
-				'The two of you quietly bask in the afterglow of your fuck together.'
+				if npc_smoker[$boy] > 0:
+					'The two of you pull apart and <<$npc_firstname[$boy]>> reaches over to his nightstand and pulls out a pack of cigarettes.'
+				else
+					*nl
+					'The two of you quietly bask in the afterglow of your fuck together.'
+				end
+				gs'booty_call_after', 'after_sex2'
 			end
-			gs'booty_call_after', 'after_sex2'
 		end
 	end
 end
@@ -1087,7 +1105,7 @@ if $ARGS[0] = 'after_sex2':
 		end
 	end
 
-	if booty_call['phone'] = 0:
+	if booty_call['phone'] = 0 and booty_call['angry_after'] = 0:
 		act'Play with your phone':
 			booty_call['phone'] = 1
 			cla & *clr
@@ -1098,7 +1116,7 @@ if $ARGS[0] = 'after_sex2':
 		end
 	end
 
-	if siga > 0 and booty_call['cigarette'] = 0:
+	if siga > 0 and booty_call['cigarette'] = 0 and booty_call['pillow_talk'] = 0 and booty_call['angry_after'] = 0:
 		act'Have a smoke':booty_call['cigarette'] = 1 & gt'booty_call_after', 'smoke'
 
 		act'Have a smoke and play with your phone':
@@ -1108,7 +1126,7 @@ if $ARGS[0] = 'after_sex2':
 		end
 	end
 
-	if npc_smoker[$boy] > 0 and booty_call['annoyed'] = 0:
+	if npc_smoker[$boy] > 0 and booty_call['annoyed'] = 0 and booty_call['bum_cigarette'] = 0 and booty_call['pillow_talk'] = 0 and booty_call['angry_after'] = 0:
 		act'Bum a cigarette':
 			booty_call['bum_cigarette'] = 1
 			siga += 1
@@ -1143,12 +1161,13 @@ if $ARGS[0] = 'after_sex2':
 		act'Pillow talk':gt'booty_call_pillow_talk', 'start'
 	end
 
-	if (hour >= 20 or hour < 5) and booty_call['spend_night'] = 0 and booty_call['mom_kill'] = 0 and booty_call['no_time']:
+	if (hour >= 20 or hour < 5) and booty_call['spend_night'] = 0 and booty_call['mom_kill'] = 0 and booty_call['no_time'] = 0 and booty_call['angry_after'] = 0:
 		act'Ask to spend the night':
 			booty_call['spend_night'] = 1
 			cla & *clr
 			$npc_apt_bedroom[$boy]
 			'"Mind if I spend the night?" you ask.'
+			
 			act'I don''t feel like going home':
 				cla & *clr
 				$npc_apt_bedroom[$boy]
@@ -1164,11 +1183,21 @@ if $ARGS[0] = 'after_sex2':
 					gs'booty_call_after', 'spend_night'
 				end
 			end
-			if pcs_lovers - pcs_girlfriends > 0:
+			
+			if hour >= 22 or hour < 5:
+				act'It''s late':
+					cla & *clr
+					$npc_apt_bedroom[$boy]
+					'"Mind if I spend the night?" you ask. "It''s late and I don''t want to go."'
+					gs'booty_call_after', 'spend_night'
+				end
+			end
+			
+			if pcs_lovers - pcs_girlfriends > 0 and living_with_npc > 0:
 				act'I don''t want to see my boyfriend(annoyed)':
 					cla & *clr
 					$npc_apt_bedroom[$boy]
-					'"Mind if I spend the night?" you ask. "My boyfriend''s been pissing me off lately and I don''t want to see his face."'
+					'"Mind if I spend the night?" you ask. "My boyfriend''s been pissing me off lately and I don''t want to go home to that."'
 					gs'booty_call_after', 'spend_night'
 				end
 
@@ -1179,7 +1208,7 @@ if $ARGS[0] = 'after_sex2':
 			end
 		end
 	end
-	if pcs_sleep < 30 and booty_call['get_up'] = 0:
+	if pcs_sleep < 30 and booty_call['get_up'] = 0 and booty_call['angry_after'] = 0:
 		act'Rest your eyes':gt'booty_call_after', 'bed'
 	end
 	gs'booty_call_after', 'plan_b'
@@ -1187,7 +1216,7 @@ if $ARGS[0] = 'after_sex2':
 end
 
 if $ARGS[0] = 'plan_b':
-	if booty_call['creampie'] > 0 and morning_after_pill > 0 and booty_call['plan_b'] = 0 and birth_control['think_safe'] = 0:
+	if booty_call['creampie_count'] > 0 and morning_after_pill > 0 and booty_call['plan_b'] = 0 and birth_control['think_safe'] = 0 and booty_call['angry_after'] = 0:
 		act'Take a morning after pill':
 			booty_call['plan_b'] = 2
 			cla & *clr
@@ -1235,7 +1264,7 @@ if $ARGS[0] = 'plan_b':
 end
 
 if $ARGS[0] = 'birth_control_pill_take':
-	if birth_control['remind_hour'] > 0 and hour >= birth_control['remind_hour'] and hour <= birth_control['remind_hour'] + 1 and tabletkiday ! daystart:
+	if birth_control['remind_hour'] > 0 and hour >= birth_control['remind_hour'] and hour <= birth_control['remind_hour'] + 1 and tabletkiday ! daystart and booty_call['angry_after'] = 0:
 		act'Take your birth control':
 			birth_control['message_skip'] = daystart
 			gs'din_bad', 'quick_takepill'
@@ -1407,9 +1436,41 @@ if $ARGS[0] = 'dressing1':
 	else
 		'You reach down for where you left your clothes and start to pick them up.'
 	end
-	'"You heading out?" <<$npc_firstname[$boy]>> asks.'
 	gs'booty_call_after', 'dress_loop'
+	if booty_call['angry_after'] = 1:
+		'"I have to go," you say flatly, getting out of the bed without looking at <<$npc_firstname[$boy]>>.'
+		gs'booty_call_after', 'dressing2'
+	elseif booty_call['npc_late'] = 0:
+		'"You heading out?" <<$npc_firstname[$boy]>> asks.'
+		gs'booty_call_after', 'not_leaving'
+		gs'booty_call_after', 'leaving_soon'
+		gs'booty_call_after', 'going_disco'
+		gs'booty_call_after', 'mom_late'
+		gs'booty_call_after', 'need_homework'
+	else
+		'<<$npc_firstname[$boy]>> starts getting dressed next to you.'
+	end
+
+!!	act'Talk while you dress':
+!!		gs'booty_call_after', 'dress_talk_start'
+!!	end
+end
+
+if $ARGS[0] = 'dressing2':
+	if booty_call['sleepover'] = 1:
+		gs'booty_call_morning', 'end_morning'
+	else
+		act'Finish getting dressed':
+			gs'booty_call_after', 'dress_loop'
+			cla & *clr
+			$npc_apt_bedroom[$boy]
+			'You finish <<$booty_call[''dress_describe'']>>.'
+			gs'booty_call_after', 'after_sex_dressed'
+		end
+	end
+end
 
+if $ARGS[0] = 'not_leaving':
 	act'Not yet':
 		cla & *nl
 		'"Not yet," you say, <<$booty_call[''dress_describe'']>>. "Just tired of hanging around naked."'
@@ -1417,7 +1478,9 @@ if $ARGS[0] = 'dressing1':
 		'"Whatever," you roll your eyes.'
 		gs 'booty_call_after', 'dressing2'
 	end
+end
 
+if $ARGS[0] = 'leaving_soon':
 	act'Yeah':
 		cla & *nl
 		'"Yeah," you say, <<$booty_call[''dress_describe'']>>.'
@@ -1425,7 +1488,9 @@ if $ARGS[0] = 'dressing1':
 		
 		gs 'booty_call_after', 'panty_gift'
 	end
-	
+end
+
+if $ARGS[0] = 'going_disco':
 	if hour >= 18 and (week = 5 or week = 6):
 		act'Going to the disco':
 			cla & *nl
@@ -1440,7 +1505,9 @@ if $ARGS[0] = 'dressing1':
 			gs 'booty_call_after', 'panty_gift'
 		end
 	end
-	
+end
+
+if $ARGS[0] = 'mom_late':
 	if mid($start_type,1,2) = 'sg' and hour >= 20:
 		act'Mom will kill me':
 			booty_call['mom_kill'] = 1
@@ -1455,7 +1522,9 @@ if $ARGS[0] = 'dressing1':
 			gs 'booty_call_after', 'panty_gift'
 		end
 	end
-	
+end
+
+if $ARGS[0] = 'need_homework':
 	if lernHome > 0:
 		act'Need to finish my homework':
 			cla & *nl
@@ -1478,24 +1547,6 @@ if $ARGS[0] = 'dressing1':
 			gs 'booty_call_after', 'panty_gift'
 		end
 	end
-
-!!	act'Talk while you dress':
-!!		gs'booty_call_after', 'dress_talk_start'
-!!	end
-end
-
-if $ARGS[0] = 'dressing2':
-	if booty_call['sleepover'] = 1:
-		gs'booty_call_morning', 'end_morning'
-	else
-		act'Finish getting dressed':
-			gs'booty_call_after', 'dress_loop'
-			cla & *clr
-			$npc_apt_bedroom[$boy]
-			'You finish <<$booty_call[''dress_describe'']>>.'
-			gs'booty_call_after', 'after_sex_dressed'
-		end
-	end
 end
 
 if $ARGS[0] = 'panty_gift':
@@ -1670,7 +1721,7 @@ if $ARGS[0] = 'dress_loop':
 		killvar 'lastwornbratype'
 		killvar 'lastwornbranumber'
 		booty_call['bra_wear'] = 1
-		$booty_call['dress_describe'] = 'throwing your arms through the straps of your bra and clasping it behind your back'
+		$booty_call['dress_describe'] = 'fastening your bra around your chest'
 	elseif $clothingworntype = 'nude':
 		gs'clothing', 'wear_last_worn'
 		jump 'dress_loop_start'
@@ -1697,10 +1748,12 @@ if $ARGS[0] = 'dress_loop':
 			end
 		end
 	elseif booty_call['dress_end'] = 1:
-		if CloSkirtShortness > 0:
-			'smoothing out your skirt'
+		if CloDress = 1:
+			'checking your dress'
+		elseif CloSkirtShortness > 0:
+			'smoothing your skirt'
 		else
-			'straightening out your clothes'
+			'checking your clothes'
 		end
 	end
 	gs'stat'
@@ -1753,95 +1806,8 @@ if $ARGS[0] = 'after_sex_dressed':
 			gs 'lover', 'remove fuckbuddy', $boy
 			act'Leave':gt'booty_call_after', 'exit'
 		end
-		
-		if pcs_lovers > 0:
-			act'I''ve started seeing somebody':
-				cla & *clr
-				npc_know_cheat[$boy] = 1
-				$npc_apt_bedroom[$boy]
-				'"The truth is, I''ve started seeing somebody. The sex has been good, but..." You shake your head, grabbing your purse. "I can''t keep doing this. I don''t want to fuck things up."'
-				if npc_fidelity[$boy] < 7:
-					'"Come on," he says. "We''re just having fun. It''s not cheating if it''s just physical. When you masturbate in the shower, it''s not cheating hom him with your showerhead are you?"'
-					act'No means no':
-						cla & *clr
-						'<center><video autoplay loop src="images/shared/romance/misc/depart_annoyed1.mp4"></video></center>'
-						'"You''re not going to change my mind," you say. "We''re done."'
-						*nl
-						'And with that, you head out the door.'
-						gs 'lover', 'remove fuckbuddy', $boy
-						act'Leave':gt'booty_call_after', 'exit'
-					end
-					
-					act'Well...':
-						cla & *nl
-						'You pause, biting your lip in consideration.'
-						act'As long as it''s just phsyical':
-							cla & *clr
-							$npc_apt_bedroom[$boy]
-							'"Well..." you say slowly. "As long as it''s <i>just</i> physical..."'
-							'"Thatta girl," <<$npc_firstname[$boy]>> grins from bed.'
-							gs'booty_call_after', 'cheating_end'
-						end
-						
-						act'Set some rules':
-							cla & *nl
-							'"Okay..." you say. "But there have to be rules!"'
-							gs'booty_call_talk', 'cheating_rules'
-						end
-					end
-				else
-					gs 'lover', 'remove fuckbuddy', $boy
-					'"Oh." <<$npc_firstname[$npclastsaved]>> looks at you. "I guess that''s fair. So... I''ll see you around?"'
-					act'See you':
-						cla & *nl
-						'"Yeah," you mumble wistfully. "See you..."'
-						*nl
-						'And with that, you head out the door.'
-						act'Leave':gt'booty_call_after', 'exit'
-					end
-					
-					act'No I won''t':
-						cla & *clr
-						'<center><video autoplay loop src="images/shared/romance/misc/depart_annoyed1.mp4"></video></center>'
-						'"No, I won''t," you frown. "That''s the point."'
-						*nl
-						'And with that, you head out the door.'
-						act'Leave':gt'booty_call_after', 'exit'
-					end
-				end
-			end
-			
-			if pcs_lovers - pcs_girlfriends > 0:
-				act'I can''t keep cheating on my boyfriend':
-					cla & *clr
-					'<center><video autoplay loop src="images/shared/romance/misc/depart_annoyed1.mp4"></video></center>'
-					if npc_know_cheat[$boy] = 1:
-						'"I can''t keep cheating on my boyfriend like this," you say, hanging your head shamefully. "It''s wrong, and I just can''t do this anymore. I have to go."'
-					else
-						'"The truth is, I''m in a relationship with somebody," you say, hanging your head shamefully. "I''ve been cheating on them with you this whole time. It''s wrong, and I— I just can''t do this anymore!"'
-					end
-					'You grab your things and rush out the door.'
-					gs 'lover', 'remove fuckbuddy', $boy
-					act'Leave':gt'booty_call_after', 'exit'
-				end
-			end
-			if pcs_girlfriends > 0:
-				act'I can''t keep cheating on my girlfriend':
-					cla & *clr
-					'<center><video autoplay loop src="images/shared/romance/misc/depart_annoyed1.mp4"></video></center>'
-					if npc_know_cheat[$boy] = 1:
-						'"I can''t keep cheating on my girlfriend like this," you say, hanging your head shamefully. "It''s wrong, and I just can''t do this anymore. I have to go."'
-					else
-						'"The truth is, I''m in a relationship with somebody," you say, hanging your head shamefully. "I''ve been cheating on them with you this whole time. It''s wrong, and I— I just can''t do this anymore!"'
-					end
-					'You grab your things and rush out the door.'
-					gs 'lover', 'remove fuckbuddy', $boy
-					act'Leave':gt'booty_call_after', 'exit'
-				end
-			end
-		end
-		gs'booty_call_after', 'unsatisfied'
-
+		gs'booty_call_after', 'unsatisfied_breakup'
+		gs'booty_call_after', 'no_more_cheating_breakup'
 	end
 !!{
 	
@@ -1855,8 +1821,8 @@ if $ARGS[0] = 'after_sex_dressed':
 	}
 end
 
-!!{
-if $ARGS[0] = 'unsatisfied':
+
+if $ARGS[0] = 'unsatisfied_breakup':
 	act'You don''t satisfy me':
 		cla & *clr
 		$npc_apt_bedroom[$boy]
@@ -1899,7 +1865,96 @@ if $ARGS[0] = 'unsatisfied':
 			end
 		end
 		
-		act'You''re boring':
+!!		act'You''re boring':
+	end
+end
+
+if $ARGS[0] = 'no_more_cheating_breakup':
+	if pcs_lovers > 0:
+		act'I''ve started seeing somebody':
+			cla & *clr
+			npc_know_cheat[$boy] = 1
+			$npc_apt_bedroom[$boy]
+			'"The truth is, I''ve started seeing somebody. The sex has been good, but..." You shake your head, grabbing your purse. "I can''t keep doing this. I don''t want to fuck things up."'
+			if npc_fidelity[$boy] < 7:
+				'"Come on," he says. "We''re just having fun. It''s not cheating if it''s just physical. When you masturbate in the shower, it''s not cheating hom him with your showerhead are you?"'
+				act'No means no':
+					cla & *clr
+					'<center><video autoplay loop src="images/shared/romance/misc/depart_annoyed1.mp4"></video></center>'
+					'"You''re not going to change my mind," you say. "We''re done."'
+					*nl
+					'And with that, you head out the door.'
+					gs 'lover', 'remove fuckbuddy', $boy
+					act'Leave':gt'booty_call_after', 'exit'
+				end
+				
+				act'Well...':
+					cla & *nl
+					'You pause, biting your lip in consideration.'
+					act'As long as it''s just phsyical':
+						cla & *clr
+						$npc_apt_bedroom[$boy]
+						'"Well..." you say slowly. "As long as it''s <i>just</i> physical..."'
+						'"Thatta girl," <<$npc_firstname[$boy]>> grins from bed.'
+						gs'booty_call_after', 'cheating_end'
+					end
+					
+					act'Set some rules':
+						cla & *nl
+						'"Okay..." you say. "But there have to be rules!"'
+						gs'booty_call_talk', 'cheating_rules'
+					end
+				end
+			else
+				gs 'lover', 'remove fuckbuddy', $boy
+				'"Oh." <<$npc_firstname[$npclastsaved]>> looks at you. "I guess that''s fair. So... I''ll see you around?"'
+				act'See you':
+					cla & *nl
+					'"Yeah," you mumble wistfully. "See you..."'
+					*nl
+					'And with that, you head out the door.'
+					act'Leave':gt'booty_call_after', 'exit'
+				end
+				
+				act'No I won''t':
+					cla & *clr
+					'<center><video autoplay loop src="images/shared/romance/misc/depart_annoyed1.mp4"></video></center>'
+					'"No, I won''t," you frown. "That''s the point."'
+					*nl
+					'And with that, you head out the door.'
+					act'Leave':gt'booty_call_after', 'exit'
+				end
+			end
+		end
+		
+		if pcs_lovers - pcs_girlfriends > 0:
+			act'I can''t keep cheating on my boyfriend':
+				cla & *clr
+				'<center><video autoplay loop src="images/shared/romance/misc/depart_annoyed1.mp4"></video></center>'
+				if npc_know_cheat[$boy] = 1:
+					'"I can''t keep cheating on my boyfriend like this," you say, hanging your head shamefully. "It''s wrong, and I just can''t do this anymore. I have to go."'
+				else
+					'"The truth is, I''m in a relationship with somebody," you say, hanging your head shamefully. "I''ve been cheating on them with you this whole time. It''s wrong, and I— I just can''t do this anymore!"'
+				end
+				'You grab your things and rush out the door.'
+				gs 'lover', 'remove fuckbuddy', $boy
+				act'Leave':gt'booty_call_after', 'exit'
+			end
+		end
+		if pcs_girlfriends > 0:
+			act'I can''t keep cheating on my girlfriend':
+				cla & *clr
+				'<center><video autoplay loop src="images/shared/romance/misc/depart_annoyed1.mp4"></video></center>'
+				if npc_know_cheat[$boy] = 1:
+					'"I can''t keep cheating on my girlfriend like this," you say, hanging your head shamefully. "It''s wrong, and I just can''t do this anymore. I have to go."'
+				else
+					'"The truth is, I''m in a relationship with somebody," you say, hanging your head shamefully. "I''ve been cheating on them with you this whole time. It''s wrong, and I— I just can''t do this anymore!"'
+				end
+				'You grab your things and rush out the door.'
+				gs 'lover', 'remove fuckbuddy', $boy
+				act'Leave':gt'booty_call_after', 'exit'
+			end
+		end
 	end
 end
 
@@ -1915,7 +1970,7 @@ if $ARGS[0] = 'isnt_going_to_work':
 	end
 end
 
-if $ARGS[0] = 'dress_talk_start':
+if $ARGS[0] = 'dress_talk':
 	act'Finish getting dressed':
 		gs'booty_call_after', 'dress_loop'
 		cla & *clr
@@ -1923,24 +1978,22 @@ if $ARGS[0] = 'dress_talk_start':
 		'You finish <<$booty_call[''dress_describe'']>>'
 		gs'booty_call_after', 'after_sex_dressed'
 	end
-	if booty_call['dress_end'] ! 1:
-		if rand(0,1) = 1:
+	if booty_call['dress_end'] ! 1 and booty_call['dress_talk1'] = 0 and rand(0,1) = 1:
+		gs 'booty_call_after', 'npc_booty_call_invite'
+!!{		if rand(0,1) = 1:
 			!! he initiates
 			gs 'booty_call_after', 'dress_talk_him'
 		else
 			!! player initiates
 			gs 'booty_call_after', 'dress_talk_her'
-		end
+		end}
 	else
 		gs 'booty_call_after', 'after_sex_dressed'
 	end
-end}
+end
 
 if $ARGS[0] = 'dress_talk_him':
-	if booty_call['dress_talk1'] = 0:
-		'"You busy tomorrow? Want to come by and do this again?"'
-
-	end
+	gs 'booty_call_after', 'npc_booty_call_invite'
 
 	if booty_call['dress_talk2'] = 0:
 		'"What''re you up to later?"'
@@ -1951,25 +2004,20 @@ if $ARGS[0] = 'dress_talk_him':
 				act'Embarrassed':
 					gs'booty_call_after', 'dress_image'
 					'"I have a date with my boyfriend later," you say, blushing shyly.'
-					if npc_know_cheat[$boy] = 1:
-						if npc_fidelity[$boy] < 7:
-							'"You''re still with that stick in the mud?" <<$npc_firstname[$boy]>> scoffs.'
-						else
-						
-						end
-					else
-						'"Oh." <<$npc_firstname[$boy]>> looks away uncomfortably.'
-					end
+					gs'booty_call_after', 'npc_date_later_response'
+					'Your blush deepens in response.'
 				end
 				
 				act'Casual':
 					gs'booty_call_after', 'dress_image'
 					'"I have a date with my boyfriend later,"'
+					gs'booty_call_after', 'npc_date_later_response'
 				end
 				
 				act'Exhasperated':
 					gs'booty_call_after', 'dress_image'
 					'"I have a date with my boyfriend later,"'
+					gs'booty_call_after', 'npc_date_later_response'
 				end
 			end
 		end
@@ -1991,7 +2039,7 @@ if $ARGS[0] = 'dress_talk_him':
 	end
 end
 
-if $ARGS[0] = 'dress_talk_her':
+if $ARGS[0] = 'dress_talk_pc':
 	if booty_call['dress_talk1'] = 0:
 
 
@@ -2022,6 +2070,110 @@ end
 
 !!end
 
+if $ARGS[0] = 'npc_date_later_response':
+	if npc_know_cheat[$boy] = 1:
+		if npc_fidelity[$boy] < 7:
+			'"You''re still with that stick in the mud?" <<$npc_firstname[$boy]>> scoffs.'
+		else
+		
+		end
+	else
+		npc_know_cheat[$boy] = 1
+		if npc_fidelity[$boy] < 7:
+			'"And you''re fucking me right before your date?" <<$npc_firstname[$boy]>> snickers. "Hot."'
+		else
+			'"Oh." <<$npc_firstname[$boy]>> looks away uncomfortably.'
+		end
+		
+	end
+end
+
+if $ARGS[0] = 'npc_booty_call_invite':
+	if booty_call['dress_talk1'] = 0:
+		booty_call['dress_talk1'] = 1
+		if npc_day_off[$boy] = week + 1:
+			if npc_girlfriend[$boy] = 1:
+				pc_know_npc_has_girlfriend[$boy] = 1
+				'"You busy tomorrow?" <<$npc_firstname[$boy]>> asks as you''re <<$booty_call[''dress_describe'']>>. "It''s my day off tomorrow and my girlfriend won''t be around. Want to come over and do this again?"'
+			else
+				'"You busy tomorrow?" <<$npc_firstname[$boy]>> asks as you''re <<$booty_call[''dress_describe'']>>. "It''s my day off tomorrow. Want to come by and do this again?"'
+			end
+		else
+			if npc_girlfriend[$boy] = 1:
+				pc_know_npc_has_girlfriend[$boy] = 1
+				'"You busy tomorrow?" <<$npc_firstname[$boy]>> asks as you''re <<$booty_call[''dress_describe'']>>. "My girlfriend won''t be around. Want to come over and do this again?"'
+			else
+				'"You busy tomorrow?" <<$npc_firstname[$boy]>> asks as you''re <<$booty_call[''dress_describe'']>>. "It''s my day off tomorrow. Want to come by and do this again?"'
+			end
+		end
+		
+		gs 'booty_call_after', 'dress_loop'
+		
+		gs 'booty_call_after', 'busy_tomorrow'
+		
+		act'What time?':
+			cla & *nl
+			'"That depends," you say, <<$booty_call[''dress_describe'']>>. "What time were you thinking?"'
+			'"<<npc_start_free_time[$boy]>>?" <<$npc_firstname[$boy]>> asks.'
+			gs 'booty_call_after', 'busy_time'
+			gs 'booty_call_after', 'booty_call_plan'
+		end
+	end
+end
+
+if $ARGS[0] = 'busy_tomorrow':
+	act'I''m busy':
+		npc_no_booty_call[$boy] = daystart + 1
+		cla & *nl
+		'"I can''t, sorry," you say, <<$booty_call[''dress_describe'']>>. "I''m busy tomorrow."'
+		'"Damn," <<$npc_firstname[$boy]>> says disappointedly.'
+		gs 'booty_call_after', 'dress_talk'
+	end
+end
+
+if $ARGS[0] = 'busy_time':
+	act'I''m busy':
+		npc_no_booty_call[$boy] = daystart + 1
+		cla & *nl
+		'"I can''t, sorry," you say, <<$booty_call[''dress_describe'']>>. "I have something to do then."'
+		'"Damn," <<$npc_firstname[$boy]>> says disappointedly.'
+		gs 'booty_call_after', 'dress_talk'
+	end
+end
+
+if $ARGS[0] = 'booty_call_plan':
+	act'Sounds good':
+		npc_booty_call[$boy] = daystart + 1
+		npc_booty_call_time[$boy] = npc_start_free_time[$boy]
+		cla & *nl
+		'"Sounds good," you grin, <<$booty_call[''dress_describe'']>>. "I''ll see you then."'
+		'"Great," <<$npc_firstname[$boy]>> grins back.'
+		gs 'booty_call_after', 'dress_talk'
+	end
+	
+	act'I''ve got nothing better to do':
+		npc_booty_call[$boy] = daystart + 1
+		npc_booty_call_time[$boy] = npc_start_free_time[$boy]
+		cla & *nl
+		'"Sure," you smirk, <<$booty_call[''dress_describe'']>>. "I got nothing better to do."'
+		'"Great," <<$npc_firstname[$boy]>> grins back.'
+		gs 'booty_call_after', 'dress_talk'
+	end
+	
+	act'I could fit it in':
+		npc_booty_call[$boy] = daystart + 1
+		npc_booty_call_time[$boy] = npc_start_free_time[$boy]
+		cla & *nl
+		'"I think I can fit that in," you smirk, <<$booty_call[''dress_describe'']>>.'
+		if npc_humor[$boy] = 2:
+			'"You sure can," <<$npc_firstname[$boy]>> grins lewdly at you.'
+		else
+			'"Great," <<$npc_firstname[$boy]>> grins back.'
+		end
+		gs 'booty_call_after', 'dress_talk'
+	end
+end
+
 if $ARGS[0] = 'bed':
 	minut += rand(1,2)
 	gs'stat'
@@ -2078,9 +2230,7 @@ if $ARGS[0] = 'sleep':
 	act'Fall asleep':
 		cla & *nl
 		'As you lay there together, your eyelids slowly grow heavier until they close completely and your consciousness drifts slowly into darkness...'
-		act'. . .':
-			
-		end
+		act'. . .':gt'booty_call_after', 'sleep_function'
 	end
 end
 

+ 179 - 77
locations/booty_call_condoms.qsrc

@@ -6,10 +6,16 @@
 !! booty_call['out_of_condoms'] = 2 - npc has run out of condoms, will use players
 
 if $ARGS[0] = 'setup':
-	if booty_call['condom_count'] = 0 and booty_call['fuck_count'] = 0 and npc_no_condoms[$boy] ! 1:
-		booty_call['condom_count'] = rand(1,10)
-	elseif booty_call['condom_count'] = 0 and npc_condom_conscious[$boy] = 1:
+	if npc_condom_conscious[$boy] = 1:
 		booty_call['condom_count'] = 100
+	elseif booty_call['condom_count'] = 0 and booty_call['fuck_count'] = 0 and npc_no_condoms[$boy] ! 1:
+		if rand(1,5) = 1:
+			booty_call['condom_count'] = 0
+		else
+			booty_call['condom_count'] = rand(1,10)
+		end
+	elseif npc_no_condoms[$boy] = 1:
+		booty_call['condom_count'] = 0
 	end
 	booty_call['condom_setup'] = 1
 end
@@ -25,8 +31,10 @@ if $ARGS[0] = 'condoms':
 	gs 'booty_call_condoms', 'check_count'
 	booty_call['must_fuck'] = 1
 	if booty_call['no_condom'] ! 1:
-		if npc_bareback[$boy] = 1 and booty_call['no_condom'] ! 1:
+		if npc_bareback[$boy] = 1 and booty_call['no_condom'] ! 1 and booty_call['condom'] ! 1:
 	!!		if npc_know_bc[$boy] = 1 and npc_condom_conscious[$boy] ! 2: booty_call['no_condom'] = 1
+			'You agreed to stop using condoms with <<$npc_firstname[$boy]>> and he makes no move to get one.'
+			gs 'booty_call_sex', 'position_choose'
 			gs 'booty_call_condoms', 'dont_cum_in_me'
 			gs 'booty_call_condoms', 'pc_safe_day'
 			gs 'booty_call_condoms', 'pc_dangerous_day'
@@ -58,6 +66,7 @@ end
 if $ARGS[0] = 'pc_condom_use_stats':
 	booty_call['using_pc_condoms'] = 1
 	booty_call['condom'] = 1
+	booty_call['pc_condoms_used'] += 1
 	booty_call['must_fuck'] = 1
 	prezik -= 1
 end
@@ -84,10 +93,7 @@ if $ARGS[0] = 'pc_condoms':
 	elseif booty_call['using_pc_condoms'] = 1 and booty_call['pc_out_of_condoms'] ! 1:
 		booty_call['pc_out_of_condoms'] = 1
 		cla
-		
-		
-		
-		
+
 		if booty_call['out_of_condoms'] = 1:
 			'"I think that was my last condom..." you say. "I guess that means we''re both out...?"'
 			'"I guess so," <<$npc_firstname[$boy]>> shrugs.'
@@ -97,16 +103,42 @@ if $ARGS[0] = 'pc_condoms':
 			'"I think that was my last condom..." you say.'
 			gs'booty_call_after', 'no_condom_end'
 			act'Do you have any?':
-				cla & *clr
+				cla & *nl
+				$npc_apt_bedroom
 				if booty_call['cock_remove'] = 0:
-					'"But I''m not ready to stop," you say, flexing your pussy around <<$npc_firstname[$boy]>>''s cock inside you. "Have you got any condoms?"'
+					'"But I''m not ready to stop," you grin, flexing your pussy around <<$npc_firstname[$boy]>>''s cock inside you. "Have you got any?"'
 				else
-					'"I''m not ready to stop," you say. "Do you have any condoms?"'
+					'"But I''m not ready to stop," you say. "Have you got any?"'
 				end
 				if npc_condom_conscious = 1:
-					'"I always have condoms," <<$npc_firstname[$boy]>> says. "You know, you don''t have to keep buying them if you don''t want to. I order in bulk."'
+					'"I always have condoms," <<$npc_firstname[$boy]>> says. "You don''t have to keep buying them if you don''t want to, you know. I order in bulk."'
 					gs'booty_call_sex', 'reset'
-					gs'booty_call_condoms', 'npc_condom_use'
+					act'If you''re offering':
+						cla & *nl
+						'"Well, if you''re offering..." you smirk.'
+						gs'booty_call_condoms', 'npc_condom_use'
+					end
+					
+					act'I might take you up on that':
+						cla & *nl
+						'"I just might take you up on that," you smile.'
+						gs'booty_call_condoms', 'npc_condom_use'
+					end
+					
+					act'I want to do my part':
+						cla & *nl
+						'"I want to do my part," you smile. "I''m enjoying the sex with you. Only fair that I pay for it too."'
+						gs'booty_call_condoms', 'npc_condom_use'
+					end
+					
+					if karta + money < 2000:
+						act'Good, money''s tight':
+							cla & *nl
+							'"Then I''ll stop buying right away," you grin. "I don''t have a lot of spare cash on hand, so saving on condoms would be great.'
+							gs'booty_call_condoms', 'npc_condom_use'
+						end
+					end
+					
 				elseif booty_call['condom_count'] > 0 and booty_call['condoms_used'] < booty_call['condom_count']:
 					'"Yeah, I have some," <<$npc_firstname[$boy]>> says.'
 					gs'booty_call_sex', 'reset'
@@ -128,6 +160,11 @@ if $ARGS[0] = 'pc_condoms':
 end
 
 if $ARGS[0] = 'pc_condom_ask':
+	act'Don''t say anything':
+		cla & *nl
+		booty_call['no_condom'] = 1
+		gs 'booty_call_sex', 'position_choose'
+	end
 	act'Ask him to put on a condom':
 		cla & *nl
 		'"Could you put on a condom?" you ask.'
@@ -193,16 +230,16 @@ if $ARGS[0] = 'npc_condom_use':
 		'<<$npc_firstname[$boy]>> swaps out his used condom for a new one.'
 	elseif booty_call['fuck_count'] > 1:
 		'<<$npc_firstname[$boy]>> reaches for a new condom.'
-	else
-		'<<$npc_firstname[$boy]>> reaches for a condom from his bedside table.'
 	end
 !!	gs 'booty_call_sex', 'position_choose'
 	
 	gs 'booty_call_condoms', 'npc_condom_put_on'
 	
-	gs 'booty_call_condoms', 'disable_condoms'
-	
-	gs 'booty_call_condoms', 'temp_disable_condoms'
+	if booty_call['condom'] = 0:
+		gs 'booty_call_condoms', 'disable_condoms'
+		
+		gs 'booty_call_condoms', 'temp_disable_condoms'
+	end
 end
 
 if $ARGS[0] = 'npc_condom_put_on':
@@ -370,6 +407,7 @@ if $ARGS[0] = 'condom_why2':
 				cla & *nl
 				'"Hey," you smile, grabbing his arm. "We don''t need condoms. I''m on the shot."'
 				if npc_condom_conscious[$boy] = 2:
+					booty_call['npc_condom_insist'] = 1
 					'"I want to use one anyways," <<$npc_firstname[$boy]>> says, shaking his head and reaches back for the condom. "Better to be safe."'
 					'Your jaw drops.'
 					*nl
@@ -388,6 +426,7 @@ if $ARGS[0] = 'condom_why2':
 				cla & *nl
 				'"Hey," you smile, grabbing his arm. "We don''t need condoms. I''m on the pill."'
 				if npc_condom_conscious[$boy] = 2:
+					booty_call['npc_condom_insist'] = 1
 					'"I want to use one anyways," <<$npc_firstname[$boy]>> says, shaking his head and reaches back for the condom. "Better to be safe."'
 					'Your jaw drops.'
 					*nl
@@ -427,16 +466,18 @@ if $ARGS[0] = 'no_condom1':
 		$npc_apt_bedroom[$boy]
 		if npc_condom_rule[$boy] = 1:
 			'"You know my rule," you say sternly. "We''re not fucking without one!"'
-		elseif ovulate > 0 and birth_control['think_safe'] ! 1:
-			'"I''m ovulating today!" you say sternly. "I could get pregnant!'
+		elseif stat['dangerous_day'] = 1 and birth_control['think_safe'] ! 1:
+			'"I''m ovulating right now!" you say sternly. "I could get pregnant!'
 		else
 			'"We''re not fucking without one," you say sternly.'
 		end
 		
-		if ovulate > 0 and birth_control['think_safe'] ! 1 and npc_childfree[$boy] > 0:
+		if stat['dangerous_day'] = 1 and birth_control['think_safe'] ! 1 and npc_childfree[$boy] > 0:
+			booty_call['condom'] = 1
 			'"What the fuck! Why didn''t you say so!" he says, immediately reaching for a condom.'
 			gs 'booty_call_condoms', 'npc_condom_use'
 		elseif rand(1,10) < 8:
+			booty_call['condom'] = 1
 			'"Ugh, fine."'
 			'He reaches for a condom.'
 			gs 'booty_call_condoms', 'npc_condom_use'
@@ -527,8 +568,8 @@ if $ARGS[0] = 'no_condom2':
 
 	act'How many girls are you fucking? (tease)':
 		cla & *nl
-		'"Fucking hell! How many of these things do you go through?" you laugh, giving him a look. "Are you fucking 20 girls a day?"'
-		'"Hey, when you''re as good as I am," he says, a smug grin on his face.'
+		'"Damn! How many of these things do you go through?" you laugh, giving him a look. "Are you fucking 20 girls a day?"'
+		'"Hey, when you''re as good as I am," he says, a smug grin on his face. "Do you have any?"'
 		gs 'booty_call_condoms', 'no_condom2.1'
 	end
 end
@@ -546,19 +587,39 @@ if $ARGS[0] = 'no_condom2.1':
 			gs 'booty_call_sex', 'position_choose'
 		end
 	else
-		act'No':
+		act'Don''t have any condoms':
 			cla & *nl
-			'"No..." you say reluctantly.'
+			'"No..." you say reluctantly. "I thought you would..."'
+			if npc_no_condoms[$boy] = 1:
+				if npc_no_condoms_know[$boy] = 1:
+					'"I can''t imagine why you''d think that," he replies dryly. "You know I don''t use them."'
+				else
+					npc_no_condoms_know[$boy] = 1
+					'"Well I don''t," he replies dryly. "I don''t use them."'
+				end
+			else
+				'"So... what should we do?"'
+			end
+			gs'booty_call_after', 'no_condom_end'
+			gs'booty_call_sex', 'no_sex_only'
 		end
 	end
 
 	gs'booty_call_condoms', 'pc_skip_the_condom'
 
-	act'Just don''t come inside me':
+	act'Just don''t come inside me (trusting)':
 		booty_call['promise_no_creampie'] = 1
 		booty_call['must_fuck'] = 1
 		cla & *nl
-		'"Well... Alright..." you say hesitantly. "But don''t you dare come inside me, okay?"'
+		'"Just don''t come inside me," you grin eagerly.'
+		gs 'booty_call_sex', 'position_choose'
+	end
+	
+	act'Just don''t come inside me (nervous)':
+		booty_call['promise_no_creampie'] = 1
+		booty_call['must_fuck'] = 1
+		cla & *nl
+		'"Well..." you say hesitantly. "Just don''t come inside me, okay?"'
 		gs 'booty_call_sex', 'position_choose'
 	end
 end
@@ -721,12 +782,13 @@ if $ARGS[0] = 'temp_disable_condoms':
 end
 
 if $ARGS[0] = 'npc_no_condom_react':
-	if npc_condom_conscious[$boy] = 2 or (npc_condom_conscious[$boy] = 1 and rand(npc_willpwr[$boy],100) < pcs_persuas):
+	if npc_condom_conscious[$boy] = 2 or (npc_condom_conscious[$boy] = 1 and (rand(npc_willpwr[$boy],100) - npc_rel[$boy]) < pcs_persuas):
 		booty_call['condom'] = 1
+		booty_call['npc_condom_insist'] = 1
 		'"I want to use one anyways," <<$npc_firstname[$boy]>> says, shaking his head and reaching back for the condom. "Better to be safe."'
 		'Your jaw drops.'
 		*nl
-		'<i>A free pass to skip the condoms forever and he doesn''t take it? What''s with him??</i>'
+		'<i>A free pass to go bareback forever and he doesn''t take it? What''s with him??</i>'
 	else
 		booty_call['no_condom'] = 1
 		npc_bareback[$boy] = 1
@@ -736,12 +798,13 @@ if $ARGS[0] = 'npc_no_condom_react':
 end
 
 if $ARGS[0] = 'npc_temp_no_condom_react':
-	if npc_condom_conscious[$boy] = 2 or (npc_condom_conscious[$boy] = 1 and rand(npc_willpwr[$boy],100) < pcs_persuas):
+	if npc_condom_conscious[$boy] = 2 or (npc_condom_conscious[$boy] = 1 and (rand(npc_willpwr[$boy],100) - npc_rel[$boy]) < pcs_persuas):
 		booty_call['condom'] = 1
+		booty_call['npc_condom_insist'] = 1
 		'"I want to use one anyways," <<$npc_firstname[$boy]>> says, shaking his head and reaching back for the condom. "Better to be safe."'
 		'Your jaw drops.'
 		*nl
-		'<i>A free pass to skip the condoms forever and he doesn''t take it? What''s with him??</i>'
+		'<i>A free pass to go bareback and he doesn''t take it? What''s with him??</i>'
 	else
 		booty_call['no_condom'] = 1
 		'"This is going to feel so good," <<$npc_firstname[$boy]>> says and your smile widens into a full blown grin.'
@@ -756,16 +819,24 @@ if $ARGS[0] = 'npc_hesitate_childfree':
 end
 
 if $ARGS[0] = 'pc_dangerous_day':
-	if ovulate > 0 and birth_control['think_safe'] ! 1 and succubusflag ! 1 and booty_call['danger_day'] = 0 and booty_call['safe_day'] = 0:
+	if stat['dangerous_day'] = 1 and birth_control['think_safe'] ! 1 and succubusflag ! 1 and booty_call['dangerous_day'] = 0 and booty_call['safe_day'] = 0:
 		act'Today is a dangerous day':
 			booty_call['danger_day'] = 1
 			cla & *clr
 			$npc_apt_bedroom[$boy]
-			'"I''m ovulating today," you warn <<$npc_firstname[$boy]>>. '
+			if ovulate > 0:
+				'"I''m ovulating right now," you warn <<$npc_firstname[$boy]>>. '
+			else
+				'"I''m ovulating soon," you warn <<$npc_firstname[$boy]>>. '
+			end
 			act'You can''t come inside me':
 				cla & *clr
 				$npc_apt_bedroom[$boy]
-				'"I''m ovulating today," you warn <<$npc_firstname[$boy]>>. "You can''t come inside me."'
+				if ovulate > 0:
+					'"I''m ovulating right now," you warn <<$npc_firstname[$boy]>>. "You can''t come inside me, I''ll get pregnant."'
+				else
+					'"I''m ovulating soon," you warn <<$npc_firstname[$boy]>>. "If you come inside me now, I''ll get pregnant."'
+				end
 				if npc_condom_conscious[$boy] = 1:
 					'"Maybe we should just use a condom," he says, eyeing his stash of rubbers.'
 					act'Good idea':
@@ -800,13 +871,19 @@ if $ARGS[0] = 'pc_dangerous_day':
 							gs 'booty_call_sex', 'position_choose'
 						end
 					end
+				else
+					gs 'booty_call_sex', 'position_choose'
 				end
 			end
 			
 			act'We need to use a condom':
 				cla & *clr
 				$npc_apt_bedroom[$boy]
-				'"I''m ovulating today," you warn <<$npc_firstname[$boy]>>. "We need to use a condom."'
+				if ovulate > 0:
+					'"I''m ovulating right now," you warn <<$npc_firstname[$boy]>>. "We need to use a condom."'
+				else
+					'"I''m ovulating soon," you warn <<$npc_firstname[$boy]>>. "If you come inside me now, I''ll get pregnant. We need to use a condom."'
+				end
 				if npc_condom_conscious[$boy] = 1:
 					'"<<$npc_firstname[$boy]>> nods and immediately reaches for one from his stash.'
 					gs 'booty_call_condoms', 'npc_condom_put_on'
@@ -850,7 +927,12 @@ end
 
 if $ARGS[0] = 'pc_safe_day':
 	if stat['safe_day'] = 1 or stat['probably_safe_day'] = 1  and birth_control['think_safe'] ! 1 and succubusflag ! 1 and booty_call['danger_day'] = 0 and booty_call['safe_day'] = 0 and booty_call['condom'] = 0:
-		if stat['safe_day'] = 1:
+		if mesec > 0:
+			$booty_call['safe_day_act'] = 'I''m on my period'
+			$booty_call['safe_day_desc1'] = 'I''m on my period'
+			$booty_call['safe_day_creampie_desc'] = 'So you can come inside me today. I don''t think I can get pregnant on my period'
+			$booty_call['safe_day_no_condom_desc'] = 'So we don''t need a condom. I don''t think I can get pregnant on my period'
+		elseif stat['safe_day'] = 1:
 			$booty_call['safe_day_act'] = 'Today is a safe day'
 			$booty_call['safe_day_desc1'] = 'It''s a safe day'
 			$booty_call['safe_day_creampie_desc'] = 'You can come inside me today'
@@ -861,18 +943,17 @@ if $ARGS[0] = 'pc_safe_day':
 			$booty_call['safe_day_creampie_desc'] = 'I think it''ll be okay if you want to come inside me'
 			$booty_call['safe_day_no_condom_desc'] = 'We can skip the condom today'
 		end
-		act'<<$booty_call[''safe_day_act'']>>':
-			booty_call['safe_day'] = 1
-			booty_call['no_condom'] = 1
-			cla & *clr
-			$npc_apt_bedroom[$boy]
-			'"<<$booty_call[''safe_day_desc1'']>>," you smile at <<$npc_firstname[$boy]>>.'
+		if npc_bareback[$boy] = 1:
 			act'You can come inside me':
 				cla & *clr
 				$npc_apt_bedroom[$boy]
-				'"<<$booty_call[''safe_day_desc1'']>>," you smile at <<$npc_firstname[$boy]>>. "<<$booty_call[''safe_day_creampie_desc'']>>."'
-!!				if stat['probably_safe_day'] = 1 and npc_childfree[$boy] = 1:
-!!					gs 'booty_call_condoms', 'npc_hesitate_childfree'
+				if mesec > 0:
+					'"You can come inside me today," you smile at <<$npc_firstname[$boy]>>. "I don''t think I can get pregnant on my period."'
+				else
+					'"<<$booty_call[''safe_day_desc1'']>>," you smile at <<$npc_firstname[$boy]>>. "<<$booty_call[''safe_day_creampie_desc'']>>."'
+				end
+	!!				if stat['probably_safe_day'] = 1 and npc_childfree[$boy] = 1:
+	!!					gs 'booty_call_condoms', 'npc_hesitate_childfree'
 				if $npc_cum_pref[$boy] = 'creampie':
 					'"I''m going to pump you full of so many creampies," he whispers, making you giggle.'
 				else
@@ -880,47 +961,68 @@ if $ARGS[0] = 'pc_safe_day':
 				end
 				gs 'booty_call_sex', 'position_choose'
 			end
-			
-			if npc_bareback[$boy] ! 1:
-				act'We can skip the condom':
+		else
+			act'<<$booty_call[''safe_day_act'']>>':
+				booty_call['safe_day'] = 1
+				booty_call['no_condom'] = 1
+				cla & *clr
+				$npc_apt_bedroom[$boy]
+				'"<<$booty_call[''safe_day_desc1'']>>," you smile at <<$npc_firstname[$boy]>>.'
+				act'You can come inside me':
 					cla & *clr
 					$npc_apt_bedroom[$boy]
-					'"<<$booty_call[''safe_day_desc1'']>>," you smile at <<$npc_firstname[$boy]>>. "<<$booty_call[''safe_day_no_condom_desc'']>>."'
+					'"<<$booty_call[''safe_day_desc1'']>>," you smile at <<$npc_firstname[$boy]>>. "<<$booty_call[''safe_day_creampie_desc'']>>."'
+	!!				if stat['probably_safe_day'] = 1 and npc_childfree[$boy] = 1:
+	!!					gs 'booty_call_condoms', 'npc_hesitate_childfree'
 					if $npc_cum_pref[$boy] = 'creampie':
-						'"I''m going to pump you full of so many creampies," he whispers.'
-						act'I didn''t say that (annoyed)':
-							cla & *nl
-							'"I didn''t say you could do that," you frown back.'
+						'"I''m going to pump you full of so many creampies," he whispers, making you giggle.'
+					else
+						'"Good to know," he smiles back.'
+					end
+					gs 'booty_call_sex', 'position_choose'
+				end
+				
+				if npc_bareback[$boy] ! 1:
+					act'We can skip the condom':
+						cla & *clr
+						$npc_apt_bedroom[$boy]
+						'"<<$booty_call[''safe_day_desc1'']>>," you smile at <<$npc_firstname[$boy]>>. "<<$booty_call[''safe_day_no_condom_desc'']>>."'
+						if $npc_cum_pref[$boy] = 'creampie':
+							'"I''m going to pump you full of so many creampies," he whispers.'
+							act'I didn''t say that (annoyed)':
+								cla & *nl
+								'"I didn''t say you could do that," you frown back.'
+								gs 'booty_call_sex', 'position_choose'
+							end
+							
+							act'I didn''t say that (amused)':
+								cla & *nl
+								'"That''s not what I said," you giggle.'
+								'"It''s what I heard," he grins back.'
+								gs 'booty_call_sex', 'position_choose'
+							end
+						elseif npc_no_condoms[$boy] = 1:
+							'"Finally," <<$npc_firstname[$boy]>> says. "I''m sick of using that rubber shit."'
 							gs 'booty_call_sex', 'position_choose'
-						end
-						
-						act'I didn''t say that (amused)':
-							cla & *nl
-							'"That''s not what I said," you giggle.'
-							'"It''s what I heard," he grins back.'
+						else
+							'"Good to know," he smiles back.'
 							gs 'booty_call_sex', 'position_choose'
 						end
-					elseif npc_no_condoms[$boy] = 1:
-						'"Finally," <<$npc_firstname[$boy]>> says. "I''m sick of using that rubber shit."'
-						gs 'booty_call_sex', 'position_choose'
-					else
-						'"Good to know," he smiles back.'
-						gs 'booty_call_sex', 'position_choose'
 					end
 				end
-			end
-			if booty_call['virgin'] = 1:
-				act'I don''t want my first time with a condom':
-					cla & *clr
-					$npc_apt_bedroom[$boy]
-					'"<<$booty_call[''safe_day_desc1'']>>," you smile at <<$npc_firstname[$boy]>>. "Besides, I don''t want my first time to be with a condom."'
-					if npc_no_condoms[$boy] = 1:
-						npc_no_condoms_know[$boy] = 1
-						'"I never use condoms anyways," he grins.'
-					else
-						'"It''ll feel better," he nods back.'
+				if booty_call['virgin'] = 1:
+					act'I don''t want my first time with a condom':
+						cla & *clr
+						$npc_apt_bedroom[$boy]
+						'"<<$booty_call[''safe_day_desc1'']>>," you smile at <<$npc_firstname[$boy]>>. "Besides, I don''t want my first time to be with a condom."'
+						if npc_no_condoms[$boy] = 1:
+							npc_no_condoms_know[$boy] = 1
+							'"I never use condoms anyways," he grins.'
+						else
+							'"It''ll feel better," he nods back.'
+						end
+						gs 'booty_call_sex', 'position_choose'
 					end
-					gs 'booty_call_sex', 'position_choose'
 				end
 			end
 		end

+ 862 - 3
locations/booty_call_cowgirl.qsrc

@@ -82,6 +82,7 @@ end
 
 if $ARGS[0] = 'cowgirl1':
 	!! slow pace
+	if booty_call['condom'] ! 1: booty_call['no_condom'] = 1
 	booty_call['speed'] = 1
 	$booty_call['position'] = 'cowgirl'
 	$booty_call['pos_speed'] = 'cowgirl1'
@@ -91,10 +92,10 @@ if $ARGS[0] = 'cowgirl1':
 
 	if mesec > 0:
 		'<center><img <<$set_imgh>> src="images/shared/sex/vag/cowgirl/blood1.jpg"></center>'
-		'You gently roll your hips over his, grinding against his cock inside your pussy. Looking down, you can see his cock is stained red from your period, blood mixing with your juices, both of them providing a lot of natural lubrication.'
+		gs 'booty_call_cowgirl', 'cowgirl1_start_period_desc'
 	else
 		'<center><video autoplay loop src="images/shared/sex/vag/cowgirl/slow2.mp4"></video></center>'
-		'You gently roll your hips over his, grinding against his cock inside your pussy.'
+		gs 'booty_call_cowgirl', 'cowgirl1_start_desc'
 	end
 
 	act'Enjoy yourself':
@@ -103,7 +104,7 @@ if $ARGS[0] = 'cowgirl1':
 		gs 'stat'
 		cla & *clr
 		'<center><video autoplay loop src="images/shared/sex/vag/cowgirl/slow2.mp4"></video></center>'
-		'You focus on <<$npc_firstname[$boy]>>''s cock inside you, feeling it rub against your g-spot inside you, rolling your hips to get the friction just right. You can feel his hips moving with yours and the warmth that spreads through you is wonderful.'
+		gs 'booty_call_cowgirl', 'cowgirl1_enjoy_desc'
 		if booty_call['orgasm'] < orgasm:gs 'booty_call_sex', 'girl_cum_pre'
 		gs 'booty_call_cum', 'fuck_cum'
 	end
@@ -180,6 +181,7 @@ end
 
 if $ARGS[0] = 'cowgirl2':
 	!! medium pace
+	if booty_call['condom'] ! 1: booty_call['no_condom'] = 1
 	booty_call['speed'] = 2
 	$booty_call['position'] = 'cowgirl'
 	$booty_call['pos_speed'] = 'cowgirl2'
@@ -277,6 +279,7 @@ end
 
 if $ARGS[0] = 'cowgirl3':
 	!! fast/rough pace
+	if booty_call['condom'] ! 1: booty_call['no_condom'] = 1
 	booty_call['speed'] = 3
 	$booty_call['position'] = 'cowgirl'
 	$booty_call['pos_speed'] = 'cowgirl3'
@@ -416,4 +419,860 @@ if $ARGS[0] = 'cowgirl_change_pace':
 	end
 end
 
+!! ------------------------------ DESCRIPTIONS -------------------------------
+!! The descriptions are long so to keep the core content code readable, everything will gosub through here
+
+if $ARGS[0] = 'cowgirl1_start_period_desc':
+!!	'You gently roll your hips over his, grinding against his cock inside your pussy. Looking down, you can see his cock is stained red from your period, blood mixing with your juices, both of them providing a lot of natural lubrication.'
+	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+		'You gently roll your hips over his, grinding his tiny dick against the inside your pussy. Looking down, you can see his cock is stained red from your period, blood mixing with your juices, both of them providing a lot of natural lubrication.'
+	elseif $npc_dick_desc[$boy] = 'chode':
+		'You gently roll your hips over his, grinding his fat chode against the inside your pussy. Looking down, you can see his cock is stained red from your period, blood mixing with your juices, both of them providing a lot of natural lubrication.'
+	elseif $npc_dick_desc[$boy] = 'skinny':
+		'You gently roll your hips over his, grinding his skinny dick against the inside your pussy. Looking down, you can see his cock is stained red from your period, blood mixing with your juices, both of them providing a lot of natural lubrication.'
+	elseif $npc_dick_desc[$boy] = 'normal':
+		'You gently roll your hips over his, grinding his dick against the inside your pussy. Looking down, you can see his cock is stained red from your period, blood mixing with your juices, both of them providing a lot of natural lubrication.'
+	elseif $npc_dick_desc[$boy] = 'thick':
+		if pcs_vag <= 10:
+			'You gently roll your hips over his, grinding his cock against the inside your pussy. You breathe slowly, thankful for the blood from your period providing some lubrication for his thick shaft stretching your tight snatch.'
+		else
+			'You gently roll your hips over his, grinding his thick cock against the inside your pussy, breathing slowly as it streches you out. Looking down, you can see his cock is stained red from your period, blood mixing with your juices, both of them providing a lot of natural lubrication.'
+		end
+	elseif $npc_dick_desc[$boy] = 'long':
+		'You gently roll your hips over his, hugging the full length of his <<npc_dick[$boy]>>cm cock with your pussy. Looking down, you can see his cock is stained red from your period, blood mixing with your juices, both of them providing a lot of natural lubrication.'
+	elseif $npc_dick_desc[$boy] = 'huge':
+		'You gently roll your hips over his, <i>filled</i> by the huge <<npc_dick[$boy]>>cm cock with your pussy. Looking down, you can see his cock is stained red from your period, blood mixing with your juices, both of them providing a lot of natural lubrication.'
+	elseif $npc_dick_desc[$boy] = 'enormous':
+		'You gently roll your hips over his, <i>stretched</i> by the enormous <<npc_dick[$boy]>>cm cock inside your pussy. Looking down, you can see his cock is stained red from your period, blood mixing with your juices, both of them providing a lot of natural lubrication.'
+	elseif $npc_dick_desc[$boy] = 'lengthy':
+		if pcs_vag <= 15:
+			'You gently roll your hips over his, unable to fit the full length of <<$npc_firstname[$boy]>>''s <<npc_dick[$boy]>>cm cock inside your pussy as it painfully bumps up against your cervix. Looking down, you can see his cock is stained red from your period, blood mixing with your juices, both of them providing a lot of natural lubrication.'
+		else
+			'You gently roll your hips over his, barely to fit the full length of <<$npc_firstname[$boy]>>''s <<npc_dick[$boy]>>cm cock inside your pussy as it presses hard against your cervix. Looking down, you can see his cock is stained red from your period, blood mixing with your juices, both of them providing a lot of natural lubrication.'
+		end
+	elseif $npc_dick_desc[$boy] = 'gigantic':
+		if pcs_vag <= 15:
+			'You gently roll your hips over his, unable to fit the full length of <<$npc_firstname[$boy]>>''s <<npc_dick[$boy]>>cm cock inside your pussy as it fills you all the way to your cervix, bumping up hard against it. Looking down, you can see his gigantic cock is stained red from your period, blood mixing with your juices, both of them providing a lot of natural lubrication.'
+		else
+			'You gently roll your hips over his, barely able to fit the full length of <<$npc_firstname[$boy]>>''s <<npc_dick[$boy]>>cm cock inside your pussy as it fills you all the way to your cervix, pressing hard against it. Looking down, you can see his gigantic cock is stained red from your period, blood mixing with your juices, both of them providing a lot of natural lubrication.'
+		end
+	elseif $npc_dick_desc[$boy] = 'monster':
+		if pcs_vag <= 10:
+			'You gently roll your hips over his, unable to fit the full length of <<$npc_firstname[$boy]>>''s monstrous <<npc_dick[$boy]>>cm cock inside your bleeding snatch. Too long and too wide for your tight pussy, it feels like being impaled in every sense of the word. Looking down, you can see the red liquid mixing with your juices, both of them providing a lot of natural lubrication.'
+		elseif pcs_vag <= 25:
+			'You gently roll your hips over his, barely to fit the full length of <<$npc_firstname[$boy]>>''s monstrous <<npc_dick[$boy]>>cm cock inside your bleeding snatch. You''re no virgin, but even for your experienced pussy it feels like fucking a telephone pole. Looking down, you can see the red liquid mixing with your juices, both of them providing a lot of natural lubrication.'
+		else
+			'You gently roll your hips over his, barely to fit the full length of <<$npc_firstname[$boy]>>''s monstrous <<npc_dick[$boy]>>cm cock inside your bleeding snatch. It fills you completely, and even for your experienced pussy it feels on the verge of tearing. Looking down, you can see the red liquid mixing with your juices, both of them providing a lot of natural lubrication.'
+		end
+	end
+end
+
+
+if $ARGS[0] = 'cowgirl1_start_desc':
+!!	'You gently roll your hips over his, grinding against his cock inside your pussy.'
+	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+		'You gently roll your hips over his, grinding his tiny dick against the inside your pussy..'
+	elseif $npc_dick_desc[$boy] = 'chode':
+		'You gently roll your hips over his, grinding his fat chode against the inside your pussy.'
+	elseif $npc_dick_desc[$boy] = 'skinny':
+		'You gently roll your hips over his, grinding his skinny dick against the inside your pussy.'
+	elseif $npc_dick_desc[$boy] = 'normal':
+		'You gently roll your hips over his, grinding his dick against the inside your pussy.'
+	elseif $npc_dick_desc[$boy] = 'thick':
+		if pcs_vag <= 10:
+			'You gently roll your hips over his, grinding his cock against the inside your pussy. You breathe slowly trying to adjust as his thick shaft stretches your tight snatch.'
+		else
+			'You gently roll your hips over his, grinding his thick cock against the inside your pussy, breathing slowly as it streches you out.'
+		end
+	elseif $npc_dick_desc[$boy] = 'long':
+		'You gently roll your hips over his, hugging the full length of his <<npc_dick[$boy]>>cm cock with your pussy.'
+	elseif $npc_dick_desc[$boy] = 'huge':
+		'You gently roll your hips over his, <i>filled</i> by the huge <<npc_dick[$boy]>>cm cock with your pussy.'
+	elseif $npc_dick_desc[$boy] = 'enormous':
+		'You gently roll your hips over his, <i>stretched</i> by the enormous <<npc_dick[$boy]>>cm cock inside your pussy.'
+	elseif $npc_dick_desc[$boy] = 'lengthy':
+		if pcs_vag <= 15:
+			'You gently roll your hips over his, unable to fit the full length of <<$npc_firstname[$boy]>>''s <<npc_dick[$boy]>>cm cock inside your pussy as it painfully bumps up against your cervix.'
+		else
+			'You gently roll your hips over his, barely to fit the full length of <<$npc_firstname[$boy]>>''s <<npc_dick[$boy]>>cm cock inside your pussy as it presses hard against your cervix.'
+		end
+	elseif $npc_dick_desc[$boy] = 'gigantic':
+		if pcs_vag <= 15:
+			'You gently roll your hips over his, unable to fit the full length of <<$npc_firstname[$boy]>>''s <<npc_dick[$boy]>>cm cock inside your pussy as it fills you all the way to your cervix, bumping up hard against it.'
+		else
+			'You gently roll your hips over his, barely able to fit the full length of <<$npc_firstname[$boy]>>''s <<npc_dick[$boy]>>cm cock inside your pussy as it fills you all the way to your cervix, pressing hard against it.'
+		end
+	elseif $npc_dick_desc[$boy] = 'monster':
+		if pcs_vag <= 10:
+			'You gently roll your hips over his, unable to fit the full length of <<$npc_firstname[$boy]>>''s monstrous <<npc_dick[$boy]>>cm cock inside your bleeding snatch. Too long and too wide for your tight pussy, it feels like being impaled in every sense of the word.'
+		elseif pcs_vag <= 25:
+			'You gently roll your hips over his, barely to fit the full length of <<$npc_firstname[$boy]>>''s monstrous <<npc_dick[$boy]>>cm cock inside your bleeding snatch. You''re no virgin, but even for your experienced pussy it feels like fucking a telephone pole.'
+		else
+			'You gently roll your hips over his, barely to fit the full length of <<$npc_firstname[$boy]>>''s monstrous <<npc_dick[$boy]>>cm cock inside your bleeding snatch. It fills you completely, and even for your experienced pussy, you feel barely able to contain it.'
+		end
+	end
+end
+
+if $ARGS[0] = 'cowgirl1_enjoy_desc':
+!! 'You focus on <<$npc_firstname[$boy]>>''s cock inside you, feeling it rub against your g-spot inside you, rolling your hips to get the friction just right. You can feel his hips moving with yours and the warmth that spreads through you is wonderful.'
+	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+		'You focus on <<$npc_firstname[$boy]>>''s tiny dick inside you, getting the angle just right to rub against your g-spot. His hips move with yours, spreading warmth and pleasure through your entire body.'
+	elseif $npc_dick_desc[$boy] = 'chode':
+		'You focus on <<$npc_firstname[$boy]>>''s dick inside you, its fat girth stretching you in a pleasant way while you angle it so its meager length rubs right against your g-spot. His hips move with yours, spreading warmth and pleasure through your entire body.'
+	elseif $npc_dick_desc[$boy] = 'skinny':
+		'You focus on <<$npc_firstname[$boy]>>''s skinny dick inside you. Its thin girth makes it easy to get the angle just right to rub against your g-spot. His hips move with yours, spreading warmth and pleasure through your entire body.'
+	elseif $npc_dick_desc[$boy] = 'normal':
+		'You focus on <<$npc_firstname[$boy]>>''s dick inside you. It fills you nicely, meaning it isn''t hard to get it to rub against your g-spot. His hips move with yours, spreading warmth and pleasure through your entire body.'
+	elseif $npc_dick_desc[$boy] = 'thick':
+		'You focus on <<$npc_firstname[$boy]>>''s cock inside you. Its thick shaft stretches you out, filling you u p so much that it''s constantly rubbing against your g-spot. His hips move with yours, spreading warmth and pleasure through your entire body.'
+	elseif $npc_dick_desc[$boy] = 'long':
+		'You moan as <<$npc_firstname[$boy]>> takes you from behind, his cock thrusting inside you. There''s something about doggy style, a <i>depth</i> that you don''t get in any other position. Plus with a nice long cock like <<$npc_firstname[$boy]>>''s, it goes deep inside you, gently bumping against your cervix in the most delightfully painful way.'
+	elseif $npc_dick_desc[$boy] = 'huge':
+		'You moan as <<$npc_firstname[$boy]>> takes you from behind, his cock thrusting inside you. There''s something about doggy style, a <i>depth</i> that you don''t get in any other position. Plus, <<$npc_firstname[$boy]>>''s cock is huge. Not only does it fill you completely but it''s long enough to reach all the way to your cervix, sending shocks of blissful soreness through your uterus.'
+	elseif $npc_dick_desc[$boy] = 'enormous':
+		'You moan as <<$npc_firstname[$boy]>> takes you from behind, his cock thrusting inside you. There''s something about doggy style, a <i>depth</i> that you don''t get in any other position. Plus, <<$npc_firstname[$boy]>>''s cock is <i>enormous</i>. Your pussy struggles to accomodate its massive girth and its length reaches all the way to your cervix, sending shocks of blissful soreness through your uterus.'
+	elseif $npc_dick_desc[$boy] = 'lengthy':
+		'You moan as <<$npc_firstname[$boy]>> takes you from behind, his cock thrusting inside you. There''s something about doggy style, a <i>depth</i> that you don''t get in any other position. And with a dick as long as <<$npc_firstname[$boy]>>''s, it reaches the deepest part of you, .'
+	elseif $npc_dick_desc[$boy] = 'gigantic':
+		if pcs_vag <= 25:
+			'You groan beneath <<$npc_firstname[$boy]>>, getting wetter with every thrust. His gigantic cock fills you to the brim and then some, pummelling your insides with his sheer size in the most pleasurably painful way possible.'
+		else
+			'You groan beneath <<$npc_firstname[$boy]>>, getting wetter with every thrust. His gigantic cock fills you to the brim, pummelling your insides with his sheer size in the most pleasurably painful way possible.'
+		end
+	elseif $npc_dick_desc[$boy] = 'monster':
+		if pcs_vag <= 25:
+			'You groan beneath <<$npc_firstname[$boy]>>, getting wetter with every thrust. His monster cock is way too big for you in both girth and length, pummelling your insides and stretching your pussy to the point of pain, and you are <i><b>loving every second of it.</b></i>'
+		else
+			'You groan beneath <<$npc_firstname[$boy]>>, getting wetter with every thrust. His monster cock is destroying your pussy with size alone, smashing into your cunt with the gentle weight of a sledgehammer in the world. But it doesn''t feel bad. Far from it. The pain is euphoric and you can''t get enough of his cock.'
+		end
+	end
+end
+
+if $ARGS[0] = 'cowgirl1.1_desc':
+!!	'<<$npc_firstname[$boy]>> slows down, pulling out of you until only his tip is still inside of you before smoothly pushing himself back in, filling you to your deepest depths.'
+	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+		'<<$npc_firstname[$boy]>> slows down, fucking you more gently, pulling out of you until only the tip of his tiny dick is still inside of you before smoothly pushing himself back into your pussy, pressing his hips against your ass.'
+	elseif $npc_dick_desc[$boy] = 'chode':
+		'<<$npc_firstname[$boy]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his thick chode back into your pussy, pressing his hips against your ass.'
+	elseif $npc_dick_desc[$boy] = 'skinny':
+		'<<$npc_firstname[$boy]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his skinny dick back into your pussy, pressing his hips against your ass.'
+	elseif $npc_dick_desc[$boy] = 'normal':
+		'<<$npc_firstname[$boy]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his dick back into your pussy, pressing his hips against your ass.'
+	elseif $npc_dick_desc[$boy] = 'thick':
+		if pcs_vag <= 10:
+			'<<$npc_firstname[$boy]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his cock back into your tight pussy, his thick girth forcing gasps from your mouth.'
+		else
+			'<<$npc_firstname[$boy]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his cock back into your pussy, his thick girth <i>filling</i> you from wall to wall.'
+		end
+	elseif $npc_dick_desc[$boy] = 'long':
+		'<<$npc_firstname[$boy]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his dick back into your pussy, filling you from end to end with his long shaft.'
+	elseif $npc_dick_desc[$boy] = 'huge':
+		'<<$npc_firstname[$boy]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his dick back into your pussy, eliciting mews of pleasure as his huge shaft <i>fills</i> you from end to end.'
+	elseif $npc_dick_desc[$boy] = 'enormous':
+		if pcs_vag <= 15:
+			'<<$npc_firstname[$boy]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his dick back into you, eliciting groans of pleasure as the length and girth of his enormous shaft <i>fills</i> you up, stretching your tight pussy in every conceivable manner.'
+		else
+			'<<$npc_firstname[$boy]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his dick back into you, eliciting moans of pleasure as the length and girth of his enormous shaft <i>fills</i> you.'
+		end
+	elseif $npc_dick_desc[$boy] = 'lengthy':
+		'<<$npc_firstname[$boy]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his dick back into you. His manhood is so insanely long that the time between those two moments is measured in seconds and goosebumps wash over your skin as you feel each centimeter of his magnificent length slide in until he bumps against your cervix.'
+	elseif $npc_dick_desc[$boy] = 'gigantic':
+		'<<$npc_firstname[$boy]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his dick back into you. His manhood is so insanely long that the time between those two moments is measured in seconds and goosebumps wash over your skin as you feel each centimeter of his gigantic cock slide in until he bumps against your cervix and you feel full of dick.'
+	elseif $npc_dick_desc[$boy] = 'monster':
+		'<<$npc_firstname[$boy]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his dick back into you. His manhood is so insanely huge that the time between those two moments is measured in seconds and goosebumps wash over your skin as you feel each centimeter of his monstrous cock slide in, forcing your walls to stretch to accomodate it, until he bumps against your cervix and you feel <i>stuffed</i> with dick.'
+	end
+end
+
+if $ARGS[0] = 'cowgirl1.2_moan_desc':
+!!	'You mew softly as <<$npc_firstname[$boy]>> continues to fuck you. Slowly. Gently. His cock driving deep inside you, stretching your walls, <i>filling</i> you. It feels wonderful.'
+	if booty_call['moan'] = 1:
+		'"<i>Mm~! Mn~! Mmm~! Nnn~!</i>"'
+		*nl
+		if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+			'You mew softly as <<$npc_firstname[$boy]>> continues to fuck you. Slowly. Gently. His tiny dick driving as deep as it can inside you, finding the hidden secrets of your pussy that make you wetter and wetter with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'chode':
+			'You mew softly as <<$npc_firstname[$boy]>> continues to fuck you. Slowly. Gently. His fat chode driving as deep as it can inside you, forcing you to feel his girth, making you wetter and wetter with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'skinny':
+			'You mew softly as <<$npc_firstname[$boy]>> continues to fuck you. Slowly. Gently. His skinny dick driving as deep as it can inside you, finding the hidden secrets of your pussy that make you wetter and wetter with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'normal':
+			'You mew softly as <<$npc_firstname[$boy]>> continues to fuck you. Slowly. Gently. His cock driving deep inside you, <i>filling</i> you, making you wetter and wetter with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'thick':
+			if pcs_vag <= 10:
+				'Tiny mews escape your lips as <<$npc_firstname[$boy]>> continues to fuck you with his thick cock. Slowly. Gently. He drives it deep inside you, <i>stretching</i> your tight pussy with its exceptional girth, making you wetter and wetter with every thrust.'
+			else
+				'Soft moans escape your lips as <<$npc_firstname[$boy]>> continues to fuck you with his thick cock. Slowly. Gently. He drives it deep inside you, <i>filling</i> you with its exceptional girth, making you wetter and wetter with every thrust.'
+			end
+		elseif $npc_dick_desc[$boy] = 'long':
+			'You mew softly as <<$npc_firstname[$boy]>> continues to fuck you. Slowly. Gently. His long cock driving deep inside you until it''s plunged to the hilt, its presence felt even in the deepest parts of your pussy, making you wetter and wetter with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'huge':
+			'You mew softly as <<$npc_firstname[$boy]>> continues to fuck you. Slowly. Gently. His huge cock driving deep inside you until it''s plunged to the hilt, its presence felt even in the deepest parts of your pussy, <i>filling</i> you, making you wetter and wetter with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'enormous':
+			if pcs_vag <= 15:
+				'Tiny mews escape your lips as <<$npc_firstname[$boy]>> continues to fuck you with his enormous cock. Slowly. Gently. He drives it deep inside you until it''s plunged to the hilt, making its presence felt in the deepest parts of your tight pussy even as it <i>stretches</i> you to accomodate its exceptional girth. But you love it, becoming wetter and wetter with every thrust.'
+			else
+				'You mew softly as <<$npc_firstname[$boy]>> continues to fuck you with his enormous cock. Slowly. Gently. He drives it deep inside you until it''s plunged to the hilt, making its presence felt in the deepest parts of your tight pussy even as it <i>stretches</i> you to accomodate its exceptional girth. But you love it, becoming wetter and wetter with every thrust.'
+			end
+		elseif $npc_dick_desc[$boy] = 'lengthy':
+			'You mew softly as <<$npc_firstname[$boy]>> continues to fuck you with his exceptionally lengthy cock. Slowly. Gently. He drives it deep inside you until it''s plunged to the hilt, forcing groans from your lips as it knocks against your cervix. It hurts, but it''s a good hurt, like a gentle hammering, and the pain just makes you wetter and wetter with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'gigantic':
+			'You groan softly as <<$npc_firstname[$boy]>> continues to fuck you with his gigantic cock. Slowly. Gently. He drives it deep inside you, <i>filling</i> you until it''s plunged to the hilt, forcing groans from your lips as it knocks against your cervix. It hurts, but it''s a good hurt, like a gentle hammering, and you get wetter and wetter with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'monster':
+			'You mew softly as <<$npc_firstname[$boy]>> continues to fuck you with his gigantic cock. Slowly. Gently. He drives it deep inside you until it''s plunged to the hilt, forcing whimpers from your lips as it knocks against your cervix with its insane length and threatens to tear you in half with its absurd girth. It hurts, but it''s a good hurt, like a gentle hammering, and you get wetter and wetter with every thrust.'
+		end
+	elseif booty_call['moan'] = 2:
+		'"<i>Ahh! Yes! Ahh! Ahh! Ah~!</i>"'
+		*nl
+		if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+			'You moan loudly as <<$npc_firstname[$boy]>> continues to fuck you. Slowly. Gently. His tiny dick driving as deep as it can inside you, finding the hidden secrets of your pussy that make you wetter and wetter with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'chode':
+			'You moan loudly as <<$npc_firstname[$boy]>> continues to fuck you. Slowly. Gently. His fat chode driving as deep as it can inside you, forcing you to feel his girth, making you wetter and wetter with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'skinny':
+			'You moan loudly as <<$npc_firstname[$boy]>> continues to fuck you. Slowly. Gently. His skinny dick driving as deep as it can inside you, finding the hidden secrets of your pussy that make you wetter and wetter with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'normal':
+			'You moan loudly as <<$npc_firstname[$boy]>> continues to fuck you. Slowly. Gently. His cock driving deep inside you, <i>filling</i> you, making you wetter and wetter with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'thick':
+			if pcs_vag <= 10:
+				'Loud groans escape your lips as <<$npc_firstname[$boy]>> continues to fuck you with his thick cock. Slowly. Gently. He drives it deep inside you, <i>stretching</i> your tight pussy with its exceptional girth, making you wetter and wetter with every thrust.'
+			else
+				'Loud moans escape your lips as <<$npc_firstname[$boy]>> continues to fuck you with his thick cock. Slowly. Gently. He drives it deep inside you, <i>filling</i> you with its exceptional girth, making you wetter and wetter with every thrust.'
+			end
+		elseif $npc_dick_desc[$boy] = 'long':
+			'You moan loudly as <<$npc_firstname[$boy]>> continues to fuck you. Slowly. Gently. His long cock driving deep inside you until it''s plunged to the hilt, its presence felt even in the deepest parts of your pussy, making you wetter and wetter with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'huge':
+			'You moan loudly as <<$npc_firstname[$boy]>> continues to fuck you. Slowly. Gently. His huge cock driving deep inside you until it''s plunged to the hilt, its presence felt even in the deepest parts of your pussy, <i>filling</i> you, making you wetter and wetter with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'enormous':
+			if pcs_vag <= 15:
+				'Loud groans escape your lips as <<$npc_firstname[$boy]>> continues to fuck you with his enormous cock. Slowly. Gently. He drives it deep inside you until it''s plunged to the hilt, making its presence felt in the deepest parts of your tight pussy even as it <i>stretches</i> you to accomodate its exceptional girth. But you love it, becoming wetter and wetter with every thrust.'
+			else
+				'You moan loudly as <<$npc_firstname[$boy]>> continues to fuck you with his enormous cock. Slowly. Gently. He drives it deep inside you until it''s plunged to the hilt, making its presence felt in the deepest parts of your tight pussy even as it <i>stretches</i> you to accomodate its exceptional girth. But you love it, becoming wetter and wetter with every thrust.'
+			end
+		elseif $npc_dick_desc[$boy] = 'lengthy':
+			'You moan loudly as <<$npc_firstname[$boy]>> continues to fuck you with his exceptionally lengthy cock. Slowly. Gently. He drives it deep inside you until it''s plunged to the hilt, forcing groans from your lips as it knocks against your cervix. It hurts, but it''s a good hurt, like a gentle hammering, and the pain just makes you wetter and wetter with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'gigantic':
+			'You groan loudly as <<$npc_firstname[$boy]>> continues to fuck you with his gigantic cock. Slowly. Gently. He drives it deep inside you, <i>filling</i> you until it''s plunged to the hilt, forcing whimpers from your lips as it knocks against your cervix. It hurts, but it''s a good hurt, like a gentle hammering, and you get wetter and wetter with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'monster':
+			'You moan loudly as <<$npc_firstname[$boy]>> continues to fuck you with his gigantic cock. Slowly. Gently. He drives it deep inside you until it''s plunged to the hilt, forcing whimpers from your lips as it knocks against your cervix with its insane length and threatens to tear you in half with its absurd girth. It hurts, but it''s a good hurt, and you get wetter and wetter with every thrust.'
+		end
+	end
+end
+
+if $ARGS[0] = 'cowgirl1.2_dirty_talk':
+!! '"Ah~! Yes~! Just like that~!" you moan, your voice a hoarse with arousal. "You''re so deep! I can feel you inside me..."'
+	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+		'"Ah~! Yes~! Just like that~!" you moan, your voice a hoarse with arousal as <<$npc_firstname[$boy]>> does an amazing job fucking you with his tiny cock. "You''re so good! Right there~! Right there!"'
+	elseif $npc_dick_desc[$boy] = 'chode':
+		'"Ah~! Yes~! Just like that~!" you moan, your voice a hoarse with arousal as <<$npc_firstname[$boy]>> does an amazing job fucking you with his stubby cock. "Fuck me with your fat chode!"'
+	elseif $npc_dick_desc[$boy] = 'skinny':
+		'"Ah~! Yes~! Just like that~!" you moan, your voice a hoarse with arousal as <<$npc_firstname[$boy]>> does an amazing job fucking you with his skinny dick. "You''re so good! Right there! Right there~!"'
+	elseif $npc_dick_desc[$boy] = 'normal':
+		'"Ah~! Yes~! Just like that~!" you moan, your voice a hoarse with arousal. "You''re amazing! I''m <i>so</i> wet..."'
+	elseif $npc_dick_desc[$boy] = 'thick':
+		if pcs_vag <= 10:
+			'"Ah~! Yes~! Just like that~!" you moan, your voice a hoarse with arousal. "Ungh~! You''re stretching me out! It''s so good! I''m <i>so</i> wet..."'
+		else
+			'"Ah~! Yes~! Just like that~!" you moan, your voice a hoarse with arousal. "Ungh~! It feels so good~! Fuck me with your big cock~!"'
+		end
+	elseif $npc_dick_desc[$boy] = 'long':
+		'"Ungh~!" you groan, your voice a hoarse with arousal. "You''re so deep! Nngh~! Right there! Right there~!"'
+	elseif $npc_dick_desc[$boy] = 'huge':
+		'"Ungh~!" you groan, your voice a hoarse with arousal. "You''re so <i>big</i>! Nngh~! Right there! Right there~!"'
+	elseif $npc_dick_desc[$boy] = 'enormous':
+		'"Ungh~!" you groan, your voice a hoarse with arousal. "You''re so <i>fucking big</i>! Don''t stop!"'
+	elseif $npc_dick_desc[$boy] = 'lengthy':
+		'"Ungh~!" you groan, your voice a hoarse with arousal. "Oh <i>fuck!</i> I feel you in my stomach~!"'
+	elseif $npc_dick_desc[$boy] = 'gigantic':
+		'"Ungh~! <i>Fuck!</i>" you groan, your voice a hoarse with arousal. "Oh <i>fuck!</i> You''re so <i>fucking big</i>! You''re stretching me out~! I can feel you in my stomach~!"'
+	elseif $npc_dick_desc[$boy] = 'monster':
+		'"Ungh~! <i>Fuck!</i>" you groan, your voice a hoarse with arousal. "Oh <i>fuck!</i> You''re so <i>fucking big</i>! You''re tearing me in half! Don''t stop~!"'
+	end
+end
+
+if $ARGS[0] = 'cowgirl1.2_sensation_desc':
+!!	'It''s <i>so</i> deep, filling you up better than in any other position, scratching an itch that normally can''t be reached. You can feel your wetness spreading, running down your thighs, heat radiating from your sex and from his. You breathe deeply as you sink further and further into the feelings of your own arousal.'
+	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+		'The angle is <i>perfect</i>, and <<$npc_firstname[$boy]>> is rubbing right against your g-spot with his tiny dick. You can feel your wetness spreading, running down your thighs, heat radiating from your sex and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
+	elseif $npc_dick_desc[$boy] = 'chode':
+		'The angle is <i>perfect</i>, and <<$npc_firstname[$boy]>> is stretching your lips out just right while the tip of his fat chode rubs right against your g-spot. You can feel your wetness spreading, running down your thighs, heat radiating from your sex and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
+	elseif $npc_dick_desc[$boy] = 'skinny':
+		'The angle is <i>perfect</i>, and <<$npc_firstname[$boy]>> is rubbing right against your g-spot with his skinny dick. You can feel your wetness spreading, running down your thighs, heat radiating from your sex and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
+	elseif $npc_dick_desc[$boy] = 'normal':
+		'The angle is <i>perfect</i>, and <<$npc_firstname[$boy]>> fills you up just right with his dick, reaching deep inside you with his dick. You can feel your wetness spreading, running down your thighs, heat radiating from your sex and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
+	elseif $npc_dick_desc[$boy] = 'thick':
+		'The angle is <i>perfect</i>, and <<$npc_firstname[$boy]>> fills you up to the brim with his thick cock, stretching your walls and reaching deep inside you. You can feel your wetness spreading, running down your thighs, heat radiating from your sex and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
+	elseif $npc_dick_desc[$boy] = 'long':
+		'The angle is <i>perfect</i>, and <<$npc_firstname[$boy]>> rubs against your g-spot with every thrust of his lengthy manhood, reaching depths inside you rarely found by cocks of shorter length. You can feel your wetness spreading, running down your thighs, heat radiating from your sex and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
+	elseif $npc_dick_desc[$boy] = 'huge':
+		'The angle is <i>perfect</i>, and <<$npc_firstname[$boy]>> filling you completely with his huge manhood and reaching depths inside you rarely found by cocks of shorter length. You can feel your wetness spreading, running down your thighs, heat radiating from your sex and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
+	elseif $npc_dick_desc[$boy] = 'enormous':
+		'The angle is <i>perfect</i>, and <<$npc_firstname[$boy]>> stuffs you to your limits with his enormous cock. Both his length and girth are exceptional and you can feel it straining inside your pussy, stretching you in every way. Your wetness spreads, running down your thighs. Heat radiates from your sex and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
+	elseif $npc_dick_desc[$boy] = 'lengthy':
+		'The angle is <i>perfect</i>, and <<$npc_firstname[$boy]>> bumps into your cervix with every thrust of his ridiculously long cock. Collisions turn into soreness, soreness turns into satisfaction, you can feel him in your stomach. <i>And its so good</i>. Wetness spreads, running down your thighs. Heat radiates from your sex and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
+	elseif $npc_dick_desc[$boy] = 'gigantic':
+		'The angle is <i>perfect</i>, and <<$npc_firstname[$boy]>> fills your pussy up and then some, bumping into your cervix with every thrust of his gigantic cock. Collisions turn into soreness, soreness turns into satisfaction, you can feel him in your stomach. <i>And its so good</i>. Wetness spreads, running down your thighs. Heat radiates from your sex and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
+	elseif $npc_dick_desc[$boy] = 'monster':
+		'The angle is <i>perfect</i>, and <<$npc_firstname[$boy]>> fills your pussy up and then some, bumping into your cervix and threatening to tear you in half with every thrust of his monstrous cock. Your pussy feels stretched to its limits and your cervix feels like it''s being gently punched by a baseball bat. <i>And it feels so good</i>. Your wetness spreads, running down your thighs. Heat radiates from your sex and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
+	end
+end
+
+if $ARGS[0] = 'cowgirl2_start_period_desc':
+!!	'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. His cock is coated in the period, red liquid streaming out of your pussy with every thrust. But it doesn''t stop him from continuing to drive balls deep inside you every time.'
+	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass, the sloppy sounds of your period leaking around his tiny dick.'
+	elseif $npc_dick_desc[$boy] = 'chode':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass, the sloppy sounds of your period squelching around his thick chode.'
+	elseif $npc_dick_desc[$boy] = 'skinny':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass, the sloppy sounds of your period leaking from your pussy around his skinny dick.'
+	elseif $npc_dick_desc[$boy] = 'normal':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass and his cock plunges into your pussy, a little wetter sounding than usual on account of your period.'
+	elseif $npc_dick_desc[$boy] = 'thick':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass, the sloppy squelching sounds of your period being forced from your pussy by his thick shaft.'
+	elseif $npc_dick_desc[$boy] = 'long':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his long dick hammers deep inside you. Wet slaps echo around the room as his hips collide with your ass, the sloppy sounds of your period squelching around his long shaft.'
+	elseif $npc_dick_desc[$boy] = 'huge':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his dick hammers deep inside you. Wet slaps echo around the room as his hips collide with your ass, the huge size of his cock forcing squelches from your bleeding cunt.'
+	elseif $npc_dick_desc[$boy] = 'enormous':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his dick fills you to the brim. Wet slaps echo around the room as his hips collide with your ass, his enormous cock leaving room for nothing else, forcing the blood from your menstruating snatch.'
+	elseif $npc_dick_desc[$boy] = 'lengthy':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his dick batters your insides with its exceptional length. Wet slaps echo around the room as his hips collide with your ass, the sloppy sounds of your period squelching around his lengthy shaft.'
+	elseif $npc_dick_desc[$boy] = 'gigantic':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his dick fills you to the brim. Sloppy wet slaps echo around the room as <<$npc_firstname[$boy]>> batters your bleeding pussy with his gigantic cock.'
+	elseif $npc_dick_desc[$boy] = 'monster':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust. His dick fills you completely and then some, forcing your pussy to strain and stretch around his long, girthy shaft. Sloppy wet slaps echo around the room as <<$npc_firstname[$boy]>> repeatedly batters your bleeding pussy with his monstrous cock.'
+	end
+end
+
+
+if $ARGS[0] = 'cowgirl2_start_desc':
+	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass, unceasingly thrusting into you with his tiny dick.'
+	elseif $npc_dick_desc[$boy] = 'chode':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass, unceasingly thrusting into you with his thick chode.'
+	elseif $npc_dick_desc[$boy] = 'skinny':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass, unceasingly thrusting into you with his skinny dick.'
+	elseif $npc_dick_desc[$boy] = 'normal':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room with every thrust and he drives his cock deep as deep as he can every time.'
+	elseif $npc_dick_desc[$boy] = 'thick':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass, the sloppy squelching sounds of your pussy fucked by his thick shaft.'
+	elseif $npc_dick_desc[$boy] = 'long':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his long dick hammers deep inside you. Wet slaps echo around the room as his hips collide with your ass, the sloppy sounds of your pussy squelching around his long shaft.'
+	elseif $npc_dick_desc[$boy] = 'huge':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his dick hammers deep inside you. Wet slaps echo around the room as his hips collide with your ass, the huge size of his cock forcing squelches from your cunt.'
+	elseif $npc_dick_desc[$boy] = 'enormous':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his enormous dick fills you to the brim. Wet slaps echo around the room as his hips collide with your ass, forcing loud squelches from your snatch with his long girthy cock.'
+	elseif $npc_dick_desc[$boy] = 'lengthy':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his dick batters your insides with its exceptional length. Wet slaps echo around the room as his hips collide with your ass, the sloppy sounds of your pussy squelching around his lengthy shaft.'
+	elseif $npc_dick_desc[$boy] = 'gigantic':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his gigantic dick fills you to the brim. Sloppy wet slaps echo around the room as <<$npc_firstname[$boy]>> batters your pussy with his long hard cock.'
+	elseif $npc_dick_desc[$boy] = 'monster':
+		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust. His dick fills you completely and then some, forcing your pussy to strain and stretch around his long, girthy shaft. Sloppy wet slaps echo around the room as <<$npc_firstname[$boy]>> repeatedly batters your pussy with his monstrous cock.'
+	end
+end
+
+
+if $ARGS[0] = 'cowgirl2_enjoy_desc':
+!!	'You moan softly as <<$npc_firstname[$boy]>> takes you from behind, his cock thrusting inside you. His hips clap against your ass with every thrust, sending Waves of pleasure through your whole body and you let yourself sink into the feeling.'
+	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+		'You groan in pleasure as <<$npc_firstname[$boy]>> fucks you, his tiny dick wiggling around inside you but more than made up for by his enthusiasm. Waves of pleasure reverberate through your body every time his hips collide with your ass.'
+	elseif $npc_dick_desc[$boy] = 'chode':
+		'You groan in pleasure as <<$npc_firstname[$boy]>> fucks you, his thick chode stretching the opening of your pussy with his balls deep thrusts. Waves of pleasure reverberate through your body every time his hips collide with your ass.'
+	elseif $npc_dick_desc[$boy] = 'skinny':
+		'You groan in pleasure as <<$npc_firstname[$boy]>> fucks you, his skinny dick slipping in and out of you with speed. Waves of pleasure reverberate through your body every time his hips collide with your ass.'
+	elseif $npc_dick_desc[$boy] = 'normal':
+		'You groan in pleasure as <<$npc_firstname[$boy]>> fucks you, thrusting his dick balls deep into you from behind over and over again. Waves of pleasure reverberate through your body every time his hips collide with your ass.'
+	elseif $npc_dick_desc[$boy] = 'thick':
+		'You groan in pleasure as <<$npc_firstname[$boy]>> fucks you, plunging his thick cock balls deep into you from behind over and over again. Your pussy stretches with every thrust and waves of pleasure reverberate through your body every time his hips collide with your ass.'
+	elseif $npc_dick_desc[$boy] = 'long':
+		'You groan in pleasure as <<$npc_firstname[$boy]>> fucks you, plunging his lengthy cock balls deep into you from behind over and over again. He''s so <i>deep</i> inside you and waves of pleasure reverberate through your body every time his hips collide with your ass.'
+	elseif $npc_dick_desc[$boy] = 'huge':
+		'You groan in pleasure as <<$npc_firstname[$boy]>> fucks you, plunging his huge cock balls deep into you from behind over and over again. He''s so <i>deep</i> inside you, filling you from end to end with cock, and waves of pleasure reverberate through your body every time his hips collide with your ass.'
+	elseif $npc_dick_desc[$boy] = 'enormous':
+		'You groan in pleasure as <<$npc_firstname[$boy]>> fucks you, plunging his huge cock balls deep into you from behind over and over again. He''s so <i>deep</i>, so <i>big</i> inside you, filling you from end to end with his length and stretching you to your limits with his magnificent girth. Waves of pleasure reverberate through your body every time his hips collide with your ass.'
+	elseif $npc_dick_desc[$boy] = 'lengthy':
+		'You groan in pleasure as <<$npc_firstname[$boy]>> fucks you, plunging the great length of his cock balls deep into you from behind over and over again. He''s so <i>deep</i> that it hurts, but that only makes you even wetter as waves of pleasure reverberate through your body every time his hips collide with your ass.'
+	elseif $npc_dick_desc[$boy] = 'gigantic':
+		'You groan in pleasure as <<$npc_firstname[$boy]>> fucks you, plunging the his gigantic cock balls deep into you from behind over and over again. He <i>stuffs</i> you with dick, so deep that it hurts, but that only makes you even wetter as waves of pleasure reverberate through your body every time his hips collide with your ass.'
+	elseif $npc_dick_desc[$boy] = 'monster':
+		'You groan in pleasure as <<$npc_firstname[$boy]>> fucks you, plunging the his monstrous cock balls deep into you from behind over and over again. He <i>stuffs</i> you with dick, so deep that it hurts, so thick that you feel ready to tear in half, but that only makes you even wetter as waves of pleasure reverberate through your body every time his hips collide with your ass.'
+	end
+end
+
+if $ARGS[0] = 'cowgirl2.1_desc':
+	if $booty_call['pos_speed'] = 'cowgirl1':
+!!	'With the new and improved pace, you find yourself enjoying it a lot more. Wet slapping noises sound alongside the clapping of your cheeks and you sigh in deep satisfaction, sinking into the feeling.'
+		if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+			'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. <<$npc_firstname[$boy]>>''s hips crash into yours, unceasingly thrusting into you with his tiny dick. Wet slapping noises sound alongside the clapping of your cheeks and you sigh in deep satisfaction.'
+		elseif $npc_dick_desc[$boy] = 'chode':
+			'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. <<$npc_firstname[$boy]>>''s hips crash into yours, unceasingly thrusting into you with his thick chode. Wet slapping noises sound alongside the clapping of your cheeks and you sigh in deep satisfaction.'
+		elseif $npc_dick_desc[$boy] = 'skinny':
+			'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slapping noises sound alongside the clapping of your cheeks as <<$npc_firstname[$boy]>> thrusts unceasingly into you with his skinny dick.'
+		elseif $npc_dick_desc[$boy] = 'normal':
+			'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slapping noises sound alongside the clapping of your cheeks as <<$npc_firstname[$boy]>> drives his cock deep as deep as he can every time.'
+		elseif $npc_dick_desc[$boy] = 'thick':
+			'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Loud clapping echoes around the room as <<$npc_firstname[$boy]>>''s hips crash into your ass, accompanied by the sloppy squelching of your pussy getting reamed by his thick shaft.'
+		elseif $npc_dick_desc[$boy] = 'long':
+			'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Loud clapping echoes around the room as <<$npc_firstname[$boy]>>''s hips crash into your ass, accompanied by the sloppy wet squelching of your dripping cunt getting repeatedly impaled by his long shaft.'
+		elseif $npc_dick_desc[$boy] = 'huge':
+			'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust and <<$npc_firstname[$boy]>>''s dick hammers deep inside you. Loud clapping echoes around the room as <<$npc_firstname[$boy]>>''s hips crash into your ass, the huge size of his cock forcing sloppy wet squelching from your dripping cunt.'
+		elseif $npc_dick_desc[$boy] = 'enormous':
+			'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust and <<$npc_firstname[$boy]>>''s enormous dick stretches you to the limit. Loud clapping echoes around the room as <<$npc_firstname[$boy]>>''s hips crash into your ass, the enormous size of his cock forcing sloppy wet squelching from your dripping cunt.'
+		elseif $npc_dick_desc[$boy] = 'lengthy':
+			'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust and his dick batters your insides with its exceptional length. Loud clapping echoes around the room as <<$npc_firstname[$boy]>>''s hips crash into your ass, accompanied by the sloppy wet squelching of your dripping cunt getting repeatedly impaled by his lengthy shaft.'
+		elseif $npc_dick_desc[$boy] = 'gigantic':
+			'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust and his gigantic dick fills you to your absolute limit. Loud clapping echoes around the room as <<$npc_firstname[$boy]>>''s hips crash into your ass, pummelling your insides and forcing sloppy wet squelching from your dripping cunt.'
+		elseif $npc_dick_desc[$boy] = 'monster':
+			'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust. His dick fills you completely and then some, forcing your pussy to strain and stretch around his monstrously long and girthy shaft. Loud clapping echoes around the room as <<$npc_firstname[$boy]>>''s hips crash into your ass, pummelling your insides and forcing sloppy wet squelching from your dripping cunt.'
+		end
+	elseif $booty_call['pos_speed'] = 'cowgirl3':
+		if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+			'<<$npc_firstname[$boy]>> slows down to a more managable pace and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. <<$npc_firstname[$boy]>>''s hips crash into yours, unceasingly thrusting into you with his tiny dick. Wet slapping noises sound alongside the clapping of your cheeks and you sigh in deep satisfaction.'
+		elseif $npc_dick_desc[$boy] = 'chode':
+			'<<$npc_firstname[$boy]>> slows down to a more managable pace and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. <<$npc_firstname[$boy]>>''s hips crash into yours, unceasingly thrusting into you with his thick chode. Wet slapping noises sound alongside the clapping of your cheeks and you sigh in deep satisfaction.'
+		elseif $npc_dick_desc[$boy] = 'skinny':
+			'<<$npc_firstname[$boy]>> slows down to a more managable pace and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slapping noises sound alongside the clapping of your cheeks as <<$npc_firstname[$boy]>> thrusts unceasingly into you with his skinny dick.'
+		elseif $npc_dick_desc[$boy] = 'normal':
+			'<<$npc_firstname[$boy]>> slows down to a more managable pace and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slapping noises sound alongside the clapping of your cheeks as <<$npc_firstname[$boy]>> drives his cock deep as deep as he can every time.'
+		elseif $npc_dick_desc[$boy] = 'thick':
+			'<<$npc_firstname[$boy]>> slows down to a more managable pace and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Loud clapping echoes around the room as <<$npc_firstname[$boy]>>''s hips crash into your ass, accompanied by the sloppy squelching of your pussy getting reamed by his thick shaft.'
+		elseif $npc_dick_desc[$boy] = 'long':
+			'<<$npc_firstname[$boy]>> slows down to a more managable pace and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Loud clapping echoes around the room as <<$npc_firstname[$boy]>>''s hips crash into your ass, accompanied by the sloppy wet squelching of your dripping cunt getting repeatedly impaled by his long shaft.'
+		elseif $npc_dick_desc[$boy] = 'huge':
+			'<<$npc_firstname[$boy]>> slows down to a more managable pace and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust and <<$npc_firstname[$boy]>>''s dick hammers deep inside you. Loud clapping echoes around the room as <<$npc_firstname[$boy]>>''s hips crash into your ass, the huge size of his cock forcing sloppy wet squelching from your dripping cunt.'
+		elseif $npc_dick_desc[$boy] = 'enormous':
+			'<<$npc_firstname[$boy]>> slows down to a more managable pace and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust and <<$npc_firstname[$boy]>>''s enormous dick stretches you to the limit. Loud clapping echoes around the room as <<$npc_firstname[$boy]>>''s hips crash into your ass, the enormous size of his cock forcing sloppy wet squelching from your dripping cunt.'
+		elseif $npc_dick_desc[$boy] = 'lengthy':
+			'<<$npc_firstname[$boy]>> slows down to a more managable pace and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust and his dick batters your insides with its exceptional length. Loud clapping echoes around the room as <<$npc_firstname[$boy]>>''s hips crash into your ass, accompanied by the sloppy wet squelching of your dripping cunt getting repeatedly impaled by his lengthy shaft.'
+		elseif $npc_dick_desc[$boy] = 'gigantic':
+			'<<$npc_firstname[$boy]>> slows down to a more managable pace and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust and his gigantic dick fills you to your absolute limit. Loud clapping echoes around the room as <<$npc_firstname[$boy]>>''s hips crash into your ass, pummelling your insides and forcing sloppy wet squelching from your dripping cunt.'
+		elseif $npc_dick_desc[$boy] = 'monster':
+			'<<$npc_firstname[$boy]>> slows down to a more managable pace and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust. His dick fills you completely and then some, forcing your pussy to strain and stretch around his monstrously long and girthy shaft. Loud clapping echoes around the room as <<$npc_firstname[$boy]>>''s hips crash into your ass, pummelling your insides and forcing sloppy wet squelching from your dripping cunt.'
+		end
+	end
+end
+
+
+if $ARGS[0] = 'cowgirl2.2_moan_desc':
+!!	'You moan softly as <<$npc_firstname[$boy]>> keeps fucking you. His cock pounds into with perfect pressure, like a massage for your pussy.'
+	if booty_call['moan'] = 1:
+		$booty_call['moan_describe'] = 'softly'
+	elseif booty_call['moan'] = 2:
+		$booty_call['moan_describe'] = 'loudly'
+	end
+	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+		'You moan <<$booty_call[''moan_describe'']>> as <<$npc_firstname[$boy]>> keeps fucking you. He pounds into you from behind, giving you the strangest satisfaction of pleasure that has very little to do with the tiny dick inside you.'
+	elseif $npc_dick_desc[$boy] = 'chode':
+		'You moan <<$booty_call[''moan_describe'']>> as <<$npc_firstname[$boy]>> keeps fucking you. His thick chode pounds into you from behind, wonderfully stretching your pussy like a good three-finger fucking, but better.'
+	elseif $npc_dick_desc[$boy] = 'skinny':
+		'You moan <<$booty_call[''moan_describe'']>> as <<$npc_firstname[$boy]>> keeps fucking you from behind. He pounds your ass, rubbing right up against your g-spot with his skinny dick.'
+	elseif $npc_dick_desc[$boy] = 'normal':
+		'You moan <<$booty_call[''moan_describe'']>> as <<$npc_firstname[$boy]>> keeps fucking you from behind. He pounds your ass, rubbing right up against your g-spot with his dick.'
+	elseif $npc_dick_desc[$boy] = 'thick':
+		'You moan <<$booty_call[''moan_describe'']>> as <<$npc_firstname[$boy]>> keeps fucking you from behind, pounding you with his <i>thick</i> cock that stretches your walls, squeezing pleasure from your pussy with every thrust.'
+	elseif $npc_dick_desc[$boy] = 'long':
+		'You moan <<$booty_call[''moan_describe'']>> as <<$npc_firstname[$boy]>> keeps fucking you from behind, pounding you with his long-ass cock that reaches the very depths of your pussy without even trying.'
+	elseif $npc_dick_desc[$boy] = 'huge':
+		'You moan <<$booty_call[''moan_describe'']>> as <<$npc_firstname[$boy]>> keeps fucking you from behind, pounding you with his huge cock that fills you wonderfully and reaches the very depths of your pussy without even trying.'
+	elseif $npc_dick_desc[$boy] = 'enormous':
+		'You moan <<$booty_call[''moan_describe'']>> as <<$npc_firstname[$boy]>> keeps fucking you from behind, pounding you with his enormous cock that penetrates you to the depths of your pussy and stretches your walls, squeezing pleasure from your pussy with every thrust.'
+	elseif $npc_dick_desc[$boy] = 'lengthy':
+		'You moan <<$booty_call[''moan_describe'']>> as <<$npc_firstname[$boy]>> keeps fucking you from behind with his amazingly lengthy cock, literally pounding pleasure from your cervix with every thrust. Soreness is quickly building up inside you and <i>it feels so good.</i>'
+	elseif $npc_dick_desc[$boy] = 'gigantic':
+		'You moan <<$booty_call[''moan_describe'']>> as <<$npc_firstname[$boy]>> keeps fucking you from behind with his gigantic cock, literally pounding pleasure from your cervix with every thrust. Soreness is quickly building up between your legs and <i>it feels so good.</i>'
+	elseif $npc_dick_desc[$boy] = 'monster':
+		'You moan <<$booty_call[''moan_describe'']>> as <<$npc_firstname[$boy]>> keeps fucking you from behind with his monstrous cock. It''s stupidly huge, stretching you to breaking with every thrust and literally pounding your cervix with every thrust. Your pussy is so sore and <i>it feels so good.</i>'
+	end
+end
+
+
+if $ARGS[0] = 'cowgirl2.2_dirty_talk':
+!!	'"Ah! Fuck! Just like that!" you moan loudly. "Fuck my pussy with your big cock! Right there! Fuck! You''re so good!"'
+	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+		'"Ah! <i>Fuck!</i> Yes! Yes! Fuck my pussy with your tiny dick! " you moan loudly. "Don''t stop! You''re so <i>fucking</i> good!"'
+	elseif $npc_dick_desc[$boy] = 'chode':
+		'"Ah! <i>Fuck!</i> Yes! Yes! Fuck my pussy with your fat chode! " you moan loudly. "Don''t stop! You''re so <i>fucking</i> good!"'
+	elseif $npc_dick_desc[$boy] = 'skinny':
+		'"Ah! <i>Fuck!</i> Yes! Yes! Fuck my pussy with your skinny dick! " you moan loudly. "Don''t stop! You''re so <i>fucking</i> good!"'
+	elseif $npc_dick_desc[$boy] = 'normal':
+		'"Ah! <i>Fuck!</i> Yes! Yes! Fuck my pussy just like that!" you moan loudly. "Don''t stop! You''re so <i>fucking</i> good!"'
+	elseif $npc_dick_desc[$boy] = 'thick':
+		if pcs_vag <= 10:
+			'"Ah! <i>Fuck!</i> Just like that!" you moan loudly. "Fuck, you''re so big! You''re stretching me out! Don''t stop! Fuck my pussy with your big cock! It''s so good!"'
+		else
+			'"Ah! <i>Fuck!</i> Just like that!" you moan loudly. "Don''t stop! Fuck my pussy with your big cock! Fuck, you''re so big! You''re so <i>fucking</i> good!"'
+		end
+	elseif $npc_dick_desc[$boy] = 'long':
+		'"Ah! <i>Fuck!</i> Just like that!" you moan loudly. "Ungh~! You''re <i>so</i> deep! Right there! Right there! You''re so <i>fucking</i> good!"'
+	elseif $npc_dick_desc[$boy] = 'huge':
+		'"Ah! <i>Fuck!</i> Just like that!" you moan loudly. "Fuck my pussy with your huge cock! Ungh~! You''re <i>so</i> deep! You''re so <i>fucking</i> good!"'
+	elseif $npc_dick_desc[$boy] = 'enormous':
+		'"Ah! <i>Fuck!</i> Just like that!" you moan loudly. "Fuck my pussy with your huge cock! Ungh~! You''re <i>so</i> deep! You''re <i>so</i> big! You''re so <i>fucking</i> good!"'
+	elseif $npc_dick_desc[$boy] = 'lengthy':
+		'"Ah! <i>Fuck!</i> Just like that!" you moan loudly. "Oh <i>fuck!</i> I feel you in my stomach~! It''s so good!!"'
+	elseif $npc_dick_desc[$boy] = 'gigantic':
+		'"Ah! <i>Fuck!</i> Just like that!" you moan loudly. "Oh <i>fuck!</i> You''re <i>so</i> deep! You''re so <i>fucking big</i>! I can feel you in my stomach~! Don''t stop~!"'
+	elseif $npc_dick_desc[$boy] = 'monster':
+		'"Ungh~! <i>Fuck!</i> Just like that!" you moan loudly. "Fuck me with your monster cock~! Oh <i>fuck!</i> You''re so <i>fucking big</i>! You''re tearing me in half! I can feel you in my stomach~! Don''t stop~! Don''t stop~! Don''t stop~!"'
+	end
+end
+
+
+if $ARGS[0] = 'cowgirl2.2_sensation_desc':
+!!	'You let out sighs of contentment, focusing on <<$npc_firstname[$boy]>>''s cock inside you, letting the pressure build inside you as he literally pounds pleasure into you.'
+	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+		'You let out sighs of contentment, focusing on <<$npc_firstname[$boy]>>''s cock inside you, letting the pressure build inside you as he literally pounds pleasure into you from behind with his tiny dick.'
+	elseif $npc_dick_desc[$boy] = 'chode':
+		'You let out sighs of contentment, focusing on <<$npc_firstname[$boy]>>''s cock inside you, letting the pressure build inside you as he literally pounds pleasure into you from behind with his thick chode.'
+	elseif $npc_dick_desc[$boy] = 'skinny':
+		'You let out sighs of contentment, focusing on <<$npc_firstname[$boy]>>''s cock inside you, letting the pressure build inside you as he literally pounds pleasure into you from behind with his skinny dick.'
+	elseif $npc_dick_desc[$boy] = 'normal':
+		'You let out sighs of contentment, focusing on <<$npc_firstname[$boy]>>''s cock filling your pussy, letting the pressure build inside you as he literally pounds pleasure into you from behind with his dick.'
+	elseif $npc_dick_desc[$boy] = 'thick':
+		'You let out sighs of contentment, focusing on <<$npc_firstname[$boy]>>''s thick cock stretching the walls of your pussy, letting the pressure build inside you as he literally pounds pleasure into you from behind.'
+	elseif $npc_dick_desc[$boy] = 'long':
+		'You let out sighs of contentment, focusing on <<$npc_firstname[$boy]>>''s long cock reaching deep inside your pussy, letting the pressure build inside you as he literally pounds pleasure into you from behind.'
+	elseif $npc_dick_desc[$boy] = 'huge':
+		'You let out sighs of contentment, focusing on <<$npc_firstname[$boy]>>''s huge cock filling you up and reaching deep inside your pussy, letting the pressure build inside you as he literally pounds pleasure into you from behind.'
+	elseif $npc_dick_desc[$boy] = 'enormous':
+		'You let out sighs of contentment, focusing on <<$npc_firstname[$boy]>>''s enormous cock that stretches you to your limits and fills you up from base to tip, letting the pressure build inside you as he literally pounds pleasure into you from behind.'
+	elseif $npc_dick_desc[$boy] = 'lengthy':
+		'You let out sighs of contentment, focusing on <<$npc_firstname[$boy]>>''s lengthy cock that batters your cervix, a feeling that you sense in your stomach, letting him literally pound pain and pleasure into you from behind.'
+	elseif $npc_dick_desc[$boy] = 'gigantic':
+		'You let out sighs of contentment, focusing on <<$npc_firstname[$boy]>>''s gigantic cock that fills you past your limits as it batters your cervix, a feeling that you sense in your stomach, letting him literally pound pain and pleasure into you from behind.'
+	elseif $npc_dick_desc[$boy] = 'monster':
+		'You groan wordlessly, unable to have any kind of conscious thought except for the monstrous cock inside you, filling you with pain and pleasure, as it smashes into your cervix and stretches your pussy to the point of breaking.'
+	end
+end
+
+
+if $ARGS[0] = 'cowgirl3_start_period_desc':
+!!	'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous force and the sound of your cheeks getting clapped echoes off the walls. His cock slams into you and you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
+	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His tiny dick slams into you with such power that you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
+	elseif $npc_dick_desc[$boy] = 'chode':
+		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His fat chode slams into you with such power that you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
+	elseif $npc_dick_desc[$boy] = 'skinny':
+		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His skinny dick slams into you with such power that you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
+	elseif $npc_dick_desc[$boy] = 'normal':
+		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His dick slams into you with such power that you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
+	elseif $npc_dick_desc[$boy] = 'thick':
+		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His thick cock slams into you with such power that you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
+	elseif $npc_dick_desc[$boy] = 'long':
+		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His long cock slams into you with such power that you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
+	elseif $npc_dick_desc[$boy] = 'huge':
+		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His huge cock slams into you with such power that you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
+	elseif $npc_dick_desc[$boy] = 'enormous':
+		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His enormous cock slams into you with such power that your pussy is left no room for the blood leaking from your uterus and streams of blood run down your thighs.'
+	elseif $npc_dick_desc[$boy] = 'lengthy':
+		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His lengthy cock is so long that it slams into your cervix, battering the blood from your uterus and streams of blood run down your thighs.'
+	elseif $npc_dick_desc[$boy] = 'gigantic':
+		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His gigantic cock is so long that it slams into your cervix, filling you completely and battering the blood from your uterus and streams of blood run down your thighs.'
+	elseif $npc_dick_desc[$boy] = 'monster':
+		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His monstrous cock is so long that it slams into your cervix, while also being so girthy that it feels like the blood could be coming from your pussy getting torn in half, rather than your period.'
+	end
+end
+
+
+if $ARGS[0] = 'cowgirl3_start_desc':
+!!	'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous force and the sound of your cheeks getting clapped echoes off the walls.'
+	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his tiny dick.'
+	elseif $npc_dick_desc[$boy] = 'chode':
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his fat chode.'
+	elseif $npc_dick_desc[$boy] = 'skinny':
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his skinny dick.'
+	elseif $npc_dick_desc[$boy] = 'normal':
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his cock.'
+	elseif $npc_dick_desc[$boy] = 'thick':
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his thick cock.'
+	elseif $npc_dick_desc[$boy] = 'long':
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his long cock.'
+	elseif $npc_dick_desc[$boy] = 'huge':
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his huge cock.'
+	elseif $npc_dick_desc[$boy] = 'enormous':
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his enormous cock.'
+	elseif $npc_dick_desc[$boy] = 'lengthy':
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his lengthy cock.'
+	elseif $npc_dick_desc[$boy] = 'gigantic':
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his gigantic cock.'
+	elseif $npc_dick_desc[$boy] = 'monster':
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his monstrous cock.'
+	end
+end
+
+if $ARGS[0] = 'cowgirl3_enjoy_desc':
+!!{
+	if pcs_makeup > 1:
+		pcs_makeup = 0
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> slams his cock into you from behind. Your mind goes blank with pleasure and . Within minutes, your makeup is as fucked as you are. It feels so good you want to die.'
+	elseif pcs_makeup = 0:
+		'You groan in pleasure, loving how deep his cock goes inside you, hammers your pussy in all the right ways. Tears of pleasure blur your sight and beads of sweat gather on your skin and your already ruined makeup gets even worse with every passing minute.'
+	else
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> slams his cock into you from behind. Your mind goes blank with pleasure and it feels so good you want to die.'
+	end
+	}
+	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, letting the sheer force make up for his tiny dick.'
+	elseif $npc_dick_desc[$boy] = 'chode':
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, forcing the girth of his fat chode into you, making it somehow feel longer than it is.'
+	elseif $npc_dick_desc[$boy] = 'skinny':
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, slamming his skinny dick into you.'
+	elseif $npc_dick_desc[$boy] = 'normal':
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, slamming his cock into you.'
+	elseif $npc_dick_desc[$boy] = 'thick':
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, splitting your pussy in half with his thick cock.'
+	elseif $npc_dick_desc[$boy] = 'long':
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, slamming every centimeter of his long cock deep inside you.'
+	elseif $npc_dick_desc[$boy] = 'huge':
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, forcing every centimeter of his huge cock deep inside you.'
+	elseif $npc_dick_desc[$boy] = 'enormous':
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, splitting your pussy in half and forcing every centimeter of his enormous cock deep inside you.'
+	elseif $npc_dick_desc[$boy] = 'lengthy':
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, smashing into your cervix with his lengthy cock on every thrust.'
+	elseif $npc_dick_desc[$boy] = 'gigantic':
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, filling you up and smashing into your cervix with his gigantic cock on every thrust.'
+	elseif $npc_dick_desc[$boy] = 'monster':
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, splitting your pussy in half and smashing into your cervix with his monster cock on every thrust.'
+	end
+	*nl
+	if pcs_makeup > 1:
+		pcs_makeup = 0
+		'Your mind goes blank with pleasure and within minutes, your makeup is as fucked as you are.'
+	elseif pcs_makeup = 0:
+		'Tears of pleasure blur your sight and sweat gathers on your skin and your already ruined makeup gets even worse with every passing moment.'
+	else
+		'Your mind goes blank with pleasure and you groan loudly, letting <<$npc_firstname[$boy]>> fuck you into blissful oblivion.'
+	end
+end
+
+
+if $ARGS[0] = 'cowgirl3_too_rough':
+!!		'<i>This is-! Too rough-!</i>'
+!!		*nl
+!!		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. His cock is like a jackhammer, pounding into your pussy in the worst way, feeling more like he''s punching your cervix than fucking you. It''s agonizing and unpleasant, you feel like you''re going to die.'
+	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$boy]>>''s tiny dick does nothing for you, but your hips ache from the repeated clapping of your ass and you can even feel your cheeks turning red and sore from the punishment. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
+	elseif $npc_dick_desc[$boy] = 'chode':
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$boy]>>''s fat chode is uncomfortable in its girth, splitting your pussy with painful force and your hips ache from the repeated clapping of your ass. You can even feel your cheeks turning red and sore from the punishment. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
+	elseif $npc_dick_desc[$boy] = 'skinny':
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$boy]>>''s skinny dick does nothing for you, but your hips ache from the repeated clapping of your ass and you can even feel your cheeks turning red and sore from the punishment. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
+	elseif $npc_dick_desc[$boy] = 'normal':
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. Your hips ache from the repeated clapping of your ass and you can even feel your cheeks turning red and sore from the punishment. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
+	elseif $npc_dick_desc[$boy] = 'thick':
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$boy]>>''s thick cock is uncomfortable in its girth, splitting your pussy with painful force and your hips ache from the repeated clapping of your ass. You can even feel your cheeks turning red and sore from the punishment. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
+	elseif $npc_dick_desc[$boy] = 'long':
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$boy]>>''s long cock keeps painfully bumping against your cervix and your hips ache from the repeated clapping of your ass. The thought of a bruised uterus passes through your head as you groan again. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
+	elseif $npc_dick_desc[$boy] = 'huge':
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$boy]>>''s huge cock keeps painfully bumping against your cervix and your hips ache from the repeated clapping of your ass. The thought of a bruised uterus passes through your head as you groan again. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
+	elseif $npc_dick_desc[$boy] = 'enormous':
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$boy]>>''s enormous cock keeps painfully bumping against your cervix, your pussy aches from being stretched to fit its girth, and your ass is sore from being repeatedly clapped with sledgehammer force. The thought of a bruised uterus passes through your head as you groan again. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
+	elseif $npc_dick_desc[$boy] = 'lengthy':
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$boy]>>''s cock keeps smashing into your cervix, your pussy unable to accomodate its unnatural length, and your hips ache from the repeated clapping of your ass. You''re sure your uterus is going to be bruised tomorrow and you groan again, wondering if it''s possible to be fucked to death.'
+	elseif $npc_dick_desc[$boy] = 'gigantic':
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$boy]>>''s huge cock keeps smashing into your cervix, your pussy unable to accomodate its unnatural length, and your hips ache from the repeated clapping of your ass. You''re sure your uterus is going to be bruised tomorrow and you groan again, wondering if it''s possible to be fucked to death.'
+	elseif $npc_dick_desc[$boy] = 'monster':
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$boy]>>''s monster cock keeps smashing into your cervix, your pussy unable to accomodate its unnatural length, aching from being stretched to fit its girth. Not to mention your ass is already sore from being repeatedly clapped with sledgehammer force. You''re sure your uterus is going to be bruised tomorrow and you groan again, wondering if it''s possible to be fucked to death.'
+	end
+	*nl
+	if pcs_makeup > 1:
+		pcs_makeup = 0
+		'Black tears run down your face and sweat covers your body, destroying your makeup as <<$npc_firstname[$boy]>> pummels you into the bed.'
+	elseif pcs_makeup = 0:
+		'Your already ruined makeup gets worse with every passing moment, getting smeared across the sheets as <<$npc_firstname[$boy]>> pummels you into the bed.'
+	else
+		'Tears run down your face and sweat covers your body as <<$npc_firstname[$boy]>> pummels you into the bed.'
+	end
+end
+
+if $ARGS[0] = 'cowgirl3_slow_down':
+!! '"Could you-! slow down-!" you gasp desperately. He releases your hair, letting you collapse face first onto the bed. "I can''t keep this up..."'
+	if $npc_dick_desc[$boy] = 'thick' or $npc_dick_desc[$boy] = 'long' or $npc_dick_desc[$boy] = 'huge' or $npc_dick_desc[$boy] = 'enormous' or $npc_dick_desc[$boy] = 'lengthy':
+		'"Could you-! Slow down-!" you gasp desperately. He releases your hair, letting you collapse face first onto the bed.'
+		'"You''re too big..." you pant. "I can''t keep going this hard..."'
+	elseif $npc_dick_desc[$boy] = 'gigantic' or $npc_dick_desc[$boy] = 'monster':
+		'"Could you-! Slow down-!" you gasp desperately. He releases your hair, letting you collapse face first onto the bed.'
+		'"You''re way too big..." you groan. "I''m gonna die if you keep going this hard..."'
+	else
+		'"Could you-! Slow down-!" you gasp desperately. He releases your hair, letting you collapse face first onto the bed. "I can''t keep going this hard..."'
+	end
+end
+
+if $ARGS[0] = 'cowgirl3.1_desc':
+	if npc_abusive[$boy] = 1:
+!!		'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. He keeps a firm hold on your hair and pulls hard with every thrust, hurting in all the <i>best</i> ways.'
+		if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+			'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$boy]>> keeps a firm hold on your hair and pulls hard with every thrust, somehow managing to make his tiny dick hurt you in all the <i>best</i> ways.'
+		elseif $npc_dick_desc[$boy] = 'chode':
+			'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$boy]>> keeps a firm hold on your hair and pulls hard with every thrust, forcing his fat chode into your pussy to hurt you in all the <i>best</i> ways.'
+		elseif $npc_dick_desc[$boy] = 'skinny':
+			'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$boy]>> keeps a firm hold on your hair and pulls hard with every thrust, stabbing into you with his skinny dick to hurt you in all the <i>best</i> ways.'
+		elseif $npc_dick_desc[$boy] = 'normal':
+			'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$boy]>> keeps a firm hold on your hair and pulls hard with every thrust, hurting in all the <i>best</i> ways.'
+		elseif $npc_dick_desc[$boy] = 'thick':
+			'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$boy]>> keeps a firm hold on your hair and pulls hard with every thrust, splitting your pussy with his thick cock and hurting you in all the <i>best</i> ways.'
+		elseif $npc_dick_desc[$boy] = 'long':
+			'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$boy]>> keeps a firm hold on your hair and pulls hard with every thrust, hammering your cervix with his long cock and hurting you in all the <i>best</i> ways.'
+		elseif $npc_dick_desc[$boy] = 'huge':
+			'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$boy]>> keeps a firm hold on your hair and pulls hard with every thrust, hammering your cervix with his huge cock and hurting you in all the <i>best</i> ways.'
+		elseif $npc_dick_desc[$boy] = 'enormous':
+			'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$boy]>> keeps a firm hold on your hair and pulls hard with every thrust, hammering your cervix and threatening to tear your pussy in half with his enormous cock and hurting you in all the <i>best</i> ways.'
+		elseif $npc_dick_desc[$boy] = 'lengthy':
+			'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$boy]>> keeps a firm hold on your hair and pulls hard with every thrust, hammering your cervix with the entire length of his <<npc_dick[$boy]>>cm cock and hurting you in all the <i>best</i> ways.'
+		elseif $npc_dick_desc[$boy] = 'gigantic':
+			'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$boy]>> keeps a firm hold on your hair and pulls hard with every thrust, hammering your cervix with his gigantic cock, forcing its entire <<npc_dick[$boy]>>cm length inside and hurting you in all the <i>best</i> ways.'
+		elseif $npc_dick_desc[$boy] = 'monster':
+			'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$boy]>> keeps a firm hold on your hair and pulls hard with every thrust, forcing in the entire <<npc_dick[$boy]>>cm length of his monstrous cock inside you, hammering your cervix and threatening to tear your pussy in half and hurting you in all the <i>best</i> ways.'
+		end
+		*nl
+		'Wet sloppy claps squelch from your pussy as he relentlessly pounds you into the mattress and your eyes roll back in your head.'
+	else
+!!		'<<$npc_firstname[$boy]>> picks up the pace until he''s pounding you from behind. You throw your hips back in joyous ecstasy, feeling greater and greater pleasure every time his hips slam into you.'
+		if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+			'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$boy]>>''s hips slam against your thighs and his fucking is so violent that even his tiny dick is making you break out in a sweat.'
+		elseif $npc_dick_desc[$boy] = 'chode':
+			'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$boy]>>''s hips slam against your thighs and his fucking is so violent that the fat girth of his chode being force inside you is making you break out in a sweat.'
+		elseif $npc_dick_desc[$boy] = 'skinny':
+			'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$boy]>>''s hips slam against your thighs and his fucking is so violent that even his skinny dick is making you break out in a sweat.'
+		elseif $npc_dick_desc[$boy] = 'normal':
+			'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$boy]>>''s hips slam against your thighs and his fucking is so violent that you''re already starting to break out in a sweat.'
+		elseif $npc_dick_desc[$boy] = 'thick':
+			'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$boy]>>''s hips slam against your thighs and you break out in a sweat, his thick cock threatens to tear you in half with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'long':
+			'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$boy]>>''s hips slam against your thighs and you break out in a sweat, his long cock bashes against your cervix with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'huge':
+			'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$boy]>>''s hips slam against your thighs and you break out in a sweat, his huge cock fills your entire pussy and bashes against your cervix with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'enormous':
+			'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$boy]>>''s hips slam against your thighs and you break out in a sweat, his enormous cock batters your cervix, threatening to tear you in half with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'lengthy':
+			'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$boy]>>''s hips slam against your thighs and you break out in a sweat, his <<npc_dick[$boy]>>cm cock bashing against your cervix, trying to force its way past with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'gigantic':
+			'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$boy]>>''s hips slam against your thighs and you break out in a sweat, his gigantic <<npc_dick[$boy]>>cm cock filling you up and bashing against your cervix with its weight, trying to force its way past with every thrust.'
+		elseif $npc_dick_desc[$boy] = 'monster':
+			'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$boy]>>''s hips slam against your thighs and you break out in a sweat, his monstrous <<npc_dick[$boy]>>cm cock trying to force its way into your cervix and split you in half with every thrust.'
+		end
+		*nl
+		'And you are loving <i>every second</i> of it.'
+	end
+end
+
+
+if $ARGS[0] = 'cowgirl3.2_moan_desc':
+	if booty_call['moan'] = 1:
+		'"<i>Ah~! Ah~! Haa~! Ah~!</i>"'
+		*nl
+!!		'You groan in pleasure as <<$npc_firstname[$boy]>> continues to pound you.'
+		if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you with his tiny dick. Sloppy wet squelches combine with the loud clapping of your ass cheeks as the rough doggy fucking sends pleasure rocking through your body.'
+		elseif $npc_dick_desc[$boy] = 'chode':
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you with his fat chode. Sloppy wet squelches combine with the loud clapping of your ass cheeks as the rough doggy fucking sends pleasure rocking through your body.'
+		elseif $npc_dick_desc[$boy] = 'skinny':
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you with his skinny dick. Sloppy wet squelches combine with the loud clapping of your ass cheeks as the rough doggy fucking sends pleasure rocking through your body.'
+		elseif $npc_dick_desc[$boy] = 'normal':
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you with his dick. Sloppy wet sounds squelch from your pussy around his cock, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
+		elseif $npc_dick_desc[$boy] = 'thick':
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you from behind. Sloppy wet sounds squelch from your pussy around his thick cock, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
+		elseif $npc_dick_desc[$boy] = 'long':
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you from behind. Sloppy wet sounds squelch from your pussy around the long cock that hammers deep inside you, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
+		elseif $npc_dick_desc[$boy] = 'huge':
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you from behind. Sloppy wet sounds squelch from your pussy around the huge cock that fills you up and hammers deep inside you, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
+		elseif $npc_dick_desc[$boy] = 'enormous':
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you from behind. Sloppy wet sounds squelch from your pussy around the enormous cock that stretches you to your limits and hammers deep inside you, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
+		elseif $npc_dick_desc[$boy] = 'lengthy':
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you from behind. Sloppy wet sounds squelch from your snatch around the lengthy cock that hammers so deep and hard inside your pussy that you can feel it in your stomach. It combines with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
+		elseif $npc_dick_desc[$boy] = 'gigantic':
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you from behind. Sloppy wet sounds squelch from your snatch around the gigantic cock that hammers so deep and hard inside your pussy that you can feel it in your stomach. It combines with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
+		elseif $npc_dick_desc[$boy] = 'monster':
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you from behind. Sloppy wet sounds squelch from your snatch around the monstrous cock that hammers so deep and hard inside your pussy that you can feel it in your stomach and threatens to tear you in half at the same time. It combines with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
+		end
+	elseif booty_call['moan'] = 2:
+		'"Oo<i>oo</i>o<i>oo</i>hh<i>hh</i> <i>aaagggghhhhhhhh</i>..."'
+		*nl
+!!		'You moan loudly as <<$npc_firstname[$boy]>> continues to pound you from behind.'
+		if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+			'You groan loudly, barely able to think as <<$npc_firstname[$boy]>> continues pounding you with his tiny dick. Sloppy wet squelches combine with the loud clapping of your ass cheeks as the rough doggy fucking sends pleasure rocking through your body.'
+		elseif $npc_dick_desc[$boy] = 'chode':
+			'You groan loudly, barely able to think as <<$npc_firstname[$boy]>> continues pounding you with his fat chode. Sloppy wet squelches combine with the loud clapping of your ass cheeks as the rough doggy fucking sends pleasure rocking through your body.'
+		elseif $npc_dick_desc[$boy] = 'skinny':
+			'You groan loudly, barely able to think as <<$npc_firstname[$boy]>> continues pounding you with his skinny dick. Sloppy wet squelches combine with the loud clapping of your ass cheeks as the rough doggy fucking sends pleasure rocking through your body.'
+		elseif $npc_dick_desc[$boy] = 'normal':
+			'You groan loudly, barely able to think as <<$npc_firstname[$boy]>> continues pounding you with his dick. Sloppy wet sounds squelch from your pussy around his cock, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
+		elseif $npc_dick_desc[$boy] = 'thick':
+			'You groan loudly, barely able to think as <<$npc_firstname[$boy]>> continues pounding you from behind. Sloppy wet sounds squelch from your pussy around his thick cock, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
+		elseif $npc_dick_desc[$boy] = 'long':
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you from behind. Sloppy wet sounds squelch from your pussy around the long cock that hammers deep inside you, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
+		elseif $npc_dick_desc[$boy] = 'huge':
+			'You groan loudly, barely able to think as <<$npc_firstname[$boy]>> continues pounding you from behind. Sloppy wet sounds squelch from your pussy around the huge cock that fills you up and hammers deep inside you, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
+		elseif $npc_dick_desc[$boy] = 'enormous':
+			'You groan loudly, barely able to think as <<$npc_firstname[$boy]>> continues pounding you from behind. Sloppy wet sounds squelch from your pussy around the enormous cock that stretches you to your limits and hammers deep inside you, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
+		elseif $npc_dick_desc[$boy] = 'lengthy':
+			'You groan loudly, barely able to think as <<$npc_firstname[$boy]>> continues pounding you from behind. Sloppy wet sounds squelch from your snatch around the lengthy cock that hammers so deep and hard inside your pussy that you can feel it in your stomach. It combines with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
+		elseif $npc_dick_desc[$boy] = 'gigantic':
+			'You groan loudly, barely able to think as <<$npc_firstname[$boy]>> continues pounding you from behind. Sloppy wet sounds squelch from your snatch around the gigantic cock that hammers so deep and hard inside your pussy that you can feel it in your stomach. It combines with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
+		elseif $npc_dick_desc[$boy] = 'monster':
+			'You groan loudly, barely able to think as <<$npc_firstname[$boy]>> continues pounding you from behind. Sloppy wet sounds squelch from your snatch around the monstrous cock that hammers so deep and hard inside your pussy that you can feel it in your stomach and threatens to tear you in half at the same time. It combines with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
+		end
+	end
+	
+end
+
+if $ARGS[0] = 'cowgirl3.2_dirty_talk':
+!!	'"Yes! Fuck! Yes! Just like that!" you scream. "Pound my pussy! Clap my ass! Fill me with your cock!"'
+	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+		'"Yes! Fuck! Yes! Just like that!" you scream so hard it hurts. "Clap my fucking ass! Fuck me with your tiny cock!"'
+	elseif $npc_dick_desc[$boy] = 'chode':
+		'"Yes! Fuck! Yes! Just like that!" you scream so hard it hurts. "Clap my fucking ass! "Fuck me with your fat chode!"'
+	elseif $npc_dick_desc[$boy] = 'skinny':
+		'"Yes! Fuck! Yes! Just like that!" you scream so hard it hurts. "Clap my fucking ass! Fuck me with your skinny dick!"'
+	elseif $npc_dick_desc[$boy] = 'normal':
+		'"Yes! Fuck! Yes! Just like that!" you scream so hard it hurts. "Clap my fucking ass! Fuck me with your cock!"'
+	elseif $npc_dick_desc[$boy] = 'thick':
+		if pcs_vag <= 10:
+			'"OH FUCK!" you scream so hard it hurts. "<i>Fuck!</i> You''re gonna tear me in half! Don''t stop! Don''t stop!"'
+		else
+			'"OH FUCK!" you scream so hard it hurts. "<i>Fuck!</i> Yes! Just like that! Your cock is so big! Don''t stop! Don''t stop! Pound my ass!"'
+		end
+	elseif $npc_dick_desc[$boy] = 'long':
+		'"OH FUCK!" you scream so hard it hurts. "<i>Fuck!</i> You''re <i>so</i> deep! Don''t stop! Don''t stop! Pound my ass!"'
+	elseif $npc_dick_desc[$boy] = 'huge':
+		'"OH FUCK!" you scream so hard it hurts. "You''re so big! You''re <i>so</i> big! Don''t stop! Pound my pussy with your big fucking cock!"'
+	elseif $npc_dick_desc[$boy] = 'enormous':
+		if pcs_vag <= 10:
+			'"OH FUCK!" you scream so hard it hurts. "<i>Fuck!</i> You''re <i>so</i> big! You''re gonna tear me in half! Don''t stop! Don''t stop!"'
+		else
+			'"OH FUCK!" you scream so hard it hurts. "<i>Fuck!</i> You''re so big! You''re <i>so</i> big! Oh fuck! Don''t stop! Don''t stop! Don''t fucking stop!"'
+		end
+	elseif $npc_dick_desc[$boy] = 'lengthy':
+		'"OH FUCK!" you scream so hard it hurts. "<i>Fuck!</i> I feel you in my stomach~! <i>Oh my God!</i> Don''t <i>fucking</i> stop!"'
+	elseif $npc_dick_desc[$boy] = 'gigantic':
+		'"OH FUCK!" you scream so hard it hurts. "Oh <i>fuck!</i> You''re <i>so</i> deep! You''re so <i>fucking big</i>! I can feel you in my stomach~! Don''t stop~!"'
+	elseif $npc_dick_desc[$boy] = 'monster':
+		'"OH FUCK!" you scream so hard it hurts. "<i>Fuck!</i> I feel you in my stomach~! Oh <i>fuck!</i> You''re so big! You''re <i>so</i> big! You''re so <i>fucking big</i>! Don''t fucking stop! Tear me in half with your monster cock!"'
+	end
+end
+
+if $ARGS[0] = 'cowgirl3.2_sensation_desc':
+!! 'He keeps fucking you hard.'
+	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his tiny dick violently violating your pussy.'
+	elseif $npc_dick_desc[$boy] = 'chode':
+		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his fat chode violently violating your pussy.'
+	elseif $npc_dick_desc[$boy] = 'skinny':
+		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his skinny dick violently violating your pussy.'
+	elseif $npc_dick_desc[$boy] = 'normal':
+		'Youpant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his dick violently violating your pussy.'
+	elseif $npc_dick_desc[$boy] = 'thick':
+		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his thick cock violently stretching out your pussy.'
+	elseif $npc_dick_desc[$boy] = 'long':
+		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his long cock repeatedly knocking on your cervix as it violently penetrates you over and over again.'
+	elseif $npc_dick_desc[$boy] = 'huge':
+		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the sensation of the huge cock inside you repeatedly knocking on your cervix as it violently violates your pussy.'
+	elseif $npc_dick_desc[$boy] = 'enormous':
+		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his enormous cock knock against your cervix while it threatens to tear you in half.'
+	elseif $npc_dick_desc[$boy] = 'lengthy':
+		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his insanely long cock smash into your cervix over and over and over again in the most blissful agony you''ve ever experienced.'
+	elseif $npc_dick_desc[$boy] = 'gigantic':
+		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his gigantic cock fill your pussy, smashing into your cervix over and over and over again in the most blissful agony you''ve ever experienced.'
+	elseif $npc_dick_desc[$boy] = 'monster':
+		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his monstrous cock smashing into your cervix, threatening to tear you in half in the most blissful agony you''ve ever experienced.'
+	end
+end
+
 --- booty_call_cowgirl ---------------------------------

+ 46 - 38
locations/booty_call_cum.qsrc

@@ -176,6 +176,7 @@ end
 
 if $ARGS[0] = 'fuck_cum':
 	gs 'booty_call_sex', 'pain'
+	if booty_call['dirty_talk'] = 1: booty_call['dirty_talk_talk'] = 1
 	if booty_call['boy_cum'] < 1:booty_call['boy_cum'] = rand(-1,1)
 	if booty_call['boy_cum'] >= 1:
 		cla
@@ -257,8 +258,12 @@ if $ARGS[0] = 'fuck_cum':
 						'"Come-! Wherever-! You want-!" you barely manage to get out as <<$npc_firstname[$boy]>>''s cock keeps pounding into you.'
 					end
 				end
+				act'Continue':booty_call['his_choice'] = 2 & gs 'booty_call_cum', 'cum_wherever'
+			else
+				booty_call['his_choice'] = 2
+				gs 'booty_call_cum', 'cum_wherever'
 			end
-			act'Continue':booty_call['his_choice'] = 2 & gs 'booty_call_cum', 'cum_wherever'
+			
 		end
 		
 		act'Finish him with your hand':gt 'booty_call_cum', 'cum_jerkoff'
@@ -286,7 +291,13 @@ if $ARGS[0] = 'fuck_cum':
 			act'On my tits!':booty_call['tits_ask'] = 1 & gs 'booty_call_cum', 'cum_tits1'
 		end
 		
-		if booty_call['condom'] ! 1:
+		if booty_call['condom'] = 1 and booty_call['no_condom'] ! 1:
+			if booty_call['he_ask_creampie'] = 1:
+				act'Come together':gs 'booty_call_cum', 'cum_condom'
+			else
+				act'Let him come in the condom':gt 'booty_call_cum', 'cum_condom'
+			end
+		else
 			!!if booty_call['orgasm'] < orgasm or pcs_horny >= 85:
 			if booty_call['orgasm'] < orgasm:
 				if booty_call['he_ask_creampie'] = 1:
@@ -311,12 +322,6 @@ if $ARGS[0] = 'fuck_cum':
 			act'Pull out!':booty_call['pullout_ask'] = 1 & gt 'booty_call_cum', 'cum_pullout'
 			
 			act'Not inside me!':booty_call['not_inside'] = 1 & gt 'booty_call_cum', 'cum_not_inside'
-		else
-			if booty_call['he_ask_creampie'] = 1:
-				act'Come together':gs 'booty_call_cum', 'cum_condom'
-			else
-				act'Let him come in the condom':gt 'booty_call_cum', 'cum_condom'
-			end
 		end
 		
 		if $booty_call['position'] = 'cowgirl':
@@ -333,7 +338,7 @@ if $ARGS[0] = 'fuck_cum':
 		act'Continue':gt 'booty_call_cum', 'cum_his_choice'
 	end
 	
-	if booty_call['orgasm'] = orgasm and $booty_call['cum_choice'] ! 'creampie_surprise':
+	if booty_call['orgasm'] = orgasm and $booty_call['cum_choice'] ! 'creampie_surprise' and booty_call['boy_cum'] < 1:
 		act'Fake an orgasm':
 			booty_call['fake_orgasm_count'] += 1
 			fake_orgasm += 1
@@ -523,20 +528,36 @@ if $ARGS[0] = 'cum_facial':
 		gs'cum_call', 'face',$boy,1
 		if pcs_makeup > 1:pcs_makeup = 0
 		!! differing descriptions based on position
-		cla & *nl
+		cla & *clr
+		'<center><img <<$set_imgh>> src="images/shared/sex/cock/jerk.jpg"></center>'
 		if booty_call['where'] = 1 and booty_call['cum_wherever'] ! 1:
 			'"Come on my face!"'
-		elseif booty_call['he_ask_facial'] = 1 and booty_call['cum_wherever'] ! 1:
+		elseif booty_call['he_ask_facial'] = 1:
 			'"Okay," you say. "Go ahead.'
 		elseif booty_call['not_inside'] = 1:
 			'"Not inside me!" you yelp frantically.'
 		elseif booty_call['he_ask'] = 1 and booty_call['he_ask_facial'] ! 1:
 			'"Come on my face instead!"'
+		else
+			if booty_call['cum_warn'] ! 1 and booty_call['condom'] = 1:
+				'<<$npc_firstname[$boy]>> suddenly pulls his cock from inside you and moves up to your face, tearing off the condom. He starts rapidly jerking himself and you realize he''s about to blow. Just before he comes, you...'
+			elseif booty_call['cum_warn'] ! 1:
+				'<<$npc_firstname[$boy]>> suddenly pulls his cock from inside you and moves up to your face. He starts rapidly jerking himself and you realize he''s about to blow. Just before he comes, you...'
+			elseif booty_call['condom'] = 1:
+				'You pull away from <<$npc_firstname[$boy]>> and kneel down in front of him. He tears the condom off and jerks off over your face. Just before he comes, you...'
+			else
+				'You pull away from <<$npc_firstname[$boy]>> and kneel down in front of him. He jerks off over your face and just before he comes, you...'
+			end
 		end
-		
+		gs'booty_call_cum', 'facial_close_eyes'
+		gs'booty_call_cum', 'facial_tongue_swallow'
+		gs'booty_call_cum', 'facial_tongue_spit'
+		gs'booty_call_cum', 'facial_brace'
 		act'Jerk him yourself':gt'booty_call_cum', 'facial_jerk_him'
 		
-		act'Let him jerk off on your face':gt'booty_call_cum', 'facial_he_jerks'
+		
+		
+!!		act'Let him jerk off on your face':gt'booty_call_cum', 'facial_he_jerks'
 !!	end
 end
 
@@ -575,18 +596,7 @@ end
 
 if $ARGS[0] = 'facial_he_jerks':
 	booty_call['cock_remove'] = 1
-	cla & *clr
-	'<center><img <<$set_imgh>> src="images/shared/sex/cock/jerk.jpg"></center>'
-	if booty_call['cum_warn'] ! 1 and booty_call['condom'] = 1:
-		'<<$npc_firstname[$boy]>> suddenly pulls his cock from inside you and moves up to your face, tearing off the condom. He starts rapidly jerking himself and you realize he''s about to blow. Just before he comes, you...'
-	elseif booty_call['cum_warn'] ! 1:
-		'<<$npc_firstname[$boy]>> suddenly pulls his cock from inside you and moves up to your face. He starts rapidly jerking himself and you realize he''s about to blow. Just before he comes, you...'
-	elseif booty_call['condom'] = 1:
-		'You pull away from <<$npc_firstname[$boy]>> and kneel down in front of him. He tears the condom off and jerks off over your face. Just before he comes, you...'
-	else
-		'You pull away from <<$npc_firstname[$boy]>> and kneel down in front of him. He jerks off over your face and just before he comes, you...'
-	end
-	
+
 	gs'booty_call_cum', 'facial_close_eyes'
 	gs'booty_call_cum', 'facial_tongue_swallow'
 	gs'booty_call_cum', 'facial_tongue_spit'
@@ -984,16 +994,14 @@ if $ARGS[0] = 'cum_tits1':
 	gs'cum_call', 'face',$boy,1
 	!! differing descriptions based on position
 	cla & *nl
-	if booty_call['cum_wherever'] ! 1:
-		if booty_call['tits_ask'] = 1:
-			'"Cum on my tits!"'
-		elseif booty_call['he_ask_tits'] = 1:
-			'"Go ahead," you say.'
-		elseif booty_call['he_ask'] = 1:
-			'"Cum on my tits instead!"'
-		elseif booty_call['not_inside'] = 1:
-			'"Not inside me!" you yelp frantically.'
-		end
+	if booty_call['tits_ask'] = 1:
+		'"Cum on my tits!"'
+	elseif booty_call['he_ask_tits'] = 1:
+		'"Go ahead," you say.'
+	elseif booty_call['he_ask'] = 1:
+		'"Cum on my tits instead!"'
+	elseif booty_call['not_inside'] = 1:
+		'"Not inside me!" you yelp frantically.'
 	end
 	
 	if booty_call['condom'] = 1:
@@ -1086,7 +1094,7 @@ end
 
 if $ARGS[0] = 'creampie_code':
 	if (pcs_cp_safe_known + pcs_cp_notsafe_known + pcs_cp_risky_known) = 0:booty_call['first_creampie'] = 1
-	booty_call['creampie'] += 1
+	booty_call['creampie_count'] += 1
 	booty_call['cum_pussy'] += 1
 	if birth_control['think_safe'] = 0 and stat['dangerous_day'] = 1: booty_call['risky_creampie'] = 1
 !!	if birth_control['think_safe'] = 0: booty_call['risky_creampie'] = 1
@@ -1099,7 +1107,7 @@ if $ARGS[0] = 'creampie_code':
 end
 
 if $ARGS[0] = 'cum_inside':
-	if booty_call['condom'] = 1:gt 'booty_call_cum', 'cum_condom'
+	if booty_call['condom'] = 1 and booty_call['no_condom'] ! 1:gt 'booty_call_cum', 'cum_condom'
 	gs 'booty_call_cum', 'creampie_code'
 	!! differing descriptions based on position
 	if $booty_call['position'] = 'miss':
@@ -1539,7 +1547,7 @@ if $ARGS[0] = 'cum_pullout':
 end
 
 if $ARGS[0] = 'creampie_surprise':
-	if booty_call['condom'] = 1:gt'booty_call_cum', 'cum_condom'
+	if booty_call['condom'] = 1 and booty_call['no_condom'] ! 1:gt'booty_call_cum', 'cum_condom'
 	booty_call['creampie_surprise'] = 1
 	gs 'booty_call_cum', 'creampie_code'
 	if $booty_call['position'] = 'miss':

+ 211 - 170
locations/booty_call_doggy.qsrc

@@ -64,6 +64,7 @@ end
 
 if $ARGS[0] = 'doggy1':
 	!! slow pace
+	if booty_call['condom'] ! 1: booty_call['no_condom'] = 1
 	$booty_call['position'] = 'doggy'
 	$booty_call['pos_speed'] = 'doggy1'
 !!	if pcs_vag = 0:gt 'booty_call_virgin', 'doggy_virg_norm1'
@@ -122,12 +123,14 @@ if $ARGS[0] = 'doggy1':
 			'<center><video autoplay loop src="images/shared/sex/vag/doggy/slow1.mp4"></video></center>'
 			'"Hey," you say, turning your head over your shoulder to look <<$npc_firstname[$boy]>> right in the eyes. "I didn''t come here for you to hump me like a Disney princess. I came here to <b>fuck.</b> Now fuck me like you mean it already!"'
 			*nl
-			if npc_sex_speed[$npclastgenerated] = 1:
-				'A concentrated look shadows <<$npc_firstname[$boy]>>''s face and quickly starts fucking you with accelerated speed.'
-			else
-				'Before you can even finish your sentence, <<$npc_firstname[$boy]>> grabs you by the hips and rams his cock into you.'
+			if npc_abusive[$boy] ! 1:
+				if npc_sex_speed[$npclastgenerated] = 1:
+					'A concentrated look shadows <<$npc_firstname[$boy]>>''s face and quickly starts fucking you with accelerated speed.'
+				else
+					'Before you can even finish your sentence, <<$npc_firstname[$boy]>> grabs you by the hips and rams his cock into you.'
+				end
 			end
-			act'Continue':gt 'booty_call_doggy', 'doggy3.2'
+			act'Continue':gt 'booty_call_doggy', 'doggy3.1'
 		end
 	end
 end
@@ -201,6 +204,7 @@ end
 
 if $ARGS[0] = 'doggy2':
 	!! medium pace
+	if booty_call['condom'] ! 1: booty_call['no_condom'] = 1
 	$booty_call['position'] = 'doggy'
 	$booty_call['pos_speed'] = 'doggy2'
 !!	if pcs_vag = 0:gt 'booty_call_virgin', 'doggy_virg_norm1'
@@ -253,9 +257,11 @@ if $ARGS[0] = 'doggy2':
 		act'Can you fuck me harder?':
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/sex/vag/doggy/med2.mp4"></video></center>'
-			'"Harder," you grunt. "Like you''re raping me."'
-			'"You''re pretty kinky, you know that?"'
-			'"Shut up and fuck me," you reply, throwing your hips back into him as he speeds up.'
+			'"Can you go harder?" you grunt, throwing your hips back against his, trying to amplify the force. "This is kind of boring for me. I like it rough."'
+			if npc_abusive[$boy] ! 1:
+				'"You''re pretty kinky, you know that?"'
+				'"Shut up and fuck me," you reply, throwing your hips back into him as he speeds up.'
+			end
 			act'Continue':gt 'booty_call_doggy', 'doggy3.1'
 		end
 	end
@@ -340,6 +346,7 @@ end
 
 if $ARGS[0] = 'doggy3':
 	!! fast/rough pace
+	if booty_call['condom'] ! 1: booty_call['no_condom'] = 1
 	$booty_call['position'] = 'doggy'
 	$booty_call['pos_speed'] = 'doggy3'
 !!	if pcs_vag = 0:gt 'booty_call_virgin', 'doggy_virg_norm1'
@@ -349,22 +356,14 @@ if $ARGS[0] = 'doggy3':
 	'You gasp as <<$npc_firstname[$boy]>> slams his cock into you from behind, the impact rippling through your entire body. As your head jerks back reflexively, <<$npc_firstname[$boy]>>''s hand grabs hold of your hair, yanking on it to pull you harder onto his cock.'
 	*nl
 	if mesec > 0:
-		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy, fucking you hard, the sound of your cheeks getting clapped bouncing off the walls. His cock slams into you and you can feel it force the menstrual blood from your pussy, sending it running down your thighs.'
+		gs 'booty_call_doggy', 'doggy3_start_period_desc'
 	else
-		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy, fucking you hard, the sound of your cheeks getting clapped bouncing off the walls.'
+		gs 'booty_call_doggy', 'doggy3_start_desc'
 	end
 	act'Enjoy it':
 		booty_call['orgasm'] = orgasm
-		
 		cla & *nl
-		if pcs_makeup > 1:
-			pcs_makeup = 0
-			'Your eyes roll back into your head as <<$npc_firstname[$boy]>> slams his cock into you from behind. Your mind goes blank with pleasure and . Within minutes, your makeup is as fucked as you are. It feels so good you want to die.'
-		elseif pcs_makeup = 0:
-			'You groan in pleasure, loving how deep his cock goes inside you, hammers your pussy in all the right ways. Tears of pleasure blur your sight and beads of sweat gather on your skin and your already ruined makeup gets even worse with every passing minute.'
-		else
-			'Your eyes roll back into your head as <<$npc_firstname[$boy]>> slams his cock into you from behind. Your mind goes blank with pleasure and it feels so good you want to die.'
-		end
+		gs 'booty_call_doggy', 'doggy3_enjoy_desc'
 		gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
 		gs 'stat'
 		if booty_call['orgasm'] < orgasm:gs 'booty_call_sex', 'girl_cum_pre'
@@ -374,9 +373,8 @@ if $ARGS[0] = 'doggy3':
 	act'This is too rough!':
 		booty_call['orgasm'] = orgasm
 		cla & *nl
-		'<i>This is-! Too rough-!</i>'
-		*nl
-		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. His cock is like a jackhammer, pounding into your pussy in the worst way, feeling more like he''s punching your cervix than fucking you. It''s so painful and unpleasant, you feel like you''re going to die.'
+		gs 'booty_call_doggy', 'doggy3_too_rough'
+		
 		act'Don''t ruin the mood':
 			cla & *clr
 			booty_call['bored'] = 1
@@ -392,11 +390,11 @@ if $ARGS[0] = 'doggy3':
 		act'Can we slow down?':
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/sex/vag/doggy/hard2.mp4"></video></center>'
-			'"Could you-! slow down-!" you gasp desperately. He releases your hair, letting you collapse face first onto the bed. "I can''t keep this up..."'
+			gs 'booty_call_doggy', 'doggy3_too_rough'
 			if npc_abusive[$boy] = 1:
 				$orgasm_or = 'no'
 				*nl
-				'But <<$npc_firstname[$boy]>> is unrelenting. He ignores your pleas for mercy and he keeps on like he''s intent on literally fucking you to death.'
+				'But <<$npc_firstname[$boy]>> is unrelenting. He ignores your pleas for mercy and he keeps on fucking you with barely a pause.'
 			else
 				booty_call['too_rough'] = 1
 				'"Oh!" He stops fucking you abruptly. "I thought you might''ve been in a mood for rough. Sorry, I''ll be more gentle."'
@@ -430,7 +428,7 @@ if $ARGS[0] = 'doggy3':
 			'<<$npc_firstname[$boy]>> slows down even more for a beat.'
 			'"Did you just...?"'
 			'"Yeah," you pant, forcing breathlessness into your voice.'
-			if npc_generous[$boy] = 1:
+			if npc_caretaker[$boy] = 1:
 				'"Do you need me to slow down for a bit?"'
 				'"That would... be nice," you smile.'
 				if rand(0,1) = 1:
@@ -453,9 +451,37 @@ if $ARGS[0] = 'doggy3.1':
 	gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
 	gs 'stat'
 	cla & *clr
-	'<center><video autoplay loop src="images/shared/sex/vag/doggy/hard1.mp4"></video></center>'
-	'<<$npc_firstname[$boy]>> picks up the pace until he''s pounding you from behind. You throw your hips back in joyous ecstasy, feeling greater and greater pleasure every time his hips slam into you.'
-	gs 'booty_call_cum', 'fuck_cum'
+	if npc_abusive[$boy] = 1:
+		'<center><video autoplay loop src="images/shared/sex/vag/doggy/rough1.mp4"></video></center>'
+		'<<$npc_firstname[$boy]>> suddenly grabs you by the hair, sending lances of pain through your scalp. He pulls hard and you gasp as you''re yanked backwards and slammed into his cock with the force of a nail being smashed by a hammer'
+		'"Yeah <i>bitch?!</i>" <<$npc_firstname[$boy]>> snarls. "You want me to fuck you harder? Well, then take it you fucking slut!" and starts roughly fucking you in a way completely unlike his previous mannerisms.'
+		act'Enjoy it':
+			cla & *nl
+			gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
+			gs 'stat'
+			booty_call['rough_enjoy'] = 1
+			gs 'booty_call_miss', 'doggy3.1_desc'
+			gs 'booty_call_cum', 'fuck_cum'
+		end
+
+		act'Suffer':
+			cla & *nl
+			$orgasm_or = 'no'
+			booty_call['rough_hurt'] = 1
+			booty_call['boy_cum'] = 2
+			'Tears begin to well up in your eyes as he keeps fucking you roughly. It''s all you can do not to sob, but <<$npc_firstname[$boy]>> is unrelenting. He keeps a firm hold on your hair and pulls hard with every thrust, forcing cries of pain from your lips.'
+			*nl
+			'This isn''t what you wanted...'
+			gs 'booty_call_cum', 'fuck_cum'
+		end
+	else
+		gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
+		gs 'stat'
+		'<center><video autoplay loop src="images/shared/sex/vag/doggy/hard1.mp4"></video></center>'
+		'<<$npc_firstname[$boy]>> picks up the pace, pounding you from behind. You throw your hips back in joyous ecstasy, feeling greater and greater pleasure every time his hips slam into you.'
+!!		gs 'booty_call_miss', 'doggy3.1_desc'
+		gs 'booty_call_cum', 'fuck_cum'
+	end
 end
 
 if $ARGS[0] = 'doggy3.2':
@@ -492,16 +518,12 @@ if $ARGS[0] = 'doggy3.2':
 			*nl
 			'You moan loudly as <<$npc_firstname[$boy]>> continues to pound his cock between your legs. It still basically feels numb to your pussy other than the slamming of his hips against yours, but you don''t want him to feel bad about it either so you play along, trying to pretend it feels good.'
 		end
-	elseif booty_call['moan'] = 1:
-		'You groan in pleasure as <<$npc_firstname[$boy]>> continues to pound you.'
-	elseif booty_call['moan'] = 2:
-		'"Oo<i>oo</i>o<i>oo</i>hh<i>hh</i> <i>yeaaahhhhhhhh</i>..."'
-		*nl
-		'You moan loudly as <<$npc_firstname[$boy]>> continues to pound you from behind.'
+	elseif booty_call['moan'] >= 1:
+		gs 'booty_call_doggy', 'doggy3.2_moan_desc'
 	elseif booty_call['dirty_talk'] = 1:
-		'"Yes! Fuck! Yes! Just like that!" you scream. "Pound my pussy! Clap my ass! Fill me with your cock!"'
+		gs 'booty_call_doggy', 'doggy3.2_dirty_talk'
 	else
-		'He keeps fucking you hard.'
+		gs 'booty_call_doggy', 'doggy3.2_sensation_desc'
 	end
 	gs 'booty_call_cum', 'fuck_cum'
 end
@@ -769,7 +791,7 @@ if $ARGS[0] = 'doggy1.2_dirty_talk':
 		if pcs_vag <= 10:
 			'"Ah~! Yes~! Just like that~!" you moan, your voice a hoarse with arousal. "Ungh~! You''re stretching me out! It''s so good! I''m <i>so</i> wet..."'
 		else
-			'"Ah~! Yes~! Just like that~!" you moan, your voice a hoarse with arousal. "Ungh~! It feels so good~! Fuck me with your fat cock~!"'
+			'"Ah~! Yes~! Just like that~!" you moan, your voice a hoarse with arousal. "Ungh~! It feels so good~! Fuck me with your big cock~!"'
 		end
 	elseif $npc_dick_desc[$boy] = 'long':
 		'"Ungh~!" you groan, your voice a hoarse with arousal. "You''re so deep! Nngh~! Right there! Right there~!"'
@@ -994,9 +1016,9 @@ if $ARGS[0] = 'doggy2.2_dirty_talk':
 		'"Ah! <i>Fuck!</i> Yes! Yes! Fuck my pussy just like that!" you moan loudly. "Don''t stop! You''re so <i>fucking</i> good!"'
 	elseif $npc_dick_desc[$boy] = 'thick':
 		if pcs_vag <= 10:
-			'"Ah! <i>Fuck!</i> Just like that!" you moan loudly. "Fuck, you''re so big! You''re stretching me out! Don''t stop! Fuck my pussy with your fat cock! It''s so good!"'
+			'"Ah! <i>Fuck!</i> Just like that!" you moan loudly. "Fuck, you''re so big! You''re stretching me out! Don''t stop! Fuck my pussy with your big cock! It''s so good!"'
 		else
-			'"Ah! <i>Fuck!</i> Just like that!" you moan loudly. "Don''t stop! Fuck my pussy with your fat cock! Fuck, you''re so big! You''re so <i>fucking</i> good!"'
+			'"Ah! <i>Fuck!</i> Just like that!" you moan loudly. "Don''t stop! Fuck my pussy with your big cock! Fuck, you''re so big! You''re so <i>fucking</i> good!"'
 		end
 	elseif $npc_dick_desc[$boy] = 'long':
 		'"Ah! <i>Fuck!</i> Just like that!" you moan loudly. "Ungh~! You''re <i>so</i> deep! Right there! Right there! You''re so <i>fucking</i> good!"'
@@ -1045,25 +1067,25 @@ end
 if $ARGS[0] = 'doggy3_start_period_desc':
 !!	'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous force and the sound of your cheeks getting clapped echoes off the walls. His cock slams into you and you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
 	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
-		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His tiny dick slams into you with such power that the menstrual blood is forced from your uterus and sent running down your ass.'
+		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His tiny dick slams into you with such power that you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
 	elseif $npc_dick_desc[$boy] = 'chode':
-		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His tiny dick slams into you with such power that the menstrual blood is forced from your uterus and sent running down your ass.'
+		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His fat chode slams into you with such power that you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
 	elseif $npc_dick_desc[$boy] = 'skinny':
-		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His skinny dick slams into you with such power that the menstrual blood is forced from your uterus and sent running down your ass.'
+		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His skinny dick slams into you with such power that you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
 	elseif $npc_dick_desc[$boy] = 'normal':
-		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His dick slams into you with such power that the menstrual blood is forced from your uterus and sent running down your ass.'
+		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His dick slams into you with such power that you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
 	elseif $npc_dick_desc[$boy] = 'thick':
-		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His thick cock slams into you with such power that the menstrual blood is forced from your uterus and sent running down your ass.'
+		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His thick cock slams into you with such power that you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
 	elseif $npc_dick_desc[$boy] = 'long':
-		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His long cock slams into you with such power that the menstrual blood is forced from your uterus and sent running down your ass.'
+		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His long cock slams into you with such power that you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
 	elseif $npc_dick_desc[$boy] = 'huge':
-		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His huge cock slams into you with such power that the menstrual blood is forced from your uterus and sent running down your ass.'
+		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His huge cock slams into you with such power that you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
 	elseif $npc_dick_desc[$boy] = 'enormous':
-		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His enormous cock slams into you with such power that your pussy is left no room for the blood leaking from your uterus and flecks of red spatter across the sheets.'
+		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His enormous cock slams into you with such power that your pussy is left no room for the blood leaking from your uterus and streams of blood run down your thighs.'
 	elseif $npc_dick_desc[$boy] = 'lengthy':
-		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His lengthy cock is so long that it slams into your cervix, battering the blood from your uterus and sending flecks of red spatter across the sheets.'
+		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His lengthy cock is so long that it slams into your cervix, battering the blood from your uterus and streams of blood run down your thighs.'
 	elseif $npc_dick_desc[$boy] = 'gigantic':
-		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His gigantic cock is so long that it slams into your cervix, filling you completely and battering the blood from your uterus, flecks of red sent spattering across the sheets.'
+		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His gigantic cock is so long that it slams into your cervix, filling you completely and battering the blood from your uterus and streams of blood run down your thighs.'
 	elseif $npc_dick_desc[$boy] = 'monster':
 		'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous strength and the sound of your cheeks getting clapped echoes off the walls. His monstrous cock is so long that it slams into your cervix, while also being so girthy that it feels like the blood could be coming from your pussy getting torn in half, rather than your period.'
 	end
@@ -1071,29 +1093,29 @@ end
 
 
 if $ARGS[0] = 'doggy3_start_desc':
-	'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous force and the sound of your cheeks getting clapped echoes off the walls.'
+!!	'<<$npc_firstname[$boy]>> drives himself in and out of your pussy with tremendous force and the sound of your cheeks getting clapped echoes off the walls.'
 	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
-		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass, unceasingly thrusting into you with his tiny dick.'
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his tiny dick.'
 	elseif $npc_dick_desc[$boy] = 'chode':
-		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass, unceasingly thrusting into you with his thick chode.'
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his fat chode.'
 	elseif $npc_dick_desc[$boy] = 'skinny':
-		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass, unceasingly thrusting into you with his skinny dick.'
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his skinny dick.'
 	elseif $npc_dick_desc[$boy] = 'normal':
-		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room with every thrust and he drives his cock deep as deep as he can every time.'
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his cock.'
 	elseif $npc_dick_desc[$boy] = 'thick':
-		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass, the sloppy squelching sounds of your pussy fucked by his thick shaft.'
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his thick cock.'
 	elseif $npc_dick_desc[$boy] = 'long':
-		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his long dick hammers deep inside you. Wet slaps echo around the room as his hips collide with your ass, the sloppy sounds of your pussy squelching around his long shaft.'
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his long cock.'
 	elseif $npc_dick_desc[$boy] = 'huge':
-		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his dick hammers deep inside you. Wet slaps echo around the room as his hips collide with your ass, the huge size of his cock forcing squelches from your cunt.'
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his huge cock.'
 	elseif $npc_dick_desc[$boy] = 'enormous':
-		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his enormous dick fills you to the brim. Wet slaps echo around the room as his hips collide with your ass, forcing loud squelches from your snatch with his long girthy cock.'
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his enormous cock.'
 	elseif $npc_dick_desc[$boy] = 'lengthy':
-		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his dick batters your insides with its exceptional length. Wet slaps echo around the room as his hips collide with your ass, the sloppy sounds of your pussy squelching around his lengthy shaft.'
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his lengthy cock.'
 	elseif $npc_dick_desc[$boy] = 'gigantic':
-		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his gigantic dick fills you to the brim. Sloppy wet slaps echo around the room as <<$npc_firstname[$boy]>> batters your pussy with his long hard cock.'
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his gigantic cock.'
 	elseif $npc_dick_desc[$boy] = 'monster':
-		'<<$npc_firstname[$boy]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust. His dick fills you completely and then some, forcing your pussy to strain and stretch around his long, girthy shaft. Sloppy wet slaps echo around the room as <<$npc_firstname[$boy]>> repeatedly batters your pussy with his monstrous cock.'
+		'<<$npc_firstname[$boy]>> smashes into you with tremendous force fucking you as hard as he can with his monstrous cock.'
 	end
 end
 
@@ -1101,86 +1123,104 @@ if $ARGS[0] = 'doggy3_enjoy_desc':
 !!{
 	if pcs_makeup > 1:
 		pcs_makeup = 0
-		'You groan in pleasure, loving how deep his cock goes inside you, hammering your pussy in all the right ways. Tears of pleasure blur your sight and beads of sweat gather on your skin. Within minutes, your makeup is as fucked as you are.'
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> slams his cock into you from behind. Your mind goes blank with pleasure and . Within minutes, your makeup is as fucked as you are. It feels so good you want to die.'
 	elseif pcs_makeup = 0:
-		'You groan in pleasure, loving how deep his cock goes inside you, hammering your pussy in all the right ways. Tears of pleasure blur your sight and beads of sweat gather on your skin and your already ruined makeup gets even worse with every passing moment.'
+		'You groan in pleasure, loving how deep his cock goes inside you, hammers your pussy in all the right ways. Tears of pleasure blur your sight and beads of sweat gather on your skin and your already ruined makeup gets even worse with every passing minute.'
 	else
-		'Tears of pleasure blur your sight and beads of sweat gather on your skin. You love how rough he''s treating you. His cock hammers your pussy in all the right ways and you groan in pleasure. '
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> slams his cock into you from behind. Your mind goes blank with pleasure and it feels so good you want to die.'
 	end
 	}
 	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
-		'You groan in pleasure, loving how roughly he''s fucking you, hammering your pussy in all the right ways to make up for his tiny dick.'
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, letting the sheer force make up for his tiny dick.'
 	elseif $npc_dick_desc[$boy] = 'chode':
-		'You groan in pleasure, loving how roughly he''s fucking you, hammering the girth of his fat chode into your pussy, forcing you to feel its thickness between your legs.'
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, forcing the girth of his fat chode into you, making it somehow feel longer than it is.'
 	elseif $npc_dick_desc[$boy] = 'skinny':
-		'You groan in pleasure, loving how roughly he''s fucking you, hammering your pussy in all the right places with his skinny dick.'
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, slamming his skinny dick into you.'
 	elseif $npc_dick_desc[$boy] = 'normal':
-		if pcs_makeup > 1:
-			pcs_makeup = 0
-			'You groan wordlessly, loving how roughly he''s fucking you, hammering your pussy in all the right ways. Tears of pleasure and pain blur your sight and beads of sweat gather on your skin. Within minutes, your makeup is as fucked as you are.'
-		elseif pcs_makeup = 0:
-			'You groan wordlessly, loving how roughly he''s fucking you, hammering your pussy in all the right ways. Tears of pleasure and pain blur your sight and beads of sweat gather on your skin and your already ruined makeup gets even worse with every passing moment.'
-		else
-			'Tears of pleasure and pain blur your sight and beads of sweat gather on your skin. You love how rough he''s treating you. His cock hammers your pussy in all the right ways and you groan in pleasure. '
-		end
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, slamming his cock into you.'
 	elseif $npc_dick_desc[$boy] = 'thick':
-		if pcs_makeup > 1:
-			pcs_makeup = 0
-			'You groan wordlessly, loving the rough fucking of your pussy by his thick cock, smashing it into your pussy again and again, stretching you to your limits. Tears of pleasure and pain blur your sight and beads of sweat gather on your skin. Within minutes, your makeup is as fucked as you are.'
-		elseif pcs_makeup = 0:
-			'You groan wordlessly, loving the rough fucking of your pussy by his thick cock, smashing it into your pussy again and again, stretching you to your limits. Tears of pleasure and pain blur your sight and beads of sweat gather on your skin and your already ruined makeup gets even worse with every passing moment.'
-		else
-			'Tears of pleasure and pain blur your sight and beads of sweat gather on your skin. You love how rough he''s treating you and the way he smashes his thick cock into you over and over again, and stretching you to your limits.'
-		end
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, splitting your pussy in half with his thick cock.'
 	elseif $npc_dick_desc[$boy] = 'long':
-		if pcs_makeup > 1:
-			pcs_makeup = 0
-			'You groan wordlessly, loving the rough fucking of your pussy by his long cock, the way <<$npc_firstname[$boy]>> bashes it against your cervix again and again, causing tears of pleasure and pain blur your sight and beads of sweat gather on your skin. Within minutes, your makeup is as fucked as you are.'
-		elseif pcs_makeup = 0:
-			'You groan wordlessly, loving the rough fucking of your pussy by his long cock, the way <<$npc_firstname[$boy]>> bashes it against your cervix again and again, causing tears of pleasure and pain blur your sight and beads of sweat gather on your skin and your already ruined makeup gets even worse with every passing moment.'
-		else
-			'Tears of pleasure and pain blur your sight and beads of sweat gather on your skin. You love the rough fucking of your pussy by his long cock, the way <<$npc_firstname[$boy]>> bashes it against your cervix again and again, causing tears of pleasure and pain blur your sight and beads of sweat gather on your skin.'
-		end
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, slamming every centimeter of his long cock deep inside you.'
 	elseif $npc_dick_desc[$boy] = 'huge':
-		if pcs_makeup > 1:
-			pcs_makeup = 0
-			'You groan wordlessly, loving the rough fucking of your pussy by his huge cock, the way <<$npc_firstname[$boy]>> fills you with every thrust, bashing it against your cervix again and again, causing tears of pleasure and pain blur your sight and beads of sweat gather on your skin. Within minutes, your makeup is as fucked as you are.'
-		elseif pcs_makeup = 0:
-			'You groan wordlessly, loving the rough fucking of your pussy by his huge cock, the way <<$npc_firstname[$boy]>> fills you with every thrust, bashing it against your cervix again and again, causing tears of pleasure and pain blur your sight and beads of sweat gather on your skin and your already ruined makeup gets even worse with every passing moment.'
-		else
-			'Tears of pleasure and pain blur your sight and beads of sweat gather on your skin. You love the rough fucking of your pussy by his huge cock, the way <<$npc_firstname[$boy]>> fills you with every thrust, bashing it against your cervix again and again, causing tears of pleasure and pain blur your sight and beads of sweat gather on your skin.'
-		end
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, forcing every centimeter of his huge cock deep inside you.'
 	elseif $npc_dick_desc[$boy] = 'enormous':
-		if pcs_makeup > 1:
-			pcs_makeup = 0
-			'You groan wordlessly, loving the rough fucking of your pussy by his enormous cock, the way <<$npc_firstname[$boy]>> stretches you to your limits with every thrust and bashes it against your cervix unceasingly. Tears of pleasure and pain blur your sight and beads of sweat gather on your skin. Within minutes, your makeup is as fucked as you are.'
-		elseif pcs_makeup = 0:
-			'You groan wordlessly, loving the rough fucking of your pussy by his enormous cock, the way <<$npc_firstname[$boy]>> stretches you to your limits with every thrust and bashes it against your cervix unceasingly. Tears of pleasure and pain blur your sight and beads of sweat gather on your skin and your already ruined makeup gets even worse with every passing moment.'
-		else
-			'Tears of pleasure and pain blur your sight and beads of sweat gather on your skin. You love how rough he''s treating you and the way <<$npc_firstname[$boy]>>''s enormous cock stretches you to your limits with every thrust and bashes it against your cervix unceasingly.'
-		end
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, splitting your pussy in half and forcing every centimeter of his enormous cock deep inside you.'
 	elseif $npc_dick_desc[$boy] = 'lengthy':
-		if pcs_makeup > 1:
-			pcs_makeup = 0
-			'You groan wordlessly, loving the rough fucking of your pussy by his exceptionally lengthy cock, the way <<$npc_firstname[$boy]>> bashes it against your cervix again and again, so hard you wonder if you''ll be bruised in the morning as tears of pleasure and pain blur your sight and beads of sweat gather on your skin. Within minutes, your makeup is as fucked as you are.'
-		elseif pcs_makeup = 0:
-			'You groan wordlessly, loving the rough fucking of your pussy by his exceptionally lengthy cock, the way <<$npc_firstname[$boy]>> bashes it against your cervix again and again, so hard you wonder if you''ll be bruised in the morning as tears of pleasure and pain blur your sight and beads of sweat gather on your skin and your already ruined makeup gets even worse with every passing moment.'
-		else
-			'Tears of pleasure and pain blur your sight and beads of sweat gather on your skin. You love the rough fucking of your pussy by his exceptionally lengthy cock, the way <<$npc_firstname[$boy]>> bashes it against your cervix again and again, so hard you wonder if you''ll be bruised in the morning.'
-		end
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, smashing into your cervix with his lengthy cock on every thrust.'
+	elseif $npc_dick_desc[$boy] = 'gigantic':
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, filling you up and smashing into your cervix with his gigantic cock on every thrust.'
+	elseif $npc_dick_desc[$boy] = 'monster':
+		'Your eyes roll back into your head as <<$npc_firstname[$boy]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$boy]>> claps your ass over and over again, splitting your pussy in half and smashing into your cervix with his monster cock on every thrust.'
+	end
+	*nl
+	if pcs_makeup > 1:
+		pcs_makeup = 0
+		'Your mind goes blank with pleasure and within minutes, your makeup is as fucked as you are.'
+	elseif pcs_makeup = 0:
+		'Tears of pleasure blur your sight and sweat gathers on your skin and your already ruined makeup gets even worse with every passing moment.'
+	else
+		'Your mind goes blank with pleasure and you groan loudly, letting <<$npc_firstname[$boy]>> fuck you into blissful oblivion.'
+	end
+end
+
+
+if $ARGS[0] = 'doggy3_too_rough':
+!!		'<i>This is-! Too rough-!</i>'
+!!		*nl
+!!		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. His cock is like a jackhammer, pounding into your pussy in the worst way, feeling more like he''s punching your cervix than fucking you. It''s agonizing and unpleasant, you feel like you''re going to die.'
+	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$boy]>>''s tiny dick does nothing for you, but your hips ache from the repeated clapping of your ass and you can even feel your cheeks turning red and sore from the punishment. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
+	elseif $npc_dick_desc[$boy] = 'chode':
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$boy]>>''s fat chode is uncomfortable in its girth, splitting your pussy with painful force and your hips ache from the repeated clapping of your ass. You can even feel your cheeks turning red and sore from the punishment. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
+	elseif $npc_dick_desc[$boy] = 'skinny':
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$boy]>>''s skinny dick does nothing for you, but your hips ache from the repeated clapping of your ass and you can even feel your cheeks turning red and sore from the punishment. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
+	elseif $npc_dick_desc[$boy] = 'normal':
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. Your hips ache from the repeated clapping of your ass and you can even feel your cheeks turning red and sore from the punishment. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
+	elseif $npc_dick_desc[$boy] = 'thick':
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$boy]>>''s thick cock is uncomfortable in its girth, splitting your pussy with painful force and your hips ache from the repeated clapping of your ass. You can even feel your cheeks turning red and sore from the punishment. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
+	elseif $npc_dick_desc[$boy] = 'long':
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$boy]>>''s long cock keeps painfully bumping against your cervix and your hips ache from the repeated clapping of your ass. The thought of a bruised uterus passes through your head as you groan again. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
+	elseif $npc_dick_desc[$boy] = 'huge':
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$boy]>>''s huge cock keeps painfully bumping against your cervix and your hips ache from the repeated clapping of your ass. The thought of a bruised uterus passes through your head as you groan again. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
+	elseif $npc_dick_desc[$boy] = 'enormous':
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$boy]>>''s enormous cock keeps painfully bumping against your cervix, your pussy aches from being stretched to fit its girth, and your ass is sore from being repeatedly clapped with sledgehammer force. The thought of a bruised uterus passes through your head as you groan again. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
+	elseif $npc_dick_desc[$boy] = 'lengthy':
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$boy]>>''s cock keeps smashing into your cervix, your pussy unable to accomodate its unnatural length, and your hips ache from the repeated clapping of your ass. You''re sure your uterus is going to be bruised tomorrow and you groan again, wondering if it''s possible to be fucked to death.'
 	elseif $npc_dick_desc[$boy] = 'gigantic':
-		'You groan in pleasure beneath <<$npc_firstname[$boy]>>. You love the way he''s fucking you and the way his gigantic cock fills you up and bounces off your cervix, eyes watering as a strangely pleasurable soreness builds inside you with every collision.'
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$boy]>>''s huge cock keeps smashing into your cervix, your pussy unable to accomodate its unnatural length, and your hips ache from the repeated clapping of your ass. You''re sure your uterus is going to be bruised tomorrow and you groan again, wondering if it''s possible to be fucked to death.'
 	elseif $npc_dick_desc[$boy] = 'monster':
-		'You groan in pleasure beneath <<$npc_firstname[$boy]>>. You love the way he''s fucking you and the way his monstrous cock threatens to tear you in half and impale you with every thrust, agony and pleasure mixing in the most intoxicating of ways.'
+		'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$boy]>>''s monster cock keeps smashing into your cervix, your pussy unable to accomodate its unnatural length, aching from being stretched to fit its girth. Not to mention your ass is already sore from being repeatedly clapped with sledgehammer force. You''re sure your uterus is going to be bruised tomorrow and you groan again, wondering if it''s possible to be fucked to death.'
+	end
+	*nl
+	if pcs_makeup > 1:
+		pcs_makeup = 0
+		'Black tears run down your face and sweat covers your body, destroying your makeup as <<$npc_firstname[$boy]>> pummels you into the bed.'
+	elseif pcs_makeup = 0:
+		'Your already ruined makeup gets worse with every passing moment, getting smeared across the sheets as <<$npc_firstname[$boy]>> pummels you into the bed.'
+	else
+		'Tears run down your face and sweat covers your body as <<$npc_firstname[$boy]>> pummels you into the bed.'
 	end
 end
 
+if $ARGS[0] = 'doggy3_slow_down':
+!! '"Could you-! slow down-!" you gasp desperately. He releases your hair, letting you collapse face first onto the bed. "I can''t keep this up..."'
+	if $npc_dick_desc[$boy] = 'thick' or $npc_dick_desc[$boy] = 'long' or $npc_dick_desc[$boy] = 'huge' or $npc_dick_desc[$boy] = 'enormous' or $npc_dick_desc[$boy] = 'lengthy':
+		'"Could you-! Slow down-!" you gasp desperately. He releases your hair, letting you collapse face first onto the bed.'
+		'"You''re too big..." you pant. "I can''t keep going this hard..."'
+	elseif $npc_dick_desc[$boy] = 'gigantic' or $npc_dick_desc[$boy] = 'monster':
+		'"Could you-! Slow down-!" you gasp desperately. He releases your hair, letting you collapse face first onto the bed.'
+		'"You''re way too big..." you groan. "I''m gonna die if you keep going this hard..."'
+	else
+		'"Could you-! Slow down-!" you gasp desperately. He releases your hair, letting you collapse face first onto the bed. "I can''t keep going this hard..."'
+	end
+end
 
 if $ARGS[0] = 'doggy3.1_desc':
 	if npc_abusive[$boy] = 1:
 !!		'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. He keeps a firm hold on your hair and pulls hard with every thrust, hurting in all the <i>best</i> ways.'
 		if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
-			'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$boy]>> keeps a firm hold on your hair and pulls hard with every thrust, managing to even make his tiny dick hurt you in all the <i>best</i> ways.'
+			'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$boy]>> keeps a firm hold on your hair and pulls hard with every thrust, somehow managing to make his tiny dick hurt you in all the <i>best</i> ways.'
 		elseif $npc_dick_desc[$boy] = 'chode':
 			'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$boy]>> keeps a firm hold on your hair and pulls hard with every thrust, forcing his fat chode into your pussy to hurt you in all the <i>best</i> ways.'
 		elseif $npc_dick_desc[$boy] = 'skinny':
@@ -1205,7 +1245,7 @@ if $ARGS[0] = 'doggy3.1_desc':
 		*nl
 		'Wet sloppy claps squelch from your pussy as he relentlessly pounds you into the mattress and your eyes roll back in your head.'
 	else
-!!		'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$boy]>>''s hips slam against your thighs and his fucking is so violent that you''re already starting to break out in a sweat.'
+!!		'<<$npc_firstname[$boy]>> picks up the pace until he''s pounding you from behind. You throw your hips back in joyous ecstasy, feeling greater and greater pleasure every time his hips slam into you.'
 		if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
 			'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$boy]>>''s hips slam against your thighs and his fucking is so violent that even his tiny dick is making you break out in a sweat.'
 		elseif $npc_dick_desc[$boy] = 'chode':
@@ -1237,121 +1277,122 @@ end
 
 if $ARGS[0] = 'doggy3.2_moan_desc':
 	if booty_call['moan'] = 1:
-		'<i>"Mm~! Mm! Nnm~! Nngh~!"</i>'
+		'"<i>Ah~! Ah~! Haa~! Ah~!</i>"'
 		*nl
-!!		'Only the softest moans are able to escape your lips as <<$npc_firstname[$boy]>> keeps pounding your pussy. His cock slams into you with such force that it leaves you breathless. And it feels <i>amazing</i>.'
+!!		'You groan in pleasure as <<$npc_firstname[$boy]>> continues to pound you.'
 		if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
-			'Only the tiniest squeaks of moans are able to escape your lips as <<$npc_firstname[$boy]>> keeps pounding your pussy. His tiny dick somehow slams into you with such force that it leaves you breathless. And it feels <i>amazing</i>.'
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you with his tiny dick. Sloppy wet squelches combine with the loud clapping of your ass cheeks as the rough doggy fucking sends pleasure rocking through your body.'
 		elseif $npc_dick_desc[$boy] = 'chode':
-			'Only the tiniest squeaks of moans are able to escape your lips as <<$npc_firstname[$boy]>> keeps pounding you. His fat chode slams into you with such force that your pussy feels stretched even by its meager length, leaving you breathless. And its <i>amazing</i>.'
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you with his fat chode. Sloppy wet squelches combine with the loud clapping of your ass cheeks as the rough doggy fucking sends pleasure rocking through your body.'
 		elseif $npc_dick_desc[$boy] = 'skinny':
-			'Only the tiniest squeaks of moans are able to escape your lips as <<$npc_firstname[$boy]>> keeps pounding your pussy. His skinny dick somehow slams into you with such force that it leaves you breathless. And it feels <i>amazing</i>.'
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you with his skinny dick. Sloppy wet squelches combine with the loud clapping of your ass cheeks as the rough doggy fucking sends pleasure rocking through your body.'
 		elseif $npc_dick_desc[$boy] = 'normal':
-			'Only the softest moans are able to escape your lips as <<$npc_firstname[$boy]>> keeps pounding your pussy. His dick slams into you with such force that it leaves you breathless. And it feels <i>amazing</i>.'
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you with his dick. Sloppy wet sounds squelch from your pussy around his cock, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
 		elseif $npc_dick_desc[$boy] = 'thick':
-			'Only the tiniest squeaks of moans are able to escape your lips as <<$npc_firstname[$boy]>> keeps pounding you. His cock slams into you, it stretches your pussy around his thick girth and leaves you breathless. And its <i>amazing</i>.'
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you from behind. Sloppy wet sounds squelch from your pussy around his thick cock, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
 		elseif $npc_dick_desc[$boy] = 'long':
-			'Only the tiniest squeaks of moans are able to escape your lips as <<$npc_firstname[$boy]>> keeps pounding your pussy. His cock slams into you, bumping up against your cervix with its generous length and leaves you breathless. And its <i>amazing</i>.'
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you from behind. Sloppy wet sounds squelch from your pussy around the long cock that hammers deep inside you, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
 		elseif $npc_dick_desc[$boy] = 'huge':
-			'Only the tiniest squeaks of moans are able to escape your lips as <<$npc_firstname[$boy]>> keeps pounding your pussy. His cock slams into you, filling you up and bumping up against your cervix with its huge size, leaving you breathless. And its <i>amazing</i>.'
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you from behind. Sloppy wet sounds squelch from your pussy around the huge cock that fills you up and hammers deep inside you, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
 		elseif $npc_dick_desc[$boy] = 'enormous':
-			'Only the tiniest squeaks of moans are able to escape your lips as <<$npc_firstname[$boy]>> keeps pounding you. His cock slams into you, impaling your pussy with its girth and bumping up against your cervix with its enormous size, leaving you breathless. And its <i>amazing</i>.'
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you from behind. Sloppy wet sounds squelch from your pussy around the enormous cock that stretches you to your limits and hammers deep inside you, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
 		elseif $npc_dick_desc[$boy] = 'lengthy':
-			'Only the tiniest squeaks of moans are able to escape your lips as <<$npc_firstname[$boy]>> keeps pounding your pussy. His cock slams into you, relentlessly smashing against your cervix with its insane <<npc_dick[$boy]>>cm length, literally forcing the breath from your lungs. And its <i>amazing</i>.'
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you from behind. Sloppy wet sounds squelch from your snatch around the lengthy cock that hammers so deep and hard inside your pussy that you can feel it in your stomach. It combines with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
 		elseif $npc_dick_desc[$boy] = 'gigantic':
-			'Only the tiniest squeaks of moans are able to escape your lips as <<$npc_firstname[$boy]>> keeps pounding your pussy. His cock slams into you, filling you up and relentlessly smashing against your cervix with its gigantic <<npc_dick[$boy]>>cm length, literally forcing the breath from your lungs. And its <i>amazing</i>.'
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you from behind. Sloppy wet sounds squelch from your snatch around the gigantic cock that hammers so deep and hard inside your pussy that you can feel it in your stomach. It combines with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
 		elseif $npc_dick_desc[$boy] = 'monster':
-			'Only the tiniest squeaks of moans are able to escape your lips as <<$npc_firstname[$boy]>> keeps pounding you. His cock slams into you, painfully splitting your pussy with it''s absurd girth and relentlessly smashing against your cervix with its montrous <<npc_dick[$boy]>>cm length, literally forcing the breath from your lungs. And its <i>amazing</i>.'
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you from behind. Sloppy wet sounds squelch from your snatch around the monstrous cock that hammers so deep and hard inside your pussy that you can feel it in your stomach and threatens to tear you in half at the same time. It combines with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
 		end
 	elseif booty_call['moan'] = 2:
-		'"<i>Ah~! Yes~! Mmm~!</i>"'
+		'"Oo<i>oo</i>o<i>oo</i>hh<i>hh</i> <i>aaagggghhhhhhhh</i>..."'
 		*nl
-!!		'You moan loudly as <<$npc_firstname[$boy]>> keeps pounding you. Your moans seem to egg him on, making him fuck you harder. In turn, it makes you moan even louder. And you''re loving every second of it.'
+!!		'You moan loudly as <<$npc_firstname[$boy]>> continues to pound you from behind.'
 		if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
-			'You moan loudly as <<$npc_firstname[$boy]>> keeps pounding you with his tiny dick. Your moans seem to egg him on, making him fuck you harder. In turn, it makes you moan even louder. And you''re loving every second of it.'
+			'You groan loudly, barely able to think as <<$npc_firstname[$boy]>> continues pounding you with his tiny dick. Sloppy wet squelches combine with the loud clapping of your ass cheeks as the rough doggy fucking sends pleasure rocking through your body.'
 		elseif $npc_dick_desc[$boy] = 'chode':
-			'You moan loudly as <<$npc_firstname[$boy]>> keeps pounding you with his fat chode. Your moans seem to egg him on, making him fuck you harder and in turn, it only makes you moan even louder. And you''re loving every second of it.'
+			'You groan loudly, barely able to think as <<$npc_firstname[$boy]>> continues pounding you with his fat chode. Sloppy wet squelches combine with the loud clapping of your ass cheeks as the rough doggy fucking sends pleasure rocking through your body.'
 		elseif $npc_dick_desc[$boy] = 'skinny':
-			'You moan loudly as <<$npc_firstname[$boy]>> keeps pounding you with his skinny dick. Your moans seem to egg him on, making him fuck you harder and in turn, it only makes you moan even louder. And you''re loving every second of it.'
+			'You groan loudly, barely able to think as <<$npc_firstname[$boy]>> continues pounding you with his skinny dick. Sloppy wet squelches combine with the loud clapping of your ass cheeks as the rough doggy fucking sends pleasure rocking through your body.'
 		elseif $npc_dick_desc[$boy] = 'normal':
-			'You moan loudly as <<$npc_firstname[$boy]>> keeps pounding you with his dick. Your moans seem to egg him on, making him fuck you harder and in turn, it only makes you moan even louder. And you''re loving every second of it.'
+			'You groan loudly, barely able to think as <<$npc_firstname[$boy]>> continues pounding you with his dick. Sloppy wet sounds squelch from your pussy around his cock, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
 		elseif $npc_dick_desc[$boy] = 'thick':
-			'You moan loudly as <<$npc_firstname[$boy]>> keeps pounding you, splitting your pussy with his thick cock. Your moans seem to egg him on, making him fuck you harder and in turn, it only makes you moan even louder. And you''re loving every second of it.'
+			'You groan loudly, barely able to think as <<$npc_firstname[$boy]>> continues pounding you from behind. Sloppy wet sounds squelch from your pussy around his thick cock, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
 		elseif $npc_dick_desc[$boy] = 'long':
-			'You moan loudly as <<$npc_firstname[$boy]>> keeps pounding you, impaling your pussy and bumping up against your cervix with his long cock. Your moans seem to egg him on, making him fuck you harder and in turn, it only makes you moan even louder. A part of you wonders if you''re going to have a bruised uterus after this. And you''re loving every second of it.'
+			'You pant like a bitch in heat as <<$npc_firstname[$boy]>> continues to pound you from behind. Sloppy wet sounds squelch from your pussy around the long cock that hammers deep inside you, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
 		elseif $npc_dick_desc[$boy] = 'huge':
-			'You moan loudly as <<$npc_firstname[$boy]>> keeps pounding you, impaling your pussy and bumping up against your cervix with his huge cock. Your moans seem to egg him on, making him fuck you harder and in turn, it only makes you moan even louder. A part of you wonders if you''re going to have a bruised uterus after this. And you''re loving every second of it.'
+			'You groan loudly, barely able to think as <<$npc_firstname[$boy]>> continues pounding you from behind. Sloppy wet sounds squelch from your pussy around the huge cock that fills you up and hammers deep inside you, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
 		elseif $npc_dick_desc[$boy] = 'enormous':
-			'You moan loudly as <<$npc_firstname[$boy]>> keeps pounding you, splitting your pussy and bumping up against your cervix with his enormous cock. Your moans seem to egg him on, making him fuck you harder and in turn, it only makes you moan even louder. A part of you wonders if you''re going to have a bruised uterus after this. And you''re loving every second of it.'
+			'You groan loudly, barely able to think as <<$npc_firstname[$boy]>> continues pounding you from behind. Sloppy wet sounds squelch from your pussy around the enormous cock that stretches you to your limits and hammers deep inside you, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
 		elseif $npc_dick_desc[$boy] = 'lengthy':
-			'You moan loudly as <<$npc_firstname[$boy]>> keeps pounding you, battering your cervix with his insanely long <<npc_dick[$boy]>>cm cock. Every thrust increases the soreness and the pleasure. Your moans seem to egg him on, making him fuck you harder and in turn, it only makes you moan even louder. A part of you wonders if you''re going to have a bruised uterus after this. Sex has never hurt so good.'
+			'You groan loudly, barely able to think as <<$npc_firstname[$boy]>> continues pounding you from behind. Sloppy wet sounds squelch from your snatch around the lengthy cock that hammers so deep and hard inside your pussy that you can feel it in your stomach. It combines with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
 		elseif $npc_dick_desc[$boy] = 'gigantic':
-			'You moan loudly as <<$npc_firstname[$boy]>> keeps pounding you, battering your cervix with his gigantic <<npc_dick[$boy]>>cm cock. Every thrust increases the soreness and the pleasure. Your moans seem to egg him on, making him fuck you harder and in turn, it only makes you moan even louder. A part of you wonders if you''re going to have a bruised uterus after this. Sex has never hurt so good.'
+			'You groan loudly, barely able to think as <<$npc_firstname[$boy]>> continues pounding you from behind. Sloppy wet sounds squelch from your snatch around the gigantic cock that hammers so deep and hard inside your pussy that you can feel it in your stomach. It combines with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
 		elseif $npc_dick_desc[$boy] = 'monster':
-			'You moan loudly as <<$npc_firstname[$boy]>> keeps pounding you, splitting your pussy with his absurd girth and battering your cervix with his monstrous <<npc_dick[$boy]>>cm cock. Every thrust increases the soreness and the pleasure. Your moans seem to egg him on, making him fuck you harder and in turn, it only makes you moan even louder. A part of you wonders if you''re going to have a bruised uterus after this. Sex has never hurt so good.'
+			'You groan loudly, barely able to think as <<$npc_firstname[$boy]>> continues pounding you from behind. Sloppy wet sounds squelch from your snatch around the monstrous cock that hammers so deep and hard inside your pussy that you can feel it in your stomach and threatens to tear you in half at the same time. It combines with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
 		end
 	end
 	
 end
 
 if $ARGS[0] = 'doggy3.2_dirty_talk':
+!!	'"Yes! Fuck! Yes! Just like that!" you scream. "Pound my pussy! Clap my ass! Fill me with your cock!"'
 	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
-		'"Yes! Yes! Just like that!" you scream at the top of your lungs. "Fuck me with your tiny cock! Pound my pussy!"'
+		'"Yes! Fuck! Yes! Just like that!" you scream so hard it hurts. "Clap my fucking ass! Fuck me with your tiny cock!"'
 	elseif $npc_dick_desc[$boy] = 'chode':
-		'"Yes! Yes! Just like that!" you scream at the top of your lungs. "Fuck me with your fat chode! Pound my pussy!"'
+		'"Yes! Fuck! Yes! Just like that!" you scream so hard it hurts. "Clap my fucking ass! "Fuck me with your fat chode!"'
 	elseif $npc_dick_desc[$boy] = 'skinny':
-		'"Yes! Yes! Just like that!" you scream at the top of your lungs. "Fuck me with your skinny dick! Pound my pussy!"'
+		'"Yes! Fuck! Yes! Just like that!" you scream so hard it hurts. "Clap my fucking ass! Fuck me with your skinny dick!"'
 	elseif $npc_dick_desc[$boy] = 'normal':
-		'"Yes! Yes! Just like that!" you scream at the top of your lungs. "Fuck me with your cock! Pound my pussy!"'
+		'"Yes! Fuck! Yes! Just like that!" you scream so hard it hurts. "Clap my fucking ass! Fuck me with your cock!"'
 	elseif $npc_dick_desc[$boy] = 'thick':
 		if pcs_vag <= 10:
-			'"OH FUCK!" you scream at the top of your lungs. "<i>Fuck!</i> You''re gonna tear me in half! Don''t stop! Don''t stop!"'
+			'"OH FUCK!" you scream so hard it hurts. "<i>Fuck!</i> You''re gonna tear me in half! Don''t stop! Don''t stop!"'
 		else
-			'"OH FUCK!" you scream at the top of your lungs. "<i>Fuck!</i> Your cock is so fat! Don''t stop! Don''t stop! Pound my pussy!"'
+			'"OH FUCK!" you scream so hard it hurts. "<i>Fuck!</i> Yes! Just like that! Your cock is so big! Don''t stop! Don''t stop! Pound my ass!"'
 		end
 	elseif $npc_dick_desc[$boy] = 'long':
-		'"OH FUCK!" you scream at the top of your lungs. "<i>Fuck!</i> You''re <i>so</i> deep! Don''t stop! Don''t stop! Pound my pussy!"'
+		'"OH FUCK!" you scream so hard it hurts. "<i>Fuck!</i> You''re <i>so</i> deep! Don''t stop! Don''t stop! Pound my ass!"'
 	elseif $npc_dick_desc[$boy] = 'huge':
-		'"OH FUCK!" you scream at the top of your lungs. "You''re so big! You''re <i>so</i> big! Don''t stop! Pound my pussy with your huge cock!"'
+		'"OH FUCK!" you scream so hard it hurts. "You''re so big! You''re <i>so</i> big! Don''t stop! Pound my pussy with your big fucking cock!"'
 	elseif $npc_dick_desc[$boy] = 'enormous':
 		if pcs_vag <= 10:
-			'"OH FUCK!" you scream at the top of your lungs. "<i>Fuck!</i> You''re <i>so</i> big! You''re gonna tear me in half! Don''t stop! Don''t stop!"'
+			'"OH FUCK!" you scream so hard it hurts. "<i>Fuck!</i> You''re <i>so</i> big! You''re gonna tear me in half! Don''t stop! Don''t stop!"'
 		else
-			'"OH FUCK!" you scream at the top of your lungs. "<i>Fuck!</i> You''re so big! You''re <i>so</i> big! Oh fuck! Don''t stop! Don''t stop! Don''t fucking stop!"'
+			'"OH FUCK!" you scream so hard it hurts. "<i>Fuck!</i> You''re so big! You''re <i>so</i> big! Oh fuck! Don''t stop! Don''t stop! Don''t fucking stop!"'
 		end
 	elseif $npc_dick_desc[$boy] = 'lengthy':
-		'"OH FUCK!" you scream at the top of your lungs. "<i>Fuck!</i> I feel you in my stomach~! It''s so good!!"'
+		'"OH FUCK!" you scream so hard it hurts. "<i>Fuck!</i> I feel you in my stomach~! <i>Oh my God!</i> Don''t <i>fucking</i> stop!"'
 	elseif $npc_dick_desc[$boy] = 'gigantic':
-		'"OH FUCK!" you scream at the top of your lungs. "Oh <i>fuck!</i> You''re <i>so</i> deep! You''re so <i>fucking big</i>! I can feel you in my stomach~! Don''t stop~!"'
+		'"OH FUCK!" you scream so hard it hurts. "Oh <i>fuck!</i> You''re <i>so</i> deep! You''re so <i>fucking big</i>! I can feel you in my stomach~! Don''t stop~!"'
 	elseif $npc_dick_desc[$boy] = 'monster':
-		'"OH FUCK!" you scream at the top of your lungs. "<i>Fuck!</i> I feel you in my stomach~! Oh <i>fuck!</i> You''re so big! You''re <i>so</i> big! You''re so <i>fucking big</i>! You''re gonna tear me in half! Don''t fucking stop!"'
+		'"OH FUCK!" you scream so hard it hurts. "<i>Fuck!</i> I feel you in my stomach~! Oh <i>fuck!</i> You''re so big! You''re <i>so</i> big! You''re so <i>fucking big</i>! Don''t fucking stop! Tear me in half with your monster cock!"'
 	end
 end
 
 if $ARGS[0] = 'doggy3.2_sensation_desc':
-!! 'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding your pussy. Your eyes roll back in your head and all you can do is groan in pleasure, enjoying the feeling of his cock violently violating your pussy.'
+!! 'He keeps fucking you hard.'
 	if $npc_dick_desc[$boy] = 'tiny' or $npc_dick_desc[$boy] = 'short':
-		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his tiny dick violently violating your pussy.'
+		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his tiny dick violently violating your pussy.'
 	elseif $npc_dick_desc[$boy] = 'chode':
-		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his fat chode violently violating your pussy.'
+		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his fat chode violently violating your pussy.'
 	elseif $npc_dick_desc[$boy] = 'skinny':
-		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his skinny dick violently violating your pussy.'
+		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his skinny dick violently violating your pussy.'
 	elseif $npc_dick_desc[$boy] = 'normal':
-		'Youpant heavily as <<$npc_firstname[$boy]>> keeps pounding you. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his dick violently violating your pussy.'
+		'Youpant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his dick violently violating your pussy.'
 	elseif $npc_dick_desc[$boy] = 'thick':
-		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his thick cock violently stretching out your pussy.'
+		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his thick cock violently stretching out your pussy.'
 	elseif $npc_dick_desc[$boy] = 'long':
-		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his long cock repeatedly knocking on your cervix as it violently penetrates you over and over again.'
+		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his long cock repeatedly knocking on your cervix as it violently penetrates you over and over again.'
 	elseif $npc_dick_desc[$boy] = 'huge':
-		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the sensation of the huge cock inside you repeatedly knocking on your cervix as it violently violates your pussy.'
+		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the sensation of the huge cock inside you repeatedly knocking on your cervix as it violently violates your pussy.'
 	elseif $npc_dick_desc[$boy] = 'enormous':
-		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his enormous cock knock against your cervix while it threatens to tear you in half.'
+		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his enormous cock knock against your cervix while it threatens to tear you in half.'
 	elseif $npc_dick_desc[$boy] = 'lengthy':
-		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his insanely long cock smash into your cervix over and over and over again in the most blissful agony you''ve ever experienced.'
+		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his insanely long cock smash into your cervix over and over and over again in the most blissful agony you''ve ever experienced.'
 	elseif $npc_dick_desc[$boy] = 'gigantic':
-		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his gigantic cock fill your pussy, smashing into your cervix over and over and over again in the most blissful agony you''ve ever experienced.'
+		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his gigantic cock fill your pussy, smashing into your cervix over and over and over again in the most blissful agony you''ve ever experienced.'
 	elseif $npc_dick_desc[$boy] = 'monster':
-		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his monstrous cock smash into your cervix while it threatens to tear you in half in the most blissful agony you''ve ever experienced.'
+		'You pant heavily as <<$npc_firstname[$boy]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his monstrous cock smashing into your cervix, threatening to tear you in half in the most blissful agony you''ve ever experienced.'
 	end
 end
 

+ 9 - 6
locations/booty_call_miss.qsrc

@@ -63,6 +63,7 @@ end
 
 if $ARGS[0] = 'miss1':
 	!! slow pace
+	if booty_call['condom'] ! 1: booty_call['no_condom'] = 1
 	$booty_call['position'] = 'miss'
 	$booty_call['pos_speed'] = 'miss1'
 	booty_call['kiss'] = 0
@@ -238,6 +239,7 @@ end
 
 if $ARGS[0] = 'miss2':
 	!! medium pace
+	if booty_call['condom'] ! 1: booty_call['no_condom'] = 1
 	booty_call['kiss'] = 0
 	$booty_call['position'] = 'miss'
 	$booty_call['pos_speed'] = 'miss2'
@@ -367,7 +369,7 @@ if $ARGS[0] = 'miss2.2':
 			*nl
 			'You moan softly as <<$npc_firstname[$boy]>> continues to pump his cock between your legs. It still basically feels numb to your pussy other than the slapping of his hips against yours, but you don''t want him to feel bad about it either so you play along, trying to pretend it feels good.'
 		end
-	elseif booty_call['moan'] <= 2 and booty_call['moan'] > 0:
+	elseif booty_call['moan'] >= 1:
 		if booty_call['moan'] = 1:
 			'"<i>Ah~! Ahh~! Haa~! Ah!</i>"'
 			*nl
@@ -401,6 +403,7 @@ if $ARGS[0] = 'miss2.bored':
 end
 
 if $ARGS[0] = 'miss3':
+	if booty_call['condom'] ! 1: booty_call['no_condom'] = 1
 	!! fast/rough pace
 	$booty_call['position'] = 'miss'
 	$booty_call['pos_speed'] = 'miss3'
@@ -502,8 +505,8 @@ if $ARGS[0] = 'miss3.1':
 	if npc_abusive[$boy] = 1:
 		'<center><video autoplay loop src="images/shared/sex/vag/miss/rough1.mp4"></video></center>'
 		'<<$npc_firstname[$boy]>> suddenly grabs your head, causing sharp pain at the back of your scalp.'
-		'"Ow! Hey watch i-" is all you manage to get out before he pulls you by the hair and jams his cock into you with the force of a nail being smashed by a hammer. You gasp in pain feeling like he''s going to tear you in half.'
-		'"Yeah <i>bitch?!</i>" he snarls. "You want me to fuck you harder? Well, then take it you fucking slut!" and he roughly starts to fuck you in a way completely unlike his previous mannerisms.'
+		'"Ow! Hey watch i-" is all you manage to get out before he pulls you by the hair and slams his cock into you with the force of a nail being smashed by a hammer. You gasp in pain feeling like he''s going to tear you in half.'
+		'"Yeah <i>bitch?!</i>" <<$npc_firstname[$boy]>> snarls. "You want me to fuck you harder? Well, then take it you fucking slut!" and starts roughly fucking you in a way completely unlike his previous mannerisms.'
 		act'Enjoy it':
 			cla & *nl
 			gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
@@ -917,7 +920,7 @@ if $ARGS[0] = 'miss1.2_dirty_talk':
 		if pcs_vag <= 10:
 			'"Ah~! Yes~! Just like that~!" you moan, your voice a hoarse with arousal. "Ungh~! You''re stretching me out! It''s so good! I''m <i>so</i> wet..."'
 		else
-			'"Ah~! Yes~! Just like that~!" you moan, your voice a hoarse with arousal. "Ungh~! It feels so good~! Fuck me with your fat cock~!"'
+			'"Ah~! Yes~! Just like that~!" you moan, your voice a hoarse with arousal. "Ungh~! It feels so good~! Fuck me with your big cock~!"'
 		end
 	elseif $npc_dick_desc[$boy] = 'long':
 		'"Ungh~!" you groan, your voice a hoarse with arousal. "You''re so deep! Nngh~! Right there! Right there~!"'
@@ -1139,9 +1142,9 @@ if $ARGS[0] = 'miss2.2_dirty_talk':
 		'"Ah! <i>Fuck!</i> Just like that!" you moan loudly. "Fuck me just like that! Right there! Right there! You''re so <i>fucking</i> good!"'
 	elseif $npc_dick_desc[$boy] = 'thick':
 		if pcs_vag <= 10:
-			'"Ah! <i>Fuck!</i> Just like that!" you moan loudly. "Fuck my pussy with your fat cock! You''re stretching me out! It''s so good!"'
+			'"Ah! <i>Fuck!</i> Just like that!" you moan loudly. "Fuck my pussy with your big cock! You''re stretching me out! It''s so good!"'
 		else
-			'"Ah! <i>Fuck!</i> Just like that!" you moan loudly. "Fuck my pussy with your fat cock! Right there! Right there! You''re so <i>fucking</i> good!"'
+			'"Ah! <i>Fuck!</i> Just like that!" you moan loudly. "Fuck my pussy with your big cock! Right there! Right there! You''re so <i>fucking</i> good!"'
 		end
 	elseif $npc_dick_desc[$boy] = 'long':
 		'"Ah! <i>Fuck!</i> Just like that!" you moan loudly. "Ungh~! You''re <i>so</i> deep! Right there! Right there! You''re so <i>fucking</i> good!"'

+ 98 - 29
locations/booty_call_morning.qsrc

@@ -268,45 +268,114 @@ if $ARGS[0] = 'dressing1':
 		'"Yeah," you say, <<$booty_call[''dress_describe'']>>. "Thanks for letting me spend the night."'
 		gs'booty_call_after', 'dress_loop'
 		if rand(1,3) = 3:
-			'"No problem. Hey, did you want to get together again later today?"'
-			act'Can''t':
-				cla & *nl
-				'"Sorry," you say, <<$booty_call[''dress_describe'']>>. "Can''t. Got some stuff to do later. Maybe some other time."'
-				*nl
-				'<i>content author''s note: none of these options currently have any gammeplay impact :P</i>'
-				gs'booty_call_morning', 'end_morning'
-			end
-
-			act'Sure':
-				!! missing code
-				!! make him call you later
-				cla & *nl
-				'"Sure," you smile, <<$booty_call[''dress_describe'']>>. "Love to. Send me a text later?"'
-				'"Will do."'
-				*nl
-				'<i>content author''s note: none of these options currently have any gammeplay impact :P</i>'
-				gs'booty_call_morning', 'end_morning'
-			end
-
-			act'Maybe':
-				cla & *nl
-				'"I''m not sure," you say hesitantly, <<$booty_call[''dress_describe'']>>. "I might have some stuff I need to do later? If I''m free, maybe I''ll send you a text?"'
-				'"Okay, that sounds fine."'
-				*nl
-				'<i>content author''s note: none of these options currently have any gammeplay impact :P</i>'
-				gs'booty_call_morning', 'end_morning'
-			end
+			gs'booty_call_morning', 'booty_call_invite_later'
 		else
 			'"No problem."'
 			gs'booty_call_morning', 'end_morning'
 		end
 	end
-
+	if kanikuli = 0 and mid($start_type,1,2) = 'sg' and SchoolAtestat = 0 and SchoolBlock = 0 and week < 6: 
+		act'School':
+			cla & *nl
+			'"Gotta get to school," you say, <<$booty_call[''dress_describe'']>>. "Thanks for letting me spend the night."'
+			gs'booty_call_after', 'dress_loop'
+			if rand(1,3) = 3:
+				gs'booty_call_morning', 'booty_call_invite_later'
+			else
+				'"No problem."'
+				gs'booty_call_morning', 'end_morning'
+			end
+		end
+	end
+	
 !!	act'Talk while you dress':
 !!		gs'booty_call_morning', 'dress_talk'
 !!	end
 end
 
+if $ARGS[0] = 'booty_call_invite_later':
+	if npc_day_off[$boy] = week:
+		if npc_girlfriend[$boy] = 1:
+			pc_know_npc_has_girlfriend[$boy] = 1
+			'"You busy later?" <<$npc_firstname[$boy]>> asks as you''re <<$booty_call[''dress_describe'']>>. "It''s my day off and my girlfriend won''t be around. Want to come over and do this again?"'
+		else
+			'"You busy later?" <<$npc_firstname[$boy]>> asks as you''re <<$booty_call[''dress_describe'']>>. "It''s my day off. Want to come by and do this again?"'
+		end
+	else
+		if npc_girlfriend[$boy] = 1:
+			pc_know_npc_has_girlfriend[$boy] = 1
+			'"You busy tomorrow?" <<$npc_firstname[$boy]>> asks as you''re <<$booty_call[''dress_describe'']>>. "My girlfriend won''t be around. Want to come over and do this again?"'
+		else
+			'"You busy tomorrow?" <<$npc_firstname[$boy]>> asks as you''re <<$booty_call[''dress_describe'']>>. "It''s my day off tomorrow. Want to come by and do this again?"'
+		end
+	end
+	
+	gs 'booty_call_after', 'dress_loop'
+	
+	gs 'booty_call_morning', 'busy_today'
+	
+	act'What time?':
+		cla & *nl
+		'"That depends," you say, <<$booty_call[''dress_describe'']>>. "What time were you thinking?"'
+		'"<<npc_start_free_time[$boy]>>?" <<$npc_firstname[$boy]>> asks.'
+		gs 'booty_call_morning', 'busy_time'
+		gs 'booty_call_morning', 'booty_call_plan'
+	end
+end
+
+if $ARGS[0] = 'busy_today':
+	act'I''m busy':
+		npc_booty_call_time[$boy] = 2000
+		cla & *nl
+		'"I can''t, sorry," you say, <<$booty_call[''dress_describe'']>>. "I''m busy."'
+		'"Damn," <<$npc_firstname[$boy]>> says disappointedly.'
+		gs 'booty_call_morning', 'end_morning'
+	end
+end
+
+if $ARGS[0] = 'busy_time':
+	act'I''m busy':
+		npc_booty_call_time[$boy] = 2000
+		cla & *nl
+		'"I can''t, sorry," you say, <<$booty_call[''dress_describe'']>>. "I have something to do then."'
+		'"Damn," <<$npc_firstname[$boy]>> says disappointedly.'
+		gs 'booty_call_morning', 'end_morning'
+	end
+end
+
+if $ARGS[0] = 'booty_call_plan':
+	act'Sounds good':
+		npc_booty_call[$boy] = daystart
+		npc_booty_call_time[$boy] = npc_start_free_time[$boy]
+		cla & *nl
+		'"Sounds good," you grin, <<$booty_call[''dress_describe'']>>. "I''ll see you then."'
+		'"Great," <<$npc_firstname[$boy]>> grins back.'
+		gs 'booty_call_morning', 'end_morning'
+	end
+	
+	act'I''ve got nothing better to do':
+		npc_booty_call[$boy] = daystart
+		npc_booty_call_time[$boy] = npc_start_free_time[$boy]
+		cla & *nl
+		'"Sure," you smirk, <<$booty_call[''dress_describe'']>>. "I got nothing better to do."'
+		'"Great," <<$npc_firstname[$boy]>> grins back.'
+		gs 'booty_call_morning', 'end_morning'
+	end
+	
+	act'I could fit it in':
+		npc_booty_call[$boy] = daystart
+		npc_booty_call_time[$boy] = npc_start_free_time[$boy]
+		cla & *nl
+		'"I think I can fit that in," you smirk, <<$booty_call[''dress_describe'']>>.'
+		if npc_humor[$boy] = 2:
+			'"You sure can," <<$npc_firstname[$boy]>> grins lewdly at you.'
+		else
+			'"Great," <<$npc_firstname[$boy]>> grins back.'
+		end
+		gs 'booty_call_morning', 'end_morning'
+	end
+end
+
 !! ------------------------------------ Leaving Stuff -------------------------------------------------------
 
 if $ARGS[0] = 'end_morning':

File diff suppressed because it is too large
+ 728 - 87
locations/booty_call_pillow_talk.qsrc


+ 4 - 2
locations/booty_call_sex.qsrc

@@ -261,8 +261,9 @@ end
 if $ARGS[0] = 'harden_hand':
 	if $booty_call['last_cum'] ! '':
 		act'Try to get him hard again (hand)':
+			booty_call['cock_remove'] = 1
 			cla & *clr
-			if booty_call['cum_count'] > npc_sexdrive[$boy]:
+			if booty_call['cum_count'] >= npc_sexdrive[$boy]:
 				!! IMAGE HERE
 				$npc_apt_bedroom[$boy]
 				if $booty_call['cum_choice'] = 'creampie' or $booty_call['cum_choice'] = 'creampie_surprise':
@@ -302,8 +303,9 @@ end
 if $ARGS[0] = 'harden_mouth':
 	if $booty_call['last_cum'] ! '':
 		act'Try to get him hard again (mouth)':
+			booty_call['cock_remove'] = 1
 			cla & *clr
-			if booty_call['cum_count'] > npc_sexdrive[$boy]:
+			if booty_call['cum_count'] >= npc_sexdrive[$boy]:
 				!! IMAGE HERE
 				$npc_apt_bedroom[$boy]
 				if ($booty_call['last_cum'] = 'creampie' or $booty_call['cum_choice'] = 'creampie_surprise') and booty_call['cock_remove'] ! 1:

+ 5 - 5
locations/booty_call_shower.qsrc

@@ -138,7 +138,7 @@ if $ARGS[0] = 'before_together2':
 				gs'arousal', 'massage',5,'no_orgasm_msg'
 				gs'stat'
 				'You turn to face <<$npc_firstname[$boy]>>'
-				if booty_call['condom'] > 0:
+				if (booty_call['condom'] > 0 and booty_call['no_condom'] ! 1) or booty_call['danger_day'] = 1:
 					'"You won''t come inside me, will you?" you ask.'
 					'"Don''t worry, I won''t."'
 					*nl
@@ -286,7 +286,7 @@ if $ARGS[0] = 'before_shower_fuck1':
 		'Then, without warning, <<$npc_firstname[$boy]>> stiffens and you feel something hot pour into your pussy.'
 		gs 'cum_call', '', $boy, 1
 		booty_call['shower_creampie'] += 1
-		booty_call['creampie'] += 1
+		booty_call['creampie_count'] += 1
 		gs'booty_call_shower', 'before_shower_creampie_surprise'
 	end
 end
@@ -409,7 +409,7 @@ if $ARGS[0] = 'before_shower_creampie':
 	cla & *clr
 	gs 'cum_call', '', $boy, 1
 	booty_call['shower_creampie'] = 1
-	booty_call['creampie'] += 1
+	booty_call['creampie_count'] += 1
 	'<center><video autoplay loop src="images/shared/sex/shower/leg_up2.mp4"></video></center>'
 	'You pull <<$npc_firstname[$boy]>> tight against you, plunging him deep into your cunt. He gasps, tightening his grip on you and his cock twitches inside.'
 	*nl
@@ -759,7 +759,7 @@ if $ARGS[0] = 'after_shower_sex1':
 			'Then, without warning, <<$npc_firstname[$boy]>> stiffens and you feel something hot pour into your pussy.'
 			gs 'cum_call', '', $boy, 1
 			booty_call['shower_creampie'] += 1
-			booty_call['creampie'] += 1
+			booty_call['creampie_count'] += 1
 			gs'booty_call_shower', 'after_shower_creampie_surprise'
 		end
 !	else
@@ -885,7 +885,7 @@ if $ARGS[0] = 'after_shower_creampie':
 	cla & *clr
 	gs 'cum_call', '', $boy, 1
 	booty_call['shower_creampie'] = 1
-	booty_call['creampie'] += 1
+	booty_call['creampie_count'] += 1
 	'<center><video autoplay loop src="images/shared/sex/shower/leg_up2.mp4"></video></center>'
 	'You pull <<$npc_firstname[$boy]>> tight against you, plunging him deep into your cunt. He gasps, tightening his grip on you and his cock twitches inside.'
 	*nl

+ 92 - 14
locations/booty_call_sms.qsrc

@@ -6,23 +6,94 @@ $SMSFrF = '<table width=80%><tr><td width=10%></td><td collspan=2 bgcolor=pink><
 $SMSBkF = '</font></td></tr></table>'
 
 if $ARGS[0] = 'start':	
-	$VM['0'] = dyneval('$result=''hey <<$pcs_nickname>>'' ')
-	$VF[$ARGS[1]+'0'] = dyneval('$result=''hey <<$npc_nickname[$ARGS[1]]>>'' ')
+!!	if npc_booty_call[$ARGS[1]] = daystart:
+!!		gs 'booty_call_sms', 'pre_planned_booty_call'
+!!	else
+		$VM['0'] = dyneval('$result=''hey <<$pcs_nickname>>'' ')
+		$VF[$ARGS[1]+'0'] = dyneval('$result=''hey <<$npc_nickname[$ARGS[1]]>>'' ')
 
-	$VM['1'] = 'i was thinking about you today'
-	$VF['1a'] = 'what were you thinking about?'
+		$VM['1'] = 'i was thinking about you today'
+		$VF['1a'] = 'what were you thinking about?'
 
-	if rand(0,2) = 0:
-		$VM['2a'] = 'wanted to know if you wanted to come over to my place have some fun?'
-	else
-		if rand(0,1) = 0:
+		if $npc_fav_pos[$ARGS[1]] = 'blowjob' and rand(0,2) = 1:
 			$VM['2a'] = 'your mouth around my cock'
+		elseif npc_know_virgin[$ARGS[1]] ! 1:
+			if $npc_cum_pref[$ARGS[1]] = 'creampie' and (npc_condom_conscious[$ARGS[1]] = 0 or npc_bareback[$ARGS[1]] = 1) and rand(0,2) = 1:
+				$VM['2a'] = 'your pussy filled with my cum'
+			elseif npc_sex_speed[$ARGS[1]] = 3 and rand(0,2) = 1:
+				$VM['2a'] = 'fucking you bowlegged'
+			elseif $npc_cum_pref[$ARGS[1]] = 'facial' and rand(0,2) = 1:
+				$VM['2a'] = 'blowing my load all over your pretty face'
+			elseif $npc_cum_pref[$ARGS[1]] = 'mouth' and rand(0,2) = 1:
+				$VM['2a'] = 'watching you swallow my cum'
+			elseif $npc_cum_pref[$ARGS[1]] = 'tits' and rand(0,2) = 1:
+				$VM['2a'] = 'my cum all over your tits'
+			elseif $npc_fav_pos[$ARGS[1]] = 'doggy' and rand(0,2) = 1:
+				$VM['2a'] = 'pounding you on all fours'
+			elseif $npc_fav_pos[$ARGS[1]] = 'cowgirl' and rand(0,2) = 1:
+				$VM['2a'] = 'you riding my cock like crazy'			
+			else
+				if rand(0,1) = 1:
+					$VM['2a'] = 'you naked on my bed'
+				else
+					$VM['2a'] = 'want to come over and have some fun?'
+				end
+			end
+		end
+
+		$VF['1b'] = 'me too'
+		
+		if $npc_fav_pos[$ARGS[1]] = 'blowjob' and rand(0,2) = 1:
+			$VM['2a'] = 'i want to feel your mouth around my cock'
+		elseif npc_know_virgin[$ARGS[1]] ! 1:
+			if $npc_cum_pref[$ARGS[1]] = 'creampie' and (npc_condom_conscious[$ARGS[1]] = 0 or npc_bareback[$ARGS[1]] = 1) and rand(0,2) = 1:
+				$VM['2a'] = 'i want to pump you full of cum'
+			elseif npc_sex_speed[$ARGS[1]] = 3 and rand(0,2) = 1:
+				$VM['2b'] = 'come over i want to hear you screaming my name'
+			elseif $npc_cum_pref[$ARGS[1]] = 'facial' and rand(0,2) = 1:
+				$VM['2a'] = 'i want to cum all over your face'
+			elseif $npc_cum_pref[$ARGS[1]] = 'mouth' and rand(0,2) = 1:
+				$VM['2a'] = 'i want to watch you swallow my cum'
+			elseif $npc_cum_pref[$ARGS[1]] = 'tits' and rand(0,2) = 1:
+				$VM['2a'] = 'let me glaze your tits with my cum'
+			elseif $npc_fav_pos[$ARGS[1]] = 'doggy' and rand(0,2) = 1:
+				$VM['2a'] = 'i want to pound you on all fours'
+			elseif $npc_fav_pos[$ARGS[1]] = 'cowgirl' and rand(0,2) = 1:
+				$VM['2a'] = 'i want you to ride my cock like theres no tomorrow'			
+			else
+				if rand(0,1) = 1:
+					$VM['2b'] = 'lets fuck like bunnies today'
+				else
+					$VM['2b'] = 'come over lets have some fun today'
+				end
+			end
+		end
+
+		$VF['2a'] = 'sorry, i cant. i have stuff to do'
+		$VM['3a'] = 'shit, maybe next time then'
+
+		$VF['2b'] = 'ill come right now ;)'
+		if npc_humor[$ARGS[1]] <= 1 and rand(0,1) = 1:
+			$VM['3b'] = 'my cock is waiting for you'
+		elseif npc_humor[$ARGS[1]] = 2 and rand(0,1) = 1:
+			if rand(0,1) = 1:
+				$VM['3b'] = 'in the street?? damn! keep it in your pants till you get here!'
+			else
+				$VM['3b'] = 'as long as you make me cum later'
+			end
+		elseif npc_humor[$ARGS[1]] = 3 and rand(0,1) = 1:
+			$VM['3b'] = 'phrasing'
 		else
-			$VM['2a'] = 'you naked on my bed'
+			$VM['3b'] = 'cant wait'
 		end
-	end
+!!	end
+end
+
+if $ARGS[0] = 'pre_planned_booty_call':	
+	$VM['0'] = dyneval('$result=''hey <<$pcs_nickname>>, you coming over?'' ')
 
-	$VF['1b'] = 'me too'
+	$VF['1a'] = 'sorry, something came up'
+	$VF['1b'] = ''
 
 	if rand(0,2) = 0:
 		$VM['2b'] = 'come over to my place lets fuck like bunnies'
@@ -41,13 +112,20 @@ if $ARGS[0] = 'start':
 	if npc_humor[$ARGS[1]] <= 1:
 		$VM['3b'] = 'my cock is waiting for you'
 	elseif npc_humor[$ARGS[1]] = 2:
-		$VM['3b'] = 'in the street?? damn! keep it in your pants till you get here!'
+		if rand(0,1) = 1:
+			$VM['3b'] = 'in the street?? damn! keep it in your pants till you get here!'
+		else
+			$VM['3b'] = 'as long as you make me cum later'
+		end
 	elseif npc_humor[$ARGS[1]] = 3:
-		$VM['3b'] = 'phrasing'
+		if rand(0,1) = 1:
+			$VM['3b'] = 'phrasing'
+		else
+			$VM['3b'] = 'as long as you make me cum later'
+		end
 	end
 end
 
-
 if $ARGS[0] = 'Add SMS':
 	$trialSMS  = $SMSFrM+$VM['0']+$SMSBkM
 	$trialSMS += '<table><tr><th> Reply</th></tr>'

+ 43 - 12
locations/booty_call_start.qsrc

@@ -114,13 +114,13 @@ if $ARGS[0] = 'start':
 		act'Shut up and let''s fuck':
 			cla & *nl
 			if npc_apt_type[$boy] < 3:
-				'"Shut up," you say, putting your hands on his chest and pushing him inside towards the bed. "I''m here to fuck. So let''s fuck."'
+				'"Shut up and fuck me already," you say, putting your hands on his chest and pushing him inside towards the bed. "I''m here to fuck. So let''s fuck."'
 			else
-				'"Shut up," you say, putting your hands on his chest and pushing him inside towards the bedroom. "I''m here to fuck. So let''s fuck."'
+				'"Shut up and fuck me already," you say, putting your hands on his chest and pushing him inside towards the bedroom. "I''m here to fuck. So let''s fuck."'
 			end
 			act'Undress':gt 'booty_call_start', 'undress'
 		end
-!!{
+
 		if pcs_makeup > 1:
 			act'Don''t mess up my makeup':
 				booty_call['dont_ruin_makeup'] = 1
@@ -131,7 +131,7 @@ if $ARGS[0] = 'start':
 				else
 					'"Don''t mess up my makeup," you say, walking past him towards the bedroom.'
 				end
-				if date_hour_meet <= hour + 1:
+				if date = daystart and date_hour_meet <= hour + 1:
 					act'I have a date soon':
 						cla & *clr
 						$npc_apt_hall[$boy]
@@ -143,7 +143,7 @@ if $ARGS[0] = 'start':
 						end
 						act'Undress':gt 'booty_call_start', 'undress'
 					end
-				else
+				elseif date = daystart:
 					act'I have a date later':
 						cla & *clr
 						$npc_apt_hall[$boy]
@@ -161,15 +161,32 @@ if $ARGS[0] = 'start':
 						cla & *clr
 						$npc_apt_hall[$boy]
 						booty_call['disco_after'] = 1
-						if npc_apt_type[$boy] < 3:
-							'"Don''t mess up my makeup," you say, walking past him towards the bed. "I''m going to the disco after this."'
-						else
-							'"Don''t mess up my makeup," you say, walking past him towards the bedroom. "I''m going to the disco after this."'
-						end
+						!!if npc_apt_type[$boy] < 3:
+							'"Don''t mess up my makeup," you say as you let him pull you inside. "I''m going to the disco after this."'
+						!!else
+						!!	'"Don''t mess up my makeup," you say, walking past him towards the bedroom. "I''m going to the disco after this."'
+						!!end
 						act'Undress':gt 'booty_call_start', 'undress'
 					end
 				end
-			end}
+			end
+		end
+		
+		if pc_buy_condoms[$boy] > 0 and prezik > 0:
+			act'I brought condoms':
+				pc_buy_condoms[$boy] = 2
+				cla & *nl
+				'"I brought condoms," you grin, holding up the rubbers for him to see.'
+				if know_virgin[$boy] = 1:
+					'<<$npc_firstname[$boy]>> stares in awe.'
+					'"Does that mean...?"'
+					'"Come and find out," you say, moving inside.'
+				else
+					'"Fuck yeah," he says as he drags you inside.'
+				end
+				act'Undress':gt 'booty_call_start', 'undress'
+			end
+		end
 !!	act'Stumble over to the couch':gt 'booty_call_start', 'couch_start'
 	end
 end
@@ -1718,7 +1735,20 @@ if $ARGS[0] = 'foreplay_choose':
 	
 	gs 'booty_call_start', 'kuni_ask'
 
-!!	act'Let him lead':
+	act'Let him lead':
+		cla & *nl
+		if npc_caretaker[$boy] = 1 or npc_pussyeater[$boy] = 1:
+			gs 'booty_call_start', 'generous_initiative'
+		elseif npc_selfish[$boy] = 1:
+			gs 'booty_call_start', 'selfish_initiative'
+		else
+			if rand(0,1) = 1:
+				gs 'booty_call_start', 'generous_initiative'
+			else
+				gs 'booty_call_start', 'selfish_initiative'
+			end
+		end
+	end
 end
 
 if $ARGS[0] = 'foreplay_rand':
@@ -2364,4 +2394,5 @@ if $ARGS[0] = 'transition2':
 	end
 end
 
+
 --- booty_call ---------------------------------

+ 1 - 1
locations/booty_call_stats.qsrc

@@ -26,7 +26,7 @@ if $ARGS[0] = 'starting_stats':
 	booty_call['sweat'] = pcs_sweat
 	booty_call['orgasm'] = orgasm
 	booty_call['orgasm_limit'] = orgasm + 6
-	booty_call['player_condom_count'] = prezik
+	booty_call['pc_condom_count'] = prezik
 end
 
 if $ARGS[0] = 'save':

+ 45 - 30
locations/booty_call_talk.qsrc

@@ -85,29 +85,44 @@ if $ARGS[0] = 'no_cum_inside':
 			'"Sorry," you say, <<$booty_call[''cum_describe2'']>>. "I don''t like you enough to let you do that yet."'
 			gs'booty_call_sex', 'sex_end'
 		end
-
-		if birth_control['think_safe'] < 1 and npc_know_not_bc[$boy] = 0:
-			act'Not on birth control':
-				cla & *nl
-				!! IMAGE HERE
-				npc_know_not_bc[$boy] = 1
-				'"Sorry. I can''t let you come inside me," you say, <<$booty_call[''cum_describe2'']>>. "I''m not on birth control."'
-				gs'booty_call_sex', 'sex_end'
-			end
-		elseif birth_control['think_safe'] < 1 and npc_know_not_bc[$boy] = 1:
-			act'You know I''m not on birth control (apologetic)':
+		if booty_call['danger_day'] = 1:
+			act'Danger day (apologetic)':
 				cla & *nl
 				!! IMAGE HERE
-				'"I''m sorry," you say wistfully, <<$booty_call[''cum_describe2'']>>. "I know how much you want to finish inside me, but I''m still not on birth control."'
+				'"I''m sorry," you say wistfully, <<$booty_call[''cum_describe2'']>>. "I know how much you want to finish inside me, but it''s a danger day. I''ll get pregnant."'
 				gs'booty_call_sex', 'sex_end'
 			end
 			
-			act'You know I''m not on birth control (annoyed)':
+			act'Danger day (annoyed)':
 				cla & *nl
 				!! IMAGE HERE
-				'"Dumbass!" you scowl, <<$booty_call[''cum_describe2'']>>. "You know I''m not on birth control!"'
+				'"Dumbass!" you scowl, <<$booty_call[''cum_describe2'']>>. "I told you it''s a danger day for me! Are you <i>trying</i> to get me pregnant?"'
 				gs'booty_call_sex', 'sex_end'
 			end
+		else
+			if birth_control['think_safe'] < 1 and npc_know_not_bc[$boy] = 0:
+				act'Not on birth control':
+					cla & *nl
+					!! IMAGE HERE
+					npc_know_not_bc[$boy] = 1
+					'"Sorry. I can''t let you come inside me," you say, <<$booty_call[''cum_describe2'']>>. "I''m not on birth control."'
+					gs'booty_call_sex', 'sex_end'
+				end
+			elseif birth_control['think_safe'] < 1 and npc_know_not_bc[$boy] = 1:
+				act'You know I''m not on birth control (apologetic)':
+					cla & *nl
+					!! IMAGE HERE
+					'"I''m sorry," you say wistfully, <<$booty_call[''cum_describe2'']>>. "I know how much you want to finish inside me, but I''m still not on birth control."'
+					gs'booty_call_sex', 'sex_end'
+				end
+				
+				act'You know I''m not on birth control (annoyed)':
+					cla & *nl
+					!! IMAGE HERE
+					'"Dumbass!" you scowl, <<$booty_call[''cum_describe2'']>>. "You know I''m not on birth control!"'
+					gs'booty_call_sex', 'sex_end'
+				end
+			end
 		end
 
 		
@@ -240,7 +255,7 @@ if $ARGS[0] = 'creampie_react':
 		$booty_call['last_cum'] = 'creampie'
 		if booty_call['cock_remove'] ! 1:gs'booty_call_sex', 'cum_inside_pull_away'
 !!		if booty_call['creampie_surprise'] = 1:
-		if booty_call['cum_together'] > 0:
+		if booty_call['came_together'] > 0:
 			if booty_call['came_together'] = 2:
 				act'Did we come together?':
 					cla & *clr
@@ -462,7 +477,7 @@ if $ARGS[0] = 'cum_together_no_bc':
 end
 
 if $ARGS[0] = 'creampie_gross':
-	if booty_call['creampie_ask'] ! 1 and booty_call['cum_together'] ! 1:
+	if booty_call['creampie_ask'] ! 1 and booty_call['came_together'] ! 1:
 		act'That was gross':
 			npc_dont_like_creampie[$boy] = 1
 			if booty_call['cock_remove'] = 1:
@@ -517,10 +532,10 @@ if $ARGS[0] = 'thanks_for_asking':
 			elseif $booty_call['position'] = 'cowgirl':
 				'<center><img <<$set_imgh>> src="images/shared/sex/vag/cowgirl/2.jpg"></center>'
 			end
-			if booty_call['cum_together'] > 0 and npc_ask_creampie[$boy] = 1:
+			if booty_call['came_together'] > 0 and npc_ask_creampie[$boy] = 1:
 				'"Thanks for asking," you murmur, giving <<$npc_firstname[$boy]>> a blissful smile.'
 				gs'booty_call_sex', 'sex_end'
-			elseif booty_call['cum_together'] > 0:
+			elseif booty_call['came_together'] > 0:
 				'"Thanks for asking," you murmur, giving <<$npc_firstname[$boy]>> a blissful smile. "Nothing is hotter than consent."'
 				gs'booty_call_sex', 'sex_end'
 			elseif npc_ask_creampie[$boy] = 1:
@@ -769,7 +784,7 @@ if $ARGS[0] = 'creampie_felt_great':
 					'"I thought so," you smile. "I could feel you inside me. It was <i>amazing</i>..."'
 				end
 			else
-				'"That was great," you grin, gently flexing your pussy around <<$npc_firstname[$boy]>>''s cock, still stuffed inside you with all of hus cum. "I could <i>feel</i> when you came inside me. It felt so good!"'
+				'"That was great," you grin, gently flexing your pussy around <<$npc_firstname[$boy]>>''s cock, still stuffed inside you with all of his cum. "I could <i>feel</i> when you came inside me. It felt so good!"'
 			end
 		end
 		gs'booty_call_sex', 'sex_end'
@@ -812,7 +827,7 @@ if $ARGS[0] = 'love_creampies':
 				npc_know_love_creampie[$boy] = 1
 				'"I love it when guys come inside me," you sigh contently. "It always makes me come too."'
 				if $npc_cum_pref[$boy] = 'creampie':
-					npc_cum_pref_know[$boy] = npc_cum_pref[$boy]
+					pc_cum_pref_know[$boy] = npc_cum_pref[$boy]
 					'"Coming inside is always the best," he says, looking at you. "We must be made to match."'
 					'"Must be," you say back, giving him a smile.'		
 				else
@@ -893,7 +908,7 @@ if $ARGS[0] = 'creampie_wtf':
 			act'Not on birth control':
 				cla & *clr
 				gs'booty_call_talk', 'creampie_wtf_image'
-				if npc_know_not_bc[$boy] = 1 and booty_call['pill_tomorrow'] ! 1 and booty_call['creampie'] = 1:
+				if npc_know_not_bc[$boy] = 1 and booty_call['pill_tomorrow'] ! 1 and booty_call['creampie_count'] = 1:
 					'"What the fuck!" you exclaim as <<$npc_firstname[$boy]>> lets his cock slip from your pussy, the flow of liquid you were expecting following out quickly after. "You know I''m not on birth control!"'
 					if npc_abusive[$boy] = 1 or npc_selfish[$boy] = 1:
 						if rand(0,1) = 1:
@@ -1271,11 +1286,11 @@ end
 
 if $ARGS[0] = 'swallow_react1':
 	if booty_call['swallow'] = 1 or booty_call['last_cum'] = 'swallow':
-		if npc_cum_pref[$boy] = 2 and npc_cum_pref_know[$boy] = 0:
+		if npc_cum_pref[$boy] = 2 and pc_cum_pref_know[$boy] = 0:
 			'"I love watching you swallow," <<$npc_firstname[$boy]>> says, looking at you with blissful satisfaction. '
 			act'You think it''s hot?':
 				cla & *nl
-				npc_cum_pref_know[$boy]= npc_cum_pref[$boy]
+				pc_cum_pref_know[$boy]= npc_cum_pref[$boy]
 				'"Yeah?" you ask, licking your lips. "You think it''s hot?"'
 				'"The hottest thing a girl can do. Even better than coming inside."'
 				act'Good to know':
@@ -1305,7 +1320,7 @@ if $ARGS[0] = 'swallow_react1':
 			end
 			gs 'booty_call_talk', 'spit_quit'
 		else
-			if npc_cum_pref[$boy] = 2 and npc_cum_pref_know[$boy] = npc_cum_pref[$boy]:
+			if npc_cum_pref[$boy] = 2 and pc_cum_pref_know[$boy] = npc_cum_pref[$boy]:
 				'"You''re so hot when you swallow my load like that," <<$npc_firstname[$boy]>> smiles at you.'
 				gs 'booty_call_talk', 'swallow_for_you'
 			else
@@ -1576,25 +1591,25 @@ if $ARGS[0] = 'bj_warning_next_time':
 		cla & *clr
 			$npc_apt_bedroom[$boy]
 		if booty_call['bj_cum'] = 1:
-			if npc_cum_pref_know[$boy]= npc_cum_pref[$boy]:
+			if pc_cum_pref_know[$boy]= npc_cum_pref[$boy]:
 				'"I don''t mind if you come in my mouth," you say, licking your lips with a smile. "I know how much you love it. But could you at least warn me before you do it?"'
 			else
 				'"A little warning next time?" you smile, wiping a loose drop of cum from your lip. "I barely had time to swallow."'
 			end
 		elseif booty_call['bj_cum'] = 2:
-			if npc_cum_pref_know[$boy]= npc_cum_pref[$boy]:
+			if pc_cum_pref_know[$boy]= npc_cum_pref[$boy]:
 				'"I don''t mind if you come in my mouth," you smile, wiping your lips. "I know how much you love it. But could you at least warn me before you do it?"'
 			else
 				'"A little warning next time?" you ask, with a cumglazed smile.'
 			end
 		elseif booty_call['bj_cum'] = 3:
-			if npc_cum_pref_know[$boy] = npc_cum_pref[$boy]:
+			if pc_cum_pref_know[$boy] = npc_cum_pref[$boy]:
 				'"I don''t mind if you come in my mouth," you smile, wiping your lips. "I know how much you love it. But could you at least warn me before you do it?"'
 			else
 				'"A little warning next time?" you ask, with a cumglazed smile.'
 			end
 		end
-		if npc_cum_pref[$boy] = 2 and npc_cum_pref_know[$boy] = 0:
+		if npc_cum_pref[$boy] = 2 and pc_cum_pref_know[$boy] = 0:
 			if npc_generous[$boy] = 1:
 				npc_bj_cum_warn[$boy] = 1
 				'"Sorry," he smiles back apologetically. "I''ll try to remember next time. You''re just so good at this, it''s hard to hold back."'
@@ -1618,7 +1633,7 @@ if $ARGS[0] = 'bj_warning_next_time':
 			end
 
 			act'Really?':
-				npc_cum_pref_know[$boy] = npc_cum_pref[$boy]
+				pc_cum_pref_know[$boy] = npc_cum_pref[$boy]
 				cla & *clr
 				'<center><img <<$set_imgh>> src="images/shared/sex/cum/mouth/smile1.jpg"></center>'
 				'"Really?" you ask. "You like it that much?"'
@@ -1721,7 +1736,7 @@ if $ARGS[0] = 'bj_swallow_gross':
 		$npc_apt_bedroom[$boy]
 		'"Ugh, I hate swallowing," you say, shaking your head as if that would somehow get rid of the taste.'
 		'"But you did it anyways," he says back, grin widening across his face.'
-		if npc_cum_pref[$boy] = 2 and npc_cum_pref_know[$boy]= npc_cum_pref[$boy]:
+		if npc_cum_pref[$boy] = 2 and pc_cum_pref_know[$boy]= npc_cum_pref[$boy]:
 			act'Because I know you like it':
 				cla & *nl
 				'"Yeah, cause I know you''re a pervert who likes watching me drink your nasty cum," you say with a glare. "I''m generous like that."'

Some files were not shown because too many files changed in this diff