Browse Source

[fixed] restricted peeing to once per hour

julzor 4 năm trước cách đây
mục cha
commit
da555e36d9
3 tập tin đã thay đổi với 135 bổ sung127 xóa
  1. 2 2
      locations/ParkKafe.qsrc
  2. 132 124
      locations/din_van.qsrc
  3. 1 1
      locations/pavtrain_market.qsrc

+ 2 - 2
locations/ParkKafe.qsrc

@@ -207,7 +207,7 @@ if $ARGS[0] = 'Armenians':
 				'<center><img <<$set_imgh>> src="images/shared/sex/blowjob/parkbj.jpg"></center>'
 				'The Armenians shove you on your knees as they take out their mighty members. They use them to poke you in your face, until you start sucking both members.'
 
-				if rand(1,100) <= bj:
+				if rand(1,100) <= stat['bj']:
 					pcs_horny = 0
 					orgasm += 1
 					'You orgasmed.'
@@ -233,7 +233,7 @@ if $ARGS[0] = 'Armenians':
 				'<center><img <<$set_imgh>> src="images/locations/city/centralpark/sex/cafe/ara2.jpg"></center>'
 				'The Armenians bend you over, one of them shoves his cock in your mouth. The other one stands behind you and shoves his penis deep into your vagina. They go on and eagerly fuck you in both holes.'
 
-				if rand(1,100) <= bj:
+				if rand(1,100) <= stat['bj']:
 					pcs_horny = 0
 					orgasm += 1
 					'You orgasm.'

+ 132 - 124
locations/din_van.qsrc

@@ -1314,57 +1314,61 @@ end
 
 !!Private bathrooms: One of these text should be randomly selected if using a private restroom, such as one in a home.
 if $ARGS[0] = 'prvt_pee':
-	act 'Go pee (0:04)':
-		*clr & cla
-		menu_off = 1
-		minut += 4
-		'<center><img <<$set_imgh>> src="images/pc/pee/pee-private/' + rand(1,19) + '.jpg"></center>'
-		!!Get random pee-private picture
-		rand_pee = rand(0,7)
-		if rand_pee = 0:
-			'You take a seat on the toilet and begin peeing, glad to feel the pressure released.'
-		elseif rand_pee = 1:
-			'After sitting on the toilet you finally release your bladder. A shiver runs down your spine as the stream flows out of you. "Wow," you think, "I had to go more than I thought."'
-		elseif rand_pee = 2:
-			'Settling into the toilet seat you pull out your phone and begin checking for messages and doing other things to occupy the time until the stream slows to a trickle and finally stops.'
-		elseif rand_pee = 3:
-			'You plop down onto the porcelain throne and begin to unleash a torrent of urine into the bowl. As you wait for nature to finish it''s business you begin to daydream a bit as your mind wanders off.'
-		elseif rand_pee = 4:
-			'While relaxing your bladder and beginning to pee you decide to reflect on your recent interactions with the people in your life. "What do they think of me? Do they talk behind my back?" You continue contemplating until your body signals that the flow has ended.'
-		elseif rand_pee = 5:
-			'You nearly piss yourself as you rush to seat yourself onto the toilet. Unable to hold back the flood anymore, your body releases a seemingly endless stream as you moan quietly in relief, thankful that you made it in time.'
-		elseif rand_pee = 6:
-			'After situating yourself on the toilet, you relax and begin peeing. The urine tickles your labia as it sprays out of you into the toilet bowl.'
-		else
-			'As you begin to sit down you nearly jump back to your feet as the cold toilet seat stings your bare bottom. You shake your head and sigh before settling back onto the icy seat and doing your business.'
-		end
+	if pee_hour ! hour or (pee_hour = hour and pee_day ! daystart): 
+		act 'Go pee (0:04)':
+			*clr & cla
+			menu_off = 1
+			pee_hour = hour
+			pee_day = daystart
+			minut += 4
+			'<center><img <<$set_imgh>> src="images/pc/pee/pee-private/' + rand(1,19) + '.jpg"></center>'
+			!!Get random pee-private picture
+			rand_pee = rand(0,7)
+			if rand_pee = 0:
+				'You take a seat on the toilet and begin peeing, glad to feel the pressure released.'
+			elseif rand_pee = 1:
+				'After sitting on the toilet you finally release your bladder. A shiver runs down your spine as the stream flows out of you. "Wow," you think, "I had to go more than I thought."'
+			elseif rand_pee = 2:
+				'Settling into the toilet seat you pull out your phone and begin checking for messages and doing other things to occupy the time until the stream slows to a trickle and finally stops.'
+			elseif rand_pee = 3:
+				'You plop down onto the porcelain throne and begin to unleash a torrent of urine into the bowl. As you wait for nature to finish it''s business you begin to daydream a bit as your mind wanders off.'
+			elseif rand_pee = 4:
+				'While relaxing your bladder and beginning to pee you decide to reflect on your recent interactions with the people in your life. "What do they think of me? Do they talk behind my back?" You continue contemplating until your body signals that the flow has ended.'
+			elseif rand_pee = 5:
+				'You nearly piss yourself as you rush to seat yourself onto the toilet. Unable to hold back the flood anymore, your body releases a seemingly endless stream as you moan quietly in relief, thankful that you made it in time.'
+			elseif rand_pee = 6:
+				'After situating yourself on the toilet, you relax and begin peeing. The urine tickles your labia as it sprays out of you into the toilet bowl.'
+			else
+				'As you begin to sit down you nearly jump back to your feet as the cold toilet seat stings your bare bottom. You shake your head and sigh before settling back onto the icy seat and doing your business.'
+			end
 
-!!If PC is on her period and using tampon, then the following options should appear as well as the standard "Finish and wipe" act:
-!!This may require an addition check to see if the PC has a purse since I think they need that to carry tampons with them.
-		if isprok = 1 and tampon > 0:
-			act 'Change tampon (0:02)':
-				*clr & cla
-				minut += 2
-				'<center><img <<$set_imgh>> src="images/pc/pee/period/tampon/' + rand(1,12) + '.jpg"></center>'
-				'Reaching down and taking the string between your fingers, you slowly pull the used tampon from your vagina. You wrap it in toilet paper to be thrown in the trash bin. Opening your purse, you retrieve a fresh one before unpackaging it and carefully inserting it into you.'
+	!!If PC is on her period and using tampon, then the following options should appear as well as the standard "Finish and wipe" act:
+	!!This may require an addition check to see if the PC has a purse since I think they need that to carry tampons with them.
+			if isprok = 1 and tampon > 0:
+				act 'Change tampon (0:02)':
+					*clr & cla
+					minut += 2
+					'<center><img <<$set_imgh>> src="images/pc/pee/period/tampon/' + rand(1,12) + '.jpg"></center>'
+					'Reaching down and taking the string between your fingers, you slowly pull the used tampon from your vagina. You wrap it in toilet paper to be thrown in the trash bin. Opening your purse, you retrieve a fresh one before unpackaging it and carefully inserting it into you.'
 
-				gs 'din_van', 'prvt_pee_end'
+					gs 'din_van', 'prvt_pee_end'
+				end
 			end
-		end
-!!If PC is on her period and using pad, then the following options should appear as well as the standard "Finish and wipe" act:
-!!This may require an addition check to see if the PC has a purse since I think they need that to carry pads with them.
-		if isprokp = 1 and sanpad > 0:
-			act 'Change pad (0:02)':
-				*clr & cla
-				minut += 2
-				'<center><img <<$set_imgh>> src="images/pc/pee/period/pad/' + rand(1,6) + '.jpg"></center>'
-				'Checking your pad, you decide it''s time for a new one. You carefully peel it off of your panties before folding it into thirds and setting it aside to be thrown away. Digging in your bag, you pull out a fresh pad, unpackage it, peel off the adhesive strip, and place it into your underwear. Finally, you wrap the wings around the sides of the gusset to make sure it is nice and secure.'
+	!!If PC is on her period and using pad, then the following options should appear as well as the standard "Finish and wipe" act:
+	!!This may require an addition check to see if the PC has a purse since I think they need that to carry pads with them.
+			if isprokp = 1 and sanpad > 0:
+				act 'Change pad (0:02)':
+					*clr & cla
+					minut += 2
+					'<center><img <<$set_imgh>> src="images/pc/pee/period/pad/' + rand(1,6) + '.jpg"></center>'
+					'Checking your pad, you decide it''s time for a new one. You carefully peel it off of your panties before folding it into thirds and setting it aside to be thrown away. Digging in your bag, you pull out a fresh pad, unpackage it, peel off the adhesive strip, and place it into your underwear. Finally, you wrap the wings around the sides of the gusset to make sure it is nice and secure.'
 
-				gs 'din_van', 'prvt_pee_end'
+					gs 'din_van', 'prvt_pee_end'
+				end
 			end
-		end
 
-		gs 'din_van', 'prvt_pee_end'
+			gs 'din_van', 'prvt_pee_end'
+		end
 	end
 end
 
@@ -1387,99 +1391,103 @@ end
 
 !!Public bathrooms: These texts should be randomly selected if using a public restroom
 if $ARGS[0] = 'pblc_pee':
-	act 'Go pee (0:04)':
-		*clr & cla
-		menu_off = 1
-		minut += 4
-		'<center><img <<$set_imgh>> src="images/pc/pee/pee-public/' + rand(1,11) + '.jpg"></center>'
-		rand_pee = rand(0,7)
-		if rand_pee = 0:
-			'Settling into the toilet seat you pull out your phone and begin checking for messages and doing other things to occupy the time until the stream slows to a trickle and finally stops.'
-		elseif rand_pee = 1:
-			'While relaxing your bladder and beginning to pee you decide to reflect on your recent interactions with the people in your life. "What do they think of me? Do they talk behind my back?" You continue contemplating until your body signals that the flow has ended.'
-		elseif rand_pee = 2:
-			'You nearly piss yourself as you rush to seat yourself onto the toilet. Unable to hold back the flood anymore, your body releases a seemingly endless stream as you moan quietly in relief, thankful that you made it in time.'
-		elseif rand_pee = 3:
-			'Immediately up entering the restroom, your nostrils are assaulted by the most heinous stench. Knowing that you have no other option, you try to suppress your gags as you sit in a stall and do your business.'
-		elseif rand_pee = 4:
-			*clr
-			'<center><img <<$set_imgh>> src="images/pc/pee/pee-public/hovercraft' + rand(1,2) + '.jpg"></center>'
-			'You enter the stall and groan in disgust at the sight of the gross facilities. Realizing that you have no choice, you decided to "hovercraft" it. Instead of sitting down on the filthy seat, you hover your ass above the bowl before letting go of the pee you''d been holding, not caring if all of the stream gets into the toilet or elsewhere.'
-		else
-			!!Graffiti trigger text
-			rand_pee = rand(0,21)
-			'As you sit down to relieve your bladder you get distracted reading some of the graffiti on the wall of the stall.'
-			$rand_girl = func('gschool_randperson', 1, '', 1, 1, 1, 1, 1, 0)
+	if pee_hour ! hour or (pee_hour = hour and pee_day ! daystart): 
+		act 'Go pee (0:04)':
+			*clr & cla
+			menu_off = 1
+			pee_hour = hour
+			pee_day = daystart
+			minut += 4
+			'<center><img <<$set_imgh>> src="images/pc/pee/pee-public/' + rand(1,11) + '.jpg"></center>'
+			rand_pee = rand(0,7)
 			if rand_pee = 0:
-				'Albina and her Starlettes are a bunch of dirty whores.'
+				'Settling into the toilet seat you pull out your phone and begin checking for messages and doing other things to occupy the time until the stream slows to a trickle and finally stops.'
 			elseif rand_pee = 1:
-				'<<$rand_girl>>''s vagina smells like puke!'
+				'While relaxing your bladder and beginning to pee you decide to reflect on your recent interactions with the people in your life. "What do they think of me? Do they talk behind my back?" You continue contemplating until your body signals that the flow has ended.'
 			elseif rand_pee = 2:
-				'Beware of Dimka! He''s not as nice as he seems!'
+				'You nearly piss yourself as you rush to seat yourself onto the toilet. Unable to hold back the flood anymore, your body releases a seemingly endless stream as you moan quietly in relief, thankful that you made it in time.'
 			elseif rand_pee = 3:
-				'If you''re on the rag, check the seat when you get up and WIPE IT OFF!!! No one wants a nasty seat!'
+				'Immediately up entering the restroom, your nostrils are assaulted by the most heinous stench. Knowing that you have no other option, you try to suppress your gags as you sit in a stall and do your business.'
 			elseif rand_pee = 4:
-				'If you smell fish, it''s probably your dirty twat! Hahaha!'
-			elseif rand_pee = 5:
-				'Shave your punani, bitches! No one likes digging through a forest, LOL.'
-			elseif rand_pee = 6:
-				'Shaved pussies stink and are prone to infection! Don''t believe the lies!'
-			elseif rand_pee = 7:
-				'Fight the Patriarchy!'
-			elseif rand_pee = 8:
-				'Tampons vs. Pads, cast your vote! Below this text are hash marks indicating various girl''s preference. One person also wrote “Freebleeder for life!” Ewww.'
-			elseif rand_pee = 9:
-				'Petra''s cock is smaller than my lipstick tube, LOL!'
-			elseif rand_pee = 10:
-				'You''re beautiful! Believe that!'
-			elseif rand_pee = 11:
-				'Putin is a chauvinist pig!'
-			elseif rand_pee = 12:
-				'Suck dick! It''s good for you!'
-			elseif rand_pee = 13:
-				'"I''ll pull out, I swear! is the most dangerous lie you can believe." This text is followed by a crude drawing of a pregnant woman.'
-			elseif rand_pee = 14:
-				'Cut back on the perfume, ladies. It smells like a unicorn farted in here.'
-			elseif rand_pee = 15:
-				'<<$rand_girl>> is a slut and everyone knows it!'
-			elseif rand_pee = 16:
-				'Men are like pantyhose; They either run, cling, or don''t fit right in the crotch!'
-			elseif rand_pee = 17:
-				'Gopnik guys are SO HOT!!!'
-			elseif rand_pee = 18:
-				'That rumor about black guys is true! Just ask Marcus for a sneak peek.'
-			elseif rand_pee = 19:
-				'Butt sex is the best sex!'
-			elseif rand_pee = 20:
-				'I just wrote on the wall. Take THAT, society!'
+				*clr
+				'<center><img <<$set_imgh>> src="images/pc/pee/pee-public/hovercraft' + rand(1,2) + '.jpg"></center>'
+				'You enter the stall and groan in disgust at the sight of the gross facilities. Realizing that you have no choice, you decided to "hovercraft" it. Instead of sitting down on the filthy seat, you hover your ass above the bowl before letting go of the pee you''d been holding, not caring if all of the stream gets into the toilet or elsewhere.'
 			else
-				'Never quit loving your clit.'
+				!!Graffiti trigger text
+				rand_pee = rand(0,21)
+				'As you sit down to relieve your bladder you get distracted reading some of the graffiti on the wall of the stall.'
+				$rand_girl = func('gschool_randperson', 1, '', 1, 1, 1, 1, 1, 0)
+				if rand_pee = 0:
+					'Albina and her Starlettes are a bunch of dirty whores.'
+				elseif rand_pee = 1:
+					'<<$rand_girl>>''s vagina smells like puke!'
+				elseif rand_pee = 2:
+					'Beware of Dimka! He''s not as nice as he seems!'
+				elseif rand_pee = 3:
+					'If you''re on the rag, check the seat when you get up and WIPE IT OFF!!! No one wants a nasty seat!'
+				elseif rand_pee = 4:
+					'If you smell fish, it''s probably your dirty twat! Hahaha!'
+				elseif rand_pee = 5:
+					'Shave your punani, bitches! No one likes digging through a forest, LOL.'
+				elseif rand_pee = 6:
+					'Shaved pussies stink and are prone to infection! Don''t believe the lies!'
+				elseif rand_pee = 7:
+					'Fight the Patriarchy!'
+				elseif rand_pee = 8:
+					'Tampons vs. Pads, cast your vote! Below this text are hash marks indicating various girl''s preference. One person also wrote “Freebleeder for life!” Ewww.'
+				elseif rand_pee = 9:
+					'Petra''s cock is smaller than my lipstick tube, LOL!'
+				elseif rand_pee = 10:
+					'You''re beautiful! Believe that!'
+				elseif rand_pee = 11:
+					'Putin is a chauvinist pig!'
+				elseif rand_pee = 12:
+					'Suck dick! It''s good for you!'
+				elseif rand_pee = 13:
+					'"I''ll pull out, I swear! is the most dangerous lie you can believe." This text is followed by a crude drawing of a pregnant woman.'
+				elseif rand_pee = 14:
+					'Cut back on the perfume, ladies. It smells like a unicorn farted in here.'
+				elseif rand_pee = 15:
+					'<<$rand_girl>> is a slut and everyone knows it!'
+				elseif rand_pee = 16:
+					'Men are like pantyhose; They either run, cling, or don''t fit right in the crotch!'
+				elseif rand_pee = 17:
+					'Gopnik guys are SO HOT!!!'
+				elseif rand_pee = 18:
+					'That rumor about black guys is true! Just ask Marcus for a sneak peek.'
+				elseif rand_pee = 19:
+					'Butt sex is the best sex!'
+				elseif rand_pee = 20:
+					'I just wrote on the wall. Take THAT, society!'
+				else
+					'Never quit loving your clit.'
+				end
 			end
-		end
 
-		if mesec > 0 and (isprok = 1 or (isprok = 0 and isprokp = 0)) and tampon > 0 and bag = 1:
-			act 'Change tampon (0:02)':
-				*clr & cla
-				minut += 2
-				'<center><img <<$set_imgh>> src="images/pc/pee/period/tampon/' + rand(1,12) + '.jpg"></center>'
-				'Reaching down and taking the string between your fingers, you slowly pull the used tampon from your vagina. You wrap it in toilet paper to be thrown in the trash bin. Opening your purse, you retrieve a fresh one before unpackaging it and carefully inserting it into you.'
+			if mesec > 0 and (isprok = 1 or (isprok = 0 and isprokp = 0)) and tampon > 0 and bag = 1:
+				act 'Change tampon (0:02)':
+					*clr & cla
+					minut += 2
+					'<center><img <<$set_imgh>> src="images/pc/pee/period/tampon/' + rand(1,12) + '.jpg"></center>'
+					'Reaching down and taking the string between your fingers, you slowly pull the used tampon from your vagina. You wrap it in toilet paper to be thrown in the trash bin. Opening your purse, you retrieve a fresh one before unpackaging it and carefully inserting it into you.'
 
-				gs 'din_van', 'pblc_pee_end'
+					gs 'din_van', 'pblc_pee_end'
+				end
 			end
-		end
 
-		if mesec > 0 and (isprokp = 1 or (isprok = 0 and isprokp = 0)) and sanpad > 0 and bag = 1:
-			act 'Change pad (0:02)':
-				*clr & cla
-				minut += 2
-				'<center><img <<$set_imgh>> src="images/pc/pee/period/pad/' + rand(1,6) + '.jpg"></center>'
-				'Checking your pad, you decide it''s time for a new one. You carefully peel it off of your panties before folding it into thirds and setting it aside to be thrown away. Digging in your bag, you pull out a fresh pad, unpackage it, peel off the adhesive strip, and place it into your underwear. Finally, you wrap the wings around the sides of the gusset to make sure it is nice and secure.'
+			if mesec > 0 and (isprokp = 1 or (isprok = 0 and isprokp = 0)) and sanpad > 0 and bag = 1:
+				act 'Change pad (0:02)':
+					*clr & cla
+					minut += 2
+					'<center><img <<$set_imgh>> src="images/pc/pee/period/pad/' + rand(1,6) + '.jpg"></center>'
+					'Checking your pad, you decide it''s time for a new one. You carefully peel it off of your panties before folding it into thirds and setting it aside to be thrown away. Digging in your bag, you pull out a fresh pad, unpackage it, peel off the adhesive strip, and place it into your underwear. Finally, you wrap the wings around the sides of the gusset to make sure it is nice and secure.'
 
-				gs 'din_van', 'pblc_pee_end'
+					gs 'din_van', 'pblc_pee_end'
+				end
 			end
-		end
 
-		gs 'din_van', 'pblc_pee_end'
+			gs 'din_van', 'pblc_pee_end'
+		end
 	end
 end
 

+ 1 - 1
locations/pavtrain_market.qsrc

@@ -87,7 +87,7 @@ if $ARGS[0] = 'start':
 					'Roman welcomes you. He is interested and businesslike as he asks what you have for sale.'
 				elseif gobQW = 1:
 					gobQW = 2
-					minute += 5
+					minut += 5
 					'The man greets you and introduces himself as Roman, you tell him that your name is <<$pcs_nickname>>. After a brief chat Roman says that he is interested in seeing what you have for sale.'
 				end
 				act 'Leave':gt 'pavtrain_market', 'start'