Browse Source

fix and add booty calls files to the project

rachels 2 years ago
parent
commit
a9cceba1c6

+ 9 - 0
glife.qproj

@@ -615,6 +615,15 @@
 		<Location name="danceGev"/>
 		<Location name="danceGev"/>
 		<Location name="volAndGev"/>
 		<Location name="volAndGev"/>
 	</Folder>
 	</Folder>
+	<Folder name="Booty call">
+		<Location name="booty_call"/>
+		<Location name="booty_call_after"/>
+		<Location name="booty_call_morning"/>
+		<Location name="booty_call_sex"/>
+		<Location name="booty_call_start"/>
+		<Location name="booty_call_talk"/>
+		<Location name="booty_call_virgin"/>
+	</Folder>
 	<Folder name="Station Campus">
 	<Folder name="Station Campus">
 		<Location name="pav_market"/>
 		<Location name="pav_market"/>
 		<Location name="pav_train_hall"/>
 		<Location name="pav_train_hall"/>

+ 169 - 172
locations/booty_call.qsrc

@@ -31,15 +31,16 @@ if $ARGS[0] = 'text':
 			*nl
 			*nl
 			'You think you know what kind of fun he wants.'
 			'You think you know what kind of fun he wants.'
 		end
 		end
+	end
 	act'Me too':
 	act'Me too':
-	
-	
+		gt ''
+
 	end
 	end
-	
-	
+
+
 	act'About fucking me?':
 	act'About fucking me?':
-	
-	
+
+		gt ''
 	end
 	end
 end
 end
 
 
@@ -52,7 +53,7 @@ end
 if $ARGS[0] = 'get_invited':
 if $ARGS[0] = 'get_invited':
 	if rand(0,1) = 1:
 	if rand(0,1) = 1:
 		'"Why don''t you come over to my place right now and we can have some fun?"'
 		'"Why don''t you come over to my place right now and we can have some fun?"'
-		
+
 	else
 	else
 		'"Why don''t you come over to my place tonight and we can have some fun?"'
 		'"Why don''t you come over to my place tonight and we can have some fun?"'
 	end
 	end
@@ -67,9 +68,9 @@ if $ARGS[0] = 'start':
 	$boydesc = $npc_firstname[$boy]
 	$boydesc = $npc_firstname[$boy]
 	$npc_apt_hall[$boy]
 	$npc_apt_hall[$boy]
 	'You enter his place. He closes the door behind you.'
 	'You enter his place. He closes the door behind you.'
-	
+
 	act'Take it to the bedroom':gt'booty_call','bed_start'
 	act'Take it to the bedroom':gt'booty_call','bed_start'
-	
+
 !!	act'Stumble over to the couch':gt'booty_call','couch_start'
 !!	act'Stumble over to the couch':gt'booty_call','couch_start'
 end
 end
 
 
@@ -127,7 +128,7 @@ if $ARGS[0] = 'selfish_initiative':
 			'You grumble to yourself but comply anyways, leaning forward and taking his <<$boydesc>> into your mouth.'
 			'You grumble to yourself but comply anyways, leaning forward and taking his <<$boydesc>> into your mouth.'
 			act'Suck':gt'booty_call','bj_sub1'
 			act'Suck':gt'booty_call','bj_sub1'
 		end
 		end
-		
+
 		gs 'willpower', 'bj', 'resist'
 		gs 'willpower', 'bj', 'resist'
 		if will_cost <= pcs_willpwr:
 		if will_cost <= pcs_willpwr:
 			act'How about a handy instead? (<<will_cost>> Willpower)':
 			act'How about a handy instead? (<<will_cost>> Willpower)':
@@ -143,7 +144,7 @@ if $ARGS[0] = 'selfish_initiative':
 			act'How about a handy instead? (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 			act'How about a handy instead? (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 		end
 		end
 		gs 'willpower', 'bj', 'resist','easy'
 		gs 'willpower', 'bj', 'resist','easy'
-		
+
 		if will_cost <= pcs_willpwr:
 		if will_cost <= pcs_willpwr:
 			act'Can we 69?  (<<will_cost>> Willpower)':
 			act'Can we 69?  (<<will_cost>> Willpower)':
 				cla & *nl
 				cla & *nl
@@ -157,7 +158,7 @@ if $ARGS[0] = 'selfish_initiative':
 			act'Can we 69? (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 			act'Can we 69? (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 		end
 		end
 	end
 	end
-	
+
 	act'Blow him':gs'booty_call','bj_sub1'
 	act'Blow him':gs'booty_call','bj_sub1'
 end
 end
 
 
@@ -195,14 +196,14 @@ if $ARGS[0] = 'kuni_start':
 			act'Get eaten out':gs'booty_call','pussy_lick'
 			act'Get eaten out':gs'booty_call','pussy_lick'
 		end
 		end
 	end
 	end
-	
+
 	if kuni_yes[$boy] < 1:
 	if kuni_yes[$boy] < 1:
 		act'Close your legs':
 		act'Close your legs':
 			cla & *clr
 			cla & *clr
 			!! IMAGE HERE
 			!! IMAGE HERE
 			if kuni_no[$boy] = 0:
 			if kuni_no[$boy] = 0:
 				kuni_no[$boy] = 1
 				kuni_no[$boy] = 1
-				
+
 				'"Woah!"'
 				'"Woah!"'
 				'"What?"'
 				'"What?"'
 				'"That''s... I don''t let guys go down on me unless I''m really comfortable with them."'
 				'"That''s... I don''t let guys go down on me unless I''m really comfortable with them."'
@@ -275,28 +276,27 @@ if $ARGS[0] = 'period_lick':
 		act'Orgasm':
 		act'Orgasm':
 			cla & *clr
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/sex/kuni/pussylickorgasm2.mp4"></video></center>'
 			'<center><video autoplay loop src="images/shared/sex/kuni/pussylickorgasm2.mp4"></video></center>'
-			
+
 			booty_call['orgasm_count'] += 1
 			booty_call['orgasm_count'] += 1
 			booty_call['orgasm'] = orgasm
 			booty_call['orgasm'] = orgasm
 			'You cum.'
 			'You cum.'
-			
+
 			if npc_pussyeater[$boy] = 1:
 			if npc_pussyeater[$boy] = 1:
 				gs'booty_call','pussy_lick_loop'
 				gs'booty_call','pussy_lick_loop'
 			else
 			else
 				if rand(0,1) = 1:
 				if rand(0,1) = 1:
-						act'Continue':
+					act'Continue':
+						cla & *clr
+						!! IMAGE HERE
+						'He pushes you towards his cock towards your mouth.'
+						act'Blow him':gt'booty_call','bj_sub1'
+
+						act'Fuck instead?':
 							cla & *clr
 							cla & *clr
 							!! IMAGE HERE
 							!! IMAGE HERE
-							'He pushes you towards his cock towards your mouth.'
-							act'Blow him':gt'booty_call','bj_sub1'
-							
-							act'Fuck instead?':
-								cla & *clr
-								!! IMAGE HERE
-								'"Fuck instead?"'
-								'"Yeah, let''s fuck."'
-								act'Continue':gt'booty_call','sex_start'
-							end
+							'"Fuck instead?"'
+							'"Yeah, let''s fuck."'
+							act'Continue':gt'booty_call','sex_start'
 						end
 						end
 					end
 					end
 				elseif booty_call['cum_count'] = 0:
 				elseif booty_call['cum_count'] = 0:
@@ -344,19 +344,18 @@ if $ARGS[0] = 'period_lick':
 				gs'booty_call','pussy_lick_loop'
 				gs'booty_call','pussy_lick_loop'
 			else
 			else
 				if rand(0,1) = 1:
 				if rand(0,1) = 1:
-						act'Continue':
+					act'Continue':
+						cla & *clr
+						!! IMAGE HERE
+						'He pushes you towards his cock towards your mouth.'
+						act'Blow him':gt'booty_call','bj_sub1'
+
+						act'Fuck instead?':
 							cla & *clr
 							cla & *clr
 							!! IMAGE HERE
 							!! IMAGE HERE
-							'He pushes you towards his cock towards your mouth.'
-							act'Blow him':gt'booty_call','bj_sub1'
-							
-							act'Fuck instead?':
-								cla & *clr
-								!! IMAGE HERE
-								'"Fuck instead?"'
-								'"Yeah, let''s fuck."'
-								act'Continue':gt'booty_call','sex_start'
-							end
+							'"Fuck instead?"'
+							'"Yeah, let''s fuck."'
+							act'Continue':gt'booty_call','sex_start'
 						end
 						end
 					end
 					end
 				elseif booty_call['cum_count'] = 0:
 				elseif booty_call['cum_count'] = 0:
@@ -394,7 +393,7 @@ if $ARGS[0] = 'period_lick':
 				end
 				end
 			end
 			end
 		end
 		end
-		
+
 		act'Ready for sex':gt'booty_call','sex_start'
 		act'Ready for sex':gt'booty_call','sex_start'
 	end
 	end
 end
 end
@@ -410,28 +409,27 @@ if $ARGS[0] = 'pussy_lick':
 		act'Orgasm':
 		act'Orgasm':
 			cla & *clr
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/sex/kuni/pussylickorgasm2.mp4"></video></center>'
 			'<center><video autoplay loop src="images/shared/sex/kuni/pussylickorgasm2.mp4"></video></center>'
-			
+
 			booty_call['orgasm_count'] += 1
 			booty_call['orgasm_count'] += 1
 			booty_call['orgasm'] = orgasm
 			booty_call['orgasm'] = orgasm
 			'You cum.'
 			'You cum.'
-			
+
 			if npc_pussyeater[$boy] = 1:
 			if npc_pussyeater[$boy] = 1:
 				gs'booty_call','pussy_lick_loop'
 				gs'booty_call','pussy_lick_loop'
 			else
 			else
 				if rand(0,1) = 1:
 				if rand(0,1) = 1:
-						act'Continue':
+					act'Continue':
+						cla & *clr
+						!! IMAGE HERE
+						'He pushes you towards his cock towards your mouth.'
+						act'Blow him':gt'booty_call','bj_sub1'
+
+						act'Fuck instead?':
 							cla & *clr
 							cla & *clr
 							!! IMAGE HERE
 							!! IMAGE HERE
-							'He pushes you towards his cock towards your mouth.'
-							act'Blow him':gt'booty_call','bj_sub1'
-							
-							act'Fuck instead?':
-								cla & *clr
-								!! IMAGE HERE
-								'"Fuck instead?"'
-								'"Yeah, let''s fuck."'
-								act'Continue':gt'booty_call','sex_start'
-							end
+							'"Fuck instead?"'
+							'"Yeah, let''s fuck."'
+							act'Continue':gt'booty_call','sex_start'
 						end
 						end
 					end
 					end
 				elseif booty_call['cum_count'] = 0:
 				elseif booty_call['cum_count'] = 0:
@@ -479,19 +477,18 @@ if $ARGS[0] = 'pussy_lick':
 				gs'booty_call','pussy_lick_loop'
 				gs'booty_call','pussy_lick_loop'
 			else
 			else
 				if rand(0,1) = 1:
 				if rand(0,1) = 1:
-						act'Continue':
+					act'Continue':
+						cla & *clr
+						!! IMAGE HERE
+						'He pushes you towards his cock towards your mouth.'
+						act'Blow him':gt'booty_call','bj_sub1'
+
+						act'Fuck instead?':
 							cla & *clr
 							cla & *clr
 							!! IMAGE HERE
 							!! IMAGE HERE
-							'He pushes you towards his cock towards your mouth.'
-							act'Blow him':gt'booty_call','bj_sub1'
-							
-							act'Fuck instead?':
-								cla & *clr
-								!! IMAGE HERE
-								'"Fuck instead?"'
-								'"Yeah, let''s fuck."'
-								act'Continue':gt'booty_call','sex_start'
-							end
+							'"Fuck instead?"'
+							'"Yeah, let''s fuck."'
+							act'Continue':gt'booty_call','sex_start'
 						end
 						end
 					end
 					end
 				elseif booty_call['cum_count'] = 0:
 				elseif booty_call['cum_count'] = 0:
@@ -529,7 +526,7 @@ if $ARGS[0] = 'pussy_lick':
 				end
 				end
 			end
 			end
 		end
 		end
-		
+
 		act'Ready for sex':gt'booty_call','sex_start'
 		act'Ready for sex':gt'booty_call','sex_start'
 	end
 	end
 end
 end
@@ -546,7 +543,7 @@ if $ARGS[0] = 'pussy_lick_loop':
 			'You cum again.'
 			'You cum again.'
 			gs'booty_call','pussy_lick_loop'
 			gs'booty_call','pussy_lick_loop'
 		end
 		end
-		
+
 		act'Stop him (let''s fuck)':
 		act'Stop him (let''s fuck)':
 			cla & *clr
 			cla & *clr
 			!! IMAGE HERE
 			!! IMAGE HERE
@@ -554,7 +551,7 @@ if $ARGS[0] = 'pussy_lick_loop':
 			gs'booty_call','sex_start'
 			gs'booty_call','sex_start'
 		end
 		end
 	end
 	end
-	
+
 	act'Stop him (too sensitive)':
 	act'Stop him (too sensitive)':
 		cla & *clr
 		cla & *clr
 		!! IMAGE HERE
 		!! IMAGE HERE
@@ -622,7 +619,7 @@ if $ARGS[0] = 'bj_sub_cum_surprise':
 		gs'booty_call','bj_react2'
 		gs'booty_call','bj_react2'
 		gs'booty_call','bj_react3'
 		gs'booty_call','bj_react3'
 	end
 	end
-	
+
 	act'Take it in stride (spit)':
 	act'Take it in stride (spit)':
 		gs'cum_call', 'mouth', $boydesc, 1
 		gs'cum_call', 'mouth', $boydesc, 1
 		gs'stat'
 		gs'stat'
@@ -643,7 +640,7 @@ if $ARGS[0] = 'bj_sub_cum_mouth1':
 		'"Why would I do that?"'
 		'"Why would I do that?"'
 		if npc_selfish[$boy] = 1:
 		if npc_selfish[$boy] = 1:
 			'"Because I want you to."'
 			'"Because I want you to."'
-			
+
 			act'No thanks':
 			act'No thanks':
 				if npc_abusive > 0:
 				if npc_abusive > 0:
 					gs'booty_call','bj_force_cum_mouth'
 					gs'booty_call','bj_force_cum_mouth'
@@ -655,37 +652,37 @@ if $ARGS[0] = 'bj_sub_cum_mouth1':
 					gs 'booty_call', 'bj_sub_cum_hand'
 					gs 'booty_call', 'bj_sub_cum_hand'
 				end
 				end
 			end
 			end
-			
+
 			act'Ugh, fine':
 			act'Ugh, fine':
 				cla & *nl
 				cla & *nl
 				'"Ugh, fine." And you lower your lips back down to his cock. He blows his load moments later.'
 				'"Ugh, fine." And you lower your lips back down to his cock. He blows his load moments later.'
 				gs 'booty_call', 'bj_sub_cum_mouth_spit'
 				gs 'booty_call', 'bj_sub_cum_mouth_spit'
 				gs 'booty_call', 'bj_sub_cum_mouth_swallow'
 				gs 'booty_call', 'bj_sub_cum_mouth_swallow'
 			end
 			end
-			
+
 		else
 		else
 			'"Sorry."'
 			'"Sorry."'
 		end
 		end
-		
+
 		act'Couldn''t hurt':
 		act'Couldn''t hurt':
 			cla & *nl
 			cla & *nl
 			'"Well, it couldn''t hurt I suppose..." you smile, lowering your lips back down to his cock and giving a mighty suck. He blows his load moments later.'
 			'"Well, it couldn''t hurt I suppose..." you smile, lowering your lips back down to his cock and giving a mighty suck. He blows his load moments later.'
 			gs 'booty_call', 'bj_sub_cum_mouth_spit'
 			gs 'booty_call', 'bj_sub_cum_mouth_spit'
 			gs 'booty_call', 'bj_sub_cum_mouth_swallow'
 			gs 'booty_call', 'bj_sub_cum_mouth_swallow'
 		end
 		end
-		
+
 		act'Just wondered':
 		act'Just wondered':
 			cla & *nl
 			cla & *nl
 			'"Just wondered if you actually had a reason," you smile, lowering your lips back down to his cock and giving a mighty suck. He blows his load moments later.'
 			'"Just wondered if you actually had a reason," you smile, lowering your lips back down to his cock and giving a mighty suck. He blows his load moments later.'
 			gs 'booty_call', 'bj_sub_cum_mouth_spit'
 			gs 'booty_call', 'bj_sub_cum_mouth_spit'
 			gs 'booty_call', 'bj_sub_cum_mouth_swallow'
 			gs 'booty_call', 'bj_sub_cum_mouth_swallow'
 		end
 		end
-		
+
 		gs 'booty_call', 'bj_sub_cum_face2'
 		gs 'booty_call', 'bj_sub_cum_face2'
 		gs 'booty_call', 'bj_sub_cum_tits2'
 		gs 'booty_call', 'bj_sub_cum_tits2'
 		gs 'booty_call', 'bj_sub_cum_hand'
 		gs 'booty_call', 'bj_sub_cum_hand'
 	end
 	end
-	
+
 	act'Reluctantly let him':
 	act'Reluctantly let him':
 		cla & *clr
 		cla & *clr
 		!! IMAGE HERE
 		!! IMAGE HERE
@@ -693,23 +690,23 @@ if $ARGS[0] = 'bj_sub_cum_mouth1':
 		gs 'booty_call', 'bj_sub_cum_mouth_spit'
 		gs 'booty_call', 'bj_sub_cum_mouth_spit'
 		gs 'booty_call', 'bj_sub_cum_mouth_swallow'
 		gs 'booty_call', 'bj_sub_cum_mouth_swallow'
 	end
 	end
-	
+
 	act'Let him':
 	act'Let him':
 		cla & *clr
 		cla & *clr
 		!! IMAGE HERE
 		!! IMAGE HERE
 		'"Mmmmm," You hum a vague noise of approval around his cock and keep sucking. He blows his load.'
 		'"Mmmmm," You hum a vague noise of approval around his cock and keep sucking. He blows his load.'
 		gs 'booty_call', 'bj_sub_cum_mouth_spit'
 		gs 'booty_call', 'bj_sub_cum_mouth_spit'
 		gs 'booty_call', 'bj_sub_cum_mouth_swallow'
 		gs 'booty_call', 'bj_sub_cum_mouth_swallow'
-	
+
 	end
 	end
-	
+
 	act'How about my face instead?':
 	act'How about my face instead?':
 		cla & *nl
 		cla & *nl
 		'"How about my face instead?"'
 		'"How about my face instead?"'
 		'"Sure."'
 		'"Sure."'
 		gs 'booty_call', 'bj_sub_cum_face2'
 		gs 'booty_call', 'bj_sub_cum_face2'
 	end
 	end
-	
+
 	act'How about my tits instead?':
 	act'How about my tits instead?':
 		cla & *nl
 		cla & *nl
 		'"How about my tits instead?"'
 		'"How about my tits instead?"'
@@ -731,46 +728,46 @@ end
 
 
 if $ARGS[0] = 'bj_sub_cum_mouth_spit':
 if $ARGS[0] = 'bj_sub_cum_mouth_spit':
 	act'Spit':
 	act'Spit':
-		
-	
+
+
 	end
 	end
 end
 end
 
 
 if $ARGS[0] = 'bj_sub_cum_mouth_swallow':
 if $ARGS[0] = 'bj_sub_cum_mouth_swallow':
 	act'Swallow':
 	act'Swallow':
-	
-	
+
+
 	end
 	end
 end
 end
 
 
 if $ARGS[0] = 'bj_sub_cum_face1':
 if $ARGS[0] = 'bj_sub_cum_face1':
-	
+
 
 
 end
 end
 
 
 if $ARGS[0] = 'bj_sub_cum_face2':
 if $ARGS[0] = 'bj_sub_cum_face2':
 	!! player choosing to do it
 	!! player choosing to do it
 	act'Make him cum on your face':
 	act'Make him cum on your face':
-	
-	
+
+
 	end
 	end
 end
 end
 
 
 if $ARGS[0] = 'bj_sub_cum_tits1':
 if $ARGS[0] = 'bj_sub_cum_tits1':
-	
-	
+
+
 end
 end
 
 
 if $ARGS[0] = 'bj_sub_cum_tits2':
 if $ARGS[0] = 'bj_sub_cum_tits2':
 	!! player choosing to do it
 	!! player choosing to do it
 	act'Make him cum on your tits':
 	act'Make him cum on your tits':
-	
-	
+
+
 	end
 	end
 end
 end
 
 
 if $ARGS[0] = 'bj_sub_cum_hand':
 if $ARGS[0] = 'bj_sub_cum_hand':
-	act'Finish him with your hand':
+	act'Finish him with your hand': gt ''
 
 
 end
 end
 
 
@@ -797,7 +794,7 @@ if $ARGS[0] = 'bj_force_cum_mouth':
 		gs'booty_call','quit'
 		gs'booty_call','quit'
 		gs'booty_call','bj_force_cum_grumble'
 		gs'booty_call','bj_force_cum_grumble'
 	end
 	end
-	
+
 	act'Swallow (take it in stride)':
 	act'Swallow (take it in stride)':
 		cla & *clr
 		cla & *clr
 		'<center><video autoplay loop src="images/shared/sex/cum/swallow5.mp4"></video></center>'
 		'<center><video autoplay loop src="images/shared/sex/cum/swallow5.mp4"></video></center>'
@@ -805,7 +802,7 @@ if $ARGS[0] = 'bj_force_cum_mouth':
 		gs'booty_call','be_nice'
 		gs'booty_call','be_nice'
 !!		gs'booty_call','be_nice'
 !!		gs'booty_call','be_nice'
 	end
 	end
-	
+
 	act'Spit (take it in stride)':
 	act'Spit (take it in stride)':
 		cla & *clr
 		cla & *clr
 		'<center><video autoplay loop src="images/shared/sex/cum/spit6.mp4"></video></center>'
 		'<center><video autoplay loop src="images/shared/sex/cum/spit6.mp4"></video></center>'
@@ -874,7 +871,7 @@ if $ARGS[0] = 'bj_react1.1':
 		elseif booty_call['bj_cum'] = 3:
 		elseif booty_call['bj_cum'] = 3:
 			'"A little warning next time?!" you gulp again, feeling like there''s still cum sliming the back of your throat.'
 			'"A little warning next time?!" you gulp again, feeling like there''s still cum sliming the back of your throat.'
 		elseif booty_call['bj_cum'] = 4:
 		elseif booty_call['bj_cum'] = 4:
-			
+
 		end
 		end
 		'"You saying there''s going to be a next time?"'
 		'"You saying there''s going to be a next time?"'
 		act'Maybe':
 		act'Maybe':
@@ -884,7 +881,7 @@ if $ARGS[0] = 'bj_react1.1':
 			'"Maybe," you say, giving him a dirty smile.'
 			'"Maybe," you say, giving him a dirty smile.'
 			gs 'booty_call','bj2'
 			gs 'booty_call','bj2'
 		end
 		end
-		
+
 		act'Sure':
 		act'Sure':
 			cla & *clr
 			cla & *clr
 			'<center><b><font color="maroon"><<$npc_firstname[$boy]>>''s Bedroom</font></b></center>'
 			'<center><b><font color="maroon"><<$npc_firstname[$boy]>>''s Bedroom</font></b></center>'
@@ -893,7 +890,7 @@ if $ARGS[0] = 'bj_react1.1':
 			'He returns your grin.'
 			'He returns your grin.'
 			gs 'booty_call','bj2'
 			gs 'booty_call','bj2'
 		end
 		end
-		
+
 		if booty_call['bj'] < 2:
 		if booty_call['bj'] < 2:
 			act'Right now?':
 			act'Right now?':
 				cla & *nl
 				cla & *nl
@@ -913,7 +910,7 @@ if $ARGS[0] = 'bj_react1.1':
 							'You aren''t too turned on, so while not the best outcome, it''s pretty acceptable. Not getting laid tonight isn''t big a deal.'
 							'You aren''t too turned on, so while not the best outcome, it''s pretty acceptable. Not getting laid tonight isn''t big a deal.'
 						end
 						end
 					end
 					end
-					
+
 					act'Disappointing':
 					act'Disappointing':
 						cla & *clr
 						cla & *clr
 						'<center><b><font color="maroon"><<$npc_firstname[$boy]>>''s Bedroom</font></b></center>'
 						'<center><b><font color="maroon"><<$npc_firstname[$boy]>>''s Bedroom</font></b></center>'
@@ -954,7 +951,7 @@ if $ARGS[0] = 'bj_react1.2':
 						gs'booty_call','generous_lick'
 						gs'booty_call','generous_lick'
 					else
 					else
 						'"Saving yourself for marriage but still give blowjobs to strangers?" he asks pointedly.'
 						'"Saving yourself for marriage but still give blowjobs to strangers?" he asks pointedly.'
-						if mid($start_type,1,2) = 'sg': 
+						if mid($start_type,1,2) = 'sg':
 							'"I don''t know. Ask my mom why it matters so much," you shrug.'
 							'"I don''t know. Ask my mom why it matters so much," you shrug.'
 						else
 						else
 							'You shrug. "I''m still a virgin aren''t I?"'
 							'You shrug. "I''m still a virgin aren''t I?"'
@@ -963,14 +960,14 @@ if $ARGS[0] = 'bj_react1.2':
 					end
 					end
 				end
 				end
 			end
 			end
-			
+
 			act'Not what I wanted':
 			act'Not what I wanted':
 				cla & *nl
 				cla & *nl
 				booty_call['get_out'] = 1
 				booty_call['get_out'] = 1
 				'"Sorry," you shrug. "Just wasn''t in the cards for you tonight. My pussy, my mouth. My choice."'
 				'"Sorry," you shrug. "Just wasn''t in the cards for you tonight. My pussy, my mouth. My choice."'
 				gs'hookup_after','start'
 				gs'hookup_after','start'
 			end
 			end
-			
+
 			act'We could keep going':
 			act'We could keep going':
 				cla & *nl
 				cla & *nl
 				'"Well, we could just keep going," you suggest, crawling over to <<$npc_firstname[$boy]>>. "Think you can get it up again for me?" Grabbing hold of his semi-flaccid cock, you lean into his ear.'
 				'"Well, we could just keep going," you suggest, crawling over to <<$npc_firstname[$boy]>>. "Think you can get it up again for me?" Grabbing hold of his semi-flaccid cock, you lean into his ear.'
@@ -990,7 +987,7 @@ if $ARGS[0] = 'bj_react1.2':
 				'"Fuck, that was hot," he breathes.'
 				'"Fuck, that was hot," he breathes.'
 				'"Glad you enjoyed it," you smirk back.'
 				'"Glad you enjoyed it," you smirk back.'
 				gs $booty_call['next_act1'],$booty_call['next_act2']
 				gs $booty_call['next_act1'],$booty_call['next_act2']
-			end	
+			end
 		end
 		end
 	end
 	end
 end
 end
@@ -1014,7 +1011,7 @@ if $ARGS[0] = 'bj_react2':
 						gs'booty_call','generous_lick'
 						gs'booty_call','generous_lick'
 					else
 					else
 						'"Saving yourself for marriage but still give blowjobs to strangers?" he asks pointedly.'
 						'"Saving yourself for marriage but still give blowjobs to strangers?" he asks pointedly.'
-						if mid($start_type,1,2) = 'sg': 
+						if mid($start_type,1,2) = 'sg':
 							'"I don''t know. Ask my mom why it matters so much," you shrug.'
 							'"I don''t know. Ask my mom why it matters so much," you shrug.'
 						else
 						else
 							'You shrug. "I''m still a virgin aren''t I?"'
 							'You shrug. "I''m still a virgin aren''t I?"'
@@ -1061,7 +1058,7 @@ if $ARGS[0] = 'bj_react3':
 				'<i>Well he''s being a bit rude himself,</i> you think, but at least his ego seems less bruised.'
 				'<i>Well he''s being a bit rude himself,</i> you think, but at least his ego seems less bruised.'
 				gs 'booty_call','bj2'
 				gs 'booty_call','bj2'
 			end
 			end
-			
+
 			act'Fuck you!':
 			act'Fuck you!':
 				cla & *clr
 				cla & *clr
 				'<center><b><font color="maroon"><<$npc_firstname[$boy]>>''s Bedroom</font></b></center>'
 				'<center><b><font color="maroon"><<$npc_firstname[$boy]>>''s Bedroom</font></b></center>'
@@ -1103,13 +1100,13 @@ end
 
 
 if $ARGS[0] = 'foreplay_choose':
 if $ARGS[0] = 'foreplay_choose':
 	if $booty_call['foreplay'] ! 'makeout':gs'booty_call','makeout_dom1'
 	if $booty_call['foreplay'] ! 'makeout':gs'booty_call','makeout_dom1'
-		
+
 	if $booty_call['foreplay'] ! 'handjob' and $booty_call['foreplay'] ! 'makeout':gs'booty_call','handjob_dom1'
 	if $booty_call['foreplay'] ! 'handjob' and $booty_call['foreplay'] ! 'makeout':gs'booty_call','handjob_dom1'
-	
+
 	if $booty_call['foreplay'] ! 'blowjob':gs'booty_call','bj_dom1'
 	if $booty_call['foreplay'] ! 'blowjob':gs'booty_call','bj_dom1'
 
 
 	if $booty_call['foreplay'] ! '69':gs'booty_call','69_dom1'
 	if $booty_call['foreplay'] ! '69':gs'booty_call','69_dom1'
-	
+
 	if $booty_call['foreplay'] ! 'facesit':gs'booty_call','facesit_1'
 	if $booty_call['foreplay'] ! 'facesit':gs'booty_call','facesit_1'
 end
 end
 
 
@@ -1148,19 +1145,19 @@ if $ARGS[0] = 'handjob_dom1':
 			booty_call['foreplay_change'] += 1
 			booty_call['foreplay_change'] += 1
 			'You kneel down in front of him and start jerking him off.'
 			'You kneel down in front of him and start jerking him off.'
 		end
 		end
-		
+
 		act'Make him cum':
 		act'Make him cum':
 			cla & *clr
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/sex/cum/handjob/hand0,1.mp4"></video></center>'
 			'<center><video autoplay loop src="images/shared/sex/cum/handjob/hand0,1.mp4"></video></center>'
 			'"Hang on, wai-" Before he can finish, you finish him. Thick sticky cum erupts from his cock, wads of it flying through the air, streams of it running down your fingers. You grin as you milk him for every drop.'
 			'"Hang on, wai-" Before he can finish, you finish him. Thick sticky cum erupts from his cock, wads of it flying through the air, streams of it running down your fingers. You grin as you milk him for every drop.'
 			act'Finish up':gt'booty_call','sex_end'
 			act'Finish up':gt'booty_call','sex_end'
-			
+
 			act'Get him hard again (hand)':gt'booty_call','round2_hand'
 			act'Get him hard again (hand)':gt'booty_call','round2_hand'
-			
+
 			act'Get him hard again (mouth)':gt'booty_call','round2_mouth'
 			act'Get him hard again (mouth)':gt'booty_call','round2_mouth'
 		end
 		end
 		gs'booty_call','foreplay_choose'
 		gs'booty_call','foreplay_choose'
-		
+
 		act'Have sex':gs'booty_call','sex_start'
 		act'Have sex':gs'booty_call','sex_start'
 	end
 	end
 end
 end
@@ -1177,7 +1174,7 @@ if $ARGS[0] = 'bj_dom1':
 			booty_call['foreplay_change'] += 1
 			booty_call['foreplay_change'] += 1
 			'You use your mouth to play with his cock, licking, sucking, kissing, and teasing.'
 			'You use your mouth to play with his cock, licking, sucking, kissing, and teasing.'
 		end
 		end
-		
+
 		act'Keep teasing':
 		act'Keep teasing':
 			cla & *clr
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/sex/blowjob/play1.mp4"></video></center>'
 			'<center><video autoplay loop src="images/shared/sex/blowjob/play1.mp4"></video></center>'
@@ -1189,34 +1186,34 @@ if $ARGS[0] = 'bj_dom1':
 				act'Tease him to completion':
 				act'Tease him to completion':
 					gs'booty_call','bj_dom_tease_cum'
 					gs'booty_call','bj_dom_tease_cum'
 					gs'booty_call','foreplay_end'
 					gs'booty_call','foreplay_end'
-					
+
 					*nl
 					*nl
 					'"Sorry," you grin. "I couldn''t resist."'
 					'"Sorry," you grin. "I couldn''t resist."'
 				end
 				end
-				
+
 				act'In your mouth (spit)':
 				act'In your mouth (spit)':
 					gs'booty_call','bj_dom_spit1'
 					gs'booty_call','bj_dom_spit1'
 					gs'booty_call','foreplay_end'
 					gs'booty_call','foreplay_end'
 				end
 				end
-				
+
 				act'In your mouth (swallow)':
 				act'In your mouth (swallow)':
 					gs'booty_call','bj_dom_swallow1'
 					gs'booty_call','bj_dom_swallow1'
 					gs'booty_call','foreplay_end'
 					gs'booty_call','foreplay_end'
 				end
 				end
-				
+
 				act'On your face':
 				act'On your face':
 					gs'booty_call','bj_dom_facial1'
 					gs'booty_call','bj_dom_facial1'
 					gs'booty_call','foreplay_end'
 					gs'booty_call','foreplay_end'
 				end
 				end
 			end
 			end
-			
+
 			act'Blow him':gt'booty_call','bj_dom2'
 			act'Blow him':gt'booty_call','bj_dom2'
-			
+
 			act'Have sex':gs'booty_call','sex_start'
 			act'Have sex':gs'booty_call','sex_start'
 		end
 		end
-		
+
 		act'Blow him':gt'booty_call','bj_dom2'
 		act'Blow him':gt'booty_call','bj_dom2'
-		
+
 		gs'booty_call','foreplay_choose'
 		gs'booty_call','foreplay_choose'
 	end
 	end
 end
 end
@@ -1224,7 +1221,7 @@ end
 if $ARGS[0] = 'bj_dom2':
 if $ARGS[0] = 'bj_dom2':
 	'<center><video autoplay loop src="images/shared/sex/blowjob/bj50.mp4"></video></center>'
 	'<center><video autoplay loop src="images/shared/sex/blowjob/bj50.mp4"></video></center>'
 	'You take his length in your mouth and start blowing him in earnest.'
 	'You take his length in your mouth and start blowing him in earnest.'
-	
+
 	act'Make him cum':
 	act'Make him cum':
 		cla & *clr
 		cla & *clr
 		'<center><video autoplay loop src="images/shared/sex/cum/hj3.mp4"></video></center>'
 		'<center><video autoplay loop src="images/shared/sex/cum/hj3.mp4"></video></center>'
@@ -1236,44 +1233,44 @@ if $ARGS[0] = 'bj_dom2':
 			'"I want you to cum for me <<$npc_lovername[$boy]>>," you whisper sensually. You feel him tense up and you know he''s going to blow any moment. "Come on <<$npc_lovername[$boy]>>! Come on, come on, come on, come on!"'
 			'"I want you to cum for me <<$npc_lovername[$boy]>>," you whisper sensually. You feel him tense up and you know he''s going to blow any moment. "Come on <<$npc_lovername[$boy]>>! Come on, come on, come on, come on!"'
 			'You feel him tense up and you know he''s just about to blow.'
 			'You feel him tense up and you know he''s just about to blow.'
 		end
 		end
-		
+
 		act'Tease him to completion':
 		act'Tease him to completion':
 			gs'booty_call','bj_dom_tease_cum'
 			gs'booty_call','bj_dom_tease_cum'
 			gs'booty_call','foreplay_end'
 			gs'booty_call','foreplay_end'
 		end
 		end
-		
+
 		act'In your mouth (spit)':
 		act'In your mouth (spit)':
 			gs'booty_call','bj_dom_spit1'
 			gs'booty_call','bj_dom_spit1'
 			gs'booty_call','foreplay_end'
 			gs'booty_call','foreplay_end'
 		end
 		end
-		
+
 		act'In your mouth (swallow)':
 		act'In your mouth (swallow)':
 			gs'booty_call','bj_dom_swallow1'
 			gs'booty_call','bj_dom_swallow1'
 			gs'booty_call','foreplay_end'
 			gs'booty_call','foreplay_end'
 		end
 		end
-		
+
 !!		act'On your face':
 !!		act'On your face':
 !!			gs'booty_call','bj_dom_facial1'
 !!			gs'booty_call','bj_dom_facial1'
 !!			gs'booty_call','foreplay_end'
 !!			gs'booty_call','foreplay_end'
 !!		end
 !!		end
 	end
 	end
-	
+
 	act'Do something else':
 	act'Do something else':
 		cla & *clr
 		cla & *clr
 		'<center><video autoplay loop src="images/shared/sex/blowjob/bj47.mp4"></video></center>'
 		'<center><video autoplay loop src="images/shared/sex/blowjob/bj47.mp4"></video></center>'
 		'Giving him one last mighty slurp, you pull back, preparing to do something else.'
 		'Giving him one last mighty slurp, you pull back, preparing to do something else.'
-		
+
 		gs'booty_call','foreplay_choose'
 		gs'booty_call','foreplay_choose'
-		
+
 		act'Have sex':gs'booty_call','sex_start'
 		act'Have sex':gs'booty_call','sex_start'
-	end	
+	end
 end
 end
 
 
 if $ARGS[0] = 'foreplay_end':
 if $ARGS[0] = 'foreplay_end':
 	act'Finish up':gt'booty_call','sex_end'
 	act'Finish up':gt'booty_call','sex_end'
-	
+
 	act'Get him hard again (hand)':gt'booty_call','round2_hand'
 	act'Get him hard again (hand)':gt'booty_call','round2_hand'
-	
+
 	act'Get him hard again (mouth)':gt'booty_call','round2_mouth'
 	act'Get him hard again (mouth)':gt'booty_call','round2_mouth'
 end
 end
 
 
@@ -1325,7 +1322,7 @@ if $ARGS[0] = '69_dom1':
 			booty_call['foreplay_change'] += 1
 			booty_call['foreplay_change'] += 1
 			'You push <<$boydesc>> back onto the bed and throw your legs over him, reversing yourself in the process, and scooch your ass back towards him. Grinning, you lower your hips down to his face while simultaneously grabbing his cock and preparing it for your mouth.'
 			'You push <<$boydesc>> back onto the bed and throw your legs over him, reversing yourself in the process, and scooch your ass back towards him. Grinning, you lower your hips down to his face while simultaneously grabbing his cock and preparing it for your mouth.'
 		end
 		end
-		
+
 	end}
 	end}
 end
 end
 
 
@@ -1347,9 +1344,9 @@ end
 
 
 if $ARGS[0] = 'facesit_2':
 if $ARGS[0] = 'facesit_2':
 	'<center><video autoplay loop src="images/shared/sex/facesit/1.mp4"></video></center>'
 	'<center><video autoplay loop src="images/shared/sex/facesit/1.mp4"></video></center>'
-	
+
 	'You sit on his face, he eats you out.'
 	'You sit on his face, he eats you out.'
-	
+
 	if orgasm > booty_call['orgasm']:
 	if orgasm > booty_call['orgasm']:
 		booty_call['orgasm'] = orgasm
 		booty_call['orgasm'] = orgasm
 		act'Continue':
 		act'Continue':
@@ -1358,21 +1355,21 @@ if $ARGS[0] = 'facesit_2':
 			'He makes you cum.'
 			'He makes you cum.'
 			if npc_pussyeater[$boy] > 0:
 			if npc_pussyeater[$boy] > 0:
 				'Before you can say anything, he starts eating you out again.'
 				'Before you can say anything, he starts eating you out again.'
-				
+
 				act'Let him':gt'booty_call','facesit_3'
 				act'Let him':gt'booty_call','facesit_3'
-				
+
 				act'Let''s do something else':
 				act'Let''s do something else':
 					cla & *clr
 					cla & *clr
 					$npc_apt_bedroom[$boy]
 					$npc_apt_bedroom[$boy]
 					'"Hold your horses cowboy," you grin. "I love your tongue, but how about we do something else?"'
 					'"Hold your horses cowboy," you grin. "I love your tongue, but how about we do something else?"'
 					gs'booty_call','foreplay_choose'
 					gs'booty_call','foreplay_choose'
 				end
 				end
-				
+
 				act'Have sex':gs'booty_call','sex_start'
 				act'Have sex':gs'booty_call','sex_start'
 			else
 			else
 				'You wind down, pulling back from his face.'
 				'You wind down, pulling back from his face.'
 				gs'booty_call','foreplay_choose'
 				gs'booty_call','foreplay_choose'
-				
+
 				act'Have sex':gs'booty_call','sex_start'
 				act'Have sex':gs'booty_call','sex_start'
 			end
 			end
 		end
 		end
@@ -1384,70 +1381,70 @@ if $ARGS[0] = 'facesit_2':
 			'He makes you cum.'
 			'He makes you cum.'
 			if npc_pussyeater[$boy] > 0:
 			if npc_pussyeater[$boy] > 0:
 				'Before you can say anything, he starts eating you out again.'
 				'Before you can say anything, he starts eating you out again.'
-				
+
 				act'Let him':gt'booty_call','facesit_3'
 				act'Let him':gt'booty_call','facesit_3'
-				
+
 				act'Let''s do something else':
 				act'Let''s do something else':
 					cla & *clr
 					cla & *clr
 					$npc_apt_bedroom[$boy]
 					$npc_apt_bedroom[$boy]
 					'"Hold your horses cowboy," you grin. "I love your tongue, but how about we do something else?"'
 					'"Hold your horses cowboy," you grin. "I love your tongue, but how about we do something else?"'
 					gs'booty_call','foreplay_choose'
 					gs'booty_call','foreplay_choose'
 				end
 				end
-				
+
 				act'Have sex':gs'booty_call','sex_start'
 				act'Have sex':gs'booty_call','sex_start'
 			else
 			else
 				'You wind down, pulling back from his face.'
 				'You wind down, pulling back from his face.'
 				gs'booty_call','foreplay_choose'
 				gs'booty_call','foreplay_choose'
-				
+
 				act'Have sex':gs'booty_call','sex_start'
 				act'Have sex':gs'booty_call','sex_start'
 			end
 			end
 		end
 		end
-		
+
 		gs'booty_call','foreplay_choose'
 		gs'booty_call','foreplay_choose'
-		
+
 		act'Have sex':gs'booty_call','sex_start'
 		act'Have sex':gs'booty_call','sex_start'
 	end
 	end
 end
 end
 
 
 if $ARGS[0] = 'facesit_3':
 if $ARGS[0] = 'facesit_3':
 	'<center><video autoplay loop src="images/shared/sex/facesit/1.mp4"></video></center>'
 	'<center><video autoplay loop src="images/shared/sex/facesit/1.mp4"></video></center>'
-	
+
 	if orgasm < booty_call['orgasm_limit']:
 	if orgasm < booty_call['orgasm_limit']:
 		'You want to keep letting him eat you out but you''ve cum so many times you''re too sensitive and you have to stop.'
 		'You want to keep letting him eat you out but you''ve cum so many times you''re too sensitive and you have to stop.'
-		
+
 		act'Finish up':gt'booty_call','sex_end'
 		act'Finish up':gt'booty_call','sex_end'
 	else
 	else
 		'<<$boydesc>> keeps eating you out and you enjoy it.'
 		'<<$boydesc>> keeps eating you out and you enjoy it.'
-		
+
 		act'Cum again':
 		act'Cum again':
 			cla & *clr
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/sex/facesit/orgasm1.mp4"></video></center>'
 			'<center><video autoplay loop src="images/shared/sex/facesit/orgasm1.mp4"></video></center>'
 			'You cum again.'
 			'You cum again.'
-			
+
 			if npc_pussyeater[$boy] > 0:
 			if npc_pussyeater[$boy] > 0:
 				'<<$boydesc>> keeps eating you out.'
 				'<<$boydesc>> keeps eating you out.'
-				
+
 				act'Let him':gt'booty_call','facesit_3'
 				act'Let him':gt'booty_call','facesit_3'
-				
+
 				act'Let''s do something else':
 				act'Let''s do something else':
 					cla & *clr
 					cla & *clr
 					$npc_apt_bedroom[$boy]
 					$npc_apt_bedroom[$boy]
 					'"Hold your horses cowboy," you grin. "I love your tongue, but how about we do something else?"'
 					'"Hold your horses cowboy," you grin. "I love your tongue, but how about we do something else?"'
 					gs'booty_call','foreplay_choose'
 					gs'booty_call','foreplay_choose'
 				end
 				end
-				
+
 				act'Have sex':gs'booty_call','sex_start'
 				act'Have sex':gs'booty_call','sex_start'
 			else
 			else
 				'You wind down, pulling back from his face.'
 				'You wind down, pulling back from his face.'
-				
+
 				gs'booty_call','foreplay_choose'
 				gs'booty_call','foreplay_choose'
-				
+
 				act'Have sex':gs'booty_call','sex_start'
 				act'Have sex':gs'booty_call','sex_start'
 			end
 			end
 		end
 		end
-		
+
 		gs'booty_call','foreplay_choose'
 		gs'booty_call','foreplay_choose'
-		
+
 		act'Have sex':gs'booty_call','sex_start'
 		act'Have sex':gs'booty_call','sex_start'
 	end
 	end
 end
 end
@@ -1459,25 +1456,25 @@ if $ARGS[0] = 'sex_start':
 		booty_call['position_choose'] = 1
 		booty_call['position_choose'] = 1
 		'"I want you inside me," you smile seductively.'
 		'"I want you inside me," you smile seductively.'
 	end
 	end
-	
+
 	if npc_condom_conscious[$boy] = 1:
 	if npc_condom_conscious[$boy] = 1:
 		'<<$boydesc>> reaches into one of his drawers to pull out a condom.'
 		'<<$boydesc>> reaches into one of his drawers to pull out a condom.'
-		
+
 		act'Let him put it on':
 		act'Let him put it on':
 			cla & *clr
 			cla & *clr
 			$npc_apt_bedroom[$boy]
 			$npc_apt_bedroom[$boy]
 			'While he puts on the condom, you decide how you want to fuck him.'
 			'While he puts on the condom, you decide how you want to fuck him.'
-			
+
 		end
 		end
-		
+
 		act'Put it on for him':
 		act'Put it on for him':
-		
-		
+
+
 		end
 		end
-		
+
 		act'Put it on with your mouth':
 		act'Put it on with your mouth':
-		
-		
+
+
 		end
 		end
 	else
 	else
 		gs'booty_call','position_choose'
 		gs'booty_call','position_choose'
@@ -1487,19 +1484,19 @@ end
 
 
 if $ARGS[0] = 'condoms':
 if $ARGS[0] = 'condoms':
 	if booty_call['condom_count'] = 0 and booty_call['fuck_count'] = 0:booty_call['condom_count'] = rand(1,5)
 	if booty_call['condom_count'] = 0 and booty_call['fuck_count'] = 0:booty_call['condom_count'] = rand(1,5)
-	
-	
-	if booty_call['condom_count'] = 0 and npc_condom_conscious[$boy] < 1:
+
+
+	if booty_call['condom_count'] = 0 and npc_condom_conscious[$boy] < 1: gt ''
 end
 end
 
 
 if $ARGS[0] = 'position_choose':
 if $ARGS[0] = 'position_choose':
 	if $booty_call['position'] = '':
 	if $booty_call['position'] = '':
 		act'Let him choose':
 		act'Let him choose':
 			booty_call['position_rand'] = rand(1,3)
 			booty_call['position_rand'] = rand(1,3)
-			if npc_condom_conscious[$boy] = 1 or booty_call['condom'] = 1:
-			
-			
-			
+			if npc_condom_conscious[$boy] = 1 or booty_call['condom'] = 1: gt ''
+
+
+
 		end
 		end
 	end
 	end
 
 
@@ -1544,13 +1541,13 @@ if $ARGS[0] = 'bad_sex_end':
 		'"I don''t feel like doing anything else."'
 		'"I don''t feel like doing anything else."'
 		gs'booty_call','after_sex'
 		gs'booty_call','after_sex'
 	end
 	end
-	
+
 	act'You killed the mood':
 	act'You killed the mood':
 		cla & *nl
 		cla & *nl
 		'"You killed the mood."'
 		'"You killed the mood."'
 		gs'booty_call','after_sex'
 		gs'booty_call','after_sex'
 	end
 	end
-	
+
 	act'You''re an asshole':
 	act'You''re an asshole':
 		cla & *nl
 		cla & *nl
 		'"You''re an asshole."'
 		'"You''re an asshole."'
@@ -1561,7 +1558,7 @@ end
 
 
 if $ARGS[0] = 'exit':
 if $ARGS[0] = 'exit':
 	if $clothingworntype = 'nude': gs'shortgs','dress'
 	if $clothingworntype = 'nude': gs'shortgs','dress'
-	
+
 	killvar 'booty_call'
 	killvar 'booty_call'
 	minut += 2
 	minut += 2
 	!! exit should be based on type of apartment and location
 	!! exit should be based on type of apartment and location

+ 89 - 89
locations/booty_call_after.qsrc

@@ -4,7 +4,7 @@ if $ARGS[0] = 'exit':
 	gs 'arousal', 'end'
 	gs 'arousal', 'end'
 	if $clothingworntype = 'nude': gs'shortgs','dress'
 	if $clothingworntype = 'nude': gs'shortgs','dress'
 !!	if know_virgin[$boy] > 0 and pcs_vag > 0 and booty_call['fuck'] > 0: know_virgin[$boy] = 0
 !!	if know_virgin[$boy] > 0 and pcs_vag > 0 and booty_call['fuck'] > 0: know_virgin[$boy] = 0
-	
+
 	killvar 'booty_call'
 	killvar 'booty_call'
 	minut += 2
 	minut += 2
 	!! exit should be based on type of apartment and location
 	!! exit should be based on type of apartment and location
@@ -74,7 +74,7 @@ if $ARGS[0] = 'stop_here':
 				'<<$npc_firstname[$boy]>> seems really disappointed, almost upset.'
 				'<<$npc_firstname[$boy]>> seems really disappointed, almost upset.'
 				gs'booty_call_after','after_sex1'
 				gs'booty_call_after','after_sex1'
 			end
 			end
-			
+
 			act'Well...':
 			act'Well...':
 				cla & *nl
 				cla & *nl
 				'"Well... I guess I might be able to keep going a <i>little</i> longer," you say with a soft smile.'
 				'"Well... I guess I might be able to keep going a <i>little</i> longer," you say with a soft smile.'
@@ -82,7 +82,7 @@ if $ARGS[0] = 'stop_here':
 				act'Foreplay':cla & gs 'booty_call_start', 'foreplay_choose'
 				act'Foreplay':cla & gs 'booty_call_start', 'foreplay_choose'
 				act'Sex':cla & gs'booty_call_sex','position_change' & gs 'booty_call_sex', 'condoms'
 				act'Sex':cla & gs'booty_call_sex','position_change' & gs 'booty_call_sex', 'condoms'
 			end
 			end
-			
+
 			act'I don''t have time':
 			act'I don''t have time':
 				cla & *nl
 				cla & *nl
 				'"I wish I could, but I don''t have time <<$npc_firstname[$boy]>>," you shake your head. "I really need to get going soon."'
 				'"I wish I could, but I don''t have time <<$npc_firstname[$boy]>>," you shake your head. "I really need to get going soon."'
@@ -195,7 +195,7 @@ if $ARGS[0] = 'no_cum_end':
 				'"Shut up," you roll your eyes.'
 				'"Shut up," you roll your eyes.'
 				gs'booty_call_after','after_sex1'
 				gs'booty_call_after','after_sex1'
 			end
 			end
-		
+
 		elseif stat['think_virgin'] = 1:
 		elseif stat['think_virgin'] = 1:
 			act'I''m saving my virginity':
 			act'I''m saving my virginity':
 				know_virgin[$boy] = 1
 				know_virgin[$boy] = 1
@@ -209,7 +209,7 @@ if $ARGS[0] = 'no_cum_end':
 					'"Because I want to?" you shrug. "I just think it would be nice to give my virginity to my future husband. Do I need a better reason?"'
 					'"Because I want to?" you shrug. "I just think it would be nice to give my virginity to my future husband. Do I need a better reason?"'
 					gs'booty_call_after','after_sex1'
 					gs'booty_call_after','after_sex1'
 				end
 				end
-				
+
 				act'Because I want to (annoyed)':
 				act'Because I want to (annoyed)':
 					cla & *nl
 					cla & *nl
 					'"Because I want to," you scowl at him. "I have to explain what I want to do with <i>my</i> body?"'
 					'"Because I want to," you scowl at him. "I have to explain what I want to do with <i>my</i> body?"'
@@ -224,13 +224,13 @@ if $ARGS[0] = 'no_cum_end':
 				end
 				end
 			end
 			end
 		end
 		end
-		
+
 		act'Didn''t feel like it today':
 		act'Didn''t feel like it today':
 			cla & *nl
 			cla & *nl
 			'"Just didn''t feel like doing anything else today," you shrug. "Wasn''t in the mood."'
 			'"Just didn''t feel like doing anything else today," you shrug. "Wasn''t in the mood."'
 			gs'booty_call_after','after_sex1'
 			gs'booty_call_after','after_sex1'
 		end
 		end
-		
+
 		act'Just wanted to fool around':
 		act'Just wanted to fool around':
 			cla & *nl
 			cla & *nl
 			'"Just wanted to play with your cock for a while," you wink. "Don''t worry that I didn''t get off. I had fun." '
 			'"Just wanted to play with your cock for a while," you wink. "Don''t worry that I didn''t get off. I had fun." '
@@ -245,7 +245,7 @@ if $ARGS[0] = 'no_cum_end':
 			'"Yeah, I''m sure," you laugh back.'
 			'"Yeah, I''m sure," you laugh back.'
 			gs'booty_call_after','after_sex1'
 			gs'booty_call_after','after_sex1'
 		end
 		end
-		
+
 		act'I''m in a rush':
 		act'I''m in a rush':
 			cla & *nl
 			cla & *nl
 			'"I''m in a rush today. But don''t worry, I still had fun." You give him a sly wink. "A girl doesn''t need to come every time you know."'
 			'"I''m in a rush today. But don''t worry, I still had fun." You give him a sly wink. "A girl doesn''t need to come every time you know."'
@@ -265,13 +265,13 @@ if $ARGS[0] = 'bad_sex_end':
 			'"I don''t feel like doing anything else," you mumble, feeling deflated and dejected, sinking further into the bed. "I''m just... not in the mood anymore."'
 			'"I don''t feel like doing anything else," you mumble, feeling deflated and dejected, sinking further into the bed. "I''m just... not in the mood anymore."'
 			gs'booty_call_after','after_sex1'
 			gs'booty_call_after','after_sex1'
 		end
 		end
-		
+
 		act'You killed the mood':
 		act'You killed the mood':
 			cla & *nl
 			cla & *nl
 			'"You killed the mood," you scowl at him.'
 			'"You killed the mood," you scowl at him.'
 			gs'booty_call_after','after_sex1'
 			gs'booty_call_after','after_sex1'
 		end
 		end
-		
+
 		act'You''re an asshole':
 		act'You''re an asshole':
 			cla & *nl
 			cla & *nl
 			'"You''re an asshole," you scowl at him. "You know what you did."'
 			'"You''re an asshole," you scowl at him. "You know what you did."'
@@ -303,7 +303,7 @@ if $ARGS[0] = 'cum_clean':
 			end
 			end
 		end
 		end
 	end
 	end
-	
+
 	act'Ask him if he has any tissues':
 	act'Ask him if he has any tissues':
 		gs 'cum_cleanup', 'cleanloc'
 		gs 'cum_cleanup', 'cleanloc'
 		gs'stat'
 		gs'stat'
@@ -320,7 +320,7 @@ if $ARGS[0] = 'cum_clean':
 			gs'booty_call_sex','sex_end'
 			gs'booty_call_sex','sex_end'
 		end
 		end
 	end
 	end
-	
+
 	act'Lick your fingers clean':
 	act'Lick your fingers clean':
 		gs'stat'
 		gs'stat'
 		gs 'cum_cleanup', 'cleanloc'
 		gs 'cum_cleanup', 'cleanloc'
@@ -343,7 +343,7 @@ if $ARGS[0] = 'cum_clean':
 					gs'booty_call_sex','sex_end'
 					gs'booty_call_sex','sex_end'
 				end
 				end
 			end
 			end
-			
+
 			act'Sure':
 			act'Sure':
 				cla & *clr
 				cla & *clr
 				'<center><video autoplay loop src="images/shared/sex/blowjob/play1.mp4"></video></center>'
 				'<center><video autoplay loop src="images/shared/sex/blowjob/play1.mp4"></video></center>'
@@ -453,7 +453,7 @@ end
 
 
 if $ARGS[0] = 'after_sex2':
 if $ARGS[0] = 'after_sex2':
 	act'Get dressed':gt'booty_call_after','dressing1'
 	act'Get dressed':gt'booty_call_after','dressing1'
-	
+
 	if booty_call['shower'] = 0:
 	if booty_call['shower'] = 0:
 		act'Take a shower':
 		act'Take a shower':
 			cla & *clr
 			cla & *clr
@@ -478,13 +478,13 @@ if $ARGS[0] = 'after_sex2':
 					'"Okay. I won''t," you promise and head into the bathroom.'
 					'"Okay. I won''t," you promise and head into the bathroom.'
 					act'Shower':gt'booty_call_after','shower_alone'
 					act'Shower':gt'booty_call_after','shower_alone'
 				end
 				end
-				
+
 				act'I''ll try':
 				act'I''ll try':
 					cla & *nl
 					cla & *nl
 					'"I''ll try not to," you smile, padding your way into the bathroom.'
 					'"I''ll try not to," you smile, padding your way into the bathroom.'
 					act'Shower':gt'booty_call_after','shower_alone'
 					act'Shower':gt'booty_call_after','shower_alone'
 				end
 				end
-				
+
 				act'We''ll see':
 				act'We''ll see':
 					cla & *nl
 					cla & *nl
 					'"We''ll see about that," you smirk and pad your way into the bathroom.'
 					'"We''ll see about that," you smirk and pad your way into the bathroom.'
@@ -493,7 +493,7 @@ if $ARGS[0] = 'after_sex2':
 			end
 			end
 		end
 		end
 	end
 	end
-	
+
 	if booty_call['phone'] = 0:
 	if booty_call['phone'] = 0:
 		act'Play with your phone':
 		act'Play with your phone':
 			booty_call['phone'] = 1
 			booty_call['phone'] = 1
@@ -504,17 +504,17 @@ if $ARGS[0] = 'after_sex2':
 			gs'booty_call_after','after_sex2'
 			gs'booty_call_after','after_sex2'
 		end
 		end
 	end
 	end
-	
+
 	if siga > 0 and booty_call['cigarette'] = 0:
 	if siga > 0 and booty_call['cigarette'] = 0:
 		act'Have a smoke':booty_call['cigarette'] = 1 & gt'booty_call_after','smoke'
 		act'Have a smoke':booty_call['cigarette'] = 1 & gt'booty_call_after','smoke'
-		
+
 		act'Have a smoke and play with your phone':
 		act'Have a smoke and play with your phone':
 			booty_call['phone'] = 2
 			booty_call['phone'] = 2
 			booty_call['cigarette'] = 1
 			booty_call['cigarette'] = 1
 			gt'booty_call_after','smoke'
 			gt'booty_call_after','smoke'
 		end
 		end
 	end
 	end
-	
+
 	if npc_smoker[$boy] > 0 and booty_call['annoyed'] = 0:
 	if npc_smoker[$boy] > 0 and booty_call['annoyed'] = 0:
 		act'Bum a cigarette':
 		act'Bum a cigarette':
 			booty_call['bum_cigarette'] = 1
 			booty_call['bum_cigarette'] = 1
@@ -526,7 +526,7 @@ if $ARGS[0] = 'after_sex2':
 			gt'booty_call_after','smoke'
 			gt'booty_call_after','smoke'
 		end
 		end
 	end
 	end
-	
+
 	if $stat_cum_msg ! '':
 	if $stat_cum_msg ! '':
 		if salfetka > 0:
 		if salfetka > 0:
 			act'Clean yourself up (use your own wipes)':
 			act'Clean yourself up (use your own wipes)':
@@ -535,17 +535,17 @@ if $ARGS[0] = 'after_sex2':
 				gt'booty_call_after','wipes'
 				gt'booty_call_after','wipes'
 			end
 			end
 		end
 		end
-		
+
 		act'Clean yourself up (ask him for wipes)':
 		act'Clean yourself up (ask him for wipes)':
 			booty_call['wipes'] = 2
 			booty_call['wipes'] = 2
 			gt'booty_call_after','wipes'
 			gt'booty_call_after','wipes'
 		end
 		end
 	end
 	end
-	
+
 	if booty_call['pillow_talk'] = 0:
 	if booty_call['pillow_talk'] = 0:
 		act'Pillow talk':gt'booty_call_talk','pillow_talk_start'
 		act'Pillow talk':gt'booty_call_talk','pillow_talk_start'
 	end
 	end
-	
+
 	if hour >= 20 and booty_call['spend_night'] = 0:
 	if hour >= 20 and booty_call['spend_night'] = 0:
 		act'Ask to spend the night':
 		act'Ask to spend the night':
 			booty_call['spend_night'] = 1
 			booty_call['spend_night'] = 1
@@ -558,7 +558,7 @@ if $ARGS[0] = 'after_sex2':
 				'"Mind if I spend the night?" you ask. "I don''t feel like going home tonight."'
 				'"Mind if I spend the night?" you ask. "I don''t feel like going home tonight."'
 				gs'booty_call_after','spend_night'
 				gs'booty_call_after','spend_night'
 			end
 			end
-			
+
 			if mid($start_type,1,2) = 'sg':
 			if mid($start_type,1,2) = 'sg':
 				act'I''m sick of my mom':
 				act'I''m sick of my mom':
 					cla & *clr
 					cla & *clr
@@ -574,10 +574,10 @@ if $ARGS[0] = 'after_sex2':
 					'"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 see his face."'
 					gs'booty_call_after','spend_night'
 					gs'booty_call_after','spend_night'
 				end
 				end
-				
+
 !!{				act'I don''t want to see my boyfriend(guilt)':
 !!{				act'I don''t want to see my boyfriend(guilt)':
-					
-					
+
+
 				end}
 				end}
 			end
 			end
 		end
 		end
@@ -601,7 +601,7 @@ if $ARGS[0] = 'smoke':
 	else
 	else
 		'You pull a cigarette from your purse and place it in your mouth, sparking it with your lighter while you inhale deeply.'
 		'You pull a cigarette from your purse and place it in your mouth, sparking it with your lighter while you inhale deeply.'
 	end
 	end
-	
+
 	act'Smoke':
 	act'Smoke':
 		if booty_call['phone'] = 2:gt'booty_call_after','smoke_phone'
 		if booty_call['phone'] = 2:gt'booty_call_after','smoke_phone'
 		cla & *clr
 		cla & *clr
@@ -642,7 +642,7 @@ if $ARGS[0] = 'spend_night':
 			act'Cuddle up':
 			act'Cuddle up':
 				cla & *clr
 				cla & *clr
 				'<center><img <<$set_imgh>> src="images/shared/sex/after/cuddle1.jpg"></center>'
 				'<center><img <<$set_imgh>> src="images/shared/sex/after/cuddle1.jpg"></center>'
-				'He wraps his arms around you in return and you close your eyes, allowing yourself to drift off into sleep.'						
+				'He wraps his arms around you in return and you close your eyes, allowing yourself to drift off into sleep.'
 				gs'booty_call_after','sleep'
 				gs'booty_call_after','sleep'
 			end
 			end
 		end
 		end
@@ -660,7 +660,7 @@ if $ARGS[0] = 'spend_night':
 			act'Cuddle up':
 			act'Cuddle up':
 				cla & *clr
 				cla & *clr
 				'<center><img <<$set_imgh>> src="images/shared/sex/after/cuddle1.jpg"></center>'
 				'<center><img <<$set_imgh>> src="images/shared/sex/after/cuddle1.jpg"></center>'
-				'He wraps his arms around you in return and you close your eyes, allowing yourself to drift off into sleep.'						
+				'He wraps his arms around you in return and you close your eyes, allowing yourself to drift off into sleep.'
 				gs'booty_call_after','sleep'
 				gs'booty_call_after','sleep'
 			end
 			end
 		end
 		end
@@ -677,7 +677,7 @@ if $ARGS[0] = 'dressing1':
 	'You reach down for where you left your clothes and start to pick them up.'
 	'You reach down for where you left your clothes and start to pick them up.'
 	'"You heading out?" <<$npc_firstname[$boy]>> asks.'
 	'"You heading out?" <<$npc_firstname[$boy]>> asks.'
 	gs'booty_call_after','dress_loop'
 	gs'booty_call_after','dress_loop'
-	
+
 	act'Not yet':
 	act'Not yet':
 		cla & *nl
 		cla & *nl
 		'"Not yet," you say, <<$booty_call[''dress_describe'']>>. "Just tired of hanging around naked."'
 		'"Not yet," you say, <<$booty_call[''dress_describe'']>>. "Just tired of hanging around naked."'
@@ -690,7 +690,7 @@ if $ARGS[0] = 'dressing1':
 			gs'booty_call_after','after_sex_dressed'
 			gs'booty_call_after','after_sex_dressed'
 		end
 		end
 	end
 	end
-	
+
 	act'Yeah':
 	act'Yeah':
 		cla & *nl
 		cla & *nl
 		'"Yeah," you say, <<$booty_call[''dress_describe'']>>.'
 		'"Yeah," you say, <<$booty_call[''dress_describe'']>>.'
@@ -701,8 +701,8 @@ if $ARGS[0] = 'dressing1':
 			gs'booty_call_after','after_sex_dressed'
 			gs'booty_call_after','after_sex_dressed'
 		end
 		end
 	end
 	end
-		
-		
+
+
 !!	act'Talk while you dress':
 !!	act'Talk while you dress':
 !!		gs'booty_call_after','dress_talk'
 !!		gs'booty_call_after','dress_talk'
 !!	end
 !!	end
@@ -714,9 +714,9 @@ if $ARGS[0] = 'dress_talk':
 		!! he initiates
 		!! he initiates
 		if booty_call['dress_talk1'] = 0:
 		if booty_call['dress_talk1'] = 0:
 			'"You busy tomorrow? Want to come by and do this again?"'
 			'"You busy tomorrow? Want to come by and do this again?"'
-		
+
 		end
 		end
-		
+
 		if booty_call['dress_talk2'] = 0:
 		if booty_call['dress_talk2'] = 0:
 			'"What''re you up to later?"'
 			'"What''re you up to later?"'
 			if date_variable > 0:
 			if date_variable > 0:
@@ -727,49 +727,49 @@ if $ARGS[0] = 'dress_talk':
 				end
 				end
 			end
 			end
 		end
 		end
-		
+
 		if booty_call['dress_talk3'] = 0:
 		if booty_call['dress_talk3'] = 0:
-		
-		
+
+
 		end
 		end
-		
+
 		if booty_call['dress_talk4'] = 0:
 		if booty_call['dress_talk4'] = 0:
-		
-		
+
+
 		end
 		end
-		
+
 		if booty_call['dress_talk5'] = 0:
 		if booty_call['dress_talk5'] = 0:
-		
-		
+
+
 		end
 		end
 	else
 	else
 		!! player initiates
 		!! player initiates
 		if booty_call['dress_talk1'] = 0:
 		if booty_call['dress_talk1'] = 0:
-		
-		
+
+
 		end
 		end
-		
+
 		if booty_call['dress_talk2'] = 0:
 		if booty_call['dress_talk2'] = 0:
-		
-		
+
+
 		end
 		end
-		
+
 		if booty_call['dress_talk3'] = 0:
 		if booty_call['dress_talk3'] = 0:
-		
-		
+
+
 		end
 		end
-		
+
 		if booty_call['dress_talk4'] = 0:
 		if booty_call['dress_talk4'] = 0:
-		
-		
+
+
 		end
 		end
-		
+
 		if booty_call['dress_talk5'] = 0:
 		if booty_call['dress_talk5'] = 0:
-		
-		
+
+
 		end
 		end
 	end
 	end
-	
+
 end}
 end}
 
 
 if $ARGS[0] = 'dress_image':
 if $ARGS[0] = 'dress_image':
@@ -782,10 +782,10 @@ end
 
 
 if $ARGS[0] = 'dress_loop1':
 if $ARGS[0] = 'dress_loop1':
 	:dress_loop_start
 	:dress_loop_start
-	if $lastpantyworntype ! 'none' and $pantyworntype = 'none':
+	if $lastwornpantytype ! 'none' and $pantyworntype = 'none':
 		gs'panties','wear'
 		gs'panties','wear'
 		$booty_call['dress_describe'] = 'pulling your panties up your legs'
 		$booty_call['dress_describe'] = 'pulling your panties up your legs'
-	elseif $lastbraworntype ! 'none' and $braworntype = 'none':
+	elseif $lastwornbratype ! 'none' and $braworntype = 'none':
 		gs'bras','wear'
 		gs'bras','wear'
 		$booty_call['dress_describe'] = 'throwing your arms through the straps of your bra and clasping it behind your back.'
 		$booty_call['dress_describe'] = 'throwing your arms through the straps of your bra and clasping it behind your back.'
 	elseif $clothingworntype = 'nude':
 	elseif $clothingworntype = 'nude':
@@ -793,14 +793,14 @@ if $ARGS[0] = 'dress_loop1':
 		jump 'dress_loop_start'
 		jump 'dress_loop_start'
 	elseif $clothingworntype ! 'nude':
 	elseif $clothingworntype ! 'nude':
 		if CloDress = 1:
 		if CloDress = 1:
-			booty_call['dress_end'] = 1	
+			booty_call['dress_end'] = 1
 			$booty_call['dress_describe'] = 'pulling your dress up'
 			$booty_call['dress_describe'] = 'pulling your dress up'
 		else
 		else
 			if booty_call['pants_dress'] = 0 and booty_call['dress_end'] ! 1:
 			if booty_call['pants_dress'] = 0 and booty_call['dress_end'] ! 1:
 				booty_call['pants_dress'] = 1
 				booty_call['pants_dress'] = 1
 				$booty_call['dress_describe'] = 'tugging your pants over your hips'
 				$booty_call['dress_describe'] = 'tugging your pants over your hips'
 			else
 			else
-				booty_call['dress_end'] = 1	
+				booty_call['dress_end'] = 1
 				$booty_call['dress_describe'] = 'pulling your top down'
 				$booty_call['dress_describe'] = 'pulling your top down'
 			end
 			end
 		end
 		end
@@ -829,22 +829,22 @@ if $ARGS[0] = 'after_sex_dressed':
 	end
 	end
 !!{
 !!{
 		act'You don''t satisfy me anymore':
 		act'You don''t satisfy me anymore':
-		
-		
+
+
 		end
 		end
-		
+
 		act'This is getting too complicated':
 		act'This is getting too complicated':
-		
-		
+
+
 		end
 		end
-		
-		
+
+
 		if pcs_boyfriend > 0:
 		if pcs_boyfriend > 0:
 			act'I''ve started seeing somebody':
 			act'I''ve started seeing somebody':
 				cla & *clr
 				cla & *clr
 				$npc_apt_bedroom[$boy]
 				$npc_apt_bedroom[$boy]
 				'"The truth is, I''ve started seeing somebody. Sex with you has been good, but... I can''t keep doing this. I don''t want to fuck things up with them."'
 				'"The truth is, I''ve started seeing somebody. Sex with you has been good, but... I can''t keep doing this. I don''t want to fuck things up with them."'
-				
+
 			end
 			end
 			act'I can''t keep cheating like this':
 			act'I can''t keep cheating like this':
 				cla & *clr
 				cla & *clr
@@ -854,7 +854,7 @@ if $ARGS[0] = 'after_sex_dressed':
 				else
 				else
 					'"The truth is, I''m in a relationship with somebody. I''ve been cheating on them with you. It''s wrong, and I just can''t do this anymore."'
 					'"The truth is, I''m in a relationship with somebody. I''ve been cheating on them with you. It''s wrong, and I just can''t do this anymore."'
 				end
 				end
-				
+
 			end
 			end
 		end
 		end
 	end
 	end
@@ -879,7 +879,7 @@ if $ARGS[0] = 'wipes':
 			'You reach up and poke at the sperm coating your face. Ew. You really need to clean that up before you do anything else. Reaching down to your purse, you pull some wipes out of your purse.'
 			'You reach up and poke at the sperm coating your face. Ew. You really need to clean that up before you do anything else. Reaching down to your purse, you pull some wipes out of your purse.'
 		end
 		end
 		*nl
 		*nl
-		
+
 		if cumloc[16] > 0:
 		if cumloc[16] > 0:
 			!! hair
 			!! hair
 			'You carefully wipe the cum from your face, making sure to get every last drop, including getting the tangled web that <<$npc_firstname[$boy]>> managed to get in your hair. About a minute later, you can still feel a faintly sticky layer over the top of your skin, but at least nobody is going to give you funny looks walking down the street.'
 			'You carefully wipe the cum from your face, making sure to get every last drop, including getting the tangled web that <<$npc_firstname[$boy]>> managed to get in your hair. About a minute later, you can still feel a faintly sticky layer over the top of your skin, but at least nobody is going to give you funny looks walking down the street.'
@@ -935,13 +935,13 @@ if $ARGS[0] = 'wipes':
 			end
 			end
 		end
 		end
 	end
 	end
-		
+
 	if cumloc[13] > 0:
 	if cumloc[13] > 0:
 		*nl
 		*nl
 		!! hands
 		!! hands
 		'Once you''re satisfied that the rest of your body is clean, you wipe your hands off and toss the wipes into the trash.'
 		'Once you''re satisfied that the rest of your body is clean, you wipe your hands off and toss the wipes into the trash.'
 	end
 	end
-	
+
 	booty_call['wipes'] = 0
 	booty_call['wipes'] = 0
 	gs'cum_cleanup'
 	gs'cum_cleanup'
 	gs'booty_call_after','start'
 	gs'booty_call_after','start'
@@ -985,7 +985,7 @@ if $ARGS[0] = 'shower_together':
 				end
 				end
 				act'Finish shower':gt'booty_call_after','shower_together_end'
 				act'Finish shower':gt'booty_call_after','shower_together_end'
 			end
 			end
-			
+
 			act'I don''t have time':
 			act'I don''t have time':
 				cla & *clr
 				cla & *clr
 				'<center><video autoplay loop src="images/shared/sex/shower/grope1.mp4"></video></center>'
 				'<center><video autoplay loop src="images/shared/sex/shower/grope1.mp4"></video></center>'
@@ -1000,7 +1000,7 @@ if $ARGS[0] = 'shower_together':
 				act'Finish shower':gt'booty_call_after','shower_together_end'
 				act'Finish shower':gt'booty_call_after','shower_together_end'
 			end
 			end
 		end
 		end
-		
+
 		act'Enjoy his touch':
 		act'Enjoy his touch':
 			cla & *clr
 			cla & *clr
 			gs'arousal','massage',5,'no_orgasm_msg'
 			gs'arousal','massage',5,'no_orgasm_msg'
@@ -1021,7 +1021,7 @@ if $ARGS[0] = 'shower_together':
 						'<<$npc_firstname[$boy]>> seems disappointed, but accepts anyways. He does continue to fondle your breasts until you finish up though.'
 						'<<$npc_firstname[$boy]>> seems disappointed, but accepts anyways. He does continue to fondle your breasts until you finish up though.'
 						act'Finish shower':gt'booty_call_after','shower_together_end'
 						act'Finish shower':gt'booty_call_after','shower_together_end'
 					end
 					end
-					
+
 !!{					act'Well...':
 !!{					act'Well...':
 						cla & *nl
 						cla & *nl
 						gs'arousal','massage',5,'no_orgasm_msg'
 						gs'arousal','massage',5,'no_orgasm_msg'
@@ -1036,20 +1036,20 @@ if $ARGS[0] = 'shower_together':
 						end
 						end
 						act'Shower sex':gt'booty_call_after','shower_together_sex'
 						act'Shower sex':gt'booty_call_after','shower_together_sex'
 					end
 					end
-					
+
 					if booty_call['condom'] = 1:
 					if booty_call['condom'] = 1:
 						act'No condom':
 						act'No condom':
 							cla & *nl
 							cla & *nl
 							'"We don''t have a condom," you protest.'
 							'"We don''t have a condom," you protest.'
-							
+
 						end}
 						end}
 !!					end
 !!					end
 				end
 				end
 			end
 			end
-			
+
 !!			act'Shower sex':
 !!			act'Shower sex':
-			
-			
+
+
 !!			end
 !!			end
 		end
 		end
 	end
 	end
@@ -1086,13 +1086,13 @@ if $ARGS[0] = 'bed':
 		if $booty_call['cum_choice'] = 'face':
 		if $booty_call['cum_choice'] = 'face':
 			!! face
 			!! face
 			'<center><img <<$set_imgh>> src="images/shared/sex/cum/facial/sleep<<rand(1,3)>>.jpg"></center>'
 			'<center><img <<$set_imgh>> src="images/shared/sex/cum/facial/sleep<<rand(1,3)>>.jpg"></center>'
-			
+
 		elseif $booty_call['cum_choice'] = 'stomach':
 		elseif $booty_call['cum_choice'] = 'stomach':
 			!! stomach
 			!! stomach
 			'<center><img <<$set_imgh>> src="images/shared/sex/cum/stomach/sleep1.jpg"></center>'
 			'<center><img <<$set_imgh>> src="images/shared/sex/cum/stomach/sleep1.jpg"></center>'
 		elseif $booty_call['cum_choice'] = 'ass' or $booty_call['cum_choice'] = 'back':
 		elseif $booty_call['cum_choice'] = 'ass' or $booty_call['cum_choice'] = 'back':
 			!! butt
 			!! butt
-			'<center><img <<$set_imgh>> src="images/shared/sex/cum/back1.jpg"></center>'			
+			'<center><img <<$set_imgh>> src="images/shared/sex/cum/back1.jpg"></center>'
 		elseif $booty_call['cum_choice'] = 'creampie':
 		elseif $booty_call['cum_choice'] = 'creampie':
 			!! vagina
 			!! vagina
 			'<center><img <<$set_imgh>> src="images/shared/sex/cum/vagcreampie/after2.jpg"></center>'
 			'<center><img <<$set_imgh>> src="images/shared/sex/cum/vagcreampie/after2.jpg"></center>'
@@ -1130,8 +1130,8 @@ if $ARGS[0] = 'sleep':
 				gs'pain', 3, 'head', 'ache'
 				gs'pain', 3, 'head', 'ache'
 			else
 			else
 				gs'sleep','simple'
 				gs'sleep','simple'
-			end	
-			
+			end
+
 			if mid($start_type,1,2) = 'sg' and home_owned[2] = 1: sveta_punishment['no_come_home'] = 1
 			if mid($start_type,1,2) = 'sg' and home_owned[2] = 1: sveta_punishment['no_come_home'] = 1
 			gt'booty_call_morning','morning'
 			gt'booty_call_morning','morning'
 		end
 		end

+ 30 - 30
locations/booty_call_morning.qsrc

@@ -9,7 +9,7 @@ if $ARGS[0] = 'morning':
 		'Your mind stirs and you slowly come to consciousness. Your first thoughts are...'
 		'Your mind stirs and you slowly come to consciousness. Your first thoughts are...'
 		act'<i>Yawn</i>':gt'booty_call_morning','yawn_wake'
 		act'<i>Yawn</i>':gt'booty_call_morning','yawn_wake'
 !!	end
 !!	end
-	if kanikuli = 0 and mid($start_type,1,2) = 'sg' and SchoolAtestat = 0 and SchoolBlock = 0 and week < 6: 
+	if kanikuli = 0 and mid($start_type,1,2) = 'sg' and SchoolAtestat = 0 and SchoolBlock = 0 and week < 6:
 		act'School!':
 		act'School!':
 			cla & *clr
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/romance/misc/wakeup2.mp4"></video></center>'
 			'<center><video autoplay loop src="images/shared/romance/misc/wakeup2.mp4"></video></center>'
@@ -72,7 +72,7 @@ if $ARGS[0] = 'late_for_school':
 					'With one last quick check, you make sure all your clothes are in place and call, "See you later!" over your shoulder as you rush out the door.'
 					'With one last quick check, you make sure all your clothes are in place and call, "See you later!" over your shoulder as you rush out the door.'
 					act'Leave':gs'booty_call_after','exit'
 					act'Leave':gs'booty_call_after','exit'
 				end
 				end
-				
+
 				act'That''d be great':
 				act'That''d be great':
 					cla & *clr
 					cla & *clr
 					$npc_apt_bedroom[$boy]
 					$npc_apt_bedroom[$boy]
@@ -83,7 +83,7 @@ if $ARGS[0] = 'late_for_school':
 					act'Take me home':booty_call['give_lift'] = 1 & gt'booty_call_morning','give_lift'
 					act'Take me home':booty_call['give_lift'] = 1 & gt'booty_call_morning','give_lift'
 					act'Take me to school':booty_call['give_lift'] = 2 & gt'booty_call_morning','give_lift'
 					act'Take me to school':booty_call['give_lift'] = 2 & gt'booty_call_morning','give_lift'
 				end
 				end
-				
+
 				if npc_residence[$boy] = 1:
 				if npc_residence[$boy] = 1:
 					act'I can walk':
 					act'I can walk':
 						cla & *clr
 						cla & *clr
@@ -94,7 +94,7 @@ if $ARGS[0] = 'late_for_school':
 						act'Leave':gs'booty_call_after','exit'
 						act'Leave':gs'booty_call_after','exit'
 					end
 					end
 				end
 				end
-				
+
 				act'Can''t let people see':
 				act'Can''t let people see':
 					cla & *clr
 					cla & *clr
 					$npc_apt_bedroom[$boy]
 					$npc_apt_bedroom[$boy]
@@ -145,13 +145,13 @@ if $ARGS[0] = 'wakeup1':
 			gs'booty_call_morning','wakeup1'
 			gs'booty_call_morning','wakeup1'
 		end
 		end
 	end
 	end
-	
+
 	if booty_call['morning_shower'] = 0:
 	if booty_call['morning_shower'] = 0:
 		act'Head to the shower':gt'booty_call_morning','shower'
 		act'Head to the shower':gt'booty_call_morning','shower'
 	end
 	end
-	
+
 !!	act'Snuggle back into bed':
 !!	act'Snuggle back into bed':
-	
+
 end
 end
 
 
 if $ARGS[0] = 'wakeup2':
 if $ARGS[0] = 'wakeup2':
@@ -194,7 +194,7 @@ if $ARGS[0] = 'head_out':
 	if $clothingworntype = 'nude':
 	if $clothingworntype = 'nude':
 		gt'booty_call_morning','dressing1'
 		gt'booty_call_morning','dressing1'
 	else
 	else
-	
+
 	end
 	end
 end
 end
 
 
@@ -249,10 +249,10 @@ end
 
 
 if $ARGS[0] = 'dress_loop1':
 if $ARGS[0] = 'dress_loop1':
 	:dress_loop_start
 	:dress_loop_start
-	if $lastpantyworntype ! 'none' and $pantyworntype = 'none':
+	if $lastwornpantytype ! 'none' and $pantyworntype = 'none':
 		gs'panties','wear'
 		gs'panties','wear'
 		$booty_call['dress_describe'] = 'pulling your panties up your legs'
 		$booty_call['dress_describe'] = 'pulling your panties up your legs'
-	elseif $lastbraworntype ! 'none' and $braworntype = 'none':
+	elseif $lastwornbratype ! 'none' and $braworntype = 'none':
 		gs'bras','wear'
 		gs'bras','wear'
 		$booty_call['dress_describe'] = 'throwing your arms through the straps of your bra and clasping it behind your back.'
 		$booty_call['dress_describe'] = 'throwing your arms through the straps of your bra and clasping it behind your back.'
 	elseif $clothingworntype = 'nude':
 	elseif $clothingworntype = 'nude':
@@ -261,14 +261,14 @@ if $ARGS[0] = 'dress_loop1':
 	elseif $clothingworntype ! 'nude':
 	elseif $clothingworntype ! 'nude':
 		if booty_call['dress_end'] = 0:
 		if booty_call['dress_end'] = 0:
 			if CloDress = 1:
 			if CloDress = 1:
-				booty_call['dress_end'] = 1	
+				booty_call['dress_end'] = 1
 				$booty_call['dress_describe'] = 'pulling your dress up'
 				$booty_call['dress_describe'] = 'pulling your dress up'
 			else
 			else
 				if booty_call['pants_dress'] = 0 and booty_call['dress_end'] ! 1:
 				if booty_call['pants_dress'] = 0 and booty_call['dress_end'] ! 1:
 					booty_call['pants_dress'] = 1
 					booty_call['pants_dress'] = 1
 					$booty_call['dress_describe'] = 'tugging your pants over your hips'
 					$booty_call['dress_describe'] = 'tugging your pants over your hips'
 				else
 				else
-					booty_call['dress_end'] = 1	
+					booty_call['dress_end'] = 1
 					$booty_call['dress_describe'] = 'pulling your top down'
 					$booty_call['dress_describe'] = 'pulling your top down'
 				end
 				end
 			end
 			end
@@ -292,7 +292,7 @@ if $ARGS[0] = 'dressing1':
 	'You reach down for where you left your clothes and start to pick them up.'
 	'You reach down for where you left your clothes and start to pick them up.'
 	'"You heading out?" <<$npc_firstname[$boy]>> asks.'
 	'"You heading out?" <<$npc_firstname[$boy]>> asks.'
 	gs'booty_call_morning','dress_loop'
 	gs'booty_call_morning','dress_loop'
-	
+
 	act'Yeah':
 	act'Yeah':
 		gs'booty_call_morning','dress_loop'
 		gs'booty_call_morning','dress_loop'
 		cla & *nl
 		cla & *nl
@@ -304,7 +304,7 @@ if $ARGS[0] = 'dressing1':
 				'"Sorry," you say, <<$booty_call[''dress_describe'']>>. "Can''t. Got some stuff to do later. Maybe some other time."'
 				'"Sorry," you say, <<$booty_call[''dress_describe'']>>. "Can''t. Got some stuff to do later. Maybe some other time."'
 				gs'booty_call_morning','end_morning'
 				gs'booty_call_morning','end_morning'
 			end
 			end
-			
+
 			act'Sure':
 			act'Sure':
 				!! missing code
 				!! missing code
 				!! make him call you later
 				!! make him call you later
@@ -313,7 +313,7 @@ if $ARGS[0] = 'dressing1':
 				'"Will do."'
 				'"Will do."'
 				gs'booty_call_morning','end_morning'
 				gs'booty_call_morning','end_morning'
 			end
 			end
-			
+
 			act'Maybe':
 			act'Maybe':
 				cla & *nl
 				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 give you a call?"'
 				'"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 give you a call?"'
@@ -344,14 +344,14 @@ if $ARGS[0] = 'end_morning':
 			'"Bye then." You gather your things and give him a wave and head out the door.'
 			'"Bye then." You gather your things and give him a wave and head out the door.'
 			act'Leave':gt'booty_call_after','exit'
 			act'Leave':gt'booty_call_after','exit'
 		end
 		end
-		
+
 		act'See ya':
 		act'See ya':
 			cla & *clr
 			cla & *clr
 			$npc_apt_hall[$boy]
 			$npc_apt_hall[$boy]
 			'"Well, see ya." You gather your things and give him a wave and head out the door.'
 			'"Well, see ya." You gather your things and give him a wave and head out the door.'
 			act'Leave':gt'booty_call_after','exit'
 			act'Leave':gt'booty_call_after','exit'
 		end
 		end
-		
+
 		act'Blow him a kiss':
 		act'Blow him a kiss':
 			cla & *clr
 			cla & *clr
 			$npc_apt_hall[$boy]
 			$npc_apt_hall[$boy]
@@ -381,16 +381,16 @@ if $ARGS[0] = 'give_lift':
 		$booty_call['drop_off_image']
 		$booty_call['drop_off_image']
 		!! add correct travel times for each location
 		!! add correct travel times for each location
 		if npc_residence[$boy] = 1:
 		if npc_residence[$boy] = 1:
-			!! Pav residential 
+			!! Pav residential
 			'<<$npc_firstname[$boy]>> drives you the short distance to school, stopping right outside the gates. You probably could have just walked, but it''s nice to spend a little more time with him.'
 			'<<$npc_firstname[$boy]>> drives you the short distance to school, stopping right outside the gates. You probably could have just walked, but it''s nice to spend a little more time with him.'
 		else
 		else
 			'<<$npc_firstname[$boy]>> drives you from the city back to Pavlovsk, stopping right outside the school gates.'
 			'<<$npc_firstname[$boy]>> drives you from the city back to Pavlovsk, stopping right outside the school gates.'
 			if npc_residence[$boy] = 2:
 			if npc_residence[$boy] = 2:
-				!! Student dorms 
+				!! Student dorms
 			elseif npc_residence[$boy] = 3:
 			elseif npc_residence[$boy] = 3:
-				!! St. Petersburg Residential 
+				!! St. Petersburg Residential
 			elseif npc_residence[$boy] = 4:
 			elseif npc_residence[$boy] = 4:
-				!! St. Petersburg City Center 
+				!! St. Petersburg City Center
 			end
 			end
 		end
 		end
 		gs'stat'
 		gs'stat'
@@ -402,7 +402,7 @@ if $ARGS[0] = 'give_lift':
 			gs 'booty_call_morning','classmates_see'
 			gs 'booty_call_morning','classmates_see'
 			act'Continue':gt 'gschool_grounds', 'main'
 			act'Continue':gt 'gschool_grounds', 'main'
 		end
 		end
-		
+
 		act'Kiss him goodbye (cheek)':
 		act'Kiss him goodbye (cheek)':
 			cla & *clr
 			cla & *clr
 			$booty_call['drop_off_image']
 			$booty_call['drop_off_image']
@@ -410,7 +410,7 @@ if $ARGS[0] = 'give_lift':
 			gs 'booty_call_morning','classmates_see'
 			gs 'booty_call_morning','classmates_see'
 			act'Continue':gt 'gschool_grounds', 'main'
 			act'Continue':gt 'gschool_grounds', 'main'
 		end
 		end
-		
+
 		act'Kiss him goodbye (mouth)':
 		act'Kiss him goodbye (mouth)':
 			cla & *clr
 			cla & *clr
 			$booty_call['drop_off_image']
 			$booty_call['drop_off_image']
@@ -418,7 +418,7 @@ if $ARGS[0] = 'give_lift':
 			gs 'booty_call_morning','classmates_see'
 			gs 'booty_call_morning','classmates_see'
 			act'Continue':gt 'gschool_grounds', 'main'
 			act'Continue':gt 'gschool_grounds', 'main'
 		end
 		end
-		
+
 		act'Kiss him goodbye (tongue)':
 		act'Kiss him goodbye (tongue)':
 			cla & *clr
 			cla & *clr
 			$booty_call['drop_off_image']
 			$booty_call['drop_off_image']
@@ -427,18 +427,18 @@ if $ARGS[0] = 'give_lift':
 			gs 'booty_call_morning','classmates_see'
 			gs 'booty_call_morning','classmates_see'
 			act'Continue':gt 'gschool_grounds', 'main'
 			act'Continue':gt 'gschool_grounds', 'main'
 		end
 		end
-		
-		
+
+
 	else
 	else
 		!! take home
 		!! take home
 		if npc_residence[$boy] = 1:
 		if npc_residence[$boy] = 1:
-			!! Pav residential 
+			!! Pav residential
 		elseif npc_residence[$boy] = 2:
 		elseif npc_residence[$boy] = 2:
-			!! Student dorms 
+			!! Student dorms
 		elseif npc_residence[$boy] = 3:
 		elseif npc_residence[$boy] = 3:
-			!! St. Petersburg Residential 
+			!! St. Petersburg Residential
 		elseif npc_residence[$boy] = 4:
 		elseif npc_residence[$boy] = 4:
-			!! St. Petersburg City Center 
+			!! St. Petersburg City Center
 		end
 		end
 		!! go to five estate
 		!! go to five estate
 		gt 'pav_complex', 'start'
 		gt 'pav_complex', 'start'

+ 88 - 88
locations/booty_call_sex.qsrc

@@ -25,7 +25,7 @@ if $ARGS[0] = 'sex_start':
 			'"I haven''t had enough yet," you say, seductively, pulling <<$npc_firstname[$boy]>> towards you.'
 			'"I haven''t had enough yet," you say, seductively, pulling <<$npc_firstname[$boy]>> towards you.'
 		end
 		end
 	end
 	end
-	
+
 	if know_virgin[$boy] = 1:
 	if know_virgin[$boy] = 1:
 		know_virgin[$boy] = 2
 		know_virgin[$boy] = 2
 		'"I thought you said you were saving your virginity," <<$npc_firstname[$boy]>> says, looking a little confused but extremely excited.'
 		'"I thought you said you were saving your virginity," <<$npc_firstname[$boy]>> says, looking a little confused but extremely excited.'
@@ -40,7 +40,7 @@ if $ARGS[0] = 'sex_start':
 		else
 		else
 			'<<$npc_firstname[$boy]>> reaches into one of his drawers to pull out a condom.'
 			'<<$npc_firstname[$boy]>> reaches into one of his drawers to pull out a condom.'
 		end
 		end
-		
+
 		act'Wait for him':
 		act'Wait for him':
 			booty_call['condom'] = 1
 			booty_call['condom'] = 1
 			cla & *clr
 			cla & *clr
@@ -52,7 +52,7 @@ if $ARGS[0] = 'sex_start':
 			end
 			end
 			gs 'booty_call_sex', 'position_choose'
 			gs 'booty_call_sex', 'position_choose'
 		end
 		end
-		
+
 		act'Put it on for him':
 		act'Put it on for him':
 			booty_call['condom'] = 1
 			booty_call['condom'] = 1
 			cla & *clr
 			cla & *clr
@@ -63,7 +63,7 @@ if $ARGS[0] = 'sex_start':
 			'"Let me take care of this for you," you say with a sexy smile. You gently roll the rubber sleeve down his shaft, squeezing just hard enough to make him twitch under your touch.'
 			'"Let me take care of this for you," you say with a sexy smile. You gently roll the rubber sleeve down his shaft, squeezing just hard enough to make him twitch under your touch.'
 			gs 'booty_call_sex', 'position_choose'
 			gs 'booty_call_sex', 'position_choose'
 		end
 		end
-		
+
 		act'Put it on with your mouth':
 		act'Put it on with your mouth':
 			booty_call['condom'] = 1
 			booty_call['condom'] = 1
 			cla & *clr
 			cla & *clr
@@ -108,7 +108,7 @@ if $ARGS[0] = 'condoms':
 					'You reach into your bag and pull out a condom, rolling it onto his cock.'
 					'You reach into your bag and pull out a condom, rolling it onto his cock.'
 					gs 'booty_call_sex', 'position_choose'
 					gs 'booty_call_sex', 'position_choose'
 				end
 				end
-				
+
 				act'Use one of your condoms (mouth)':
 				act'Use one of your condoms (mouth)':
 					booty_call['no_condoms'] = 2
 					booty_call['no_condoms'] = 2
 					booty_call['condom'] = 1
 					booty_call['condom'] = 1
@@ -123,7 +123,7 @@ if $ARGS[0] = 'condoms':
 		elseif booty_call['no_condoms'] = 2:
 		elseif booty_call['no_condoms'] = 2:
 			'"Got anymore condoms?"'
 			'"Got anymore condoms?"'
 			!!act'I could give you head':
 			!!act'I could give you head':
-			
+
 			act'We could skip the condom':
 			act'We could skip the condom':
 				cla & *clr
 				cla & *clr
 				!! IMAGE HERE
 				!! IMAGE HERE
@@ -132,7 +132,7 @@ if $ARGS[0] = 'condoms':
 				'"Just this once," he smiles back.'
 				'"Just this once," he smiles back.'
 				gs 'booty_call_sex', 'position_choose'
 				gs 'booty_call_sex', 'position_choose'
 			end
 			end
-				
+
 			if prezikcount + prezik = 0:
 			if prezikcount + prezik = 0:
 				'"I think that was my last one..."'
 				'"I think that was my last one..."'
 				act'Guess that''s it':
 				act'Guess that''s it':
@@ -177,7 +177,7 @@ if $ARGS[0] = 'condoms':
 				'"Gotta practice safe sex," you wink.'
 				'"Gotta practice safe sex," you wink.'
 				gs 'booty_call_sex', 'position_choose'
 				gs 'booty_call_sex', 'position_choose'
 			end
 			end
-			
+
 			act'Put a condom on him with your mouth':
 			act'Put a condom on him with your mouth':
 				cla & *clr
 				cla & *clr
 				'<center><video autoplay loop src="images/shared/sex/misc/condom_mouth.mp4"></video></center>'
 				'<center><video autoplay loop src="images/shared/sex/misc/condom_mouth.mp4"></video></center>'
@@ -217,14 +217,14 @@ if $ARGS[0] = 'no_condom1':
 				'Just because he''s your fuckbuddy doesn''t mean he can take advantage of you!'
 				'Just because he''s your fuckbuddy doesn''t mean he can take advantage of you!'
 				act'Leave':gt 'booty_call_after', 'exit'
 				act'Leave':gt 'booty_call_after', 'exit'
 			end
 			end
-			
+
 			act'Maybe just this once':
 			act'Maybe just this once':
 				booty_call['condom'] = 2
 				booty_call['condom'] = 2
 				cla & *nl
 				cla & *nl
 				'"Well... Maybe just this once..." you say hesitantly.'
 				'"Well... Maybe just this once..." you say hesitantly.'
 				gs 'booty_call_sex', 'position_choose'
 				gs 'booty_call_sex', 'position_choose'
 			end
 			end
-			
+
 			act'Just don''t come inside me':
 			act'Just don''t come inside me':
 				booty_call['condom'] = 3
 				booty_call['condom'] = 3
 				cla & *nl
 				cla & *nl
@@ -233,14 +233,14 @@ if $ARGS[0] = 'no_condom1':
 			end
 			end
 		end
 		end
 	end
 	end
-	
+
 	act'Maybe just this once':
 	act'Maybe just this once':
 		booty_call['condom'] = 2
 		booty_call['condom'] = 2
 		cla & *nl
 		cla & *nl
 		'"Well... Maybe just this once..." you say hesitantly.'
 		'"Well... Maybe just this once..." you say hesitantly.'
 		gs 'booty_call_sex', 'position_choose'
 		gs 'booty_call_sex', 'position_choose'
 	end
 	end
-	
+
 	act'Just don''t come inside me':
 	act'Just don''t come inside me':
 		booty_call['condom'] = 3
 		booty_call['condom'] = 3
 		cla & *nl
 		cla & *nl
@@ -273,14 +273,14 @@ if $ARGS[0] = 'no_condom2':
 				'The nerve of some people.'
 				'The nerve of some people.'
 				act'Leave':gt 'booty_call_after', 'exit'
 				act'Leave':gt 'booty_call_after', 'exit'
 			end
 			end
-			
+
 			act'Maybe just this once':
 			act'Maybe just this once':
 				booty_call['condom'] = 2
 				booty_call['condom'] = 2
 				cla & *nl
 				cla & *nl
 				'"Well... Maybe just this once..." you say hesitantly.'
 				'"Well... Maybe just this once..." you say hesitantly.'
 				gs 'booty_call_sex', 'position_choose'
 				gs 'booty_call_sex', 'position_choose'
 			end
 			end
-			
+
 			act'Just don''t come inside me':
 			act'Just don''t come inside me':
 				booty_call['condom'] = 3
 				booty_call['condom'] = 3
 				cla & *nl
 				cla & *nl
@@ -289,16 +289,16 @@ if $ARGS[0] = 'no_condom2':
 			end
 			end
 		end
 		end
 	end
 	end
-	
+
 	gs 'booty_call_sex', 'no_condom2.1'
 	gs 'booty_call_sex', 'no_condom2.1'
-	
+
 	act'How many girls are you fucking? (tease)':
 	act'How many girls are you fucking? (tease)':
 		cla & *nl
 		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?"'
 		'"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.'
 		'"Hey, when you''re as good as I am," he says, a smug grin on his face.'
 		gs 'booty_call_sex', 'no_condom2.1'
 		gs 'booty_call_sex', 'no_condom2.1'
 	end
 	end
-	
+
 	act'Ugh, seriously?':
 	act'Ugh, seriously?':
 		cla & *nl
 		cla & *nl
 		'"Ugh! Seriously?" you say, giving him a look. "Come on, are you really out of condoms at a time like this?"'
 		'"Ugh! Seriously?" you say, giving him a look. "Come on, are you really out of condoms at a time like this?"'
@@ -319,14 +319,14 @@ if $ARGS[0] = 'no_condom2.1':
 			gs 'booty_call_sex', 'position_choose'
 			gs 'booty_call_sex', 'position_choose'
 		end
 		end
 	end
 	end
-	
+
 	act'Maybe just this once':
 	act'Maybe just this once':
 		booty_call['condom'] = 2
 		booty_call['condom'] = 2
 		cla & *nl
 		cla & *nl
 		'"Well... Maybe just this once..." you say hesitantly.'
 		'"Well... Maybe just this once..." you say hesitantly.'
 		gs 'booty_call_sex', 'position_choose'
 		gs 'booty_call_sex', 'position_choose'
 	end
 	end
-	
+
 	act'Just don''t come inside me':
 	act'Just don''t come inside me':
 		booty_call['condom'] = 3
 		booty_call['condom'] = 3
 		cla & *nl
 		cla & *nl
@@ -489,7 +489,7 @@ if $ARGS[0] = 'miss1':
 		'<center><video autoplay loop src="images/shared/sex/vag/miss/slow2.mp4"></video></center>'
 		'<center><video autoplay loop src="images/shared/sex/vag/miss/slow2.mp4"></video></center>'
 		'<<$npc_firstname[$boy]>> moves his cock slowly in and out of you, focusing more on technique than speed and driving as deep inside you as he can with every thrust.'
 		'<<$npc_firstname[$boy]>> moves his cock slowly in and out of you, focusing more on technique than speed and driving as deep inside you as he can with every thrust.'
 	end
 	end
-	
+
 !!	:kiss_skip1
 !!	:kiss_skip1
 	act'Enjoy it':
 	act'Enjoy it':
 		booty_call['orgasm'] = orgasm
 		booty_call['orgasm'] = orgasm
@@ -504,9 +504,9 @@ if $ARGS[0] = 'miss1':
 		end
 		end
 		gs 'booty_call_cum', 'fuck_cum'
 		gs 'booty_call_cum', 'fuck_cum'
 	end
 	end
-	
+
 	!! add options for dirty talk
 	!! add options for dirty talk
-	
+
 	act'This is too slow':
 	act'This is too slow':
 		booty_call['orgasm'] = orgasm
 		booty_call['orgasm'] = orgasm
 		cla & *nl
 		cla & *nl
@@ -522,7 +522,7 @@ if $ARGS[0] = 'miss1':
 			'As much as you want <<$npc_firstname[$boy]>> to pick up the pace, you don''t want to be a bitch about it so you bite your tongue, going back to trying to get off on this or at least derive some kind of enjoyment out of it, ultimately failing on both counts.'
 			'As much as you want <<$npc_firstname[$boy]>> to pick up the pace, you don''t want to be a bitch about it so you bite your tongue, going back to trying to get off on this or at least derive some kind of enjoyment out of it, ultimately failing on both counts.'
 			gs 'booty_call_cum', 'fuck_cum'
 			gs 'booty_call_cum', 'fuck_cum'
 		end
 		end
-		
+
 		act'Can you fuck me faster?':
 		act'Can you fuck me faster?':
 			cla & *clr
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/sex/vag/miss/slow2.mp4"></video></center>'
 			'<center><video autoplay loop src="images/shared/sex/vag/miss/slow2.mp4"></video></center>'
@@ -531,7 +531,7 @@ if $ARGS[0] = 'miss1':
 			'"<i>Finally</i>," you say, spreading your legs a little more as he picks up the pace.'
 			'"<i>Finally</i>," you say, spreading your legs a little more as he picks up the pace.'
 			act'Continue':gt 'booty_call_sex', 'miss2.1'
 			act'Continue':gt 'booty_call_sex', 'miss2.1'
 		end
 		end
-		
+
 		act'I want you to pound me':
 		act'I want you to pound me':
 			cla & *clr
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/sex/vag/miss/slow2.mp4"></video></center>'
 			'<center><video autoplay loop src="images/shared/sex/vag/miss/slow2.mp4"></video></center>'
@@ -545,7 +545,7 @@ if $ARGS[0] = 'miss1':
 			act'Continue':gt 'booty_call_sex', 'miss3.1'
 			act'Continue':gt 'booty_call_sex', 'miss3.1'
 		end
 		end
 	end
 	end
-	
+
 end
 end
 
 
 if $ARGS[0] = 'miss1.1':
 if $ARGS[0] = 'miss1.1':
@@ -571,7 +571,7 @@ if $ARGS[0] = 'miss1.2':
 	elseif booty_call['moan'] = 2:
 	elseif booty_call['moan'] = 2:
 		'"<i>Ah~! Yes~! Mmm~!</i>"'
 		'"<i>Ah~! Yes~! Mmm~!</i>"'
 		*nl
 		*nl
-		'You moan loudly as <<$npc_firstname[$boy]>> continues to make love to you. His cock drives deep inside you, stretching your walls, <i>filling</i> you, driving you crazy.'		
+		'You moan loudly as <<$npc_firstname[$boy]>> continues to make love to you. His cock drives deep inside you, stretching your walls, <i>filling</i> you, driving you crazy.'
 	elseif booty_call['dirty_talk'] = 1:
 	elseif booty_call['dirty_talk'] = 1:
 		'"Ah~! Yes~! Just like that~!" you moan, your voice a hoarse with arousal. "Your cock is amazing! It''s stretching me out. I''m <i>so</i> wet..."'
 		'"Ah~! Yes~! Just like that~!" you moan, your voice a hoarse with arousal. "Your cock is amazing! It''s stretching me out. I''m <i>so</i> wet..."'
 	else
 	else
@@ -623,7 +623,7 @@ if $ARGS[0] = 'miss2':
 			'You groan in pleasure beneath <<$npc_firstname[$boy]>>. You love the way he''s fucking you, with just the right amount of force that every thrust reverberates through your entire body, but not so hard it hurts.'
 			'You groan in pleasure beneath <<$npc_firstname[$boy]>>. You love the way he''s fucking you, with just the right amount of force that every thrust reverberates through your entire body, but not so hard it hurts.'
 			gs 'booty_call_cum', 'fuck_cum'
 			gs 'booty_call_cum', 'fuck_cum'
 		end
 		end
-		
+
 		act'This doesn''t feel good':
 		act'This doesn''t feel good':
 			booty_call['orgasm'] = orgasm
 			booty_call['orgasm'] = orgasm
 			cla & *nl
 			cla & *nl
@@ -638,7 +638,7 @@ if $ARGS[0] = 'miss2':
 				'You sigh internally, but decide not to ruin the mood. You continue to let <<$npc_firstname[$boy]>> fuck you, feeling like he''s scratching at the wrong itch.'
 				'You sigh internally, but decide not to ruin the mood. You continue to let <<$npc_firstname[$boy]>> fuck you, feeling like he''s scratching at the wrong itch.'
 				gs 'booty_call_cum', 'fuck_cum'
 				gs 'booty_call_cum', 'fuck_cum'
 			end
 			end
-			
+
 			act'Could you be a little more gentle?':
 			act'Could you be a little more gentle?':
 				cla & *clr
 				cla & *clr
 				'<center><video autoplay loop src="images/shared/sex/vag/miss/slow2.mp4"></video></center>'
 				'<center><video autoplay loop src="images/shared/sex/vag/miss/slow2.mp4"></video></center>'
@@ -646,7 +646,7 @@ if $ARGS[0] = 'miss2':
 				'"I can do that," <<$npc_firstname[$boy]>> says, smiling gently, and begins to move more gently.'
 				'"I can do that," <<$npc_firstname[$boy]>> says, smiling gently, and begins to move more gently.'
 				act'Continue':gt 'booty_call_sex', 'miss1.1'
 				act'Continue':gt 'booty_call_sex', 'miss1.1'
 			end
 			end
-					
+
 			act'I want you to pound me':
 			act'I want you to pound me':
 				cla & *clr
 				cla & *clr
 				'<center><video autoplay loop src="images/shared/sex/vag/miss/slow2.mp4"></video></center>'
 				'<center><video autoplay loop src="images/shared/sex/vag/miss/slow2.mp4"></video></center>'
@@ -660,7 +660,7 @@ if $ARGS[0] = 'miss2':
 				act'Continue':gt 'booty_call_sex', 'miss3.1'
 				act'Continue':gt 'booty_call_sex', 'miss3.1'
 			end
 			end
 		end
 		end
-		
+
 		act'Change position':
 		act'Change position':
 			booty_call['change_pos'] = 1
 			booty_call['change_pos'] = 1
 			gs 'booty_call_sex', 'position_change'
 			gs 'booty_call_sex', 'position_change'
@@ -698,7 +698,7 @@ if $ARGS[0] = 'miss2.2':
 	elseif booty_call['moan'] = 2:
 	elseif booty_call['moan'] = 2:
 		'"<i>Ah~! Yes~! Mmm~!</i>"'
 		'"<i>Ah~! Yes~! Mmm~!</i>"'
 		*nl
 		*nl
-		'You moan loudly as <<$npc_firstname[$boy]>> keeps fucking you.'		
+		'You moan loudly as <<$npc_firstname[$boy]>> keeps fucking you.'
 	elseif booty_call['dirty_talk'] = 1:
 	elseif booty_call['dirty_talk'] = 1:
 		'"Ah! Fuck! Just like that!" you moan loudly. "Fuck my pussy with your big cock! Right there! Fuck! You''re so good!"'
 		'"Ah! Fuck! Just like that!" you moan loudly. "Fuck my pussy with your big cock! Right there! Fuck! You''re so good!"'
 	else
 	else
@@ -751,7 +751,7 @@ if $ARGS[0] = 'miss3':
 		end
 		end
 		gs 'booty_call_cum', 'fuck_cum'
 		gs 'booty_call_cum', 'fuck_cum'
 	end
 	end
-	
+
 	act'This is too rough!':
 	act'This is too rough!':
 		booty_call['orgasm'] = orgasm
 		booty_call['orgasm'] = orgasm
 		cla & *nl
 		cla & *nl
@@ -767,7 +767,7 @@ if $ARGS[0] = 'miss3':
 			'For whatever reason, you can''t bring yourself to say anything, and simply endure the rough treatment. You sigh in relief when <<$npc_firstname[$boy]>> releases your hair but only for a brief moment when he uses his extra hand to grab hold of your ass and pound you even harder. You grab onto the edge of the bed and hang on for dear life, whimpering as he mercilessly fucks you.'
 			'For whatever reason, you can''t bring yourself to say anything, and simply endure the rough treatment. You sigh in relief when <<$npc_firstname[$boy]>> releases your hair but only for a brief moment when he uses his extra hand to grab hold of your ass and pound you even harder. You grab onto the edge of the bed and hang on for dear life, whimpering as he mercilessly fucks you.'
 			gs 'booty_call_cum', 'fuck_cum'
 			gs 'booty_call_cum', 'fuck_cum'
 		end
 		end
-		
+
 		act'Can we slow down?':
 		act'Can we slow down?':
 			booty_call['too_rough'] = 1
 			booty_call['too_rough'] = 1
 			cla & *nl
 			cla & *nl
@@ -777,7 +777,7 @@ if $ARGS[0] = 'miss3':
 				'"Yes, gently please," you say, giving him a small smile. "Very gentle please..."'
 				'"Yes, gently please," you say, giving him a small smile. "Very gentle please..."'
 				act'Continue':gt 'booty_call_sex', 'miss1.1'
 				act'Continue':gt 'booty_call_sex', 'miss1.1'
 			end
 			end
-			
+
 			act'Not <i>too</i> gentle':
 			act'Not <i>too</i> gentle':
 				cla & *nl
 				cla & *nl
 				'"Don''t be <i>too</i> gentle," you giggle. "I just don''t want to feel like I''m having sex with Vlad the Impaler here."'
 				'"Don''t be <i>too</i> gentle," you giggle. "I just don''t want to feel like I''m having sex with Vlad the Impaler here."'
@@ -785,7 +785,7 @@ if $ARGS[0] = 'miss3':
 				act'Continue':gt 'booty_call_sex', 'miss2.2'
 				act'Continue':gt 'booty_call_sex', 'miss2.2'
 			end
 			end
 		end
 		end
-		
+
 		act'Fake an orgasm':
 		act'Fake an orgasm':
 			booty_call['fake_orgasm_count'] += 1
 			booty_call['fake_orgasm_count'] += 1
 			fake_orgasm += 1
 			fake_orgasm += 1
@@ -828,7 +828,7 @@ if $ARGS[0] = 'miss3.1':
 		'<center><video autoplay loop src="images/shared/sex/vag/miss/rough1.mp4"></video></center>'
 		'<center><video autoplay loop src="images/shared/sex/vag/miss/rough1.mp4"></video></center>'
 		'<<$npc_firstname[$boy]>> suddenly grabs you by the hair, causing sharp pain at the back of your scalp.'
 		'<<$npc_firstname[$boy]>> suddenly grabs you by the hair, 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.'
 		'"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.'		
+		'"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.'
 		act'Enjoy it':
 		act'Enjoy it':
 			cla & *nl
 			cla & *nl
 			booty_call['rough_enjoy'] = 1
 			booty_call['rough_enjoy'] = 1
@@ -837,7 +837,7 @@ if $ARGS[0] = 'miss3.1':
 			'Wetness spreads between your thighs as your eyes roll back in your head.'
 			'Wetness spreads between your thighs as your eyes roll back in your head.'
 			gs 'booty_call_cum', 'fuck_cum'
 			gs 'booty_call_cum', 'fuck_cum'
 		end
 		end
-		
+
 		act'Suffer':
 		act'Suffer':
 			cla & *nl
 			cla & *nl
 			booty_call['rough_hurt'] = 1
 			booty_call['rough_hurt'] = 1
@@ -979,7 +979,7 @@ if $ARGS[0] = 'doggy1':
 !!	if pcs_vag = 0:gt 'booty_call_virgin', 'doggy_virg_norm1'
 !!	if pcs_vag = 0:gt 'booty_call_virgin', 'doggy_virg_norm1'
 	gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
 	gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
 	gs 'stat'
 	gs 'stat'
-	
+
 	if mesec > 0:
 	if mesec > 0:
 		'<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/blood1.jpg"></center>'
 		'<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/blood1.jpg"></center>'
 		'<<$npc_firstname[$boy]>> fucks you slowly but steadily. 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.'
 		'<<$npc_firstname[$boy]>> fucks you slowly but steadily. 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.'
@@ -987,7 +987,7 @@ if $ARGS[0] = 'doggy1':
 		'<center><video autoplay loop src="images/shared/sex/vag/doggy/slow1.mp4"></video></center>'
 		'<center><video autoplay loop src="images/shared/sex/vag/doggy/slow1.mp4"></video></center>'
 		'<<$npc_firstname[$boy]>> fucks you slowly but steadily, drawing his cock all the way out and driving it balls deep inside you each time.'
 		'<<$npc_firstname[$boy]>> fucks you slowly but steadily, drawing his cock all the way out and driving it balls deep inside you each time.'
 	end
 	end
-	
+
 	act'Enjoy it':
 	act'Enjoy it':
 		booty_call['orgasm'] = orgasm
 		booty_call['orgasm'] = orgasm
 		gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
 		gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
@@ -1000,7 +1000,7 @@ if $ARGS[0] = 'doggy1':
 		end
 		end
 		gs 'booty_call_cum', 'fuck_cum'
 		gs 'booty_call_cum', 'fuck_cum'
 	end
 	end
-	
+
 	act'This is too slow':
 	act'This is too slow':
 		booty_call['orgasm'] = orgasm
 		booty_call['orgasm'] = orgasm
 		cla & *nl
 		cla & *nl
@@ -1017,7 +1017,7 @@ if $ARGS[0] = 'doggy1':
 			'As much as you want <<$npc_firstname[$boy]>> to pick up the pace, you don''t want to be a bitch about it so you bite your tongue. You sigh silently instead, chewing on your cheek and letting your expression lapse into boredom, thankful at least you''re facing away from him so you don''t have to put on a performance.'
 			'As much as you want <<$npc_firstname[$boy]>> to pick up the pace, you don''t want to be a bitch about it so you bite your tongue. You sigh silently instead, chewing on your cheek and letting your expression lapse into boredom, thankful at least you''re facing away from him so you don''t have to put on a performance.'
 			gs 'booty_call_cum', 'fuck_cum'
 			gs 'booty_call_cum', 'fuck_cum'
 		end
 		end
-		
+
 		act'Can you fuck me faster?':
 		act'Can you fuck me faster?':
 			cla & *clr
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/sex/vag/doggy/slow1.mp4"></video></center>'
 			'<center><video autoplay loop src="images/shared/sex/vag/doggy/slow1.mp4"></video></center>'
@@ -1026,7 +1026,7 @@ if $ARGS[0] = 'doggy1':
 			'"<i>Finally</i>," you say, spreading your knees a little more as he picks up the pace.'
 			'"<i>Finally</i>," you say, spreading your knees a little more as he picks up the pace.'
 			act'Continue':gt 'booty_call_sex', 'doggy2.1'
 			act'Continue':gt 'booty_call_sex', 'doggy2.1'
 		end
 		end
-		
+
 		act'I want you to pound me':
 		act'I want you to pound me':
 			cla & *clr
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/sex/vag/doggy/slow1.mp4"></video></center>'
 			'<center><video autoplay loop src="images/shared/sex/vag/doggy/slow1.mp4"></video></center>'
@@ -1065,7 +1065,7 @@ if $ARGS[0] = 'doggy1.2':
 	elseif booty_call['moan'] = 2:
 	elseif booty_call['moan'] = 2:
 		'"<i>Ah~! Yes~! Mmm~!</i>"'
 		'"<i>Ah~! Yes~! Mmm~!</i>"'
 		*nl
 		*nl
-		'You moan loudly as <<$npc_firstname[$boy]>> continues to fuck you from behind. His cock drives deep inside you, stretching your walls, <i>filling</i> you, driving you crazy. You love every second of it.'		
+		'You moan loudly as <<$npc_firstname[$boy]>> continues to fuck you from behind. His cock drives deep inside you, stretching your walls, <i>filling</i> you, driving you crazy. You love every second of it.'
 	elseif booty_call['dirty_talk'] = 1:
 	elseif booty_call['dirty_talk'] = 1:
 		'"Ah~! Yes~! Just like that~!" you moan, your voice a hoarse with arousal. "You''re so deep! I can feel you inside me..."'
 		'"Ah~! Yes~! Just like that~!" you moan, your voice a hoarse with arousal. "You''re so deep! I can feel you inside me..."'
 	else
 	else
@@ -1096,7 +1096,7 @@ if $ARGS[0] = 'doggy2':
 !!	if pcs_vag = 0:gt 'booty_call_virgin', 'doggy_virg_norm1'
 !!	if pcs_vag = 0:gt 'booty_call_virgin', 'doggy_virg_norm1'
 	gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
 	gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
 	gs 'stat'
 	gs 'stat'
-	
+
 	if mesec > 0:
 	if mesec > 0:
 		'<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/blood1.jpg"></center>'
 		'<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/blood1.jpg"></center>'
 		'<<$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.'
 		'<<$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.'
@@ -1114,7 +1114,7 @@ if $ARGS[0] = 'doggy2':
 		if booty_call['orgasm'] < orgasm:gs 'booty_call_sex', 'girl_cum_pre'
 		if booty_call['orgasm'] < orgasm:gs 'booty_call_sex', 'girl_cum_pre'
 		gs 'booty_call_cum', 'fuck_cum'
 		gs 'booty_call_cum', 'fuck_cum'
 	end
 	end
-	
+
 	act'This doesn''t feel good':
 	act'This doesn''t feel good':
 		booty_call['orgasm'] = orgasm
 		booty_call['orgasm'] = orgasm
 		cla & *clr
 		cla & *clr
@@ -1131,15 +1131,15 @@ if $ARGS[0] = 'doggy2':
 			'You sigh internally, but decide not to ruin the mood. <<$npc_firstname[$boy]>> continues to enthusiastically clap your cheeks and you let your expression lapse into boredom, grateful that at least you don''t have to act like you''re having a good time.'
 			'You sigh internally, but decide not to ruin the mood. <<$npc_firstname[$boy]>> continues to enthusiastically clap your cheeks and you let your expression lapse into boredom, grateful that at least you don''t have to act like you''re having a good time.'
 			gs 'booty_call_cum', 'fuck_cum'
 			gs 'booty_call_cum', 'fuck_cum'
 		end
 		end
-		
+
 		act'Could you be a little more gentle?':
 		act'Could you be a little more gentle?':
 			cla & *clr
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/sex/vag/doggy/med2.mp4"></video></center>'
 			'<center><video autoplay loop src="images/shared/sex/vag/doggy/med2.mp4"></video></center>'
 			'"Could slow down a little?" you ask. "I think I''m in the mood for something a little more... sensual...'
 			'"Could slow down a little?" you ask. "I think I''m in the mood for something a little more... sensual...'
 			'"I can do that," <<$npc_firstname[$boy]>> says, smiling gently, and slows down, putting more effort into the motion of his hips instead of the speed.'
 			'"I can do that," <<$npc_firstname[$boy]>> says, smiling gently, and slows down, putting more effort into the motion of his hips instead of the speed.'
 			act'Continue':gt 'booty_call_sex', 'doggy1.1'
 			act'Continue':gt 'booty_call_sex', 'doggy1.1'
-		end		
-		
+		end
+
 		act'Can you fuck me harder?':
 		act'Can you fuck me harder?':
 			cla & *clr
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/sex/vag/doggy/med2.mp4"></video></center>'
 			'<center><video autoplay loop src="images/shared/sex/vag/doggy/med2.mp4"></video></center>'
@@ -1149,7 +1149,7 @@ if $ARGS[0] = 'doggy2':
 			act'Continue':gt 'booty_call_sex', 'doggy3.1'
 			act'Continue':gt 'booty_call_sex', 'doggy3.1'
 		end
 		end
 	end
 	end
-	
+
 	act'Change position':
 	act'Change position':
 		booty_call['change_pos'] = 1
 		booty_call['change_pos'] = 1
 		gs 'booty_call_sex', 'position_change'
 		gs 'booty_call_sex', 'position_change'
@@ -1184,7 +1184,7 @@ if $ARGS[0] = 'doggy2.2':
 	elseif booty_call['moan'] = 2:
 	elseif booty_call['moan'] = 2:
 		'"<i>Ah~! Yes~! Mmm~!</i>"'
 		'"<i>Ah~! Yes~! Mmm~!</i>"'
 		*nl
 		*nl
-		'You moan loudly as <<$npc_firstname[$boy]>> continues to fuck you from behind.'		
+		'You moan loudly as <<$npc_firstname[$boy]>> continues to fuck you from behind.'
 	elseif booty_call['dirty_talk'] = 1:
 	elseif booty_call['dirty_talk'] = 1:
 		'"Yes! Just like that!" you moan, your voice a hoarse with arousal. "You''re so deep! I can feel you inside my stomach! Fuck! So good!"'
 		'"Yes! Just like that!" you moan, your voice a hoarse with arousal. "You''re so deep! I can feel you inside my stomach! Fuck! So good!"'
 	else
 	else
@@ -1228,7 +1228,7 @@ if $ARGS[0] = 'doggy3':
 		if booty_call['orgasm'] < orgasm:gs 'booty_call_sex', 'girl_cum_pre'
 		if booty_call['orgasm'] < orgasm:gs 'booty_call_sex', 'girl_cum_pre'
 		gs 'booty_call_cum', 'fuck_cum'
 		gs 'booty_call_cum', 'fuck_cum'
 	end
 	end
-	
+
 	act'This is too rough!':
 	act'This is too rough!':
 		booty_call['orgasm'] = orgasm
 		booty_call['orgasm'] = orgasm
 		cla & *nl
 		cla & *nl
@@ -1246,7 +1246,7 @@ if $ARGS[0] = 'doggy3':
 			'For whatever reason, you can''t bring yourself to say anything, and simply endure the rough treatment. You sigh in relief when <<$npc_firstname[$boy]>> releases your hair but only for a brief moment when he uses his extra hand to grab hold of your ass and pound you even harder. You grab onto the edge of the bed and hang on for dear life, whimpering as he mercilessly fucks you.'
 			'For whatever reason, you can''t bring yourself to say anything, and simply endure the rough treatment. You sigh in relief when <<$npc_firstname[$boy]>> releases your hair but only for a brief moment when he uses his extra hand to grab hold of your ass and pound you even harder. You grab onto the edge of the bed and hang on for dear life, whimpering as he mercilessly fucks you.'
 			gs 'booty_call_cum', 'fuck_cum'
 			gs 'booty_call_cum', 'fuck_cum'
 		end
 		end
-		
+
 		act'Can we slow down?':
 		act'Can we slow down?':
 			cla & *clr
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/sex/vag/doggy/hard2.mp4"></video></center>'
 			'<center><video autoplay loop src="images/shared/sex/vag/doggy/hard2.mp4"></video></center>'
@@ -1263,7 +1263,7 @@ if $ARGS[0] = 'doggy3':
 					'"Yes, gently please," you say, giving him a small smile. "Very gentle please..."'
 					'"Yes, gently please," you say, giving him a small smile. "Very gentle please..."'
 					act'Continue':gt 'booty_call_sex', 'doggy1.1'
 					act'Continue':gt 'booty_call_sex', 'doggy1.1'
 				end
 				end
-				
+
 				act'Not <i>too</i> gentle':
 				act'Not <i>too</i> gentle':
 					cla & *nl
 					cla & *nl
 					'"Don''t be <i>too</i> gentle," you giggle. "I just don''t want to feel like I''m having sex with Vlad the Impaler here."'
 					'"Don''t be <i>too</i> gentle," you giggle. "I just don''t want to feel like I''m having sex with Vlad the Impaler here."'
@@ -1272,7 +1272,7 @@ if $ARGS[0] = 'doggy3':
 				end
 				end
 			end
 			end
 		end
 		end
-		
+
 		act'Fake an orgasm':
 		act'Fake an orgasm':
 			booty_call['fake_orgasm_count'] += 1
 			booty_call['fake_orgasm_count'] += 1
 			fake_orgasm += 1
 			fake_orgasm += 1
@@ -1328,7 +1328,7 @@ if $ARGS[0] = 'doggy3.2':
 	elseif booty_call['moan'] = 2:
 	elseif booty_call['moan'] = 2:
 		'"Oo<i>oo</i>o<i>oo</i>hh<i>hh</i> <i>yeaaahhhhhhhh</i>..."'
 		'"Oo<i>oo</i>o<i>oo</i>hh<i>hh</i> <i>yeaaahhhhhhhh</i>..."'
 		*nl
 		*nl
-		'You moan loudly as <<$npc_firstname[$boy]>> continues to pound you from behind.'	
+		'You moan loudly as <<$npc_firstname[$boy]>> continues to pound you from behind.'
 	elseif booty_call['dirty_talk'] = 1:
 	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!"'
 		'"Yes! Fuck! Yes! Just like that!" you scream. "Pound my pussy! Clap my ass! Fill me with your cock!"'
 	else
 	else
@@ -1350,9 +1350,9 @@ if $ARGS[0] = 'cowgirl_start':
 			end
 			end
 			'"My turn to be on top," you grin.'
 			'"My turn to be on top," you grin.'
 			act'Ride him gently':gt 'booty_call_sex', 'cowgirl1'
 			act'Ride him gently':gt 'booty_call_sex', 'cowgirl1'
-			
+
 			act'Ride him steadily':gt 'booty_call_sex', 'cowgirl2'
 			act'Ride him steadily':gt 'booty_call_sex', 'cowgirl2'
-			
+
 			act'Ride him hard':gt 'booty_call_sex', 'cowgirl3'
 			act'Ride him hard':gt 'booty_call_sex', 'cowgirl3'
 		end
 		end
 	elseif booty_call['force_initiative'] = 2:
 	elseif booty_call['force_initiative'] = 2:
@@ -1369,9 +1369,9 @@ if $ARGS[0] = 'cowgirl_start':
 			'You''ve barely finished your orgasm when he begins moving his hips again underneath you. You mew in protest, hypersensitive to every movement of his cock inside your still-quivering pussy. At his insistence, you start moving your hips again.'
 			'You''ve barely finished your orgasm when he begins moving his hips again underneath you. You mew in protest, hypersensitive to every movement of his cock inside your still-quivering pussy. At his insistence, you start moving your hips again.'
 		end
 		end
 		act'Ride him gently':gt 'booty_call_sex', 'cowgirl1'
 		act'Ride him gently':gt 'booty_call_sex', 'cowgirl1'
-			
+
 		act'Ride him steadily':gt 'booty_call_sex', 'cowgirl2'
 		act'Ride him steadily':gt 'booty_call_sex', 'cowgirl2'
-		
+
 		act'Ride him hard':gt 'booty_call_sex', 'cowgirl3'
 		act'Ride him hard':gt 'booty_call_sex', 'cowgirl3'
 	elseif booty_call['initative'] ! 1:
 	elseif booty_call['initative'] ! 1:
 		act'Continue':
 		act'Continue':
@@ -1386,11 +1386,11 @@ if $ARGS[0] = 'cowgirl_start':
 				'<center><video autoplay loop src="images/shared/sex/vag/cowgirl/enter1.mp4"></video></center>'
 				'<center><video autoplay loop src="images/shared/sex/vag/cowgirl/enter1.mp4"></video></center>'
 				'He lays back on the bed, pulling you on top of him as he does. You get the message and line yourself up with his cock.'
 				'He lays back on the bed, pulling you on top of him as he does. You get the message and line yourself up with his cock.'
 			end
 			end
-			
+
 			act'Ride him gently':gt 'booty_call_sex', 'cowgirl1'
 			act'Ride him gently':gt 'booty_call_sex', 'cowgirl1'
-			
+
 			act'Ride him steadily':gt 'booty_call_sex', 'cowgirl2'
 			act'Ride him steadily':gt 'booty_call_sex', 'cowgirl2'
-			
+
 			act'Ride him hard':gt 'booty_call_sex', 'cowgirl3'
 			act'Ride him hard':gt 'booty_call_sex', 'cowgirl3'
 		end
 		end
 	else
 	else
@@ -1407,11 +1407,11 @@ if $ARGS[0] = 'cowgirl_start':
 				'You push him back onto the bed and throw your legs over his.'
 				'You push him back onto the bed and throw your legs over his.'
 				'"I want to be on top this time."'
 				'"I want to be on top this time."'
 			end
 			end
-			
+
 			act'Ride him gently':gt 'booty_call_sex', 'cowgirl1'
 			act'Ride him gently':gt 'booty_call_sex', 'cowgirl1'
-			
+
 			act'Ride him steadily':gt 'booty_call_sex', 'cowgirl2'
 			act'Ride him steadily':gt 'booty_call_sex', 'cowgirl2'
-			
+
 			act'Ride him hard':gt 'booty_call_sex', 'cowgirl3'
 			act'Ride him hard':gt 'booty_call_sex', 'cowgirl3'
 		end
 		end
 	end
 	end
@@ -1425,7 +1425,7 @@ if $ARGS[0] = 'cowgirl1':
 !!	if pcs_vag = 0:gt 'booty_call_virgin', 'cowgirl_virg_norm1'
 !!	if pcs_vag = 0:gt 'booty_call_virgin', 'cowgirl_virg_norm1'
 	gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
 	gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
 	gs 'stat'
 	gs 'stat'
-	
+
 	if mesec > 0:
 	if mesec > 0:
 		'<center><img <<$set_imgh>> src="images/shared/sex/vag/cowgirl/blood1.jpg"></center>'
 		'<center><img <<$set_imgh>> src="images/shared/sex/vag/cowgirl/blood1.jpg"></center>'
 		'You slowly roll your hips over his, gently moving his cock around inside of 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.'
 		'You slowly roll your hips over his, gently moving his cock around inside of 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.'
@@ -1433,7 +1433,7 @@ if $ARGS[0] = 'cowgirl1':
 		'<center><video autoplay loop src="images/shared/sex/vag/cowgirl/slow2.mp4"></video></center>'
 		'<center><video autoplay loop src="images/shared/sex/vag/cowgirl/slow2.mp4"></video></center>'
 		'You slowly roll your hips over his, gently moving his cock around inside of your pussy.'
 		'You slowly roll your hips over his, gently moving his cock around inside of your pussy.'
 	end
 	end
-	
+
 	act'Enjoy yourself':
 	act'Enjoy yourself':
 		booty_call['orgasm'] = orgasm
 		booty_call['orgasm'] = orgasm
 		gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
 		gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
@@ -1444,7 +1444,7 @@ if $ARGS[0] = 'cowgirl1':
 		if booty_call['orgasm'] < orgasm:gs 'booty_call_sex', 'girl_cum_pre'
 		if booty_call['orgasm'] < orgasm:gs 'booty_call_sex', 'girl_cum_pre'
 		gs 'booty_call_cum', 'fuck_cum'
 		gs 'booty_call_cum', 'fuck_cum'
 	end
 	end
-	
+
 	act'This is boring':
 	act'This is boring':
 		booty_call['orgasm'] = orgasm
 		booty_call['orgasm'] = orgasm
 		gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
 		gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
@@ -1464,13 +1464,13 @@ if $ARGS[0] = 'cowgirl1':
 			'You have to do all the work and it doesn''t even feel that good. But he seems to like it and you don''t want to be a selfish lover, so you soldier on, continuing to gently fuck him, hoping he comes soon.'
 			'You have to do all the work and it doesn''t even feel that good. But he seems to like it and you don''t want to be a selfish lover, so you soldier on, continuing to gently fuck him, hoping he comes soon.'
 			gs 'booty_call_cum', 'fuck_cum'
 			gs 'booty_call_cum', 'fuck_cum'
 		end
 		end
-		
+
 		act'Time to change pace':
 		act'Time to change pace':
 			*nl
 			*nl
 			'<i>A change of pace should mix things up.</i>'
 			'<i>A change of pace should mix things up.</i>'
 			gs 'booty_call_sex', 'cowgirl_change_pace'
 			gs 'booty_call_sex', 'cowgirl_change_pace'
 		end
 		end
-		
+
 		act'Try something else':
 		act'Try something else':
 			booty_call['force_initiative'] = 1
 			booty_call['force_initiative'] = 1
 			cla & *clr
 			cla & *clr
@@ -1530,7 +1530,7 @@ if $ARGS[0] = 'cowgirl2':
 		'<center><video autoplay loop src="images/shared/sex/vag/cowgirl/med<<rand(1,4)>>.mp4"></video></center>'
 		'<center><video autoplay loop src="images/shared/sex/vag/cowgirl/med<<rand(1,4)>>.mp4"></video></center>'
 		'You bounce up and down at a healthy pace, feeling the length of his cock pump in and out of your pussy from below, and your hips clap loudly against him, echoing off the walls.'
 		'You bounce up and down at a healthy pace, feeling the length of his cock pump in and out of your pussy from below, and your hips clap loudly against him, echoing off the walls.'
 	end
 	end
-	
+
 	act'Enjoy yourself':
 	act'Enjoy yourself':
 		booty_call['orgasm'] = orgasm
 		booty_call['orgasm'] = orgasm
 		gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
 		gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
@@ -1541,7 +1541,7 @@ if $ARGS[0] = 'cowgirl2':
 		if booty_call['orgasm'] < orgasm:gs 'booty_call_sex', 'girl_cum_pre'
 		if booty_call['orgasm'] < orgasm:gs 'booty_call_sex', 'girl_cum_pre'
 		gs 'booty_call_cum', 'fuck_cum'
 		gs 'booty_call_cum', 'fuck_cum'
 	end
 	end
-	
+
 	act'This is boring':
 	act'This is boring':
 		booty_call['orgasm'] = orgasm
 		booty_call['orgasm'] = orgasm
 		gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
 		gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
@@ -1562,13 +1562,13 @@ if $ARGS[0] = 'cowgirl2':
 			'You have to do most of the work and it doesn''t even feel that good. But he seems to like it, judging by the way he''s started thrusting into you from below and you don''t want to be a selfish lover, so you soldier on and keep bouncing, hoping he comes soon.'
 			'You have to do most of the work and it doesn''t even feel that good. But he seems to like it, judging by the way he''s started thrusting into you from below and you don''t want to be a selfish lover, so you soldier on and keep bouncing, hoping he comes soon.'
 			gs 'booty_call_cum', 'fuck_cum'
 			gs 'booty_call_cum', 'fuck_cum'
 		end
 		end
-		
+
 		act'Time to change pace':
 		act'Time to change pace':
 			*nl
 			*nl
 			'<i>A change of pace should mix things up.</i>'
 			'<i>A change of pace should mix things up.</i>'
 			gs 'booty_call_sex', 'cowgirl_change_pace'
 			gs 'booty_call_sex', 'cowgirl_change_pace'
 		end
 		end
-		
+
 		act'Try something else':
 		act'Try something else':
 			booty_call['force_initiative'] = 1
 			booty_call['force_initiative'] = 1
 			cla & *nl
 			cla & *nl
@@ -1627,7 +1627,7 @@ if $ARGS[0] = 'cowgirl3':
 		'<center><video autoplay loop src="images/shared/sex/vag/cowgirl/hard<<rand(1,4)>>.mp4"></video></center>'
 		'<center><video autoplay loop src="images/shared/sex/vag/cowgirl/hard<<rand(1,4)>>.mp4"></video></center>'
 		'You bounce up and down on <<$npc_firstname[$boy]>>''s cock as hard as you can while he simultaneously thrusts his hips up towards you from below. The result is an awesome clap every time your bodies collide, enormous waves of kinetic energy quaking through your body.'
 		'You bounce up and down on <<$npc_firstname[$boy]>>''s cock as hard as you can while he simultaneously thrusts his hips up towards you from below. The result is an awesome clap every time your bodies collide, enormous waves of kinetic energy quaking through your body.'
 	end
 	end
-	
+
 	act'Enjoy yourself':
 	act'Enjoy yourself':
 		booty_call['orgasm'] = orgasm
 		booty_call['orgasm'] = orgasm
 		gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
 		gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
@@ -1638,7 +1638,7 @@ if $ARGS[0] = 'cowgirl3':
 		if booty_call['orgasm'] < orgasm:gs 'booty_call_sex', 'girl_cum_pre'
 		if booty_call['orgasm'] < orgasm:gs 'booty_call_sex', 'girl_cum_pre'
 		gs 'booty_call_cum', 'fuck_cum'
 		gs 'booty_call_cum', 'fuck_cum'
 	end
 	end
-	
+
 	act'This is boring':
 	act'This is boring':
 		booty_call['orgasm'] = orgasm
 		booty_call['orgasm'] = orgasm
 		gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
 		gs 'arousal', 'vaginal', rand(4,8),'no_orgasm_msg'
@@ -1659,13 +1659,13 @@ if $ARGS[0] = 'cowgirl3':
 			'You have to do all the work and it doesn''t even feel that good. But he seems to like it and you don''t want to be a selfish lover, so you soldier on, hoping he comes soon.'
 			'You have to do all the work and it doesn''t even feel that good. But he seems to like it and you don''t want to be a selfish lover, so you soldier on, hoping he comes soon.'
 			gs 'booty_call_cum', 'fuck_cum'
 			gs 'booty_call_cum', 'fuck_cum'
 		end
 		end
-		
+
 		act'Time to change pace':
 		act'Time to change pace':
 			*nl
 			*nl
 			'<i>A change of pace should mix things up.</i>'
 			'<i>A change of pace should mix things up.</i>'
 			gs 'booty_call_sex', 'cowgirl_change_pace'
 			gs 'booty_call_sex', 'cowgirl_change_pace'
 		end
 		end
-		
+
 		act'Try something else':
 		act'Try something else':
 			booty_call['force_initiative'] = 1
 			booty_call['force_initiative'] = 1
 			cla & *nl
 			cla & *nl
@@ -1713,19 +1713,19 @@ if $ARGS[0] = 'cowgirl_change_pace':
 	cla
 	cla
 	if booty_call['speed'] = 1:
 	if booty_call['speed'] = 1:
 		act'Pick up the pace a little': gt 'booty_call_sex', 'cowgirl2'
 		act'Pick up the pace a little': gt 'booty_call_sex', 'cowgirl2'
-		
+
 		act'Ride ''em cowgirl!': gt 'booty_call_sex', 'cowgirl3'
 		act'Ride ''em cowgirl!': gt 'booty_call_sex', 'cowgirl3'
 	end
 	end
-	
+
 	if booty_call['speed'] = 2:
 	if booty_call['speed'] = 2:
 		act'Ride him gently': gt 'booty_call_sex', 'cowgirl1'
 		act'Ride him gently': gt 'booty_call_sex', 'cowgirl1'
-		
+
 		act'Ride ''em cowgirl!': gt 'booty_call_sex', 'cowgirl3'
 		act'Ride ''em cowgirl!': gt 'booty_call_sex', 'cowgirl3'
 	end
 	end
-	
+
 	if booty_call['speed'] ! 3:
 	if booty_call['speed'] ! 3:
 		act'Ride him gently': gt 'booty_call_sex', 'cowgirl1'
 		act'Ride him gently': gt 'booty_call_sex', 'cowgirl1'
-		
+
 		act'Slow it down a little': gt 'booty_call_sex', 'cowgirl2'
 		act'Slow it down a little': gt 'booty_call_sex', 'cowgirl2'
 	end
 	end
 end
 end
@@ -1802,7 +1802,7 @@ if $ARGS[0] = 'harden_hand':
 		if booty_call['cum_count'] > npc_sexdrive[$boy]:
 		if booty_call['cum_count'] > npc_sexdrive[$boy]:
 			!! IMAGE HERE
 			!! IMAGE HERE
 			$npc_apt_bedroom[$boy]
 			$npc_apt_bedroom[$boy]
-			if $booty_call['cum_choice'] = 'creampie' or $booty_call['cum_choice'] = 'creampie_surprise': 
+			if $booty_call['cum_choice'] = 'creampie' or $booty_call['cum_choice'] = 'creampie_surprise':
 				'You pull away, pussy trailing semen as you get down in front of <<$npc_firstname[$boy]>> and grab his cock. You work his shaft furiously, trying to keep him hard. But despite your best efforts, his dick softens in your grasp and you can''t get it to rise again. '
 				'You pull away, pussy trailing semen as you get down in front of <<$npc_firstname[$boy]>> and grab his cock. You work his shaft furiously, trying to keep him hard. But despite your best efforts, his dick softens in your grasp and you can''t get it to rise again. '
 			else
 			else
 				'Taking hold of his cock, you work his shaft furiously, trying to keep him hard. But despite your best efforts, his dick softens in your grasp and you can''t get it to rise again.'
 				'Taking hold of his cock, you work his shaft furiously, trying to keep him hard. But despite your best efforts, his dick softens in your grasp and you can''t get it to rise again.'
@@ -1813,7 +1813,7 @@ if $ARGS[0] = 'harden_hand':
 			gs 'booty_call_after', 'after_sex1'
 			gs 'booty_call_after', 'after_sex1'
 		else
 		else
 			'<center><video autoplay loop src="images/shared/sex/handjob/hj3.mp4"></video></center>'
 			'<center><video autoplay loop src="images/shared/sex/handjob/hj3.mp4"></video></center>'
-			if $booty_call['cum_choice'] = 'creampie' or $booty_call['cum_choice'] = 'creampie_surprise': 
+			if $booty_call['cum_choice'] = 'creampie' or $booty_call['cum_choice'] = 'creampie_surprise':
 				'You pull away, pussy trailing semen as you get down in front of <<$npc_firstname[$boy]>> and grab his cock. You work his shaft furiously, trying to keep him hard. It doesn''t take long, only a minute or two, and before you know it <<$npc_firstname[$boy]>> is standing at attention once again.'
 				'You pull away, pussy trailing semen as you get down in front of <<$npc_firstname[$boy]>> and grab his cock. You work his shaft furiously, trying to keep him hard. It doesn''t take long, only a minute or two, and before you know it <<$npc_firstname[$boy]>> is standing at attention once again.'
 			else
 			else
 				'Taking hold of his cock, you work his shaft furiously, trying to keep him hard. It doesn''t take long, only a minute or two, and before you know it <<$npc_firstname[$boy]>> is standing at attention once again.'
 				'Taking hold of his cock, you work his shaft furiously, trying to keep him hard. It doesn''t take long, only a minute or two, and before you know it <<$npc_firstname[$boy]>> is standing at attention once again.'
@@ -1841,7 +1841,7 @@ if $ARGS[0] = 'harden_mouth':
 		if booty_call['cum_count'] > npc_sexdrive[$boy]:
 		if booty_call['cum_count'] > npc_sexdrive[$boy]:
 			!! IMAGE HERE
 			!! IMAGE HERE
 			$npc_apt_bedroom[$boy]
 			$npc_apt_bedroom[$boy]
-			if ($booty_call['cum_choice'] = 'creampie' or $booty_call['cum_choice'] = 'creampie_surprise') and booty_call['cock_remove'] ! 1: 
+			if ($booty_call['cum_choice'] = 'creampie' or $booty_call['cum_choice'] = 'creampie_surprise') and booty_call['cock_remove'] ! 1:
 				'You pull away, pussy trailing semen as you get down in front of <<$npc_firstname[$boy]>>. Taking his cock in your mouth, you suck gently on its head, licking, teasing, playing, trying to keep him hard. But try as you might, you can feel his dick softening between your lips.'
 				'You pull away, pussy trailing semen as you get down in front of <<$npc_firstname[$boy]>>. Taking his cock in your mouth, you suck gently on its head, licking, teasing, playing, trying to keep him hard. But try as you might, you can feel his dick softening between your lips.'
 			else
 			else
 				'You pull away and get down in front of <<$npc_firstname[$boy]>>. Taking his cock in your mouth, you suck gently on its head, licking, teasing, playing, trying to keep him hard. But try as you might, you can feel his dick softening between your lips.'
 				'You pull away and get down in front of <<$npc_firstname[$boy]>>. Taking his cock in your mouth, you suck gently on its head, licking, teasing, playing, trying to keep him hard. But try as you might, you can feel his dick softening between your lips.'
@@ -1854,7 +1854,7 @@ if $ARGS[0] = 'harden_mouth':
 			!! REPLACE
 			!! REPLACE
 			!! IMAGE HERE
 			!! IMAGE HERE
 			 '<center><video autoplay loop src="images/shared/sex/blowjob/play1.mp4"></video></center>'
 			 '<center><video autoplay loop src="images/shared/sex/blowjob/play1.mp4"></video></center>'
-			if ($booty_call['cum_choice'] = 'creampie' or $booty_call['cum_choice'] = 'creampie_surprise') and booty_call['cock_remove'] ! 1: 
+			if ($booty_call['cum_choice'] = 'creampie' or $booty_call['cum_choice'] = 'creampie_surprise') and booty_call['cock_remove'] ! 1:
 				'You pull away, pussy trailing semen as you get down in front of <<$npc_firstname[$boy]>>. Taking his cock in your mouth, you suck gently on its head, licking, teasing, playing, trying to keep him hard. After a few moments of softness, the dick between your lips noticeably stiffens up and is ready to ride again.'
 				'You pull away, pussy trailing semen as you get down in front of <<$npc_firstname[$boy]>>. Taking his cock in your mouth, you suck gently on its head, licking, teasing, playing, trying to keep him hard. After a few moments of softness, the dick between your lips noticeably stiffens up and is ready to ride again.'
 			else
 			else
 				'Taking his cock in your mouth, you suck gently on its head, licking, teasing, playing, trying to keep him hard. After a few moments of softness, the dick between your lips noticeably stiffens up and is ready to ride again.'
 				'Taking his cock in your mouth, you suck gently on its head, licking, teasing, playing, trying to keep him hard. After a few moments of softness, the dick between your lips noticeably stiffens up and is ready to ride again.'
@@ -1876,4 +1876,4 @@ if $ARGS[0] = 'harden_mouth':
 	end
 	end
 end
 end
 
 
---- booty_call_sex ---------------------------------
+--- booty_call_sex ---------------------------------

+ 113 - 113
locations/booty_call_start.qsrc

@@ -30,7 +30,7 @@ if $ARGS[0] = 'text1':
 		end
 		end
 		gs'booty_call_start','text2'
 		gs'booty_call_start','text2'
 	end
 	end
-	
+
 	act'Me too':
 	act'Me too':
 		cla & *clr
 		cla & *clr
 		!! IMAGE HERE
 		!! IMAGE HERE
@@ -52,7 +52,7 @@ if $ARGS[0] = 'text2':
 		'	<b><font color="blue">maybe next time then</font></b>'
 		'	<b><font color="blue">maybe next time then</font></b>'
 		act'Put your phone away':gt'somewhere'
 		act'Put your phone away':gt'somewhere'
 	end
 	end
-	
+
 	act'I''m on my way':
 	act'I''m on my way':
 		cla & *nl
 		cla & *nl
 		'<b><font color="pink">ill come right now ;)</font></b>'
 		'<b><font color="pink">ill come right now ;)</font></b>'
@@ -69,7 +69,7 @@ if $ARGS[0] = 'text2':
 		!! confirm player is coming over
 		!! confirm player is coming over
 		act'Put away your phone':gt $loc, $loc_arg
 		act'Put away your phone':gt $loc, $loc_arg
 	end
 	end
-	
+
 	act'I''ll swing by later':
 	act'I''ll swing by later':
 		cla & *nl
 		cla & *nl
 		'<b><font color="pink">not right now</font></b>'
 		'<b><font color="pink">not right now</font></b>'
@@ -83,9 +83,9 @@ if $ARGS[0] = 'text2':
 			!! fix this code to work with this event
 			!! fix this code to work with this event
 			contMeetHour[Call4Date["ContactIndex"]] = input ("When do you want to go over to his place? It is now <<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>>. [Enter the hour only <<hour>> - 22]")
 			contMeetHour[Call4Date["ContactIndex"]] = input ("When do you want to go over to his place? It is now <<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>>. [Enter the hour only <<hour>> - 22]")
 			if contMeetHour[Call4Date["ContactIndex"]] <= hour or contMeetHour[Call4Date["ContactIndex"]] > 23:contMeetHour[Call4Date["ContactIndex"]] = 20
 			if contMeetHour[Call4Date["ContactIndex"]] <= hour or contMeetHour[Call4Date["ContactIndex"]] > 23:contMeetHour[Call4Date["ContactIndex"]] = 20
-			
+
 			'<b><font color="pink">maybe around <<contMeetHour[Call4Date["ContactIndex"]]>>:00?</font></b>'
 			'<b><font color="pink">maybe around <<contMeetHour[Call4Date["ContactIndex"]]>>:00?</font></b>'
-			
+
 			'"How about <<contMeetHour[Call4Date["ContactIndex"]]>>:00?."'
 			'"How about <<contMeetHour[Call4Date["ContactIndex"]]>>:00?."'
 			'<<$Call4Date["CallerName"]>>, "Okay <<$Call4Date["SvetaName"]>>, see you at <<contMeetHour[Call4Date["ContactIndex"]]>>:00."'
 			'<<$Call4Date["CallerName"]>>, "Okay <<$Call4Date["SvetaName"]>>, see you at <<contMeetHour[Call4Date["ContactIndex"]]>>:00."'
 
 
@@ -119,7 +119,7 @@ if $ARGS[0] = 'invite_yourself1':
 			'<b><font color="pink">i''ll text you later</font></b>'
 			'<b><font color="pink">i''ll text you later</font></b>'
 			act'Put away your phone':gt $loc, $loc_arg
 			act'Put away your phone':gt $loc, $loc_arg
 		end
 		end
-		
+
 		act'This is a booty call':
 		act'This is a booty call':
 			cla & *nl
 			cla & *nl
 			'<b><font color="pink">when do you get off?</font></b>'
 			'<b><font color="pink">when do you get off?</font></b>'
@@ -128,7 +128,7 @@ if $ARGS[0] = 'invite_yourself1':
 			'	<b><font color="blue">wanna come then?</font></b>'
 			'	<b><font color="blue">wanna come then?</font></b>'
 			gs'booty_call_start','invite_yourself2'
 			gs'booty_call_start','invite_yourself2'
 		end
 		end
-		
+
 		act'I wanna fuck':
 		act'I wanna fuck':
 			cla & *nl
 			cla & *nl
 			'<b><font color="pink">i wanna fuck</font></b>'
 			'<b><font color="pink">i wanna fuck</font></b>'
@@ -150,13 +150,13 @@ if $ARGS[0] = 'invite_yourself1':
 			!! missing code
 			!! missing code
 			act'Put away your phone':gt $loc, $loc_arg
 			act'Put away your phone':gt $loc, $loc_arg
 		end
 		end
-		
+
 		act'Can I come later?':
 		act'Can I come later?':
 			cla & *nl
 			cla & *nl
 			!! missing code
 			!! missing code
 			contMeetHour[Call4Date["ContactIndex"]] = input ("When do you want to go over to his place? It is now <<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>>. [Enter the hour only <<hour>> - 22]")
 			contMeetHour[Call4Date["ContactIndex"]] = input ("When do you want to go over to his place? It is now <<$mid(100+hour,2,2)>>:<<$mid(100+minut,2,2)>>. [Enter the hour only <<hour>> - 22]")
 			if contMeetHour[Call4Date["ContactIndex"]] <= hour or contMeetHour[Call4Date["ContactIndex"]] > 23:contMeetHour[Call4Date["ContactIndex"]] = 20
 			if contMeetHour[Call4Date["ContactIndex"]] <= hour or contMeetHour[Call4Date["ContactIndex"]] > 23:contMeetHour[Call4Date["ContactIndex"]] = 20
-			
+
 			'<b><font color="pink">then we''re on the same page</font></b>'
 			'<b><font color="pink">then we''re on the same page</font></b>'
 			'<b><font color="pink">but i''m just trying to plan my day</font></b>'
 			'<b><font color="pink">but i''m just trying to plan my day</font></b>'
 			'<b><font color="pink">can i come over at <<contMeetHour[Call4Date["ContactIndex"]]>>:00?</font></b>'
 			'<b><font color="pink">can i come over at <<contMeetHour[Call4Date["ContactIndex"]]>>:00?</font></b>'
@@ -167,14 +167,14 @@ if $ARGS[0] = 'invite_yourself1':
 				'<b><font color="pink">figure something out til i get there</font></b>'
 				'<b><font color="pink">figure something out til i get there</font></b>'
 				act'Put away your phone':gt $loc, $loc_arg
 				act'Put away your phone':gt $loc, $loc_arg
 			end
 			end
-			
+
 			act'Try to stay hard':
 			act'Try to stay hard':
 				cla & *nl
 				cla & *nl
 				'<b><font color="pink">just try to stay hard</font></b>'
 				'<b><font color="pink">just try to stay hard</font></b>'
 				'<b><font color="pink">i don''t want to get there and find out my meat stick has gone soft</font></b>'
 				'<b><font color="pink">i don''t want to get there and find out my meat stick has gone soft</font></b>'
 				act'Put away your phone':gt $loc, $loc_arg
 				act'Put away your phone':gt $loc, $loc_arg
 			end
 			end
-			
+
 			act'Dream on it':
 			act'Dream on it':
 				cla & *nl
 				cla & *nl
 				'<b><font color="pink">dream on it ;)</font></b>'
 				'<b><font color="pink">dream on it ;)</font></b>'
@@ -194,14 +194,14 @@ if $ARGS[0] = 'invite_yourself2':
 		!! add prevention so you can''t ask again today
 		!! add prevention so you can''t ask again today
 		act'Put away your phone':gt $loc, $loc_arg
 		act'Put away your phone':gt $loc, $loc_arg
 	end
 	end
-	
+
 	act'Yes':
 	act'Yes':
 		cla & *nl
 		cla & *nl
 		'<b><font color="pink">yeah, id like to come around that time ;)</font></b>'
 		'<b><font color="pink">yeah, id like to come around that time ;)</font></b>'
 		'	<b><font color="blue">great</font></b>'
 		'	<b><font color="blue">great</font></b>'
 		!! missing code
 		!! missing code
 		!! add event to schedule
 		!! add event to schedule
-		
+
 		act'Put away your phone':gt $loc, $loc_arg
 		act'Put away your phone':gt $loc, $loc_arg
 	end
 	end
 end
 end
@@ -209,7 +209,7 @@ end
 if $ARGS[0] = 'get_invited':
 if $ARGS[0] = 'get_invited':
 	if rand(0,1) = 1:
 	if rand(0,1) = 1:
 		'"Why don''t you come over to my place right now and we can have some fun?"'
 		'"Why don''t you come over to my place right now and we can have some fun?"'
-		
+
 	else
 	else
 		'"Why don''t you come over to my place tonight and we can have some fun?"'
 		'"Why don''t you come over to my place tonight and we can have some fun?"'
 	end
 	end
@@ -236,7 +236,7 @@ if $ARGS[0] = 'start':
 		'"Come on in," he says, and leads you inside.'
 		'"Come on in," he says, and leads you inside.'
 		act'Take it to the bedroom':gt 'booty_call_start', 'bed_start'
 		act'Take it to the bedroom':gt 'booty_call_start', 'bed_start'
 	end
 	end
-	
+
 	act'Shut up and let''s fuck':
 	act'Shut up and let''s fuck':
 		cla & *nl
 		cla & *nl
 		if npc_apt_type < 3:
 		if npc_apt_type < 3:
@@ -306,20 +306,20 @@ if $ARGS[0] = 'selfish_initiative':
 		if npc_selfish[$boy] = 1 or rand(0,1) = 1:
 		if npc_selfish[$boy] = 1 or rand(0,1) = 1:
 			if rand(0,1) = 1:
 			if rand(0,1) = 1:
 				'"Come on <<$pcs_nickname>>." He prods forward relentlessly with his cock, poking you in the cheek with it, trying to push it past your lips. "Just do it."'
 				'"Come on <<$pcs_nickname>>." He prods forward relentlessly with his cock, poking you in the cheek with it, trying to push it past your lips. "Just do it."'
-				
+
 			else
 			else
 				'"Come on, please?" he asks. "I''d really appreciate it."'
 				'"Come on, please?" he asks. "I''d really appreciate it."'
 			end
 			end
-			
+
 			act'Blow him reluctantly':
 			act'Blow him reluctantly':
 				cla & *nl
 				cla & *nl
 				booty_call['reluctant_bj'] = 1
 				booty_call['reluctant_bj'] = 1
 				'"<i>Ugh!</i> Fiiiine," you grumble, leaning forward to take his dick in your mouth.'
 				'"<i>Ugh!</i> Fiiiine," you grumble, leaning forward to take his dick in your mouth.'
 				act'Suck':gt 'booty_call_start', 'bj_sub1'
 				act'Suck':gt 'booty_call_start', 'bj_sub1'
 			end
 			end
-			
+
 			act'Blow him':gt 'booty_call_start', 'bj_sub1'
 			act'Blow him':gt 'booty_call_start', 'bj_sub1'
-				
+
 			gs 'willpower', 'bj', 'resist'
 			gs 'willpower', 'bj', 'resist'
 			if will_cost <= pcs_willpwr:
 			if will_cost <= pcs_willpwr:
 				act'How about a handy instead? (<<will_cost>> Willpower)':
 				act'How about a handy instead? (<<will_cost>> Willpower)':
@@ -335,7 +335,7 @@ if $ARGS[0] = 'selfish_initiative':
 				act'How about a handy instead? (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 				act'How about a handy instead? (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 			end
 			end
 			gs 'willpower', 'bj', 'resist', 'easy'
 			gs 'willpower', 'bj', 'resist', 'easy'
-			
+
 	!!{		if will_cost <= pcs_willpwr:
 	!!{		if will_cost <= pcs_willpwr:
 				act'Can we 69?  (<<will_cost>> Willpower)':
 				act'Can we 69?  (<<will_cost>> Willpower)':
 					cla & *nl
 					cla & *nl
@@ -394,7 +394,7 @@ if $ARGS[0] = 'kuni_start':
 			act'Get eaten out':gs 'booty_call_start', 'pussy_lick'
 			act'Get eaten out':gs 'booty_call_start', 'pussy_lick'
 		end
 		end
 	end
 	end
-	
+
 	if kuni_yes[$boy] < 1:
 	if kuni_yes[$boy] < 1:
 		act'Close your legs ':
 		act'Close your legs ':
 			cla & *clr
 			cla & *clr
@@ -546,7 +546,7 @@ if $ARGS[0] = 'pussy_lick':
 			booty_call['orgasm_count'] += 1
 			booty_call['orgasm_count'] += 1
 			booty_call['orgasm'] = orgasm
 			booty_call['orgasm'] = orgasm
 			'It doesn''t take long before you''re buckling under <<$npc_firstname[$boy]>>''s tongue, squirming in orgasm as he continues teasing, sucking, playing with your clit. You groan a loud ragged breath as you come hard beneath his touch.'
 			'It doesn''t take long before you''re buckling under <<$npc_firstname[$boy]>>''s tongue, squirming in orgasm as he continues teasing, sucking, playing with your clit. You groan a loud ragged breath as you come hard beneath his touch.'
-			
+
 			if npc_pussyeater[$boy] = 1:
 			if npc_pussyeater[$boy] = 1:
 				gs 'booty_call_start', 'pussy_lick_loop'
 				gs 'booty_call_start', 'pussy_lick_loop'
 			else
 			else
@@ -616,7 +616,7 @@ if $ARGS[0] = 'pussy_lick_loop':
 			end
 			end
 			gs 'booty_call_start', 'pussy_lick_loop'
 			gs 'booty_call_start', 'pussy_lick_loop'
 		end
 		end
-		
+
 		act'Stop him (let''s fuck)':
 		act'Stop him (let''s fuck)':
 			pcs_horny = 60
 			pcs_horny = 60
 			$orgasm_or = ''
 			$orgasm_or = ''
@@ -633,7 +633,7 @@ if $ARGS[0] = 'pussy_lick_loop':
 			end
 			end
 		end
 		end
 	end
 	end
-	
+
 	act'Stop him (too sensitive)':
 	act'Stop him (too sensitive)':
 		cla & *clr
 		cla & *clr
 		!! IMAGE HERE
 		!! IMAGE HERE
@@ -646,7 +646,7 @@ if $ARGS[0] = 'pussy_lick_loop':
 			'"I''m done," you say, taking ragged breaths. "I can''t do anything else after that."'
 			'"I''m done," you say, taking ragged breaths. "I can''t do anything else after that."'
 			gs 'booty_call_after', 'after_sex1'
 			gs 'booty_call_after', 'after_sex1'
 		end
 		end
-		
+
 		act'Give me a minute':
 		act'Give me a minute':
 			cla & *clr
 			cla & *clr
 			$npc_apt_bedroom[$boy]
 			$npc_apt_bedroom[$boy]
@@ -765,7 +765,7 @@ if $ARGS[0] = 'bj_sub_cum_surprise':
 			gs 'booty_call_start', 'bj_tasty'
 			gs 'booty_call_start', 'bj_tasty'
 			gs 'booty_call_start', 'bj_already'
 			gs 'booty_call_start', 'bj_already'
 		end
 		end
-		
+
 		act'Take it in stride (spit)':
 		act'Take it in stride (spit)':
 			booty_call['bj_cum'] = 2
 			booty_call['bj_cum'] = 2
 			gs 'cum_call', 'mouth', $boy, 1
 			gs 'cum_call', 'mouth', $boy, 1
@@ -776,7 +776,7 @@ if $ARGS[0] = 'bj_sub_cum_surprise':
 			gs 'booty_call_start', 'bj_warning_next_time'
 			gs 'booty_call_start', 'bj_warning_next_time'
 			gs 'booty_call_start', 'bj_already'
 			gs 'booty_call_start', 'bj_already'
 		end
 		end
-		
+
 		act'Gag':
 		act'Gag':
 			cla & *clr
 			cla & *clr
 			booty_call['bj_cum'] = 4
 			booty_call['bj_cum'] = 4
@@ -819,7 +819,7 @@ if $ARGS[0] = 'bj_sub_cum_surprise':
 					gs 'booty_call_sex', 'sex_end'
 					gs 'booty_call_sex', 'sex_end'
 				end
 				end
 			end
 			end
-			
+
 			gs 'booty_call_start', 'bj_warning_next_time'
 			gs 'booty_call_start', 'bj_warning_next_time'
 		end
 		end
 	end
 	end
@@ -846,7 +846,7 @@ if $ARGS[0] = 'bj_sub_cum_mouth1':
 					gs 'booty_call_start', 'bj_sub_cum_tits2'
 					gs 'booty_call_start', 'bj_sub_cum_tits2'
 				end
 				end
 			end
 			end
-			
+
 			act'Ugh, fine':
 			act'Ugh, fine':
 				cla & *clr
 				cla & *clr
 				'<center><video autoplay loop src="images/shared/sex/blowjob/bj47.mp4"></video></center>'
 				'<center><video autoplay loop src="images/shared/sex/blowjob/bj47.mp4"></video></center>'
@@ -855,7 +855,7 @@ if $ARGS[0] = 'bj_sub_cum_mouth1':
 				gs 'booty_call_start', 'bj_sub_cum_mouth_spit'
 				gs 'booty_call_start', 'bj_sub_cum_mouth_spit'
 				gs 'booty_call_start', 'bj_sub_cum_mouth_swallow'
 				gs 'booty_call_start', 'bj_sub_cum_mouth_swallow'
 			end
 			end
-			
+
 		else
 		else
 			if rand(0,1) = 1:
 			if rand(0,1) = 1:
 				'"Oh. Well I just... I thought... uhh... Sorry. It''s a dumb idea isn''t it?"'
 				'"Oh. Well I just... I thought... uhh... Sorry. It''s a dumb idea isn''t it?"'
@@ -863,7 +863,7 @@ if $ARGS[0] = 'bj_sub_cum_mouth1':
 				'"Because it''s hot?" he says, looking at you expectantly.'
 				'"Because it''s hot?" he says, looking at you expectantly.'
 			end
 			end
 		end
 		end
-		
+
 		act'Couldn''t hurt':
 		act'Couldn''t hurt':
 			cla & *clr
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/sex/blowjob/bj47.mp4"></video></center>'
 			'<center><video autoplay loop src="images/shared/sex/blowjob/bj47.mp4"></video></center>'
@@ -871,7 +871,7 @@ if $ARGS[0] = 'bj_sub_cum_mouth1':
 			gs 'booty_call_start', 'bj_sub_cum_mouth_spit'
 			gs 'booty_call_start', 'bj_sub_cum_mouth_spit'
 			gs 'booty_call_start', 'bj_sub_cum_mouth_swallow'
 			gs 'booty_call_start', 'bj_sub_cum_mouth_swallow'
 		end
 		end
-		
+
 		act'Just wondered (let him)':
 		act'Just wondered (let him)':
 			cla & *clr
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/sex/cum/mouth/deep1.mp4"></video></center>'
 			'<center><video autoplay loop src="images/shared/sex/cum/mouth/deep1.mp4"></video></center>'
@@ -879,7 +879,7 @@ if $ARGS[0] = 'bj_sub_cum_mouth1':
 			gs 'booty_call_start', 'bj_sub_cum_mouth_spit'
 			gs 'booty_call_start', 'bj_sub_cum_mouth_spit'
 			gs 'booty_call_start', 'bj_sub_cum_mouth_swallow'
 			gs 'booty_call_start', 'bj_sub_cum_mouth_swallow'
 		end
 		end
-		
+
 		gs 'booty_call_start', 'bj_sub_cum_face3'
 		gs 'booty_call_start', 'bj_sub_cum_face3'
 		act'How about my tits intstead?':
 		act'How about my tits intstead?':
 			cla & *nl
 			cla & *nl
@@ -889,7 +889,7 @@ if $ARGS[0] = 'bj_sub_cum_mouth1':
 		end
 		end
 		gs 'booty_call_start', 'bj_sub_cum_hand'
 		gs 'booty_call_start', 'bj_sub_cum_hand'
 	end
 	end
-	
+
 	act'Reluctantly let him':
 	act'Reluctantly let him':
 		cla & *nl
 		cla & *nl
 !!		'<center><video autoplay loop src="images/shared/sex/cum/mouth/swallow5.mp4"></video></center>'
 !!		'<center><video autoplay loop src="images/shared/sex/cum/mouth/swallow5.mp4"></video></center>'
@@ -897,7 +897,7 @@ if $ARGS[0] = 'bj_sub_cum_mouth1':
 		gs 'booty_call_start', 'bj_sub_cum_mouth_spit'
 		gs 'booty_call_start', 'bj_sub_cum_mouth_spit'
 		gs 'booty_call_start', 'bj_sub_cum_mouth_swallow'
 		gs 'booty_call_start', 'bj_sub_cum_mouth_swallow'
 	end
 	end
-	
+
 	act'Let him':
 	act'Let him':
 		cla & *nl
 		cla & *nl
 !!		'<center><video autoplay loop src="images/shared/sex/cum/mouth/swallow5.mp4"></video></center>'
 !!		'<center><video autoplay loop src="images/shared/sex/cum/mouth/swallow5.mp4"></video></center>'
@@ -905,11 +905,11 @@ if $ARGS[0] = 'bj_sub_cum_mouth1':
 		gs 'booty_call_start', 'bj_sub_cum_mouth_spit'
 		gs 'booty_call_start', 'bj_sub_cum_mouth_spit'
 		gs 'booty_call_start', 'bj_sub_cum_mouth_swallow'
 		gs 'booty_call_start', 'bj_sub_cum_mouth_swallow'
 	end
 	end
-	
+
 	gs 'booty_call_start', 'bj_sub_cum_mouth_gag'
 	gs 'booty_call_start', 'bj_sub_cum_mouth_gag'
-	
+
 	gs 'booty_call_start', 'bj_sub_cum_face3'
 	gs 'booty_call_start', 'bj_sub_cum_face3'
-	
+
 	act'How about my tits instead?':
 	act'How about my tits instead?':
 		cla & *nl
 		cla & *nl
 		'"How about I let you cum on my tits instead?" you smile enticingly.'
 		'"How about I let you cum on my tits instead?" you smile enticingly.'
@@ -975,7 +975,7 @@ if $ARGS[0] = 'bj_sub_cum_mouth_swallow':
 		'You struggle to keep the salty liquid from spilling past your lips but manage to all the way back up to his tip losing only a single drop along the way. And then, without removing your lips, you swallow the entire load in one gulp with a satisfied, "<i>Ahhh,</i>" smiling up at <<$npc_firstname[$boy]>>.'
 		'You struggle to keep the salty liquid from spilling past your lips but manage to all the way back up to his tip losing only a single drop along the way. And then, without removing your lips, you swallow the entire load in one gulp with a satisfied, "<i>Ahhh,</i>" smiling up at <<$npc_firstname[$boy]>>.'
 		gs 'booty_call_sex', 'sex_end'
 		gs 'booty_call_sex', 'sex_end'
 	end
 	end
-	
+
 	act'Swallow (gross)':
 	act'Swallow (gross)':
 		booty_call['cum_swallow'] += 1
 		booty_call['cum_swallow'] += 1
 		gs 'cum_call', 'mouth_swallow', $boy, 1
 		gs 'cum_call', 'mouth_swallow', $boy, 1
@@ -1000,7 +1000,7 @@ if $ARGS[0] = 'bj_sub_cum_mouth_swallow':
 			else
 			else
 				'"Then why''d you do it?" <<$npc_firstname[$boy]>> asks, a dumbfounded look on his face.'
 				'"Then why''d you do it?" <<$npc_firstname[$boy]>> asks, a dumbfounded look on his face.'
 				gs 'booty_call_start', 'cum_mouth_swallow_why'
 				gs 'booty_call_start', 'cum_mouth_swallow_why'
-				
+
 				act'Cause boys like it':
 				act'Cause boys like it':
 					cla & *clr
 					cla & *clr
 					$npc_apt_bedroom[$boy]
 					$npc_apt_bedroom[$boy]
@@ -1018,7 +1018,7 @@ if $ARGS[0] = 'bj_sub_cum_mouth_swallow':
 						'<<$npc_firstname[$boy]>> laughs wholeheartedly as you fan your mouth, hoping it will somehow make the taste go away.'
 						'<<$npc_firstname[$boy]>> laughs wholeheartedly as you fan your mouth, hoping it will somehow make the taste go away.'
 						gs 'booty_call_sex', 'sex_end'
 						gs 'booty_call_sex', 'sex_end'
 					end
 					end
-					
+
 					act'Because you asked':
 					act'Because you asked':
 						cla & *clr
 						cla & *clr
 						$npc_apt_bedroom[$boy]
 						$npc_apt_bedroom[$boy]
@@ -1073,11 +1073,11 @@ if $ARGS[0] = 'bj_sub_cum_face1':
 	act'No way':
 	act'No way':
 		cla & *nl
 		cla & *nl
 		'"Nuh uh," you pop off his cock, giving him a disgusted look. "There''s no <i>way</i> I''m letting your spray that all over my face."'
 		'"Nuh uh," you pop off his cock, giving him a disgusted look. "There''s no <i>way</i> I''m letting your spray that all over my face."'
-		
+
 		gs 'booty_call_start', 'bj_sub_cum_hand'
 		gs 'booty_call_start', 'bj_sub_cum_hand'
-	
+
 		gs 'booty_call_start', 'bj_sub_cum_tits2'
 		gs 'booty_call_start', 'bj_sub_cum_tits2'
-		
+
 		act'How about my mouth instead?':
 		act'How about my mouth instead?':
 			cla & *nl
 			cla & *nl
 			'"How about my mouth instead?" you smile. "Don''t you want to just pump it straight down my throat instead?"'
 			'"How about my mouth instead?" you smile. "Don''t you want to just pump it straight down my throat instead?"'
@@ -1085,7 +1085,7 @@ if $ARGS[0] = 'bj_sub_cum_face1':
 			gs 'booty_call_start', 'bj_sub_cum_mouth2'
 			gs 'booty_call_start', 'bj_sub_cum_mouth2'
 		end
 		end
 	end
 	end
-	
+
 	act'Let him (gross)':
 	act'Let him (gross)':
 		booty_call['cum_face'] = 1
 		booty_call['cum_face'] = 1
 		gs 'cum_call', 'face', $boy, 1
 		gs 'cum_call', 'face', $boy, 1
@@ -1101,7 +1101,7 @@ if $ARGS[0] = 'bj_sub_cum_face1':
 		gs 'booty_call_after', 'wipe_face'
 		gs 'booty_call_after', 'wipe_face'
 		gs 'booty_call_sex', 'sex_end'
 		gs 'booty_call_sex', 'sex_end'
 	end
 	end
-	
+
 	act'Let him (passive)':
 	act'Let him (passive)':
 		booty_call['cum_face'] = 1
 		booty_call['cum_face'] = 1
 		gs 'cum_call', 'face', $boy, 1
 		gs 'cum_call', 'face', $boy, 1
@@ -1118,7 +1118,7 @@ if $ARGS[0] = 'bj_sub_cum_face1':
 		gs 'booty_call_after', 'wipe_face'
 		gs 'booty_call_after', 'wipe_face'
 		gs 'booty_call_sex', 'sex_end'
 		gs 'booty_call_sex', 'sex_end'
 	end
 	end
-	
+
 	act'Stick our your tongue (swallow)':
 	act'Stick our your tongue (swallow)':
 		booty_call['cum_face'] = 1
 		booty_call['cum_face'] = 1
 		booty_call['cum_swallow'] += 1
 		booty_call['cum_swallow'] += 1
@@ -1143,7 +1143,7 @@ if $ARGS[0] = 'bj_sub_cum_face1':
 			gs 'booty_call_sex', 'sex_end'
 			gs 'booty_call_sex', 'sex_end'
 		end
 		end
 	end
 	end
-	
+
 	act'Stick our your tongue (spit)':
 	act'Stick our your tongue (spit)':
 		booty_call['cum_face'] = 1
 		booty_call['cum_face'] = 1
 		gs 'cum_call', 'face', $boy, 1
 		gs 'cum_call', 'face', $boy, 1
@@ -1191,7 +1191,7 @@ if $ARGS[0] = 'bj_sub_cum_face3':
 			gs 'booty_call_after', 'wipe_face'
 			gs 'booty_call_after', 'wipe_face'
 			gs 'booty_call_sex', 'sex_end'
 			gs 'booty_call_sex', 'sex_end'
 		end
 		end
-		
+
 		act'Stick our your tongue (swallow)':
 		act'Stick our your tongue (swallow)':
 			booty_call['cum_face'] = 1
 			booty_call['cum_face'] = 1
 			booty_call['cum_swallow'] += 1
 			booty_call['cum_swallow'] += 1
@@ -1212,10 +1212,10 @@ if $ARGS[0] = 'bj_sub_cum_face3':
 				gs 'booty_call_after', 'wipe_face'
 				gs 'booty_call_after', 'wipe_face'
 				gs 'booty_call_sex', 'sex_end'
 				gs 'booty_call_sex', 'sex_end'
 				gs 'booty_call_talk', 'swallow_react1'
 				gs 'booty_call_talk', 'swallow_react1'
-				
+
 			end
 			end
 		end
 		end
-		
+
 		act'Stick our your tongue (spit)':
 		act'Stick our your tongue (spit)':
 			booty_call['cum_face'] = 1
 			booty_call['cum_face'] = 1
 			gs 'cum_call', 'face', $boy, 1
 			gs 'cum_call', 'face', $boy, 1
@@ -1245,7 +1245,7 @@ if $ARGS[0] = 'bj_sub_cum_tits1':
 		gs 'booty_call_start', 'bj_sub_cum_face3'
 		gs 'booty_call_start', 'bj_sub_cum_face3'
 		gs 'booty_call_start', 'bj_sub_cum_mouth2'
 		gs 'booty_call_start', 'bj_sub_cum_mouth2'
 	end
 	end
-	
+
 	act'Jerk him over your tits':
 	act'Jerk him over your tits':
 		booty_call['cum_tits'] = 1
 		booty_call['cum_tits'] = 1
 		gs 'cum_call', 'breasts', $boy, 1
 		gs 'cum_call', 'breasts', $boy, 1
@@ -1321,7 +1321,7 @@ end
 if $ARGS[0] = 'bj_force_cum_mouth':
 if $ARGS[0] = 'bj_force_cum_mouth':
 	booty_call['cum_mouth'] = 1
 	booty_call['cum_mouth'] = 1
 	booty_call['cum_mouth_force'] = 1
 	booty_call['cum_mouth_force'] = 1
-	
+
 	cla & *clr
 	cla & *clr
 	'<center><video autoplay loop src="images/shared/sex/cum/mouth/swallow5.mp4"></video></center>'
 	'<center><video autoplay loop src="images/shared/sex/cum/mouth/swallow5.mp4"></video></center>'
 	'"No than-" You start trying to tell him you won''t do it when he violently grabs your head and forces you back onto his cock.'
 	'"No than-" You start trying to tell him you won''t do it when he violently grabs your head and forces you back onto his cock.'
@@ -1356,7 +1356,7 @@ if $ARGS[0] = 'bj_force_cum_mouth':
 		gs 'booty_call_start', 'be_nice'
 		gs 'booty_call_start', 'be_nice'
 		gs 'booty_call_start', 'lucky_like'
 		gs 'booty_call_start', 'lucky_like'
 	end
 	end
-	
+
 	act'Swallow (take it in stride)':
 	act'Swallow (take it in stride)':
 		booty_call['cum_swallow'] += 1
 		booty_call['cum_swallow'] += 1
 		gs 'cum_call', 'mouth_swallow', $boy, 1
 		gs 'cum_call', 'mouth_swallow', $boy, 1
@@ -1369,7 +1369,7 @@ if $ARGS[0] = 'bj_force_cum_mouth':
 		gs 'booty_call_start', 'lucky_like'
 		gs 'booty_call_start', 'lucky_like'
 !!		gs 'booty_call_start', 'sub_option'
 !!		gs 'booty_call_start', 'sub_option'
 	end
 	end
-	
+
 	act'Spit (take it in stride)':
 	act'Spit (take it in stride)':
 		cla & *clr
 		cla & *clr
 		'<center><video autoplay loop src="images/shared/sex/cum/spit6.mp4"></video></center>'
 		'<center><video autoplay loop src="images/shared/sex/cum/spit6.mp4"></video></center>'
@@ -1455,7 +1455,7 @@ if $ARGS[0] = 'bj_force_cum_grumble':
 						'You lay back on the bed and stare at the ceiling, waiting impatiently while you hear him furiously flapping his flacid dick around, forcing it to get hard again.'
 						'You lay back on the bed and stare at the ceiling, waiting impatiently while you hear him furiously flapping his flacid dick around, forcing it to get hard again.'
 						gs 'booty_call_sex', 'sex_start'
 						gs 'booty_call_sex', 'sex_start'
 					end
 					end
-					
+
 					act'Help him out (hand)':
 					act'Help him out (hand)':
 						cla & *clr
 						cla & *clr
 						gs'arousal','hj',1,'no_orgasm_msg'
 						gs'arousal','hj',1,'no_orgasm_msg'
@@ -1464,7 +1464,7 @@ if $ARGS[0] = 'bj_force_cum_grumble':
 						$booty_call['position'] = ''
 						$booty_call['position'] = ''
 						gs 'booty_call_sex', 'sex_start'
 						gs 'booty_call_sex', 'sex_start'
 					end
 					end
-				
+
 					act'Help him out (mouth)':
 					act'Help him out (mouth)':
 						cla & *clr
 						cla & *clr
 						gs'arousal','bj',1,'no_orgasm_msg'
 						gs'arousal','bj',1,'no_orgasm_msg'
@@ -1499,7 +1499,7 @@ if $ARGS[0] = 'bj_force_cum_grumble':
 							gs 'booty_call_sex', 'sex_start'
 							gs 'booty_call_sex', 'sex_start'
 						end
 						end
 					end
 					end
-				
+
 					act'Try to get him hard again (mouth)':
 					act'Try to get him hard again (mouth)':
 						gs'arousal','bj',rand(1,2),'no_orgasm_msg'
 						gs'arousal','bj',rand(1,2),'no_orgasm_msg'
 						if booty_call['cum_count'] >= npc_sexdrive[$boy]:
 						if booty_call['cum_count'] >= npc_sexdrive[$boy]:
@@ -1564,7 +1564,7 @@ if $ARGS[0] = 'bj_sub_lets_fuck':
 	else
 	else
 		'"That was great," he smiles. "That was exactly what I wanted. But <i>now</i> I want your pussy."'
 		'"That was great," he smiles. "That was exactly what I wanted. But <i>now</i> I want your pussy."'
 		act'It''s about time':booty_call['about_time'] = 1 & gs'booty_call_sex','sex_start'
 		act'It''s about time':booty_call['about_time'] = 1 & gs'booty_call_sex','sex_start'
-				
+
 		act'Can we keep doing this?':
 		act'Can we keep doing this?':
 			cla & *clr
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/sex/blowjob/play1.mp4"></video></center>'
 			'<center><video autoplay loop src="images/shared/sex/blowjob/play1.mp4"></video></center>'
@@ -1580,7 +1580,7 @@ if $ARGS[0] = 'bj_sub_lets_fuck':
 					'"Ugh! You''re impossible!"'
 					'"Ugh! You''re impossible!"'
 					gs'booty_call_after','quit2'
 					gs'booty_call_after','quit2'
 				end
 				end
-				
+
 				act'<i>Fiiiine</i>':
 				act'<i>Fiiiine</i>':
 					cla & *clr
 					cla & *clr
 					$npc_apt_bedroom[$boy]
 					$npc_apt_bedroom[$boy]
@@ -1602,7 +1602,7 @@ if $ARGS[0] = 'bj_sub_lets_fuck':
 					'"Well... if that''s what you want I guess," <<$npc_firstname[$boy]>> shrugs back.'
 					'"Well... if that''s what you want I guess," <<$npc_firstname[$boy]>> shrugs back.'
 					act'Get back to it':gt'booty_call_start','bj_resume'
 					act'Get back to it':gt'booty_call_start','bj_resume'
 				end
 				end
-				
+
 				act'I like giving head':
 				act'I like giving head':
 					cla & *clr
 					cla & *clr
 					'<center><video autoplay loop src="images/shared/sex/blowjob/play1.mp4"></video></center>'
 					'<center><video autoplay loop src="images/shared/sex/blowjob/play1.mp4"></video></center>'
@@ -1695,14 +1695,14 @@ if $ARGS[0] = 'bj_warning_next_time':
 			else
 			else
 				'"Sorry. I just love the way you look with my cum in your mouth. Especially when you swallow."'
 				'"Sorry. I just love the way you look with my cum in your mouth. Especially when you swallow."'
 			end
 			end
-			
+
 			act'You still have to ask':
 			act'You still have to ask':
 				cla & *clr
 				cla & *clr
 				'<center><video autoplay loop src="images/shared/sex/cum/kiss_cock.mp4"></video></center>'
 				'<center><video autoplay loop src="images/shared/sex/cum/kiss_cock.mp4"></video></center>'
 				'"You. Still. Have. To. Ask!" you tease, punctuating your chastisement with a gentle kiss across his tip.'
 				'"You. Still. Have. To. Ask!" you tease, punctuating your chastisement with a gentle kiss across his tip.'
 				gs 'booty_call_sex', 'sex_end'
 				gs 'booty_call_sex', 'sex_end'
 			end
 			end
-			
+
 			act'Really?':
 			act'Really?':
 				npc_cum_pref_know[$boy] = npc_cum_pref[$boy]
 				npc_cum_pref_know[$boy] = npc_cum_pref[$boy]
 				cla & *clr
 				cla & *clr
@@ -1718,13 +1718,13 @@ if $ARGS[0] = 'bj_warning_next_time':
 					'"Well I''ll keep it in mind. Just try not to drown me next time, okay?" you smile.'
 					'"Well I''ll keep it in mind. Just try not to drown me next time, okay?" you smile.'
 					gs 'booty_call_sex', 'sex_end'
 					gs 'booty_call_sex', 'sex_end'
 				end
 				end
-				
+
 				act'Maybe I''ll let you do it more often':
 				act'Maybe I''ll let you do it more often':
 					cla & *nl
 					cla & *nl
 					'"Maybe I''ll let you do it more often going forward," you smirk.'
 					'"Maybe I''ll let you do it more often going forward," you smirk.'
 					gs 'booty_call_sex', 'sex_end'
 					gs 'booty_call_sex', 'sex_end'
 				end
 				end
-				
+
 				act'You still have to ask':
 				act'You still have to ask':
 					cla & *clr
 					cla & *clr
 					'<center><video autoplay loop src="images/shared/sex/cum/kiss_cock.mp4"></video></center>'
 					'<center><video autoplay loop src="images/shared/sex/cum/kiss_cock.mp4"></video></center>'
@@ -1742,7 +1742,7 @@ if $ARGS[0] = 'bj_warning_next_time':
 					'"Thanks," you say, giving him a sweet little kiss on the tip of his cock.'
 					'"Thanks," you say, giving him a sweet little kiss on the tip of his cock.'
 					gs 'booty_call_sex', 'sex_end'
 					gs 'booty_call_sex', 'sex_end'
 				end
 				end
-				
+
 				act'It''s okay':
 				act'It''s okay':
 					cla & *clr
 					cla & *clr
 					'<center><video autoplay loop src="images/shared/sex/cum/kiss_cock.mp4"></video></center>'
 					'<center><video autoplay loop src="images/shared/sex/cum/kiss_cock.mp4"></video></center>'
@@ -1828,7 +1828,7 @@ if $ARGS[0] = 'bj_swallow_gross':
 				'"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."'
 				'"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."'
 				gs 'booty_call_sex', 'sex_end'
 				gs 'booty_call_sex', 'sex_end'
 			end
 			end
-			
+
 			act'Because I like you':
 			act'Because I like you':
 				cla & *nl
 				cla & *nl
 				'"Only cause I happen to like you so much. Ugh, times like this, I wish I didn''t." You give him a dirty look, a smile twitching at the corner of your mouth despite yourself.'
 				'"Only cause I happen to like you so much. Ugh, times like this, I wish I didn''t." You give him a dirty look, a smile twitching at the corner of your mouth despite yourself.'
@@ -1860,15 +1860,15 @@ end
 
 
 if $ARGS[0] = 'foreplay_choose':
 if $ARGS[0] = 'foreplay_choose':
 	if $booty_call['position'] ! 'makeout':gs 'booty_call_start', 'makeout_dom1'
 	if $booty_call['position'] ! 'makeout':gs 'booty_call_start', 'makeout_dom1'
-		
+
 	if $booty_call['position'] ! 'handjob' and $booty_call['position'] ! 'makeout':gs 'booty_call_start', 'handjob_dom1'
 	if $booty_call['position'] ! 'handjob' and $booty_call['position'] ! 'makeout':gs 'booty_call_start', 'handjob_dom1'
-	
+
 	if $booty_call['position'] ! 'blowjob':gs 'booty_call_start', 'bj_dom1'
 	if $booty_call['position'] ! 'blowjob':gs 'booty_call_start', 'bj_dom1'
 
 
 !!	if $booty_call['position'] ! '69':gs 'booty_call_start', '69_dom1'
 !!	if $booty_call['position'] ! '69':gs 'booty_call_start', '69_dom1'
-	
+
 	if $booty_call['position'] ! 'facesit':gs 'booty_call_start', 'facesit_1'
 	if $booty_call['position'] ! 'facesit':gs 'booty_call_start', 'facesit_1'
-	
+
 !!	act'Let him lead':
 !!	act'Let him lead':
 end
 end
 
 
@@ -1910,10 +1910,10 @@ if $ARGS[0] = 'handjob_dom1':
 			booty_call['foreplay_change'] += 1
 			booty_call['foreplay_change'] += 1
 			'Shifting off the bed, you kneel down in front of <<$npc_firstname[$boy]>> and start working his shaft with your hands. You can feel him harden under your fingers and judging by his expression, he''s enjoying the view of your tits as much as the handjob.'
 			'Shifting off the bed, you kneel down in front of <<$npc_firstname[$boy]>> and start working his shaft with your hands. You can feel him harden under your fingers and judging by his expression, he''s enjoying the view of your tits as much as the handjob.'
 		end
 		end
-		
+
 		act'Make him come in your hand':gt'booty_call_start','hj_cum1'
 		act'Make him come in your hand':gt'booty_call_start','hj_cum1'
 		gs 'booty_call_start', 'foreplay_choose'
 		gs 'booty_call_start', 'foreplay_choose'
-		
+
 		act'Have sex':gs 'booty_call_sex', 'sex_start'
 		act'Have sex':gs 'booty_call_sex', 'sex_start'
 	end
 	end
 end
 end
@@ -1949,7 +1949,7 @@ if $ARGS[0] = 'bj_dom1':
 			booty_call['foreplay_change'] += 1
 			booty_call['foreplay_change'] += 1
 			'You move down between <<$npc_firstname[$boy]>>''s legs, dipping your head and using your mouth to play with his cock, licking it, sucking it, kissing it, teasing it, enjoying every little twitch and reaction it elicits from him.'
 			'You move down between <<$npc_firstname[$boy]>>''s legs, dipping your head and using your mouth to play with his cock, licking it, sucking it, kissing it, teasing it, enjoying every little twitch and reaction it elicits from him.'
 		end
 		end
-		
+
 		act'Keep teasing':
 		act'Keep teasing':
 			cla & *clr
 			cla & *clr
 			gs'arousal','bj',rand(1,3),'no_orgasm_msg'
 			gs'arousal','bj',rand(1,3),'no_orgasm_msg'
@@ -1965,37 +1965,37 @@ if $ARGS[0] = 'bj_dom1':
 					*nl
 					*nl
 					'"Sorry," you shamelessly grin. "I couldn''t resist."'
 					'"Sorry," you shamelessly grin. "I couldn''t resist."'
 				end
 				end
-				
+
 				act'In your mouth (swallow)':
 				act'In your mouth (swallow)':
 					booty_call['cum_swallow'] += 1
 					booty_call['cum_swallow'] += 1
 					gs 'booty_call_start', 'bj_dom_swallow1'
 					gs 'booty_call_start', 'bj_dom_swallow1'
 					gs 'booty_call_sex', 'sex_end'
 					gs 'booty_call_sex', 'sex_end'
 				end
 				end
-				
+
 				act'In your mouth (spit)':
 				act'In your mouth (spit)':
 					booty_call['cum_mouth'] = 1
 					booty_call['cum_mouth'] = 1
 					gs 'booty_call_start', 'bj_dom_spit1'
 					gs 'booty_call_start', 'bj_dom_spit1'
 					gs 'booty_call_sex', 'sex_end'
 					gs 'booty_call_sex', 'sex_end'
 				end
 				end
-				
+
 !!{				act'On your face':
 !!{				act'On your face':
 					booty_call['cum_face'] = 1
 					booty_call['cum_face'] = 1
 					gs 'booty_call_start', 'bj_dom_facial1'
 					gs 'booty_call_start', 'bj_dom_facial1'
 					gs 'booty_call_sex', 'sex_end'
 					gs 'booty_call_sex', 'sex_end'
 				end}
 				end}
 			end
 			end
-			
+
 			act'Blow him':gt 'booty_call_start', 'bj_dom2'
 			act'Blow him':gt 'booty_call_start', 'bj_dom2'
-			
+
 			if stat['think_virgin'] = 1:
 			if stat['think_virgin'] = 1:
 				act'Give him your virginity':gt'booty_call_virgin','start1'
 				act'Give him your virginity':gt'booty_call_virgin','start1'
 			else
 			else
 				act'Have sex':gs 'booty_call_sex', 'sex_start'
 				act'Have sex':gs 'booty_call_sex', 'sex_start'
 			end
 			end
 		end
 		end
-		
+
 		act'Blow him':gt 'booty_call_start', 'bj_dom2'
 		act'Blow him':gt 'booty_call_start', 'bj_dom2'
-		
+
 		gs 'booty_call_start', 'foreplay_choose'
 		gs 'booty_call_start', 'foreplay_choose'
 	end
 	end
 end
 end
@@ -2025,25 +2025,25 @@ if $ARGS[0] = 'bj_dom2':
 		end
 		end
 		'A single pulse courses through his cock and you know he''s about to blow.'
 		'A single pulse courses through his cock and you know he''s about to blow.'
 		act'Make him come in your hand':gt'booty_call_start','hj_cum1'
 		act'Make him come in your hand':gt'booty_call_start','hj_cum1'
-		
+
 		act'Tease him to completion':gt 'booty_call_start', 'bj_dom_tease_cum'
 		act'Tease him to completion':gt 'booty_call_start', 'bj_dom_tease_cum'
 
 
 		act'In your mouth (swallow)':
 		act'In your mouth (swallow)':
 			booty_call['cum_swallow'] += 1
 			booty_call['cum_swallow'] += 1
 			gs 'booty_call_start', 'bj_dom_swallow1'
 			gs 'booty_call_start', 'bj_dom_swallow1'
 		end
 		end
-		
+
 		act'In your mouth (spit)':
 		act'In your mouth (spit)':
 			booty_call['cum_mouth'] = 1
 			booty_call['cum_mouth'] = 1
 			gs 'booty_call_start', 'bj_dom_spit1'
 			gs 'booty_call_start', 'bj_dom_spit1'
 		end
 		end
-		
+
 !!		act'On your face':
 !!		act'On your face':
 !!			gs 'booty_call_start', 'bj_dom_facial1'
 !!			gs 'booty_call_start', 'bj_dom_facial1'
 !!			gs 'booty_call_sex', 'sex_end'
 !!			gs 'booty_call_sex', 'sex_end'
 !!		end
 !!		end
 	end
 	end
-	
+
 	act'Do something else':
 	act'Do something else':
 		cla & *clr
 		cla & *clr
 		'<center><video autoplay loop src="images/shared/sex/blowjob/bj47.mp4"></video></center>'
 		'<center><video autoplay loop src="images/shared/sex/blowjob/bj47.mp4"></video></center>'
@@ -2058,7 +2058,7 @@ if $ARGS[0] = 'bj_dom2':
 		else
 		else
 			act'Have sex':gs 'booty_call_sex', 'sex_start'
 			act'Have sex':gs 'booty_call_sex', 'sex_start'
 		end
 		end
-	end	
+	end
 end
 end
 
 
 if $ARGS[0] = 'bj_dom_tease_cum':
 if $ARGS[0] = 'bj_dom_tease_cum':
@@ -2107,7 +2107,7 @@ if $ARGS[0] = 'bj_dom_swallow_react':
 		'"Holy..." <<$npc_firstname[$boy]>> lets his head fall back onto his pillow, his mind seemingly blown by your blowjob skills. Taking satisfaction in a job well done, you continue teasing his cock, running your lips up and down its shaft, peppering it with kisses. "That was incredible..."'
 		'"Holy..." <<$npc_firstname[$boy]>> lets his head fall back onto his pillow, his mind seemingly blown by your blowjob skills. Taking satisfaction in a job well done, you continue teasing his cock, running your lips up and down its shaft, peppering it with kisses. "That was incredible..."'
 		'"Mmmm?" you hum pleasantly. "You liked it that much?"'
 		'"Mmmm?" you hum pleasantly. "You liked it that much?"'
 		'"Like you sucked the soul outta me," he smiles tiredly. "I love the feeling of blowing a load in a girl''s mouth like that, but that was something else."'
 		'"Like you sucked the soul outta me," he smiles tiredly. "I love the feeling of blowing a load in a girl''s mouth like that, but that was something else."'
-		
+
 		act'You like oral creampies?':
 		act'You like oral creampies?':
 			cla & *nl
 			cla & *nl
 			npc_cum_pref_know[$boy]= npc_cum_pref[$boy]
 			npc_cum_pref_know[$boy]= npc_cum_pref[$boy]
@@ -2118,20 +2118,20 @@ if $ARGS[0] = 'bj_dom_swallow_react':
 				'"Good to know," you smirk, running your tongue across his tip.'
 				'"Good to know," you smirk, running your tongue across his tip.'
 				gs 'booty_call_sex', 'sex_end'
 				gs 'booty_call_sex', 'sex_end'
 			end
 			end
-			
+
 			act'I like it too':
 			act'I like it too':
 				cla & *nl
 				cla & *nl
 				'"I like it too," you smirk, running your tongue across his tip. "Guess we both got what we wanted."'
 				'"I like it too," you smirk, running your tongue across his tip. "Guess we both got what we wanted."'
 				gs 'booty_call_sex', 'sex_end'
 				gs 'booty_call_sex', 'sex_end'
 			end
 			end
-			
+
 			act'I''ll keep it in mind':
 			act'I''ll keep it in mind':
 				cla & *nl
 				cla & *nl
 				'"I''ll keep that in mind then," giving <<$npc_firstname[$boy]>> a mischievous smirk and running your tongue across his tip.'
 				'"I''ll keep that in mind then," giving <<$npc_firstname[$boy]>> a mischievous smirk and running your tongue across his tip.'
 				gs 'booty_call_sex', 'sex_end'
 				gs 'booty_call_sex', 'sex_end'
 			end
 			end
 		end
 		end
-		
+
 		act'Lucky you':
 		act'Lucky you':
 			cla & *nl
 			cla & *nl
 			if booty_call['prostitution'] = 0:
 			if booty_call['prostitution'] = 0:
@@ -2154,19 +2154,19 @@ if $ARGS[0] = 'bj_dom_swallow_react':
 		else
 		else
 			'"Woah," <<$npc_firstname[$boy]>>''s head flops onto the pillow, while you continue to play with his cock, still twitching in the throes of post-orgasm bliss. "That was great."'
 			'"Woah," <<$npc_firstname[$boy]>>''s head flops onto the pillow, while you continue to play with his cock, still twitching in the throes of post-orgasm bliss. "That was great."'
 		end
 		end
-		
+
 		act'I know':
 		act'I know':
 			cla & *nl
 			cla & *nl
 			'"Don''t need to tell me how good I am at giving head," you smirk, giving his shaft another lick. "I already know I''m the best."'
 			'"Don''t need to tell me how good I am at giving head," you smirk, giving his shaft another lick. "I already know I''m the best."'
 			gs 'booty_call_sex', 'sex_end'
 			gs 'booty_call_sex', 'sex_end'
 		end
 		end
-		
+
 		act'Glad you enjoyed it':
 		act'Glad you enjoyed it':
 			cla & *nl
 			cla & *nl
 			'"Glad you enjoyed the ride," you smirk, giving his shaft another lick.'
 			'"Glad you enjoyed the ride," you smirk, giving his shaft another lick.'
 			gs 'booty_call_sex', 'sex_end'
 			gs 'booty_call_sex', 'sex_end'
 		end
 		end
-		
+
 		act'Return the favor?':
 		act'Return the favor?':
 			cla & *nl
 			cla & *nl
 			'"Well, if you really want to show you''re grateful," you smirk. "How about you return the favor?"'
 			'"Well, if you really want to show you''re grateful," you smirk. "How about you return the favor?"'
@@ -2235,7 +2235,7 @@ if $ARGS[0] = '69_dom1':
 			booty_call['foreplay_change'] += 1
 			booty_call['foreplay_change'] += 1
 			'You push <<$npc_firstname[$boy]>> back onto the bed and throw your legs over him, reversing yourself in the process, and scooch your ass back towards him. Grinning, you lower your hips down to his face while simultaneously grabbing his cock and preparing it for your mouth.'
 			'You push <<$npc_firstname[$boy]>> back onto the bed and throw your legs over him, reversing yourself in the process, and scooch your ass back towards him. Grinning, you lower your hips down to his face while simultaneously grabbing his cock and preparing it for your mouth.'
 		end
 		end
-		
+
 	end}
 	end}
 end
 end
 
 
@@ -2263,7 +2263,7 @@ if $ARGS[0] = 'facesit_2':
 	'You press your pussy right onto <<$npc_firstname[$boy]>>''s face, forcing it between his lips. He immediately complies, sucking gently on your sex while running his tongue through the folds of your pussy to caress your clit.'
 	'You press your pussy right onto <<$npc_firstname[$boy]>>''s face, forcing it between his lips. He immediately complies, sucking gently on your sex while running his tongue through the folds of your pussy to caress your clit.'
 	*nl
 	*nl
 	'It feels so good, your eyes roll back in your skull and you can''t help but grab him by the hair, trying to force his face harder into your pussy. Heat courses through your hips and somewhere in the back of your mind, you wonder if it''s possible to drown a man with girl cum.'
 	'It feels so good, your eyes roll back in your skull and you can''t help but grab him by the hair, trying to force his face harder into your pussy. Heat courses through your hips and somewhere in the back of your mind, you wonder if it''s possible to drown a man with girl cum.'
-	
+
 	if orgasm > booty_call['orgasm']:
 	if orgasm > booty_call['orgasm']:
 		booty_call['orgasm'] = orgasm
 		booty_call['orgasm'] = orgasm
 		act'Continue':
 		act'Continue':
@@ -2273,9 +2273,9 @@ if $ARGS[0] = 'facesit_2':
 			*nl
 			*nl
 			if npc_pussyeater[$boy] > 0:
 			if npc_pussyeater[$boy] > 0:
 				'After a short time, you feel the waves of climax subsiding but without warning, permission, or invitation, <<$npc_firstname[$boy]>> begins working your pussy with his tongue again, diving in deep and sending goosebumps across your skin.'
 				'After a short time, you feel the waves of climax subsiding but without warning, permission, or invitation, <<$npc_firstname[$boy]>> begins working your pussy with his tongue again, diving in deep and sending goosebumps across your skin.'
-				
+
 				act'Let him keep going':gt 'booty_call_start', 'facesit_3'
 				act'Let him keep going':gt 'booty_call_start', 'facesit_3'
-				
+
 				act'Let''s do something else':
 				act'Let''s do something else':
 					cla & *clr
 					cla & *clr
 					$npc_apt_bedroom[$boy]
 					$npc_apt_bedroom[$boy]
@@ -2306,9 +2306,9 @@ if $ARGS[0] = 'facesit_2':
 			'"Oh <i>fu-!</i>"'
 			'"Oh <i>fu-!</i>"'
 			if npc_pussyeater[$boy] > 0:
 			if npc_pussyeater[$boy] > 0:
 				'Before you can say anything, he starts eating you out again.'
 				'Before you can say anything, he starts eating you out again.'
-				
+
 				act'Let him':gt 'booty_call_start', 'facesit_3'
 				act'Let him':gt 'booty_call_start', 'facesit_3'
-				
+
 				act'Let''s do something else':
 				act'Let''s do something else':
 					cla & *clr
 					cla & *clr
 					$npc_apt_bedroom[$boy]
 					$npc_apt_bedroom[$boy]
@@ -2323,7 +2323,7 @@ if $ARGS[0] = 'facesit_2':
 			else
 			else
 				'You wind down, pulling back from his face.'
 				'You wind down, pulling back from his face.'
 				gs 'booty_call_start', 'foreplay_choose'
 				gs 'booty_call_start', 'foreplay_choose'
-				
+
 				if stat['think_virgin'] = 1 and booty_call['fuck_count'] = 0:
 				if stat['think_virgin'] = 1 and booty_call['fuck_count'] = 0:
 					act'Give him your virginity':gt'booty_call_virgin','start1'
 					act'Give him your virginity':gt'booty_call_virgin','start1'
 				else
 				else
@@ -2331,9 +2331,9 @@ if $ARGS[0] = 'facesit_2':
 				end
 				end
 			end
 			end
 		end
 		end
-		
+
 		gs 'booty_call_start', 'foreplay_choose'
 		gs 'booty_call_start', 'foreplay_choose'
-		
+
 		if stat['think_virgin'] = 1 and booty_call['fuck_count'] = 0:
 		if stat['think_virgin'] = 1 and booty_call['fuck_count'] = 0:
 			act'Give him your virginity':gt'booty_call_virgin','start1'
 			act'Give him your virginity':gt'booty_call_virgin','start1'
 		else
 		else
@@ -2355,7 +2355,7 @@ if $ARGS[0] = 'facesit_3':
 		gs 'booty_call_sex', 'sex_end'
 		gs 'booty_call_sex', 'sex_end'
 	else
 	else
 		'<<$npc_firstname[$boy]>>''s tongue keeps going like a pussy-eating machine, never stopping, and always making sure to give the little man in the boat the attention he deserves.'
 		'<<$npc_firstname[$boy]>>''s tongue keeps going like a pussy-eating machine, never stopping, and always making sure to give the little man in the boat the attention he deserves.'
-		
+
 		act'Cum again':
 		act'Cum again':
 			$orgasm_or = 'yes'
 			$orgasm_or = 'yes'
 			gs 'arousal', 'cuni', rand(2,5),'no_orgasm_msg'
 			gs 'arousal', 'cuni', rand(2,5),'no_orgasm_msg'
@@ -2365,9 +2365,9 @@ if $ARGS[0] = 'facesit_3':
 			*nl
 			*nl
 			if npc_pussyeater[$boy] > 0:
 			if npc_pussyeater[$boy] > 0:
 				'But <<$npc_firstname[$boy]>> still doesn''t stop, and continues to lap up your juices like he''s dying of thirst.'
 				'But <<$npc_firstname[$boy]>> still doesn''t stop, and continues to lap up your juices like he''s dying of thirst.'
-				
+
 				act'Let him':gt 'booty_call_start', 'facesit_3'
 				act'Let him':gt 'booty_call_start', 'facesit_3'
-				
+
 				act'Let''s do something else':
 				act'Let''s do something else':
 					$orgasm_or = ''
 					$orgasm_or = ''
 					cla & *clr
 					cla & *clr
@@ -2375,7 +2375,7 @@ if $ARGS[0] = 'facesit_3':
 					'"Hold your horses cowboy," you grin. "I love your tongue, but how about we do something else?"'
 					'"Hold your horses cowboy," you grin. "I love your tongue, but how about we do something else?"'
 					gs 'booty_call_start', 'foreplay_choose'
 					gs 'booty_call_start', 'foreplay_choose'
 				end
 				end
-				
+
 				if stat['think_virgin'] = 1 and booty_call['fuck_count'] = 0:
 				if stat['think_virgin'] = 1 and booty_call['fuck_count'] = 0:
 					act'Give him your virginity':$orgasm_or = '' & gt'booty_call_virgin','start1'
 					act'Give him your virginity':$orgasm_or = '' & gt'booty_call_virgin','start1'
 				else
 				else
@@ -2383,9 +2383,9 @@ if $ARGS[0] = 'facesit_3':
 				end
 				end
 			else
 			else
 				'"How about we do something else now?" <<$npc_firstname[$boy]>>asks as your orgasm winds down.'
 				'"How about we do something else now?" <<$npc_firstname[$boy]>>asks as your orgasm winds down.'
-				
+
 				gs 'booty_call_start', 'foreplay_choose'
 				gs 'booty_call_start', 'foreplay_choose'
-				
+
 				if stat['think_virgin'] = 1 and booty_call['fuck_count'] = 0:
 				if stat['think_virgin'] = 1 and booty_call['fuck_count'] = 0:
 					act'Give him your virginity':gt'booty_call_virgin','start1'
 					act'Give him your virginity':gt'booty_call_virgin','start1'
 				else
 				else
@@ -2393,9 +2393,9 @@ if $ARGS[0] = 'facesit_3':
 				end
 				end
 			end
 			end
 		end
 		end
-		
+
 		gs 'booty_call_start', 'foreplay_choose'
 		gs 'booty_call_start', 'foreplay_choose'
-		
+
 		if stat['think_virgin'] = 1 and booty_call['fuck_count'] = 0:
 		if stat['think_virgin'] = 1 and booty_call['fuck_count'] = 0:
 			act'Give him your virginity':gt'booty_call_virgin','start1'
 			act'Give him your virginity':gt'booty_call_virgin','start1'
 		else
 		else
@@ -2442,7 +2442,7 @@ if $ARGS[0] = 'transition2':
 			'"Ugh," you moan irately. "<i>Fine</i>. Come here," you say rolling over and bending your head down towards his cock.'
 			'"Ugh," you moan irately. "<i>Fine</i>. Come here," you say rolling over and bending your head down towards his cock.'
 			gs 'booty_call_start', 'bj_dom1'
 			gs 'booty_call_start', 'bj_dom1'
 		end
 		end
-		
+
 		act'Ugh, fine (sex)':
 		act'Ugh, fine (sex)':
 			cla & *nl
 			cla & *nl
 			'"Ugh," you moan irately. "<i>Fine</i>."'
 			'"Ugh," you moan irately. "<i>Fine</i>."'
@@ -2452,9 +2452,9 @@ if $ARGS[0] = 'transition2':
 				gs 'booty_call_sex', 'sex_start'
 				gs 'booty_call_sex', 'sex_start'
 			end
 			end
 		end
 		end
-		
+
 		act'Sorry, I''m done':gs 'booty_call_after', 'finish'
 		act'Sorry, I''m done':gs 'booty_call_after', 'finish'
-		
+
 		act'Blow him':
 		act'Blow him':
 			cla & *nl
 			cla & *nl
 			'"You''re right," you smile apologetically. "It''s only fair that I get you off too. Here, just let me..."'
 			'"You''re right," you smile apologetically. "It''s only fair that I get you off too. Here, just let me..."'

+ 24 - 24
locations/booty_call_talk.qsrc

@@ -13,28 +13,28 @@ if $ARGS[0] = 'cum_react':
 				'"<<$booty_call[''cum_describe1'']>>" you smile, <<$booty_call[''cum_describe2'']>>. "I don''t like being creampied. Feels too intimate."'
 				'"<<$booty_call[''cum_describe1'']>>" you smile, <<$booty_call[''cum_describe2'']>>. "I don''t like being creampied. Feels too intimate."'
 				gs'booty_call_sex','sex_end'
 				gs'booty_call_sex','sex_end'
 			end
 			end
-			
+
 			act'I don''t like creampies (too weird)':
 			act'I don''t like creampies (too weird)':
 				cla & *nl
 				cla & *nl
 				!! IMAGE HERE
 				!! IMAGE HERE
 				'"<<$booty_call[''cum_describe1'']>> you smile, <<$booty_call[''cum_describe2'']>>. "I don''t like being creampied. Feels too weird."'
 				'"<<$booty_call[''cum_describe1'']>> you smile, <<$booty_call[''cum_describe2'']>>. "I don''t like being creampied. Feels too weird."'
 				gs'booty_call_sex','sex_end'
 				gs'booty_call_sex','sex_end'
 			end
 			end
-			
+
 			act'I don''t like creampies (too messy)':
 			act'I don''t like creampies (too messy)':
 				cla & *nl
 				cla & *nl
 				!! IMAGE HERE
 				!! IMAGE HERE
 				'"<<$booty_call[''cum_describe1'']>> you smile, <<$booty_call[''cum_describe2'']>>. "I don''t like being creampied. Too messy."'
 				'"<<$booty_call[''cum_describe1'']>> you smile, <<$booty_call[''cum_describe2'']>>. "I don''t like being creampied. Too messy."'
 				gs'booty_call_sex','sex_end'
 				gs'booty_call_sex','sex_end'
 			end
 			end
-			
+
 			act'I don''t like you enough for that':
 			act'I don''t like you enough for that':
 				cla & *nl
 				cla & *nl
 				!! IMAGE HERE
 				!! IMAGE HERE
 				'"Sorry," you smirk apologetically, <<$booty_call[''cum_describe2'']>>. "I don''t like you enough to let you do that yet."'
 				'"Sorry," you smirk apologetically, <<$booty_call[''cum_describe2'']>>. "I don''t like you enough to let you do that yet."'
 				gs'booty_call_sex','sex_end'
 				gs'booty_call_sex','sex_end'
 			end
 			end
-			
+
 			if birth_control['think_safe'] < 1 and npc_know_not_bc = 0:
 			if birth_control['think_safe'] < 1 and npc_know_not_bc = 0:
 				act'I''m not on birth control':
 				act'I''m not on birth control':
 					cla & *nl
 					cla & *nl
@@ -51,7 +51,7 @@ if $ARGS[0] = 'cum_react':
 					gs'booty_call_sex','sex_end'
 					gs'booty_call_sex','sex_end'
 				end
 				end
 			end
 			end
-			
+
 			if pcs_lover > pcs_girlfriends:
 			if pcs_lover > pcs_girlfriends:
 				act'Only my boyfriend is allowed to come inside me':
 				act'Only my boyfriend is allowed to come inside me':
 					cla & *nl
 					cla & *nl
@@ -77,14 +77,14 @@ if $ARGS[0] = 'cum_react':
 				'"Ewww," you grimace, <<$booty_call[''cum_describe2'']>>. "Like I''d ever want <i>this</i> in my mouth." You shudder.'
 				'"Ewww," you grimace, <<$booty_call[''cum_describe2'']>>. "Like I''d ever want <i>this</i> in my mouth." You shudder.'
 				gs'booty_call_sex','sex_end'
 				gs'booty_call_sex','sex_end'
 			end
 			end
-			
+
 			act'I don''t like the taste':
 			act'I don''t like the taste':
 				cla & *nl
 				cla & *nl
 				!! IMAGE HERE
 				!! IMAGE HERE
 				'"Sorry," you smile, <<$booty_call[''cum_describe2'']>>. "I''m really not a fan of the taste of cum."'
 				'"Sorry," you smile, <<$booty_call[''cum_describe2'']>>. "I''m really not a fan of the taste of cum."'
 				gs'booty_call_sex','sex_end'
 				gs'booty_call_sex','sex_end'
 			end
 			end
-			
+
 			act'I don''t like you enough for that':
 			act'I don''t like you enough for that':
 				cla & *nl
 				cla & *nl
 				!! IMAGE HERE
 				!! IMAGE HERE
@@ -98,14 +98,14 @@ if $ARGS[0] = 'cum_react':
 				'"Ewww," you grimace, <<$booty_call[''cum_describe2'']>>. "Like I''d ever want to do <i>that</i>. This isn''t a porno you know." You shudder.'
 				'"Ewww," you grimace, <<$booty_call[''cum_describe2'']>>. "Like I''d ever want to do <i>that</i>. This isn''t a porno you know." You shudder.'
 				gs'booty_call_sex','sex_end'
 				gs'booty_call_sex','sex_end'
 			end
 			end
-			
+
 			act'Too much mess':
 			act'Too much mess':
 				cla & *nl
 				cla & *nl
 				!! IMAGE HERE
 				!! IMAGE HERE
 				'"Too much mess"'
 				'"Too much mess"'
 				gs'booty_call_sex','sex_end'
 				gs'booty_call_sex','sex_end'
 			end
 			end
-			
+
 			if pcs_makeup > 1:
 			if pcs_makeup > 1:
 				act'It''ll ruin my makeup':
 				act'It''ll ruin my makeup':
 					cla & *nl
 					cla & *nl
@@ -122,7 +122,7 @@ if $ARGS[0] = 'cum_react':
 				'"Ewww," you grimace, <<$booty_call[''cum_describe2'']>>. "Why do you even want to do that? This isn''t a porno you know."'
 				'"Ewww," you grimace, <<$booty_call[''cum_describe2'']>>. "Why do you even want to do that? This isn''t a porno you know."'
 				gs'booty_call_sex','sex_end'
 				gs'booty_call_sex','sex_end'
 			end
 			end
-			
+
 			act'Too much mess':
 			act'Too much mess':
 				cla & *nl
 				cla & *nl
 				!! IMAGE HERE
 				!! IMAGE HERE
@@ -197,7 +197,7 @@ if $ARGS[0] = 'creampie_panic':
 		'"Ohmygodohmygodohmygodohmygod!" You cut him off with a torrent of words that spill from your mouth and globs of cum spill from your pussy, causing you to hyperventilate. "You said-! You promised-!"'
 		'"Ohmygodohmygodohmygodohmygod!" You cut him off with a torrent of words that spill from your mouth and globs of cum spill from your pussy, causing you to hyperventilate. "You said-! You promised-!"'
 	elseif booty_call['condom'] = 4:
 	elseif booty_call['condom'] = 4:
 		!! he promised he wouldn''t come inside you
 		!! he promised he wouldn''t come inside you
-		'"Ohmygodohmygodohmygodohmygod!" You cut him off with a torrent of words that spill from your mouth and globs of cum spill from your pussy, causing you to hyperventilate. "You said-! I told you-!"'		
+		'"Ohmygodohmygodohmygodohmygod!" You cut him off with a torrent of words that spill from your mouth and globs of cum spill from your pussy, causing you to hyperventilate. "You said-! I told you-!"'
 	else
 	else
 		'"Ohmygodohmygodohmygodohmygod!" You cut him off with a torrent of words that spill from your mouth and globs of cum spill from your pussy, causing you to hyperventilate.'
 		'"Ohmygodohmygodohmygodohmygod!" You cut him off with a torrent of words that spill from your mouth and globs of cum spill from your pussy, causing you to hyperventilate.'
 	end
 	end
@@ -262,7 +262,7 @@ if $ARGS[0] = 'creampie_panic':
 		end
 		end
 		act'Leave':gt'booty_call_after','exit'
 		act'Leave':gt'booty_call_after','exit'
 	end
 	end
-	
+
 	act'That''s not what I''m concerned about! (STDs)':
 	act'That''s not what I''m concerned about! (STDs)':
 		cla & *clr
 		cla & *clr
 		'<center><b><font color="maroon"><<$npc_firstname[$npclastsaved]>>''s Bedroom</font></b></center>'
 		'<center><b><font color="maroon"><<$npc_firstname[$npclastsaved]>>''s Bedroom</font></b></center>'
@@ -364,7 +364,7 @@ if $ARGS[0] = 'pillow_talk_start':
 	'<center><img <<$set_imgh>> src="images/shared/sex/after/pillow_talk.jpg"></center>'
 	'<center><img <<$set_imgh>> src="images/shared/sex/after/pillow_talk.jpg"></center>'
 	booty_call['pillow_talk'] = 1
 	booty_call['pillow_talk'] = 1
 	'You and <<$npc_firstname[$boy]>> relax on the bed together, basking in the afterglow as you idly chit chat about things.'
 	'You and <<$npc_firstname[$boy]>> relax on the bed together, basking in the afterglow as you idly chit chat about things.'
-	
+
 	gs'booty_call_talk','pillow_talk_options'
 	gs'booty_call_talk','pillow_talk_options'
 end
 end
 
 
@@ -426,7 +426,7 @@ if $ARGS[0] = 'better_without':
 						'<i>I hope I''ll be okay...</i> you think to yourself.'
 						'<i>I hope I''ll be okay...</i> you think to yourself.'
 						gs'booty_call_talk','pillow_talk_options'
 						gs'booty_call_talk','pillow_talk_options'
 					end
 					end
-					
+
 					act'It felt good':
 					act'It felt good':
 						cla & *nl
 						cla & *nl
 						'"It felt good," you agree. "Totally worth it."'
 						'"It felt good," you agree. "Totally worth it."'
@@ -446,7 +446,7 @@ if $ARGS[0] = 'better_without':
 						'"So did your dick," you murmur back.'
 						'"So did your dick," you murmur back.'
 						'"Is it okay that I... you know...?" <<$npc_firstname[$boy]>> eyes your pussy, his cum still leaking from it.'
 						'"Is it okay that I... you know...?" <<$npc_firstname[$boy]>> eyes your pussy, his cum still leaking from it.'
 					end
 					end
-					
+
 					act'I''ll be fine':
 					act'I''ll be fine':
 						cla & *nl
 						cla & *nl
 						'"I''ll be fine," you say reassuringly. "One creampie isn''t gonna kill me. Besides, like I said, it felt good."'
 						'"I''ll be fine," you say reassuringly. "One creampie isn''t gonna kill me. Besides, like I said, it felt good."'
@@ -455,7 +455,7 @@ if $ARGS[0] = 'better_without':
 						'<i>I mean, what are the odds that something bad happens, right?</i>'
 						'<i>I mean, what are the odds that something bad happens, right?</i>'
 						gs'booty_call_talk','pillow_talk_options'
 						gs'booty_call_talk','pillow_talk_options'
 					end
 					end
-					
+
 					act'It was worth it':
 					act'It was worth it':
 						cla & *nl
 						cla & *nl
 						'"It was worth it," you grin and he smiles back at you.'
 						'"It was worth it," you grin and he smiles back at you.'
@@ -463,14 +463,14 @@ if $ARGS[0] = 'better_without':
 						'<i>Besides, it''s just one creampie,</i> you think to yourself. <i>What''s the worst that could happen?</i>'
 						'<i>Besides, it''s just one creampie,</i> you think to yourself. <i>What''s the worst that could happen?</i>'
 						gs'booty_call_talk','pillow_talk_options'
 						gs'booty_call_talk','pillow_talk_options'
 					end
 					end
-					
+
 					act'I''ll buy a morning after pill':
 					act'I''ll buy a morning after pill':
 						cla & *nl
 						cla & *nl
 						'"It''s okay," you murmur reassuringly. "I''ll get a morning after pill tomorrow. No big deal."'
 						'"It''s okay," you murmur reassuringly. "I''ll get a morning after pill tomorrow. No big deal."'
 						'He nods, smiling and seeming to relax a bit.'
 						'He nods, smiling and seeming to relax a bit.'
 						gs'booty_call_talk','pillow_talk_options'
 						gs'booty_call_talk','pillow_talk_options'
 					end
 					end
-					
+
 					if tabletkishot > 0 or birth_control['think_safe'] = 1:
 					if tabletkishot > 0 or birth_control['think_safe'] = 1:
 						act'I''m on birth control':
 						act'I''m on birth control':
 							cla & *nl
 							cla & *nl
@@ -491,7 +491,7 @@ if $ARGS[0] = 'better_without':
 							'<i>I wonder if his baby is going to be swimming around inside me after this...</i>'
 							'<i>I wonder if his baby is going to be swimming around inside me after this...</i>'
 							gs'booty_call_talk','pillow_talk_options'
 							gs'booty_call_talk','pillow_talk_options'
 						end
 						end
-						
+
 						act'If I get pregnant, you better take responsibility (tease)':
 						act'If I get pregnant, you better take responsibility (tease)':
 							cla & *nl
 							cla & *nl
 							'"If I get pregnant, you better take responsibility for this," you say with a smile to let him know you''re only teasing. He seems deeply discomforted by your joke though...'
 							'"If I get pregnant, you better take responsibility for this," you say with a smile to let him know you''re only teasing. He seems deeply discomforted by your joke though...'
@@ -505,7 +505,7 @@ if $ARGS[0] = 'better_without':
 						'"I guess not," you say, smiling back.'
 						'"I guess not," you say, smiling back.'
 						gs'booty_call_talk','pillow_talk_options'
 						gs'booty_call_talk','pillow_talk_options'
 					end
 					end
-					
+
 					if booty_call['condom'] >= 2:
 					if booty_call['condom'] >= 2:
 						act'Thanks for cumming outside':
 						act'Thanks for cumming outside':
 							cla
 							cla
@@ -513,7 +513,7 @@ if $ARGS[0] = 'better_without':
 							if booty_call['condom'] = 3:
 							if booty_call['condom'] = 3:
 								'"Hey, I promised didn''t I?"'
 								'"Hey, I promised didn''t I?"'
 								'"I know. But some guys don''t listen. I appreciate that you actually followed through."'
 								'"I know. But some guys don''t listen. I appreciate that you actually followed through."'
-								gs'booty_call_talk','pillow_talk_options'	
+								gs'booty_call_talk','pillow_talk_options'
 							else
 							else
 								'"No problem. Though you didn''t ask me to. Would it have been a problem if I had?"'
 								'"No problem. Though you didn''t ask me to. Would it have been a problem if I had?"'
 								act'No but thanks anyways':
 								act'No but thanks anyways':
@@ -522,7 +522,7 @@ if $ARGS[0] = 'better_without':
 									'You lean over and give him a peck on the cheek.'
 									'You lean over and give him a peck on the cheek.'
 									gs'booty_call_talk','pillow_talk_options'
 									gs'booty_call_talk','pillow_talk_options'
 								end
 								end
-								
+
 								act'Too intimate':
 								act'Too intimate':
 									cla & *nl
 									cla & *nl
 									'"Too intimate for me," you grimace. "I have to really trust a guy before I let them do something like that, you know?"'
 									'"Too intimate for me," you grimace. "I have to really trust a guy before I let them do something like that, you know?"'
@@ -536,7 +536,7 @@ if $ARGS[0] = 'better_without':
 										'"No," you shake your head. "I''m on birth control so it probably would''ve been fine. I just like being extra safe."'
 										'"No," you shake your head. "I''m on birth control so it probably would''ve been fine. I just like being extra safe."'
 										gs'booty_call_talk','pillow_talk_options'
 										gs'booty_call_talk','pillow_talk_options'
 									end
 									end
-									
+
 									act'I don''t like creampies':
 									act'I don''t like creampies':
 										cla & *nl
 										cla & *nl
 										'"It woudln''t have been a ''problem'' I guess. I''m on birth control. I just don''t like getting creampied," you grimace. "It feels weird and just has a tendency to randomly <i>sploosh</i> out of my vagina, even hours later."'
 										'"It woudln''t have been a ''problem'' I guess. I''m on birth control. I just don''t like getting creampied," you grimace. "It feels weird and just has a tendency to randomly <i>sploosh</i> out of my vagina, even hours later."'
@@ -549,7 +549,7 @@ if $ARGS[0] = 'better_without':
 										'You smile warmly at him.'
 										'You smile warmly at him.'
 										gs'booty_call_talk','pillow_talk_options'
 										gs'booty_call_talk','pillow_talk_options'
 									end
 									end
-									
+
 									act'I don''t like creampies':
 									act'I don''t like creampies':
 										cla & *nl
 										cla & *nl
 										'"I don''t like getting creampied," you grimace. "It feels weird and just has a tendency to randomly <i>sploosh</i> out of my vagina, even hours later."'
 										'"I don''t like getting creampied," you grimace. "It feels weird and just has a tendency to randomly <i>sploosh</i> out of my vagina, even hours later."'

+ 62 - 62
locations/booty_call_virgin.qsrc

@@ -90,13 +90,13 @@ if $ARGS[0] = 'start_flavor':
 	end
 	end
 end
 end
 
 
-if $ARGS[0] = 'start_options':	
+if $ARGS[0] = 'start_options':
 	act'Let him take the lead':gt'booty_call_virgin','his_choice'
 	act'Let him take the lead':gt'booty_call_virgin','his_choice'
-	
+
 	act'Spread your legs':gt'booty_call_virgin','miss_virg_norm1'
 	act'Spread your legs':gt'booty_call_virgin','miss_virg_norm1'
-	
+
 	act'Get on all fours':gt'booty_call_virgin','doggy_virg_norm1'
 	act'Get on all fours':gt'booty_call_virgin','doggy_virg_norm1'
-	
+
 	act'Climb on top':gt'booty_call_virgin','cowgirl_virg_norm1'
 	act'Climb on top':gt'booty_call_virgin','cowgirl_virg_norm1'
 end
 end
 
 
@@ -139,7 +139,7 @@ if $ARGS[0] = 'wait':
 			'He pulls back with a sigh.'
 			'He pulls back with a sigh.'
 			gs'booty_call_virgin','change_mind'
 			gs'booty_call_virgin','change_mind'
 		end
 		end
-		
+
 		act'Well...':
 		act'Well...':
 			cla & *clr
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/sex/vag/miss/pussyhump.mp4"></video></center>'
 			'<center><video autoplay loop src="images/shared/sex/vag/miss/pussyhump.mp4"></video></center>'
@@ -153,11 +153,11 @@ if $ARGS[0] = 'wait':
 					'He smiles back at your joke and grabs a condom off his nightstand, tearing open the packaging and rolling the rubber onto his cock. You spread your legs for him and moments later, <<$npc_firstname[$boy]>> takes your virginity'
 					'He smiles back at your joke and grabs a condom off his nightstand, tearing open the packaging and rolling the rubber onto his cock. You spread your legs for him and moments later, <<$npc_firstname[$boy]>> takes your virginity'
 !!{					'He smiles back at your joke and reaches for a condom on his nightstand. '
 !!{					'He smiles back at your joke and reaches for a condom on his nightstand. '
 					act'Wait for him':
 					act'Wait for him':
-						
+
 					end
 					end
-					
+
 					act'Ask him not to use the condom':
 					act'Ask him not to use the condom':
-						
+
 					end}
 					end}
 				else
 				else
 					'With a wink, you spread your legs for him and moments later, <<$npc_firstname[$boy]>> takes your virginity.'
 					'With a wink, you spread your legs for him and moments later, <<$npc_firstname[$boy]>> takes your virginity.'
@@ -168,7 +168,7 @@ if $ARGS[0] = 'wait':
 					act'Continue':gt'booty_call_virgin','miss_virg_norm1'
 					act'Continue':gt'booty_call_virgin','miss_virg_norm1'
 				end
 				end
 			end
 			end
-			
+
 			act'Ask him to use a condom':
 			act'Ask him to use a condom':
 				cla & *clr
 				cla & *clr
 				$npc_apt_bedroom[$boy]
 				$npc_apt_bedroom[$boy]
@@ -213,7 +213,7 @@ if $ARGS[0] = 'wait':
 								act'Stand firm (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 								act'Stand firm (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 							end
 							end
 						end
 						end
-						
+
 						act'Maybe it''s okay?':
 						act'Maybe it''s okay?':
 							cla & *nl
 							cla & *nl
 							'<i>Well... Maybe it''s okay?</i> you rationalize. It''s your first time. If he doesn''t use condoms, maybe he knows better? You can always change your mind in the future. But it''s just once. What could go wrong?'
 							'<i>Well... Maybe it''s okay?</i> you rationalize. It''s your first time. If he doesn''t use condoms, maybe he knows better? You can always change your mind in the future. But it''s just once. What could go wrong?'
@@ -225,14 +225,14 @@ if $ARGS[0] = 'wait':
 								act'Continue':gt'booty_call_virgin','miss_virg_norm1'
 								act'Continue':gt'booty_call_virgin','miss_virg_norm1'
 							end
 							end
 						end
 						end
-						
+
 !!{						act'What the fuck?!':
 !!{						act'What the fuck?!':
 							cla & *clr
 							cla & *clr
 							$npc_apt_bedroom[$boy]
 							$npc_apt_bedroom[$boy]
 							'"What the fuck?!" you exclaim, snapping your legs closed and pulling back from him. "You don''t use condoms?"'
 							'"What the fuck?!" you exclaim, snapping your legs closed and pulling back from him. "You don''t use condoms?"'
 							'"No! Of course I don''t!" he says. "Condoms fucking suck. Can''t feel anything with one of those on."'
 							'"No! Of course I don''t!" he says. "Condoms fucking suck. Can''t feel anything with one of those on."'
 							act'I can''t do this':
 							act'I can''t do this':
-							
+
 							end
 							end
 						end}
 						end}
 					else
 					else
@@ -258,7 +258,7 @@ if $ARGS[0] = 'wait':
 									act'Continue':gt'booty_call_virgin','miss_virg_norm1'
 									act'Continue':gt'booty_call_virgin','miss_virg_norm1'
 								end
 								end
 							end
 							end
-							
+
 							act'Hell yes I do (STD)':
 							act'Hell yes I do (STD)':
 								cla & *nl
 								cla & *nl
 								'"Uhh, <i>hell yes</i> I do," you say with a look of suspicion. "I''m not about to have sex for the first time and immediately get an STD."'
 								'"Uhh, <i>hell yes</i> I do," you say with a look of suspicion. "I''m not about to have sex for the first time and immediately get an STD."'
@@ -274,7 +274,7 @@ if $ARGS[0] = 'wait':
 										act'Continue':gt'booty_call_virgin','miss_virg_norm1'
 										act'Continue':gt'booty_call_virgin','miss_virg_norm1'
 									end
 									end
 								end
 								end
-								
+
 								act'Trust him':
 								act'Trust him':
 									cla & *clr
 									cla & *clr
 									$npc_apt_bedroom[$boy]
 									$npc_apt_bedroom[$boy]
@@ -286,7 +286,7 @@ if $ARGS[0] = 'wait':
 									end
 									end
 								end
 								end
 							end
 							end
-							
+
 							if birth_control['think_safe'] = 0:
 							if birth_control['think_safe'] = 0:
 								act'Hell yes I do (pregnancy)':
 								act'Hell yes I do (pregnancy)':
 									cla & *nl
 									cla & *nl
@@ -303,7 +303,7 @@ if $ARGS[0] = 'wait':
 											act'Continue':gt'booty_call_virgin','miss_virg_norm1'
 											act'Continue':gt'booty_call_virgin','miss_virg_norm1'
 										end
 										end
 									end
 									end
-									
+
 									act'Trust him':
 									act'Trust him':
 										cla & *clr
 										cla & *clr
 										$npc_apt_bedroom[$boy]
 										$npc_apt_bedroom[$boy]
@@ -320,7 +320,7 @@ if $ARGS[0] = 'wait':
 							end
 							end
 						end
 						end
 					end
 					end
-				end			
+				end
 			end
 			end
 		end
 		end
 	end
 	end
@@ -354,14 +354,14 @@ if $ARGS[0] = 'change_mind':
 		if booty_call['bj_count'] = 0:
 		if booty_call['bj_count'] = 0:
 			'"Ugh! Fine. Then at least suck me off if you''re not going to let me fuck you," he grumbles, shoving your head towards his cock.'
 			'"Ugh! Fine. Then at least suck me off if you''re not going to let me fuck you," he grumbles, shoving your head towards his cock.'
 			act'Blow him':gs 'booty_call_start', 'bj_sub1'
 			act'Blow him':gs 'booty_call_start', 'bj_sub1'
-			
+
 			act'Grumble (but still do it)':
 			act'Grumble (but still do it)':
 				cla & *nl
 				cla & *nl
 				booty_call['reluctant_bj'] = 1
 				booty_call['reluctant_bj'] = 1
 				'You grumble to yourself but lean forward anyways and take his dick into your mouth.'
 				'You grumble to yourself but lean forward anyways and take his dick into your mouth.'
 				act'Suck':gt 'booty_call_start', 'bj_sub1'
 				act'Suck':gt 'booty_call_start', 'bj_sub1'
 			end
 			end
-			
+
 			gs 'willpower', 'bj', 'resist', 'easy'
 			gs 'willpower', 'bj', 'resist', 'easy'
 
 
 			if will_cost <= pcs_willpwr:
 			if will_cost <= pcs_willpwr:
@@ -377,7 +377,7 @@ if $ARGS[0] = 'change_mind':
 				act'Can we 69? (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 				act'Can we 69? (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 			end
 			end
 		else
 		else
-		
+
 		end
 		end
 	else
 	else
 		'"Okay, fine. What do you want to do instead then?"'
 		'"Okay, fine. What do you want to do instead then?"'
@@ -386,7 +386,7 @@ if $ARGS[0] = 'change_mind':
 end
 end
 
 
 if $ARGS[0] = 'no_condom1':
 if $ARGS[0] = 'no_condom1':
-	
+
 
 
 end
 end
 
 
@@ -397,19 +397,19 @@ if $ARGS[0] = 'no_condom2':
 		'"Woah! What the fuck?!" you exclaim, snapping your legs closed and pulling back from him. "If you''re not gonna use a condom, there''s no way I''m letting you fuck me!"'
 		'"Woah! What the fuck?!" you exclaim, snapping your legs closed and pulling back from him. "If you''re not gonna use a condom, there''s no way I''m letting you fuck me!"'
 		'"Don''t be such a bitch about it! Come on! Let''s just do this!"'
 		'"Don''t be such a bitch about it! Come on! Let''s just do this!"'
 		act'Stand firm':
 		act'Stand firm':
-		
+
 		end
 		end
-		
+
 		act'Let him pressure you':
 		act'Let him pressure you':
-		
-		
+
+
 		end
 		end
 	end
 	end
-	
+
 	act'Maybe it''s okay?':
 	act'Maybe it''s okay?':
-	
+
 	end
 	end
-	
+
 	act'What the fuck?!':
 	act'What the fuck?!':
 		cla & *clr
 		cla & *clr
 		$npc_apt_bedroom[$boy]
 		$npc_apt_bedroom[$boy]
@@ -434,12 +434,12 @@ if $ARGS[0] = 'miss_virg_norm1':
 		$booty_call['virgin_react'] = 'hurt'
 		$booty_call['virgin_react'] = 'hurt'
 		gt'booty_call_virgin','miss_virg_norm1.1'
 		gt'booty_call_virgin','miss_virg_norm1.1'
 	end
 	end
-	
+
 	act'I''m fine':
 	act'I''m fine':
 		$booty_call['virgin_react'] = 'fine'
 		$booty_call['virgin_react'] = 'fine'
 		gt'booty_call_virgin','miss_virg_norm1.1'
 		gt'booty_call_virgin','miss_virg_norm1.1'
 	end
 	end
-	
+
 	act'Just hum':
 	act'Just hum':
 		$booty_call['virgin_react'] = 'mmm'
 		$booty_call['virgin_react'] = 'mmm'
 		gt'booty_call_virgin','miss_virg_norm1.1'
 		gt'booty_call_virgin','miss_virg_norm1.1'
@@ -518,7 +518,7 @@ if $ARGS[0] = 'miss_virg_hard1':
 		gs'stat'
 		gs'stat'
 		'<center><video autoplay loop src="images/shared/sex/vag/miss/hard2.mp4"></video></center>'
 		'<center><video autoplay loop src="images/shared/sex/vag/miss/hard2.mp4"></video></center>'
 		'<i>"Ahh! Ahh!! AH! AHH!!"</i>'
 		'<i>"Ahh! Ahh!! AH! AHH!!"</i>'
-		'<<$npc_firstname[$boy]>> fucks you roughly and with high intensity. It hurts so much. Every time his cock stabs into you, you wonder if you''re going to die. The force of his thrusts bounce your breasts so violently they hurt. It feels like your pussy is being fucked into an open wound and you question if you''re going to have internal bruises tomorrow morning.'		
+		'<<$npc_firstname[$boy]>> fucks you roughly and with high intensity. It hurts so much. Every time his cock stabs into you, you wonder if you''re going to die. The force of his thrusts bounce your breasts so violently they hurt. It feels like your pussy is being fucked into an open wound and you question if you''re going to have internal bruises tomorrow morning.'
 		act'Endure it':
 		act'Endure it':
 			$orgasm_or = 'no'
 			$orgasm_or = 'no'
 			gs'arousal','vaginal',rand(4,8),'rough','no_orgasm_msg'
 			gs'arousal','vaginal',rand(4,8),'rough','no_orgasm_msg'
@@ -527,7 +527,7 @@ if $ARGS[0] = 'miss_virg_hard1':
 			'You decided to give him your virginity and you don''t want to be a sour puss by trying to back out now. You grit your teeth and endure, spending every second hoping it will end soon.'
 			'You decided to give him your virginity and you don''t want to be a sour puss by trying to back out now. You grit your teeth and endure, spending every second hoping it will end soon.'
 			gs'booty_call_virgin','fuck_cum'
 			gs'booty_call_virgin','fuck_cum'
 		end
 		end
-		
+
 		act'Can we slow down?':
 		act'Can we slow down?':
 			cla & *nl
 			cla & *nl
 			'"Can we-! Slow down-! A little-?" you whimper under <<$npc_firstname[$boy]>>''s relentless pounding. "This is-! A bit-! Rough-!"'
 			'"Can we-! Slow down-! A little-?" you whimper under <<$npc_firstname[$boy]>>''s relentless pounding. "This is-! A bit-! Rough-!"'
@@ -588,12 +588,12 @@ if $ARGS[0] = 'doggy_virg_norm1':
 		$booty_call['virgin_react'] = 'hurt'
 		$booty_call['virgin_react'] = 'hurt'
 		gt'booty_call_virgin','doggy_virg_norm1.1'
 		gt'booty_call_virgin','doggy_virg_norm1.1'
 	end
 	end
-	
+
 	act'I''m fine':
 	act'I''m fine':
 		$booty_call['virgin_react'] = 'fine'
 		$booty_call['virgin_react'] = 'fine'
 		gt'booty_call_virgin','doggy_virg_norm1.1'
 		gt'booty_call_virgin','doggy_virg_norm1.1'
 	end
 	end
-	
+
 	act'Just hum':
 	act'Just hum':
 		$booty_call['virgin_react'] = 'mmm'
 		$booty_call['virgin_react'] = 'mmm'
 		gt'booty_call_virgin','doggy_virg_norm1.1'
 		gt'booty_call_virgin','doggy_virg_norm1.1'
@@ -663,7 +663,7 @@ if $ARGS[0] = 'doggy_virg_hard1':
 			'The next few minutes pass by in a torturous blur. You have no idea how much time actually passes by, only that every second of it is filled with pain, tears, and prayer that it will end after the next thrust.'
 			'The next few minutes pass by in a torturous blur. You have no idea how much time actually passes by, only that every second of it is filled with pain, tears, and prayer that it will end after the next thrust.'
 			gs'booty_call_virgin','fuck_cum'
 			gs'booty_call_virgin','fuck_cum'
 		end
 		end
-		
+
 		act'Can we slow down?':
 		act'Can we slow down?':
 			cla & *nl
 			cla & *nl
 			'"Can we-! Slow down-! A little-?" you manage to gasp under <<$npc_firstname[$boy]>>''s relentless pounding. "This is-! Too-! Rough-!"'
 			'"Can we-! Slow down-! A little-?" you manage to gasp under <<$npc_firstname[$boy]>>''s relentless pounding. "This is-! Too-! Rough-!"'
@@ -717,7 +717,7 @@ if $ARGS[0] = 'cowgirl_virg_norm1':
 				'You soldier onwards, continuing to ride <<$npc_firstname[$boy]>>. A few minutes pass and you work yourself up to a slow but steady rhythm, bouncing up and down on his cock. And soon, you realize you...'
 				'You soldier onwards, continuing to ride <<$npc_firstname[$boy]>>. A few minutes pass and you work yourself up to a slow but steady rhythm, bouncing up and down on his cock. And soon, you realize you...'
 				gs'booty_call_virgin','virgin_enjoyment'
 				gs'booty_call_virgin','virgin_enjoyment'
 			end
 			end
-			
+
 			act'Go hard, power through':
 			act'Go hard, power through':
 				cla & *clr
 				cla & *clr
 				$booty_call['pos_speed'] = 'cowgirl3'
 				$booty_call['pos_speed'] = 'cowgirl3'
@@ -766,7 +766,7 @@ if $ARGS[0] = 'cowgirl_virg_norm1':
 				'Deciding you''re already this far, you let him, slowly lifting yourself up and sliding back down on his cock. And then again. And again. And again. A few minutes pass and you''ve worked yourself up to a steady rhythm, bouncing up and down on <<$npc_firstname[$boy]>>''s cock. And soon, you realize you...'
 				'Deciding you''re already this far, you let him, slowly lifting yourself up and sliding back down on his cock. And then again. And again. And again. A few minutes pass and you''ve worked yourself up to a steady rhythm, bouncing up and down on <<$npc_firstname[$boy]>>''s cock. And soon, you realize you...'
 				gs'booty_call_virgin','virgin_enjoyment'
 				gs'booty_call_virgin','virgin_enjoyment'
 			end
 			end
-			
+
 			act'Fuck him angrily':
 			act'Fuck him angrily':
 				cla & *clr
 				cla & *clr
 				$booty_call['pos_speed'] = 'cowgirl3'
 				$booty_call['pos_speed'] = 'cowgirl3'
@@ -807,7 +807,7 @@ if $ARGS[0] = 'cowgirl_virg_norm1':
 				'You soldier onwards, continuing to ride <<$npc_firstname[$boy]>>. A few minutes pass and you work yourself up to a slow but steady rhythm, bouncing up and down on his cock. And soon, you realize you...'
 				'You soldier onwards, continuing to ride <<$npc_firstname[$boy]>>. A few minutes pass and you work yourself up to a slow but steady rhythm, bouncing up and down on his cock. And soon, you realize you...'
 				gs'booty_call_virgin','virgin_enjoyment'
 				gs'booty_call_virgin','virgin_enjoyment'
 			end
 			end
-			
+
 			act'Go hard, power through':
 			act'Go hard, power through':
 				cla & *clr
 				cla & *clr
 				$booty_call['pos_speed'] = 'cowgirl3'
 				$booty_call['pos_speed'] = 'cowgirl3'
@@ -867,16 +867,16 @@ end
 
 
 if $ARGS[0] = 'fuck_cum':
 if $ARGS[0] = 'fuck_cum':
 	if booty_call['boy_cum'] ! 2:booty_call['boy_cum'] = rand(-1,1)
 	if booty_call['boy_cum'] ! 2:booty_call['boy_cum'] = rand(-1,1)
-	
+
 	if booty_call['boy_cum'] > 0:
 	if booty_call['boy_cum'] > 0:
 		gs 'booty_call_cum', 'fuck_cum_random'
 		gs 'booty_call_cum', 'fuck_cum_random'
-	elseif booty_call['orgasm'] < orgasm: 
+	elseif booty_call['orgasm'] < orgasm:
 		act'Orgasm':gt'booty_call_virgin','girl_cum'
 		act'Orgasm':gt'booty_call_virgin','girl_cum'
 	else
 	else
 		booty_call['boy_cum'] = 2 & gs 'booty_call_virgin','fuck_cum'
 		booty_call['boy_cum'] = 2 & gs 'booty_call_virgin','fuck_cum'
 		!!gs'booty_call_virgin','virgin_continue'
 		!!gs'booty_call_virgin','virgin_continue'
 	end
 	end
-	
+
 	if $booty_call['cum_choice'] = 'warn':
 	if $booty_call['cum_choice'] = 'warn':
 		if booty_call['boy_cum'] = 2 and booty_call['kiss'] = 1:
 		if booty_call['boy_cum'] = 2 and booty_call['kiss'] = 1:
 			cla & *clr
 			cla & *clr
@@ -891,14 +891,14 @@ if $ARGS[0] = 'fuck_cum':
 		elseif booty_call['kiss'] = 1:
 		elseif booty_call['kiss'] = 1:
 			'A short while later, <<$npc_firstname[$boy]>> reaches his limit.'
 			'A short while later, <<$npc_firstname[$boy]>> reaches his limit.'
 			'"I''m-! Almost there!" he says, breaking away from your lips, panting heavily.'
 			'"I''m-! Almost there!" he says, breaking away from your lips, panting heavily.'
-			if booty_call['orgasm'] < orgasm: 
+			if booty_call['orgasm'] < orgasm:
 				'You barely register what he''s saying. The feeling of his cock stretching your walls, the tension that keeps tightening and tightening inside you. You feel like you''re about to burst. It''s all so new to you that when you realize what''s happening, it startles you.'
 				'You barely register what he''s saying. The feeling of his cock stretching your walls, the tension that keeps tightening and tightening inside you. You feel like you''re about to burst. It''s all so new to you that when you realize what''s happening, it startles you.'
 				'"I think am too," you whisper, on the verge of orgasming from your first time, barely able to speak.'
 				'"I think am too," you whisper, on the verge of orgasming from your first time, barely able to speak.'
 			end
 			end
 		else
 		else
 			'A short while later, <<$npc_firstname[$boy]>> reaches his limit.'
 			'A short while later, <<$npc_firstname[$boy]>> reaches his limit.'
 			'"I''m-! Almost there!"'
 			'"I''m-! Almost there!"'
-			if booty_call['orgasm'] < orgasm: 
+			if booty_call['orgasm'] < orgasm:
 				'You barely register what he''s saying. The feeling of his cock stretching your walls, the tension that keeps tightening and tightening inside you. You feel like you''re about to burst. It''s all so new to you that when you realize what''s happening, it startles you.'
 				'You barely register what he''s saying. The feeling of his cock stretching your walls, the tension that keeps tightening and tightening inside you. You feel like you''re about to burst. It''s all so new to you that when you realize what''s happening, it startles you.'
 				'"I think am too," you whisper, on the verge of orgasming from your first time, barely able to speak.'
 				'"I think am too," you whisper, on the verge of orgasming from your first time, barely able to speak.'
 			end
 			end
@@ -923,7 +923,7 @@ if $ARGS[0] = 'fuck_cum':
 				'"I wanna come on your tits," <<$npc_firstname[$boy]>> says, grunting with the effort of holding himself back from blowing his load right now.'
 				'"I wanna come on your tits," <<$npc_firstname[$boy]>> says, grunting with the effort of holding himself back from blowing his load right now.'
 			end
 			end
 		end
 		end
-		
+
 		act'Come wherever you want':
 		act'Come wherever you want':
 			cla & *nl
 			cla & *nl
 			if booty_call['virgin_enjoyment'] = -1:
 			if booty_call['virgin_enjoyment'] = -1:
@@ -941,27 +941,27 @@ if $ARGS[0] = 'fuck_cum':
 			end
 			end
 			act'Continue':gt 'booty_call_cum', 'cum_his_choice'
 			act'Continue':gt 'booty_call_cum', 'cum_his_choice'
 		end
 		end
-		
+
 		act'Finish him with your hand':gt 'booty_call_cum', 'cum_jerkoff'
 		act'Finish him with your hand':gt 'booty_call_cum', 'cum_jerkoff'
-		
+
 		if booty_call['he_ask_facial'] = 1:
 		if booty_call['he_ask_facial'] = 1:
 			act'You can come on my face':gt 'booty_call_cum', 'cum_facial'
 			act'You can come on my face':gt 'booty_call_cum', 'cum_facial'
 		else
 		else
 			act'On my face!':booty_call['facial_ask'] = 1 & gt 'booty_call_cum', 'cum_facial'
 			act'On my face!':booty_call['facial_ask'] = 1 & gt 'booty_call_cum', 'cum_facial'
 		end
 		end
-		
+
 		if booty_call['he_ask_mouth'] = 1:
 		if booty_call['he_ask_mouth'] = 1:
 			act'Let him come in your mouth':gt 'booty_call_cum', 'cum_mouth'
 			act'Let him come in your mouth':gt 'booty_call_cum', 'cum_mouth'
 		else
 		else
 			act'In my mouth!':booty_call['mouth_ask'] = 1 & gt 'booty_call_cum', 'cum_mouth'
 			act'In my mouth!':booty_call['mouth_ask'] = 1 & gt 'booty_call_cum', 'cum_mouth'
 		end
 		end
-		
+
 		if booty_call['he_ask_tits'] = 1:
 		if booty_call['he_ask_tits'] = 1:
 			act'Let him come on your tits':gs 'booty_call_cum', 'cum_tits1'
 			act'Let him come on your tits':gs 'booty_call_cum', 'cum_tits1'
 		else
 		else
 			act'On my tits!':booty_call['tits_ask'] = 1 & gs 'booty_call_cum', 'cum_tits1'
 			act'On my tits!':booty_call['tits_ask'] = 1 & gs 'booty_call_cum', 'cum_tits1'
 		end
 		end
-		
+
 		if booty_call['condom'] ! 1:
 		if booty_call['condom'] ! 1:
 			if booty_call['orgasm'] < orgasm:
 			if booty_call['orgasm'] < orgasm:
 				act'Let''s cum together':gs 'booty_call_cum', 'cum_together'
 				act'Let''s cum together':gs 'booty_call_cum', 'cum_together'
@@ -970,16 +970,16 @@ if $ARGS[0] = 'fuck_cum':
 					npc_creampie_okay = 1
 					npc_creampie_okay = 1
 					gt 'booty_call_cum', 'cum_inside'
 					gt 'booty_call_cum', 'cum_inside'
 				end
 				end
-				
+
 				act'Let''s cum together (fake orgasm)':gs 'booty_call_cum', 'cum_together_fake'
 				act'Let''s cum together (fake orgasm)':gs 'booty_call_cum', 'cum_together_fake'
 			else
 			else
 				act'Cum inside me!':booty_call['creampie_ask'] = 1 & gt 'booty_call_cum', 'cum_inside'
 				act'Cum inside me!':booty_call['creampie_ask'] = 1 & gt 'booty_call_cum', 'cum_inside'
-				
+
 				act'Let''s cum together (fake orgasm)':gs 'booty_call_cum', 'cum_together_fake'
 				act'Let''s cum together (fake orgasm)':gs 'booty_call_cum', 'cum_together_fake'
 			end
 			end
-			
+
 			act'Pull out!':booty_call['pullout_ask'] = 1 & gt 'booty_call_cum', 'cum_pullout'
 			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'
 			act'Not inside me!':booty_call['not_inside'] = 1 & gt 'booty_call_cum', 'cum_not_inside'
 		else
 		else
 			act'Let him come in the condom':gt 'booty_call_cum', 'cum_condom'
 			act'Let him come in the condom':gt 'booty_call_cum', 'cum_condom'
@@ -1054,12 +1054,12 @@ if $ARGS[0] = 'miss_cum':
 			$booty_call['virgin_media'] = '<center><video autoplay loop src="images/shared/sex/vag/miss/rough1.mp4"></video></center>'
 			$booty_call['virgin_media'] = '<center><video autoplay loop src="images/shared/sex/vag/miss/rough1.mp4"></video></center>'
 		elseif $booty_call['pos_speed'] = 'miss2':
 		elseif $booty_call['pos_speed'] = 'miss2':
 			'<center><video autoplay loop src="images/shared/sex/vag/miss/med1.mp4"></video></center>'
 			'<center><video autoplay loop src="images/shared/sex/vag/miss/med1.mp4"></video></center>'
-			
+
 			$booty_call['virgin_media'] = '<center><video autoplay loop src="images/shared/sex/vag/miss/med1.mp4"></video></center>'
 			$booty_call['virgin_media'] = '<center><video autoplay loop src="images/shared/sex/vag/miss/med1.mp4"></video></center>'
 		else
 		else
 			'<center><video autoplay loop src="images/shared/sex/vag/miss/med1.mp4"></video></center>'
 			'<center><video autoplay loop src="images/shared/sex/vag/miss/med1.mp4"></video></center>'
 			'Eventually, your orgasm fades and you''re left panting heavily, trying to catch your breath.'
 			'Eventually, your orgasm fades and you''re left panting heavily, trying to catch your breath.'
-			
+
 			$booty_call['virgin_media'] = '<center><video autoplay loop src="images/shared/sex/vag/miss/slow2.mp4"></video></center>'
 			$booty_call['virgin_media'] = '<center><video autoplay loop src="images/shared/sex/vag/miss/slow2.mp4"></video></center>'
 		end
 		end
 		*nl
 		*nl
@@ -1095,11 +1095,11 @@ end
 if $ARGS[0] = 'virgin_continue':
 if $ARGS[0] = 'virgin_continue':
 	booty_call['orgasm'] = orgasm
 	booty_call['orgasm'] = orgasm
 	act'Keep going':
 	act'Keep going':
-	
+
 	end
 	end
-	
+
 	act'Try another position':
 	act'Try another position':
-		
+
 	end
 	end
 end}
 end}
 
 
@@ -1161,7 +1161,7 @@ if $ARGS[0] = 'virgin_enjoyment':
 			'Maybe it''s just the after effect of being too rough with you before carrying over, but this <i>really fucking hurts!</i> Every time <<$npc_firstname[$boy]>> thrusts into you, it feels like your vagina is going to split in half. Everything about it hurts. Your insides hurt, your vulva hurts, your cervix hurts, it feels like your pussy is literally being stabbed. You keep expecting it to get better, for the pain to go away and the enjoyment to start, but it never does. All you can do is clench your teeth, squeeze your eyes shut, and keep enduring until it''s over.'
 			'Maybe it''s just the after effect of being too rough with you before carrying over, but this <i>really fucking hurts!</i> Every time <<$npc_firstname[$boy]>> thrusts into you, it feels like your vagina is going to split in half. Everything about it hurts. Your insides hurt, your vulva hurts, your cervix hurts, it feels like your pussy is literally being stabbed. You keep expecting it to get better, for the pain to go away and the enjoyment to start, but it never does. All you can do is clench your teeth, squeeze your eyes shut, and keep enduring until it''s over.'
 			gs'booty_call_virgin','fuck_cum'
 			gs'booty_call_virgin','fuck_cum'
 		end
 		end
-		
+
 		act'... aren''t really enjoying it':
 		act'... aren''t really enjoying it':
 			booty_call['virgin_enjoyment'] = 0
 			booty_call['virgin_enjoyment'] = 0
 			cla & *nl
 			cla & *nl
@@ -1213,7 +1213,7 @@ if $ARGS[0] = 'virgin_enjoyment':
 			end
 			end
 			gs'booty_call_virgin','fuck_cum'
 			gs'booty_call_virgin','fuck_cum'
 		end
 		end
-		
+
 		act'... you aren''t really enjoying it':
 		act'... you aren''t really enjoying it':
 			booty_call['virgin_enjoyment'] = 0
 			booty_call['virgin_enjoyment'] = 0
 			booty_call['boy_cum'] = 2
 			booty_call['boy_cum'] = 2
@@ -1268,14 +1268,14 @@ if $ARGS[0] = 'virgin_enjoyment':
 			elseif $booty_call['pos_speed'] ! 'cowgirl3':
 			elseif $booty_call['pos_speed'] ! 'cowgirl3':
 				act'Pick up the pace':gt'booty_call_virgin','cowgirl_virg_hard2'
 				act'Pick up the pace':gt'booty_call_virgin','cowgirl_virg_hard2'
 			end
 			end
-			
+
 			if $booty_call['position'] = 'miss':
 			if $booty_call['position'] = 'miss':
 				act'Kiss him':gt'booty_call_virgin','miss_virg_kiss'
 				act'Kiss him':gt'booty_call_virgin','miss_virg_kiss'
 !!			elseif $booty_call['position'] = 'cowgirl':
 !!			elseif $booty_call['position'] = 'cowgirl':
 !!				act'Kiss him':gt'booty_call_virgin','cowgirl_virg_kiss'
 !!				act'Kiss him':gt'booty_call_virgin','cowgirl_virg_kiss'
 			end
 			end
 		end
 		end
-		
+
 		act'... this feels painfully good':
 		act'... this feels painfully good':
 			booty_call['virgin_enjoyment'] = 2
 			booty_call['virgin_enjoyment'] = 2
 			cla & *nl
 			cla & *nl