Ver código fonte

[fixed] the critical errors

hornguy6 1 ano atrás
pai
commit
5263dad6e7
2 arquivos alterados com 86 adições e 82 exclusões
  1. 85 81
      locations/booty_call_after.qsrc
  2. 1 1
      locations/booty_call_reactions.qsrc

+ 85 - 81
locations/booty_call_after.qsrc

@@ -455,92 +455,96 @@ if $ARGS[0] = 'no_condom_end':
 end
 
 if $ARGS[0] = 'wipes':
-	gs'stat'
-	if hypnoAddict > 0:
-		cumspclnt = 18
-	else
-		cumspclnt = 1
-	end
-	cla & *clr
-	if cumloc[11] > 0 or $booty_call['last_cum'] = 'facial':
-		!! face
-		'<center><img <<$set_imgh>> src="images/shared/sex/cum/facial/facial36.jpg"></center>'
-		if booty_call['wipes'] = 2:
-			'"Hey, got anything I can use to clean up?" you trying not to smile under the spunk covering your face.'
-			'"Oh yeah, right here." <<$npc_firstname[$boy]>> reaches over to his nightstand, pulling a packet of tissues and tossing them over to you. Gratefully accepting them, you pull out a handful and get to work cleaning yourself up.'
-		else
-			'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
-		*nl
-
-		if cumloc[16] > 0:
-			!! 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.'
-		else
-			'You carefully wipe the cum from your face, making sure to get every last drop. 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.'
-		end
-		booty_call['wipes'] = 0
-	elseif cumloc[12] > 0 or $booty_call['last_cum'] = 'stomach':
-		!! stomach
-		'<center><img <<$set_imgh>> src="images/shared/sex/cum/stomach/bellycum3.jpg"></center>'
-		if booty_call['wipes'] = 2:
-			'"Hey, got anything I can use to clean up?" you ask, looking at your belly, cum still spattered over it.'
-			'"Oh yeah, right here." <<$npc_firstname[$boy]>> reaches over to his nightstand, pulling a packet of tissues and tossing them over to you. Gratefully accepting them, you pull out a handful and get to work cleaning yourself up.'
-		else
-			'You really need to clean yourself after up after that. Reaching down to your purse, you pull some wipes out of your purse.'
-		end
-		booty_call['wipes'] = 0
-	elseif cumloc[4] > 0 or $booty_call['last_cum'] = 'ass' or $booty_call['last_cum'] = 'back':
-		!! butt
-		'<center><img <<$set_imgh>> src="images/shared/sex/cum/back1.jpg"></center>'
-		if booty_call['wipes'] = 2:
-			'"Hey, got anything I can use to clean up?" you ask, looking over your shoulder and wiggling your ass to emphasize the cum resting on it.'
-			'"Oh yeah, right here." <<$npc_firstname[$boy]>> reaches over to his nightstand, pulling a packet of tissues and tossing them over to you. Gratefully accepting them, you pull out a handful and get to work awkwardly trying to wipe your ass and up your back.'
-		else
-			'You really need to clean yourself after up after that. Reaching down to your purse, you pull some wipes out of your purse, awkwardly wiping your ass and back with it.'
-		end
-		booty_call['wipes'] = 0
-	elseif cumloc[0] > 0 or $booty_call['last_cum'] = 'creampie':
-		!! vagina
-		if hypnoAddict > 0:
-			'<center><b><font color="maroon"><<$npc_firstname[$boy]>>''s Bedroom</font></b></center>'
-			$npc_apt_bedroom[$boy]
-			if booty_call['wipes'] = 1:
-				'You reach down to your purse and pull out your bag of wipes before you stop, suddenly confused.'
-				'<i>Why did I get out my wipes?</i> you think to yourself. You frown at the packet, befuddled as to what you wanted to do with the,.'
-				'<i>Meh. If it''s important, it will come back to me later,</i> you think to yourself as you put it back into your purse, oblivious to the liquid dribbling down the inside of your thigh.'
-			elseif booty_call['wipes'] = 2:
-				'"Hey, do you-" you start and then suddenly lose track of what you were trying to say. You frown to yourself as <<$npc_firstname[$boy]>> looks at you quizically.'
-				'"Did you need something?"'
-				'"I uhh..." Your frown deepens. "I wanted to ask you something... but I forgot what it was... I guess it doesn''t really matter..."'
-				'<i>Meh. If it''s important, it will come back to me later,</i> you think to yourself, oblivious to the liquid dribbling down the inside of your thigh.'
-			end
-		else
-			if booty_call['wipes'] = 2:
-				'<center><video autoplay loop src="images/shared/sex/cum/vagcreampie/after1.mp4"></video></center>'
-				'"Hey, got anything I can use to clean up?" you say, holding your fingers over your pussy, trying to keep the cum from spilling out any further.'
-				'"Oh yeah, right here." <<$npc_firstname[$boy]>> reaches over to his nightstand, pulling a packet of tissues and tossing them over to you. Gratefully accepting them, you pull out a handful and get to work cleaning yourself up.'
+	if cum_loc['vagina'] > 0 or cum_loc['anus'] > 0 or cum_loc['butt'] > 0 or cum_loc['back'] > 0 or cum_loc['face'] > 0 or cum_loc['hands'] > 0 or cum_loc['stomach'] > 0 or cum_loc['tits'] > 0 or cum_loc['hair'] > 0:
+		act'Clean up':
+			gs'stat'
+			if hypnoAddict > 0:
+				cumspclnt = 18
 			else
-				'<center><img <<$set_imgh>> src="images/shared/sex/cum/cum111.jpg"></center>'
-				'You really need to clean yourself after up after that. Reaching down to your purse, you pull some wipes out of your purse before reaching between your legs to wipe yourself up.'
+				cumspclnt = 1
+			end
+			cla & *clr
+			if cumloc[11] > 0 or $booty_call['last_cum'] = 'facial':
+				!! face
+				'<center><img <<$set_imgh>> src="images/shared/sex/cum/facial/facial36.jpg"></center>'
+				if booty_call['wipes'] = 2:
+					'"Hey, got anything I can use to clean up?" you trying not to smile under the spunk covering your face.'
+					'"Oh yeah, right here." <<$npc_firstname[$boy]>> reaches over to his nightstand, pulling a packet of tissues and tossing them over to you. Gratefully accepting them, you pull out a handful and get to work cleaning yourself up.'
+				else
+					'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
 				*nl
-				'It takes a few tries, more cum seemingly coming out with every next wipe, but eventually you feel like you got most of it out. At least enough that nothing is going to be running down your legs walking home.'
+
+				if cumloc[16] > 0:
+					!! 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.'
+				else
+					'You carefully wipe the cum from your face, making sure to get every last drop. 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.'
+				end
+				booty_call['wipes'] = 0
+			elseif cumloc[12] > 0 or $booty_call['last_cum'] = 'stomach':
+				!! stomach
+				'<center><img <<$set_imgh>> src="images/shared/sex/cum/stomach/bellycum3.jpg"></center>'
+				if booty_call['wipes'] = 2:
+					'"Hey, got anything I can use to clean up?" you ask, looking at your belly, cum still spattered over it.'
+					'"Oh yeah, right here." <<$npc_firstname[$boy]>> reaches over to his nightstand, pulling a packet of tissues and tossing them over to you. Gratefully accepting them, you pull out a handful and get to work cleaning yourself up.'
+				else
+					'You really need to clean yourself after up after that. Reaching down to your purse, you pull some wipes out of your purse.'
+				end
+				booty_call['wipes'] = 0
+			elseif cumloc[4] > 0 or $booty_call['last_cum'] = 'ass' or $booty_call['last_cum'] = 'back':
+				!! butt
+				'<center><img <<$set_imgh>> src="images/shared/sex/cum/back1.jpg"></center>'
+				if booty_call['wipes'] = 2:
+					'"Hey, got anything I can use to clean up?" you ask, looking over your shoulder and wiggling your ass to emphasize the cum resting on it.'
+					'"Oh yeah, right here." <<$npc_firstname[$boy]>> reaches over to his nightstand, pulling a packet of tissues and tossing them over to you. Gratefully accepting them, you pull out a handful and get to work awkwardly trying to wipe your ass and up your back.'
+				else
+					'You really need to clean yourself after up after that. Reaching down to your purse, you pull some wipes out of your purse, awkwardly wiping your ass and back with it.'
+				end
+				booty_call['wipes'] = 0
+			elseif cumloc[0] > 0 or $booty_call['last_cum'] = 'creampie':
+				!! vagina
+				if hypnoAddict > 0:
+					'<center><b><font color="maroon"><<$npc_firstname[$boy]>>''s Bedroom</font></b></center>'
+					$npc_apt_bedroom[$boy]
+					if booty_call['wipes'] = 1:
+						'You reach down to your purse and pull out your bag of wipes before you stop, suddenly confused.'
+						'<i>Why did I get out my wipes?</i> you think to yourself. You frown at the packet, befuddled as to what you wanted to do with the,.'
+						'<i>Meh. If it''s important, it will come back to me later,</i> you think to yourself as you put it back into your purse, oblivious to the liquid dribbling down the inside of your thigh.'
+					elseif booty_call['wipes'] = 2:
+						'"Hey, do you-" you start and then suddenly lose track of what you were trying to say. You frown to yourself as <<$npc_firstname[$boy]>> looks at you quizically.'
+						'"Did you need something?"'
+						'"I uhh..." Your frown deepens. "I wanted to ask you something... but I forgot what it was... I guess it doesn''t really matter..."'
+						'<i>Meh. If it''s important, it will come back to me later,</i> you think to yourself, oblivious to the liquid dribbling down the inside of your thigh.'
+					end
+				else
+					if booty_call['wipes'] = 2:
+						'<center><video autoplay loop src="images/shared/sex/cum/vagcreampie/after1.mp4"></video></center>'
+						'"Hey, got anything I can use to clean up?" you say, holding your fingers over your pussy, trying to keep the cum from spilling out any further.'
+						'"Oh yeah, right here." <<$npc_firstname[$boy]>> reaches over to his nightstand, pulling a packet of tissues and tossing them over to you. Gratefully accepting them, you pull out a handful and get to work cleaning yourself up.'
+					else
+						'<center><img <<$set_imgh>> src="images/shared/sex/cum/cum111.jpg"></center>'
+						'You really need to clean yourself after up after that. Reaching down to your purse, you pull some wipes out of your purse before reaching between your legs to wipe yourself up.'
+						*nl
+						'It takes a few tries, more cum seemingly coming out with every next wipe, but eventually you feel like you got most of it out. At least enough that nothing is going to be running down your legs walking home.'
+					end
+				end
 			end
-		end
-	end
 
-	if cumloc[13] > 0:
-		*nl
-		!! 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.'
-	end
+			if cumloc[13] > 0:
+				*nl
+				!! 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.'
+			end
 
-	booty_call['wipes'] = 0
-	gs'cum_cleanup'
-	if booty_call['sex_over'] = 1:
-		gs'booty_call_after', 'after_sex2'
-	else
-		gs'booty_call_sex', 'sex_end'
+			booty_call['wipes'] = 0
+			gs'cum_cleanup'
+			if booty_call['sex_over'] = 1:
+				gs'booty_call_after', 'after_sex2'
+			else
+				gs'booty_call_sex', 'sex_end'
+			end
+		end
 	end
 end
 

+ 1 - 1
locations/booty_call_reactions.qsrc

@@ -1365,7 +1365,7 @@ if $ARGS[0] = 'cum_together_kiss':
 end
 
 if $ARGS[0] = 'already_creampied_me':
-	if booty_call['creampie_count'] > 1 and booty_call['danger_day'] = 1:
+	if booty_call['creampie_count'] > 1 and booty_call['danger_day'] = 1 and booty_call['creampie_allowance'] = 0:
 		act'Since you already came inside...':
 			booty_call['creampie_allowance'] = 1
 			cla & *nl