Ver código fonte

[fixed] incorrect park links, and inconsistencies with sitting/sleeping while sober and drunk in various parks. Ran cleanup.
[fixed] cafe park entry act still checking for money.
[changed] 'wait' is now a gs 'obj_din', 'wait', or 'obj_din', 'rest' for nap version (interiors), defaults to 15 minutes, with description.
[changed] Changed alko scale for park bench events to match new scale. Renamed event to be clearer.

3xpurt 5 anos atrás
pai
commit
ac4f7cf977

+ 7 - 7
locations/FedorMisc.qsrc

@@ -816,7 +816,7 @@ if $ARGS[0] =  'Outcast Intro':
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/fedorangry.jpg"></center>'
 				'You slowly step toward Fedor and say, "Look Fedor...I never meant for any of this to happen." Fedor shouts "YOU AGREED TO GO OUT WITH VIKTOR WHILE DATING ME! How can you expect me to believe that you cared for me at all... Just go away <<$pcs_firstname>>. I have nothing for you." you step away from Fedor knowing that nothing you say will console him while thinking to yourself "If only he trusted me more, then maybe he would believe that my apology is sincere."'
 
-				act 'Walk away':gt 'gskver'
+				act 'Walk away':gt 'gskver', 'start'
 			end
 			act 'Mock':
 				cls
@@ -828,7 +828,7 @@ if $ARGS[0] =  'Outcast Intro':
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/fedor/fedorev/fedorangry.jpg"></center>'
 				'You grin as you reply, "Well yes. I do so love having a real man as my boyfriend and not a little cocksucker like you." Fedor immediately charges at you and pushes you on the ground. "The only thing Viktor sees in you is right between your legs." You are too shaken to speak as Fedor takes a few seconds to calm himself then walks away from you while saying "Just go <<$pcs_firstname>>. You''ve already taken everything from me. There is nothing left for you here."'
 
-				act 'Walk away':gt 'gskver'
+				act 'Walk away':gt 'gskver', 'start'
 			end
 		end
 	elseif FedorLove = 1:
@@ -867,7 +867,7 @@ if $ARGS[0] =  'Outcast Intro':
 			end
 		end
 	end
-	act 'Walk away':gt 'gskver'
+	act 'Walk away':gt 'gskver', 'start'
 end
 
 if $ARGS[0] =  'Outcast':
@@ -919,9 +919,9 @@ if $ARGS[0] =  'Outcast':
 
 				act 'Remain here':gt 'FedorMisc', 'Outcast'
 
-				act 'Return to park':gt 'gskver'
+				act 'Return to park':gt 'gskver', 'start'
 			end
-			act 'I need some time to think about it':gt 'gskver'
+			act 'I need some time to think about it':gt 'gskver', 'start'
 		end
 	elseif fedorKozlovQW = -15:
 		act 'Ask out on a date':
@@ -939,13 +939,13 @@ if $ARGS[0] =  'Outcast':
 
 			act 'Ask for a smoke':gt 'FedorMisc', 'Smoke 2'
 
-			act 'Just wanted to say hi':gt 'gskver'
+			act 'Just wanted to say hi':gt 'gskver', 'start'
 		end
 	end
 
 	act 'Ask for a smoke':gt 'FedorMisc', 'Smoke 2'
 
-	act 'Walk away':gt 'gskver'
+	act 'Walk away':gt 'gskver', 'start'
 end
 
 if $ARGS[0] =  'Fedor Vs Dimka':

+ 42 - 51
locations/HotelHole.qsrc

@@ -27,7 +27,7 @@ if hour = 0 and $prevloc ! 'HotelRoom':
 	end
 	act 'Go back to the High Street':minut += 3 & gt'vokzalG'
 	exit
-end	
+end
 if hour = 0 and $prevloc = 'HotelRoom':
 	if resepseen = 1:
 	hotresepQW = 3
@@ -50,7 +50,7 @@ if hour = 0 and $prevloc = 'HotelRoom':
 		'"Oh Mister Leonidovich," she says pouting like a little girl, "I am so sorry, I have been bad daddy."'
 		'At that moment you figure out they are just playing a game and being caught flashing was all part of their weird little roleplay.'
 		act 'Continue':
-			
+
 			*clr
 			cls
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/sex/resep_event9.jpg"></center>'
@@ -64,7 +64,7 @@ if hour = 0 and $prevloc = 'HotelRoom':
 			 'All of a sudden, she moves the dick between her breasts and starts fucking it through the space between them.'
 			'"Miss Tanich, you should slow down, I don''t want to blow my load before I get to try that sweet little pussy of yours."'
 			act 'Continue':
-				
+
 				*clr
 				cls
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/sex/resep_event5.jpg"></center>'
@@ -89,8 +89,8 @@ if hour = 0 and $prevloc = 'HotelRoom':
 					'"Thank you Miss Tanich, I believe your monthly bonus is again very much deserved"'
 					'Miss Tanich just smiled at him while showing off her pussy and cum stained buttocks.'
 					'You have seen enough and quietly go back to your room'
-						
-						
+
+
 					act 'Continue':
 						if hotelroom = 1:gt'hotelroom','normal'
 						if hotelroom = 2:gt'hotelroom','better'
@@ -166,22 +166,13 @@ if HotelRoom > 0:
 		if hotelroom = 3:gt'hotelroom','best'
 	end
 end
-act 'Kill some time in the hotel lobby ':
 
-	waiting = input ("How long do you want to sit down? (No more than 120 minutes) default = 30 minutes")
-	if waiting <= 0 or waiting > 120:
-				minut += 30
-	elseif waiting > 0 and waiting <= 120:
-				minut += waiting
-				pcs_mood += 10
-				pcs_willpwr += 10
-			
-	end
-	cls
-	gs'stat'
+act 'Kill some time in the hotel lobby ':
+	gs 'obj_din', 'rest'
 	hotwait = 1
 	gt 'hotelhole'
 end
+
 act 'Leave the hotel':minut += 3 & gt'vokzalG'
 
 if $ARGS[0] = 'Pavlin' :
@@ -199,7 +190,7 @@ if $ARGS[0] = 'Pavlin' :
 				cls
 				cla
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/Pavlin/Pavlin.jpg"></center>'
-				minut += 10	
+				minut += 10
 				if pavchat ! daystart:npc_rel['A217'] += 2
 				pavchat = daystart
 				talkrand = RAND(0,6)
@@ -218,13 +209,13 @@ if $ARGS[0] = 'Pavlin' :
 					'It looks like you really hit a nerve there. You wonder what that''s about.'
 				end
 				if talkrand = 2:
-					'Pavlin tells you a story from his childhood.'					
+					'Pavlin tells you a story from his childhood.'
 					'"My father used to beat me everyday. One day when I was 12 after another savage beating I asked my mother to do something about it. The bitch started giving me another beating and then locked me out in my underpants on the balcony for 2 hours."'
 					'"This was in the middle of January, so I got lucky I didn''t freeze to death that day."'
 					'It seems he had a very rough childhood.'
 				end
 				if talkrand = 3:
-					'Pavlin tells you a story from his childhood.'					
+					'Pavlin tells you a story from his childhood.'
 					'"My father frequently brought working girls to the house for punishment. If they were lucky he just beat them up. If their mistake was worse he would involve my mother and she ..."'
 					'"Let''s just say that these girls would never go against my father''s wishes again once my mother was done with them."'
 					'"I always felt sorry for these girls at the time and did not want to watch, but they always forced me."'
@@ -246,7 +237,7 @@ if $ARGS[0] = 'Pavlin' :
 					'It seems he had a very rough childhood.'
 				end
 				if talkrand = 6:
-					'It looks like Pavlin is drunk.' 
+					'It looks like Pavlin is drunk.'
 					'"You will never disobey me? right <<$pcs_firstname>> ? "'
 					'"Your face is so pretty, I really don''t want to mess that up"'
 					'"What are you saying Pavlin? stop that , you are scaring me."'
@@ -269,7 +260,7 @@ if $ARGS[0] = 'Pavlin' :
 			act 'No thanks':
 				cla
 				'"No, thanks. I''ll just take a regular customer today"'
-				'"No problem, one regular john, coming right up. You can go ahead to the usual room."' 
+				'"No problem, one regular john, coming right up. You can go ahead to the usual room."'
 				act 'Perform your duty':gt 'hotel_resep', 'pavgenpros'
 			end
 			act 'Sure, sounds like fun':
@@ -279,7 +270,7 @@ if $ARGS[0] = 'Pavlin' :
 				'Pavlin gives you the key for the hotelroom.'
 				act 'Go to room 312':gt 'HotelHole','clown'
 			end
-			
+
 		end
 	end
 	if npc_rel['A217'] > 19 and proshotelday ! daystart and storyline = 1 and TwinQW ! 3:
@@ -324,7 +315,7 @@ if $ARGS[0] = 'Pavlin' :
 					'"You are lucky we are in a public place right now or I would fucking murder you!"'
 				end
 					'"Go away <<$pcs_firstname>>, I am too angry right now, we can discuss this later"'
-				
+
 				pavldaystart2 = daystart
 			elseif pavtalk = 0:
 				PavlinQW = 6
@@ -373,7 +364,7 @@ if $ARGS[0] = 'Pavlin' :
 				'You feel anger towards Pavlin rising up inside you. "Do you ever pay attention to me? Can''t you see I am pregnant?" You ask, gesturing at your obviously swollen belly.'
 				'"Of course I know that!" Pavlin''s brows furrow, letting you know he''s getting mad. Butterflies flutter in your stomach, fear trying to match up with the anger.'
 				'His expression softens a little before continuing. "This customer has some pretty weird requests, are you up for it?"'
-				
+
 				act 'Not really, let''s stick with vanilla for now': gt 'HotelHole','Pavlin'
 				act 'What kind of weird requests?':
 					'"He told me he is really in to pissing pregnant chicks." You cringe at the idea.'
@@ -388,15 +379,15 @@ if $ARGS[0] = 'Pavlin' :
 				act 'Ok': gt 'HotelHole','Pavlin'
 			end
 			if knowpreg = 0:
-			
+
 				'Pavlin looks at your body and you know what he is thinking.'
 				'"Yeah that''s definitly tough, good luck with that." You say before quickly leaving'
 				cla
 				act 'Back to lobby': gt 'HotelHole'
 			end
-				
+
 		end
-	
+
 	end
 	act '<B>Move away</B>':gt'HotelHole','skip_resepevent'
 end
@@ -443,13 +434,13 @@ if $ARGS[0] = 'PregBDSM' :
 		'.....WHISHP....'
 		'"<<$pitfs>>Fuck this hurts, but I can''t let it show!<<$pitfe>>" Again you refuse to scream out, not wanting to give your torturer the satisfaction.'
 		'But then...'
-		'.....WHOOSH....'    
+		'.....WHOOSH....'
 		'.....WHAP....'
 		'The whip snaps across each breast before you see it coming.'
 		'You finally scream out involuntarily, the unexpected spike in pain proving too much to ignore.'
 		'"<<$pitfs>>Damn it, I shouldn''t show any weakness! Who knows how far he will take this!<<$pitfe>>" You admonish yourself, but it is too late.'
 		'"Well, well, it looks like the little bitch can feel pain after all." The cruel pervert says, a smile plastered across his vile face.'
-		'.....WHIP....'     
+		'.....WHIP....'
 		'.....SNAP....'
 		'Two more hits slice sharply across your sensitive nipples, eliciting one big scream after another.'
 		'The torment continues for what feels like an eternity. The client alternates randomly between striking yours breasts, back, and buttocks. But the worst by far is when he zeroes in on your quivering pussy. As the instrument slaps viciously across your labia you scream and beg, tears streaming down your tortured face, mascara straining your cheeks. When the whip lands directly on your clit you feel like passing out and vomiting at the same time, your stomach twisting in agony.'
@@ -460,7 +451,7 @@ if $ARGS[0] = 'PregBDSM' :
 			*clr & cla
 			gs 'arousal', 'bj', 30, 'rough','sub','humiliation'
 			gs 'arousal','end'
-			if pcs_dom => 5: 
+			if pcs_dom => 5:
 				pcs_dom -5
 			else
 				sub = sub + 5 - pcs_dom
@@ -510,7 +501,7 @@ if $ARGS[0] = 'PregBDSM' :
 				act 'Swallow your last bit of pride and take a sip':
 					*clr & cla
 					pcs_hydra += 20
-					if pcs_dom => 20: 
+					if pcs_dom => 20:
 						pcs_dom -20
 					else
 						sub = sub + 20 - pcs_dom
@@ -549,7 +540,7 @@ if $ARGS[0] = 'PregBDSM' :
 						preghumdone = 1
 						npc_rel['A217'] += 20
 						act 'Back to lobby':gt 'HotelHole'
-					end	
+					end
 				end
 				act 'No, I can''t do this, let me go':
 					*clr & cla
@@ -583,7 +574,7 @@ if $ARGS[0] = 'PregBDSM' :
 							cla
 							:faintbegin
 							if faintcounter < 9:
-								
+
 								minut += 180
 								wait 1000
 								'.....................................'
@@ -592,10 +583,10 @@ if $ARGS[0] = 'PregBDSM' :
 								if faintcounter = 7:'"<<$pitfs>>What happened?<<$pitfe>>"'
 								faintcounter +=1
 								jump 'faintbegin'
-							else	
+							else
 								act 'Wake up':
 									killvar 'faintcounter'
-									
+
 									*clr & cla
 									gs 'stat'
 									'<center><img <<$set_imgh>> src="images/locations/shared/clinic/wakeup.jpg"></center>'
@@ -653,7 +644,7 @@ if $ARGS[0] = 'PregBDSM' :
 										'The doctor tries to console you, telling you that she''s sorry but nothing could be done. She says that it could''ve been much worse; you could have died, or could have needed a hysterectomy. But they were able to save you from those fates.'
 										'<br>'
 										act 'Continue':
-										
+
 											*clr & cla
 											'<center><img <<$set_imgh>> src="images/characters/pavlovsk/Pavlin/pavlin_policewoman.jpg"></center>'
 											' '
@@ -668,7 +659,7 @@ if $ARGS[0] = 'PregBDSM' :
 											'She slides you a big wad of cash. It''s at least 20,000 <b>₽</b>.'
 											'"Besides, who would believe a whore over our legitimate businessman friend." She says, smirking.'
 											'"<<$pitfs>>So that''s it? 20 000 <b>₽</b> for the life of my child. And that monster just gets away with it?<<$pitfe>>" You can barely form thoughts as the rage, pain, and desperation overwhelm you.'
-											
+
 											act 'Sign the document':
 												money += 20000
 												*clr & cla
@@ -688,7 +679,7 @@ if $ARGS[0] = 'PregBDSM' :
 												killvar 'dailyhealthimprov'
 												npc_rel['A217'] = -1
 												PavlinQW = 9
-												
+
 												act 'Leave':gt 'gpoli'
 											end
 										end
@@ -768,13 +759,13 @@ if $ARGS[0] = 'Twins' :
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/twins6.jpg"></center>'
 				'The man suddenly pushes Anya off the couch and says, "Your sister is a great fuck, indeed. But I think you should go ahead and start doing some work too."'
 				'The client continues to slam into your sensitive pussy with all his might while Anya begins to lick and massage his balls.'
-				
+
 				act 'Continue':
 					*clr & cla
 					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/twins7.jpg"></center>'
 					'After a few minutes, the man pushes you off of him. His coarse, calloused hands manipulate your body until you are laying stomach down on the couch.'
-					'"Get up." He says gruffly to Anya. You stay in your place while looking back to see what they''re doing.' 
+					'"Get up." He says gruffly to Anya. You stay in your place while looking back to see what they''re doing.'
 					' '
 					'By the time he''s satisfied, he has your sister stacked on top of you, her twat just above yours. The client takes a moment to admire his masterpiece before he thrusts his dick into Anya''s waiting pussy. Your sister cries out in pleasure as the stranger buries himself inside of her.'
 					'You are glad that your pussy is getting some rest after the furious pounding it received, but the relief doesn''t last long. Soon enough he pulls out of Anya and plunges into your depths once again. You scream out in surprise, not expecting the sudden penetration, as new waves of pleasure ripple through your body.'
@@ -792,7 +783,7 @@ if $ARGS[0] = 'Twins' :
 						gs 'stat'
 						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/twins9.jpg"></center>'
 						'You position yourself with your head resting on a pillow sitting on the couch and your butt high in the air. You wiggle your ass at the client enticingly. "Your anal slut is waiting." You say, a mischievous grin on your face.'
-						'"God, I love an eager whore."<<$boydesc>> says as he comes up behind you and starts rubbing his dick against your little star.' 
+						'"God, I love an eager whore."<<$boydesc>> says as he comes up behind you and starts rubbing his dick against your little star.'
 						'He starts to slowly push it in and you can''t stop a groan from escaping your mouth as your butthole resists the invasion.'
 						'"Just relax girl, it will go a lot easier." The man says.'
 						'"Yeah <<$pcs_nickname>>, just relax. I know this is not the first dick you have had in your ass." Anya agrees, mockingly, unable to hide a giggle that follows her words.'
@@ -805,7 +796,7 @@ if $ARGS[0] = 'Twins' :
 						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/twins11.jpg"></center>'
 						'The pleasure quickly builds to a crescendo before exploding. While being stimulated in 3 erogenous zones at once you feel an earth-shattering orgasm like you''ve never experienced before.'
 						'Your whole body begins shaking uncontrollably as you cum and, if you sister hadn''t jumped up to hold you, you would have fallen off the couch.'
-						$orgasm_or = 'yes' 
+						$orgasm_or = 'yes'
 						gs 'arousal','anal',10,'prostitution'
 						'<<$boydesc>> laughs. "Ok woman, you had your release. Now it is my turn."'
 							act 'Continue':
@@ -851,7 +842,7 @@ if $ARGS[0] = 'Twins' :
 							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/twins12.jpg"></center>'
 							'<<$boydesc>> pulls out of your sister''s ass and motions for you to come closer.'
 							'You kneel down next to your sister and move your head close to hers. You both open your mouths while <<$boydesc>> starts jerking his dick quickly, awaiting your prize.'
-							'"Here it comes girls, now you play nice and share my gift." He immediately starts spraying cum while adjusting his aim between you and your sister.' 
+							'"Here it comes girls, now you play nice and share my gift." He immediately starts spraying cum while adjusting his aim between you and your sister.'
 							'You each catch some of his seed in you mouths while the rest splatters across your faces. You turn to you sister and you both start licking the cum from each other''s faces before swapping the load back and forth with a kiss. Anya ends up swallowing most of it while you smile.'
 							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sex/twins13.jpg"></center>'
 							'"Since your sister was a real champ by taking it in the ass, you can be on cleaning duty." <<$boydesc>> says while pushing his cum-soaked dick between your lips.'
@@ -864,7 +855,7 @@ if $ARGS[0] = 'Twins' :
 					end
 				end
 			end
-		end	
+		end
 	end
 end
 if $ARGS[0] = 'twinhome':
@@ -945,7 +936,7 @@ if $ARGS[0] = 'clown':
 			cla
 			cls
 			gs 'stat'
-			
+
 			'<center><video autoplay loop src="images/characters/pavlovsk/Pavlin/clown3.mp4"></video></center>'
 			'You remove your clothes and move towards the quibbling clowns.'
 			'You grab them by the crotch.'
@@ -969,7 +960,7 @@ if $ARGS[0] = 'clown':
 			gs 'npcgeneratec', 1, 'Clown Popov', rand(18,45)
 			gs 'boyStat', $npclastgenerated
 			gs 'arousal', 'bj', 15, 'prostitution'
-			
+
 			act 'Continue':
 				cla
 				cls
@@ -978,7 +969,7 @@ if $ARGS[0] = 'clown':
 				'Popav starts licking your pussy while Popov places his balls over your mouth.'
 				'"Let''s go girl, these balls aren''t going to lick themself."'
 				'You take the hint and put the balls in your mouth.'
-				gs 'arousal', 'cuni', 15, 'prostitution' 
+				gs 'arousal', 'cuni', 15, 'prostitution'
 				'After a minute Popav stops licking and asks: "Are you ready for some cock?"'
 				'"Ow yeah, give it to me you silly clown"'
 				'<center><video autoplay loop src="images/characters/pavlovsk/Pavlin/clown7.mp4"></video></center>'
@@ -1006,9 +997,9 @@ if $ARGS[0] = 'clown':
 					'"Because you could easily fit another pair of tits in there."'
 					'Again you groan at the stupid joke and can''t hide the fact that your are tired of these 2 clowns.'
 					'"Ok girl, now we will give you one last present before we go, just sit up on the bed and look at me."'
-					
+
 					gs 'cum_call','breasts', $npclastgenerated, 1
-					gs 'npcgeneratec', 1, 'Clown Popav', rand(18,45) 
+					gs 'npcgeneratec', 1, 'Clown Popav', rand(18,45)
 					gs 'cum_call','breasts', $npclastgenerated, 1
 					gs 'arousal','end'
 					guy += 2
@@ -1040,7 +1031,7 @@ if $ARGS[0] = 'clown':
 							'Not at all, this was one of the weirdest things I ever encountered in my life.'
 							'Just give me my money so I can go on and try to wash away this pie and try to forget this ever happened.'
 							'Ha ha , no problem <<$pcs_firstname>>. Here is your money, enjoy it. '
-							'He hands you 2000 <b>₽</b>.' 
+							'He hands you 2000 <b>₽</b>.'
 							'You think this experience traumatised you for life and you would never look at another clown the same way again.'
 							act 'Back to the hotel lobby':gt 'HotelHole'
 						end

+ 3 - 24
locations/Nord.qsrc

@@ -44,18 +44,8 @@ if $ARGS[0] = '':
 
 	act 'Walk to the main road to Pavlovsk (0:15)': minut += 15 & nroad = 0 & gt'road'
 	act 'Visit the Red Light District (0:05)': minut += 5 & gt 'Nord', 'redlight'
-	act 'Wait':
-		cla
-		waiting = input ("How long would you like to wait? (Not more than 120 minutes)")
-
-		if waiting <= 0 or waiting > 120:
-			minut += 15
-		elseif waiting > 0 and waiting <= 120:
-			minut += waiting
-		end
 
-		act 'Take a look at the clock':gt curloc
-	end
+	act 'Wait':gs 'obj_din', 'wait'
 
 	gs 'taxi'
 
@@ -69,7 +59,7 @@ if $ARGS[0] = '':
 
 	'<a href="exec:minut += 15 & gt ''vokzal''">Train Station</a> to get to the small Town.'
 
-	if week = 3 or hour < 16: 
+	if week = 3 or hour < 16:
 		'The Bar "Rabotnik" is here, but it seems to be closed. A sign by the door tells you that it''s open every day (except Wednesday) between 16:00 and 24:00.'
 	else
 		'The <a href="exec: minut += 5 & gt ''qwBarPolet''">Bar "Rabotnik"</a> seems to be open.'
@@ -125,19 +115,8 @@ if $ARGS[0] = 'redlight':
 	if bordel > 0 and hour >= 20 or bordel > 0 and hour <= 3:'Inside the courtyard is the entrance to the <a href="exec:gt ''bordel''">brothel</a>.'
 
 	act 'Return to the Industrial Region (0:05)': minut += 5 & gt 'Nord'
-	
-		act 'Wait':
-		cla
-		waiting = input ("How long would you like to wait? (Not more than 120 minutes)")
-
-		if waiting <= 0 or waiting > 120:
-			minut += 15
-		elseif waiting > 0 and waiting <= 120:
-			minut += waiting
-		end
 
-		act 'Take a look at the clock': gt 'Nord', 'redlight'
-	end
+	act 'Wait':gs 'obj_din', 'wait'
 end
 
 

+ 2 - 2
locations/cafe_parco.qsrc

@@ -10,7 +10,7 @@ if $args[0]= 'start':
 	if hour >= 14 and hour < 21:
 		act 'Enter': gt 'cafe_parco', 'inner'
 	end
-	act 'Go back to the square': gt 'gskver'
+	act 'Go back to the square': gt 'gskver', 'start'
 end
 
 if $args[0]= 'inner':
@@ -21,7 +21,7 @@ if $args[0]= 'inner':
 	act 'Order food':gs 'food_menu', 'cafe'
 	act 'Order drinks':gs 'beverage_menu', 'cafe'
 	
-	act 'Go back outside': gt 'gskver'
+	act 'Go back outside': gt 'gskver', 'start'
 	
 	gs 'family'
 

+ 4 - 12
locations/divan.qsrc

@@ -16,15 +16,15 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
 		'<center><img <<$set_imgh>> src="images/shared/sex/mast/divmas.jpg"></center>'
 		'You lie down on the sofa and began to fondle your chest with one hand while you slide the other hand down your stomach and across your mound.'
 		'With your middle finger you start rubbing and stroking your clit, which responds to the touch by bringing a sensual warmth to your entire body.'
-		
+
 		gs 'arousal', 'masturbate', 15
 		gs 'stat'
 
 		if pcs_horny >= 100:orgasm += 1 & pcs_horny = 0 & 'Suddenly a sumptuous jolt hits your body and you delight in a powerful orgasmn.'
-	
+
 		$orgasm_or = 'yes'
 		gs 'stat'
-		
+
 		act 'Get off the couch':divanmastr = 0 & gt 'divan', 'fin'
 
 		if pcs_horny >= 75:act 'Proceed':dynamic $divmastr
@@ -36,15 +36,7 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
 	'<center><img <<$set_imgh>> src="images/shared/home/divan.jpg"></center>'
 	'You lie down on the sofa.'
 
-	act 'Chill out':
-		cla
-		waiting = input ("For how many minutes do you chill out? (No more than 120 minutes)")
-
-		if waiting <= 0 or waiting > 120:minut += 15
-		if waiting > 0 and waiting <= 120:minut += waiting
-
-		act 'Get off the couch':gt 'divan', 'fin'
-	end
+	act 'wait':gs 'obj_din', 'wait'
 
 	if TV > 0 and $loc ! 'dachain':
 		act 'Watch TV':

+ 4 - 4
locations/dom_gor.qsrc

@@ -45,7 +45,7 @@ if $clothingworntype = 'exercise' and teachlevel > 20 and parkrunday ! daystart
 				'You''re running with one of your pupils'', sometimes stopping and chatting with ease.'
 				'Pupil: "Miss <<$pcs_lastname>>, you are so beautiful, and we are all very fond of you!" You: "Hmm, thank you!"'
 
-				act 'Complete run':gt 'gskver'
+				act 'Complete run':gt 'gskver', 'start'
 			end
 		elseif parkrand >4 and beguch >= 3 and beguch < 6:
 			'In the park you meet a pupil of the school who asks to go for a run with you.'
@@ -57,7 +57,7 @@ if $clothingworntype = 'exercise' and teachlevel > 20 and parkrunday ! daystart
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/hostel/stop2.jpg"></center>'
 				'You stop to do some stretching exercises for your muscles.'
 				'Pupil: "Ahh, if only our girls would be at least a little like you!" You: "Get to know them! You''ll find out how they really are."'
-				act 'Complete run':gt 'gskver'
+				act 'Complete run':gt 'gskver', 'start'
 			end
 		elseif parkrand >4 and beguch >= 6 and beguch < 9:
 			'In the park you meet a pupil of the school who asks to go for a run with you.'
@@ -74,11 +74,11 @@ if $clothingworntype = 'exercise' and teachlevel > 20 and parkrunday ! daystart
 				'Pupil: "Im sorry, it was a bad idea." You: "I''m just kidding! Okay, but remember to give me a copy."'
 				''
 				'You pick a background, stand in a pose and let yourself be photographed.'
-				act 'Complete run':gt 'gskver'
+				act 'Complete run':gt 'gskver', 'start'
 			end
 		end
 
-		act 'Complete run':gt 'gskver'
+		act 'Complete run':gt 'gskver', 'start'
 	end
 end
 

+ 3 - 13
locations/down.qsrc

@@ -85,14 +85,14 @@ if shantpopala > 0:
 	'"Oh, she is finally awake, then the next fuck-cycle will be far more fun.", one of the men said, as he noticed you moving. Some of them are starting to get a evil grin on their face.'
 	'They got up and came back at you, barely a minute later you wished your were still knocked out, as these jackasses had their ways with. You tried to resist, but the tape hindered you from moving. Not long after, everything faded to black and you lost you consciousness again.'
 	'You feel groggy as you wake up, but it feels like someone is grapping you by the hair and shouts at you. "Let this be a lesson for you, bitch.", he shouts, then kicks you into the stomach and leaves. As you collapse on the ground holding your stomach in pain, you take a glimpse at the street and see the assholes driving away in their black jeep. The mainroad is about 200m away, you crawl most of the way there, but soon you can walk again and eventually you find your way back to one of the mainstreets.'
-	
+
 	gs 'arousal', 'bj', 60, 'sub', 'gangbang','humiliation', 'rough'
 	gs 'arousal', 'vaginal', 60, 'sub', 'gangbang', 'humiliation', 'rough'
 	gs 'arousal', 'anal', 60, 'sub', 'gangbang', 'humiliation', 'rough'
 	gs 'arousal', 'end'
 	minut -= 60
 	gs 'stat'
-	
+
 	act 'Leave':gt $curloc
 
 	exit
@@ -100,18 +100,8 @@ end
 
 if car > 0 and cardrive = 2:'In the parking stands your <a href="exec:GS ''carF'', ''start''"><<$car>></a>.'
 
-act 'Wait':
-	cla
-	waiting = input ("How long would you like to wait? (Not more than 120 minutes)")
-
-	if waiting <= 0 or waiting > 120:
-		minut += 15
-	elseif waiting > 0 and waiting <= 120:
-		minut += waiting
-	end
 
-	act 'Take a look at the clock':gt curloc
-end
+act 'wait':gs 'obj_din', 'wait'
 
 gs 'taxi'
 

+ 1 - 1
locations/events.qsrc

@@ -221,7 +221,7 @@ if $ARGS[0] = 'snkayf':
 
 	if snkz = 2:
 		hour += 2
-		gt'gskver'
+		gt 'gskver', 'start'
 	end
 
 	if snkz = 3:

+ 1 - 1
locations/fbDormD.qsrc

@@ -265,7 +265,7 @@ $d_fbd_drunk = {
 			end
 			kol_man = rand(5, 16)
 			$kol_man_text = 'guys'
-			gt 'placer_sex'
+			gt 'placer_sex', 'meet'
 		end
 	end
 }

+ 23 - 23
locations/gopskver.qsrc

@@ -104,7 +104,7 @@ $d_gop_triple_blow = {
 						'You nod your head meekly and say in a soft voice: "I understand."'
 						'The boys give you an approving nod, and Dan says: "You''re a smart slut, that makes me happy. Most of them need longer to accept their place in life. Anyway... get the hell out, the mess on your face is ruining my appetite."'
 
-						act 'Leave':gt 'gskver'
+						act 'Leave':gt 'gskver', 'start'
 					end
 
 					act 'Object':
@@ -118,7 +118,7 @@ $d_gop_triple_blow = {
 						'You don''t like the sound of that. When you carefully try to open your eyes again you notice the guys have surrounded you, and they all have their cocks out. Your vision is still blurry though, and you shriek in disgust when you feel a stream of urine hit your face. Then another, and a third. You realize you can''t fight off the three of them, and just let it happen.'
 						'Noticing your change in demeanour, Dan smirks at you when the streams have dried up: "That''s right, whore, just let it happen. Let that be a reminder for you.. now get the fuck out of here and clean yourself up, you look disgusting."'
 
-						act 'Leave':gt 'gskver'
+						act 'Leave':gt 'gskver', 'start'
 					end
 				end
 			end
@@ -152,7 +152,7 @@ if kotovLoveQW > 0:
 			if $prevloc = 'gkafe':
 				gt 'gkafe'
 			else
-				gt 'gskver'
+				gt 'gskver', 'start'
 			end
 		end
 		act 'Drink beer with Vitek and the guys':
@@ -178,7 +178,7 @@ if kotovLoveQW > 0:
 				if $prevloc = 'gkafe':
 					gt 'gkafe'
 				else
-					gt 'gskver'
+					gt 'gskver', 'start'
 				end
 			end
 		end
@@ -199,7 +199,7 @@ if kotovLoveQW > 0:
 	elseif hour >= 20:
 		'It''s evening, and the boys are getting ready to go to the disco like they do every night. You could call it a night and leave them alone, or tag along.'
 
-		act 'Leave':gt 'gskver'
+		act 'Leave':gt 'gskver', 'start'
 		if week = 5 or week = 6:
 			act 'Go to the disco with the boys':minut += 15 & gt 'gdkin'
 		end
@@ -209,14 +209,14 @@ else
 		if alko < 3:
 			'It''s evening, and the boys are getting ready to go to the disco like they do every night. You could call it a night and leave them alone, or tag along.'
 
-			act 'Leave':gt 'gskver'
+			act 'Leave':gt 'gskver', 'start'
 			if week = 5 or week = 6:
 				act 'Go to the disco with the boys':minut += 15 & gt 'gdkin'
 			end
 		elseif alko >= 3 and alko < 6 and DansOralSlut = 1:
 			'You''re quite drunk, and before going to the disco Dan offers to walk you home.'
 
-			if pcs_dom >= 5:act '"No need, I can find my own way home"':pcs_dom -= 5 & gt 'gskver'
+			if pcs_dom >= 5:act '"No need, I can find my own way home"':pcs_dom -= 5 & gt 'gskver', 'start'
 
 			act 'Go with Dan':
 				cls
@@ -239,7 +239,7 @@ else
 		elseif alko >= 3 and alko < 6 and DansOralSlut = 0:
 			'You''re quite drunk, and before going to the disco Dan offers to walk you home.'
 
-			if pcs_dom >= 5:act 'Decline':pcs_dom -= 5 & gt 'gskver'
+			if pcs_dom >= 5:act 'Decline':pcs_dom -= 5 & gt 'gskver', 'start'
 
 			act 'Go with Dan':
 				cls
@@ -264,7 +264,7 @@ else
 		elseif alko >= 6:
 			'You got absolutely hammered in the park, and are swaying from side to side when you walk down the pathway. Suddenly Vasily hugs your waist tightly and begins to lead you somewhere, with his friends following him.'
 
-			if pcs_dom >= 5:act 'Say you have to go and leave them':pcs_dom -= 5 & gt 'gskver'
+			if pcs_dom >= 5:act 'Say you have to go and leave them':pcs_dom -= 5 & gt 'gskver', 'start'
 
 			act 'Go with the guys':
 				cls
@@ -312,7 +312,7 @@ else
 					if $prevloc = 'gkafe':
 						gt 'gkafe'
 					else
-						gt 'gskver'
+						gt 'gskver', 'start'
 					end
 				end
 				act 'Drink beer with the guys':
@@ -335,7 +335,7 @@ else
 						if $prevloc = 'gkafe':
 							gt 'gkafe'
 						else
-							gt 'gskver'
+							gt 'gskver', 'start'
 						end
 					end
 				end
@@ -343,7 +343,7 @@ else
 				'You''re already not exactly sober any more, and feel a bit looser while you chat with the guys.'
 				
 
-				!act 'Decline the beer and leave':gt 'gskver'
+				!act 'Decline the beer and leave':gt 'gskver', 'start'
 
 				if pav_slut < 25:
 					act 'Drink beer with the guys':
@@ -357,7 +357,7 @@ else
 							if $prevloc = 'gkafe':
 								gt 'gkafe'
 							else
-								gt 'gskver'
+								gt 'gskver', 'start'
 							end
 						end
 					end
@@ -371,7 +371,7 @@ else
 						'You smile and nod at him: "I like getting guys all worked up with my body, that''s true. Why?"'
 						'Vasily stutters for a moment, and then manages to say: "Oh n- no reason, I was just curious is all."'
 
-						act 'Thank them for the beer and leave':gt 'gskver'
+						act 'Thank them for the beer and leave':gt 'gskver', 'start'
 					end
 
 					act '"What? No!"':
@@ -380,7 +380,7 @@ else
 						'You raise your voice a little and act surprised: "What? No way! Whoever told you that was lying!"'
 						'However, Dan doesn''t fall for your act, and matter-of-factly says: "<<$pcs_nickname>>, you''re a slut. We''ve all seen you, the whole town knows it. Why are you even trying to deny it? You''re such a terrible liar..."'
 
-						act 'Leave':gt 'gskver'
+						act 'Leave':gt 'gskver', 'start'
 					end
 				elseif pav_slut < 75:
 					if $prevloc = 'gkafe':'Vasily suggests to the guys to leave the cafe and continue drinking in the park. You are too drunk to resist so you just follow them to the park'
@@ -427,7 +427,7 @@ else
 									'The boys take out some markers and write several obscene words onto your skin. Soon, the whole town can read what a huge slut you are!'
 									'You don''t want to anger them any further, knowing the boys are much stronger than you, and don''t dare to protest while they keep writing more things on you. Eventually they''re satisfied, and let you get up. They even let you put your clothes back on, so you can cover up at least the majority of the writings. Dan smirks: "Maybe that''ll help you remember what you are, slut. When you''re ready to apologize, you know where to find us."'
 
-									act 'Leave':gt'gskver'
+									act 'Leave':gt 'gskver', 'start'
 								end
 							end
 
@@ -477,14 +477,14 @@ else
 			if $prevloc = 'gkafe':
 				act 'Blush and quickly leave the cafe':gt'vokzalG'
 			else
-				act 'Blush and keep walking':gt'gskver'
+				act 'Blush and keep walking':gt 'gskver', 'start'
 				if BjBeerQW >= 5:act 'Approach the guys':gt'zsoft_gopskverGorSlut','1'
 				act 'Ask for a beer': 
 					if BjBeerDay = daystart:
 						cla
 						cls
 						'Vasily smirks and slaps your hand away: "Go beg somewhere else, whore. You''ve had enough for today, the open bar is closed for sluts like you. Come back tomorrow."' 
-						act 'Leave them and walk away':gt'gskver' 
+						act 'Leave them and walk away':gt 'gskver', 'start' 
 					else
 						gt 'gopskver', 'BjBeerStart'
 					end
@@ -520,7 +520,7 @@ if $ARGS[0] = 'BjBeerStart':
 				cla
 				cls
 				'The Gopniks don''t take your refusal very well, and try to force you anyway when they realize you''re not going to do what they want. However, your athletic training pays off and you manage to outrun them. Once you''re certain they''re no longer following you, you stop for a moment to catch your breath.' 
-				act 'Return to the park': gt'gskver'
+				act 'Return to the park': gt 'gskver', 'start'
 			end
 		end
 	end
@@ -765,7 +765,7 @@ if $ARGS[0] = 'BjBeerFace':
 	
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/gop/bjbeer<<BeerRand>>.jpg"></center>'
 			'Dan grins at you and offers you his unfinished bottle, and smiles when you drink it eagerly. Your mood improves slightly.'
-			act 'Return to the park': BjBeerActiv = 0 & gt'gskver'
+			act 'Return to the park': BjBeerActiv = 0 & gt 'gskver', 'start'
 	
 		elseif BjBeerActiv = 0:
 			pcs_mood = 0
@@ -776,7 +776,7 @@ if $ARGS[0] = 'BjBeerFace':
 			'Dan shrugs: "It took you way too long to finish us off, we drank all the beer in the meantime."'
 			'He grins as he shows you the empty bottle. You bite your lip in frustration and disappointment when you mutter: "But... but I... how..."'
 			'Maybe you should try harder, next time.'
-			act 'Return to the park': gt'gskver'
+			act 'Return to the park': gt 'gskver', 'start'
 		end
 	end  
 end	
@@ -978,7 +978,7 @@ if $ARGS[0] = 'BjBeerVag':
 					*pl
 					'Dan grins and gives you his unfinished bottle of beer: "Here you go, slut. You''ve earned it."'
 					'You eagerly drink the beer with a content smile on your lips. Your mood improves slightly.'
-					act 'Return to the park': gt'gskver'
+					act 'Return to the park': gt 'gskver', 'start'
 				end   
 			end
 		end
@@ -1135,7 +1135,7 @@ if $ARGS[0] = 'BjBeerAnal2':
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/gop/bjbeer<<BeerRand>>.jpg"></center>'
 				'Dan grins and gives you his unfinished bottle of beer: "Here you go, slut. You''ve earned it."'
 				'You eagerly drink the beer with a content smile on your lips. Your mood improves slightly.'
-				act 'Return to the park': gt'gskver'
+				act 'Return to the park': gt 'gskver', 'start'
 				
 			end
 		end

+ 4 - 4
locations/gskino.qsrc

@@ -20,7 +20,7 @@ $kinoevent = {
 		'<center><img src="images/locations/pavlovsk/park/theater/sex/kino.mp4"></center>'
 		'You see on the back row a girl sucking a guy, nobody reacts to the loud smacking sound that can be heard by the whole cinema.'
 		'You turn back and watch the rest of the film.'
-		act 'Leave the cinema':gt'gskver'		
+		act 'Leave the cinema':gt 'gskver', 'start'		
 	end
 }
 
@@ -39,7 +39,7 @@ if money >= 100:
 			act 'Reject':
 				cla
 				'You tell him you''d rather watch the film, he mutters something that sounded like bitch and leaves you to watch the rest of the movie in peace.'
-				act 'Leave the cinema':gt 'gskver'
+				act 'Leave the cinema':gt 'gskver', 'start'
 			end
 			
 			exit
@@ -50,11 +50,11 @@ if money >= 100:
 			'You quietly watch the movie, but suddenly behind you there is a strange sound.' & dynamic $kinoevent
 		end
 
-		act 'Leave the cinema':gt 'gskver'
+		act 'Leave the cinema':gt 'gskver', 'start'
 	end
 end
 
-act 'Leave the cinema':minut += 5 & gt 'gskver'
+act 'Leave the cinema':minut += 5 & gt 'gskver', 'start'
 
 --- gskino ---------------------------------
 

+ 151 - 144
locations/gskver.qsrc

@@ -1,180 +1,187 @@
 # gskver
 CLOSE ALL
-if sound = 0:
-	if month >=11 and month <= 12 or month >=1 and month <=3:
-		if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/zima.mp3',30
-		if hour >= 0 and hour <= 7: PLAY 'sound/street_night.mp3',30 & PLAY 'sound/zima.mp3',30
-	else
-		if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street_leto.mp3',30
-		if hour >= 0 and hour <= 7:PLAY 'sound/street_night.mp3',30
+
+if $ARGS[0] = 'start':
+	cls
+	$metka = 'start'
+	$loc = 'gskver'
+	$location_type = 'public_outdoors'
+	gs 'stat'
+
+	if sound = 0:
+		if month >=11 and month <= 12 or month >=1 and month <=3:
+			if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/zima.mp3',30
+			if hour >= 0 and hour <= 7: PLAY 'sound/street_night.mp3',30 & PLAY 'sound/zima.mp3',30
+		else
+			if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street_leto.mp3',30
+			if hour >= 0 and hour <= 7:PLAY 'sound/street_night.mp3',30
+		end
 	end
-end
-$metka = ''
-$loc = 'gskver'
-$location_type = 'public_outdoors'
-cls
-gs 'stat'
-
-if $clothingworntype = 'nude':pcs_willpwr -= 15 & pcs_mood -= 15 & 'You notice passers-by in the park pointing at you as you walk, and overhear one older lady telling her friend: "Look at her... it''s that <<$pcs_lastname>> girl. Youth these days, they have no shame at all!"'
-
-if month=3 or month=4 or month=5:
-	if hour>=6 and hour<=17:
-		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.spring.jpg"></center>'
-		'The main square of Pavlovsk Park. Spring has come, melting the worst of the snow. The trees are sprouting new leaves.'
-		'There are puddles on the ground everywhere, all remains from the melted snow. A lot of people in the park are having fun with them, trying to jump over them and mocking those that fail. They''re not particularly deep though, and plenty of others just walk through without giving them a second thought.'
-		'The park is not particularly crowded, this time of year. Many people think it''s still too cold to spend much time outdoors.'
-		''
-	else
-		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.spring.night.jpg"></center>'
-		'The main square of Pavlovsk Park. Spring has come, melting the worst of the snow. The trees are sprouting new leaves.'
-		'There is no particular reason to visit the park during the night, and as a result it''s largely deserted. In the distance you see one person running through the park, probably using it as a shortcut to go home faster.'
-		''
+
+	if $clothingworntype = 'nude':pcs_willpwr -= 15 & pcs_mood -= 15 & 'You notice passers-by in the park pointing at you as you walk, and overhear one older lady telling her friend: "Look at her... it''s that <<$pcs_lastname>> girl. Youth these days, they have no shame at all!"'
+
+	if month=3 or month=4 or month=5:
+		if hour>=6 and hour<=17:
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.spring.jpg"></center>'
+			'The main square of Pavlovsk Park. Spring has come, melting the worst of the snow. The trees are sprouting new leaves.'
+			'There are puddles on the ground everywhere, all remains from the melted snow. A lot of people in the park are having fun with them, trying to jump over them and mocking those that fail. They''re not particularly deep though, and plenty of others just walk through without giving them a second thought.'
+			'The park is not particularly crowded, this time of year. Many people think it''s still too cold to spend much time outdoors.'
+			''
+		else
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.spring.night.jpg"></center>'
+			'The main square of Pavlovsk Park. Spring has come, melting the worst of the snow. The trees are sprouting new leaves.'
+			'There is no particular reason to visit the park during the night, and as a result it''s largely deserted. In the distance you see one person running through the park, probably using it as a shortcut to go home faster.'
+			''
+		end
 	end
-end
-if month=6 or month=7 or month=8:
-	if hour>=6 and hour<=19:
-		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/skver.jpg"></center>'
-		'The main square of Pavlovsk Park. At this time of year, it''s one of the primary places in town that locals and tourists enjoy spending their spare time in. It''s always busy: people are resting, walking, playing and dating to their heart''s desires, enjoying the nice surroundings.'
-		''
-	else
-		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.summer.night.jpg"></center>'
-		'The main square of Pavlovsk Park. At this time of year, it''s one of the places where locals and tourists enjoy going in their spare time.'
-		'However, there is no particular reason to visit the park during the night, and as a result it''s largely deserted. In the distance you see one person running through the park, probably using it as a shortcut to go home faster.'
-		''
+	if month=6 or month=7 or month=8:
+		if hour>=6 and hour<=19:
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/skver.jpg"></center>'
+			'The main square of Pavlovsk Park. At this time of year, it''s one of the primary places in town that locals and tourists enjoy spending their spare time in. It''s always busy: people are resting, walking, playing and dating to their heart''s desires, enjoying the nice surroundings.'
+			''
+		else
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.summer.night.jpg"></center>'
+			'The main square of Pavlovsk Park. At this time of year, it''s one of the places where locals and tourists enjoy going in their spare time.'
+			'However, there is no particular reason to visit the park during the night, and as a result it''s largely deserted. In the distance you see one person running through the park, probably using it as a shortcut to go home faster.'
+			''
+		end
 	end
-end
-if month=9 or month=10 or month=11:
-	if hour>=6 and hour<=18:
-		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.autumn.jpg"></center>'
-		'The main square of Pavlovsk Park. Autumn has come, and some of the trees are already shedding their leaves. The leaves that are still on the trees have changed colour, and are a beautiful mix of red and brown.'
-		'Everywhere in the park, people are enjoying nature. Some are taking photos of the fallen leaves, kids are playing everywhere, and couples are walking hand-in-hand, simply enjoying each other''s company.'
-		''
-	else
-		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.autumn.night.jpg"></center>'
-		'The main square of Pavlovsk Park. Autumn has come, and some of the trees are already shedding their leaves.'
-		'It gets quite cold at night, and you try to stay active to keep yourself warm. The lone soul you see running across the park is probably trying to get home faster, to warm up with some nice cocoa.'
-		''
+	if month=9 or month=10 or month=11:
+		if hour>=6 and hour<=18:
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.autumn.jpg"></center>'
+			'The main square of Pavlovsk Park. Autumn has come, and some of the trees are already shedding their leaves. The leaves that are still on the trees have changed colour, and are a beautiful mix of red and brown.'
+			'Everywhere in the park, people are enjoying nature. Some are taking photos of the fallen leaves, kids are playing everywhere, and couples are walking hand-in-hand, simply enjoying each other''s company.'
+			''
+		else
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.autumn.night.jpg"></center>'
+			'The main square of Pavlovsk Park. Autumn has come, and some of the trees are already shedding their leaves.'
+			'It gets quite cold at night, and you try to stay active to keep yourself warm. The lone soul you see running across the park is probably trying to get home faster, to warm up with some nice cocoa.'
+			''
+		end
 	end
-end
-if month=1 or month=2 or month=12:
-	if hour>=7 and hour<=16:
-		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.winter.jpg"></center>'
-		'The main square of Pavlovsk Park. It''s winter, and the park is quite busy with locals and tourists alike.'
-		'There''s snow everywhere, and kids from the whole town have gathered here to make snowmen and enjoy snowball fights. Some of the adults are joining them, happy to play like kids again for just a moment.'
-		''
-	else
-		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.winter.night.jpg"></center>'
-		'The main square of Pavlovsk Park. It''s winter, and the nights in Pavlovsk are very cold.'
-		'As you expected, the park is mostly deserted at this time of day. You occasionally see a wild animal, scrounging for food.'
-		''
+	if month=1 or month=2 or month=12:
+		if hour>=7 and hour<=16:
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.winter.jpg"></center>'
+			'The main square of Pavlovsk Park. It''s winter, and the park is quite busy with locals and tourists alike.'
+			'There''s snow everywhere, and kids from the whole town have gathered here to make snowmen and enjoy snowball fights. Some of the adults are joining them, happy to play like kids again for just a moment.'
+			''
+		else
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.winter.night.jpg"></center>'
+			'The main square of Pavlovsk Park. It''s winter, and the nights in Pavlovsk are very cold.'
+			'As you expected, the park is mostly deserted at this time of day. You occasionally see a wild animal, scrounging for food.'
+			''
+		end
 	end
-end
 
-*nl
+	*nl
 
-if hour > 8 and hour < 19:'There''s a small <a href="exec:minut += 5 & gt ''gskino''">movie theater</a> in the park. It only has a single screen.'
-'The newly opened cafe <a href="exec:gt''cafe_parco'',''start''">"Del Parco"</a>, with eye-catching facade, lots of tables and a summer terrace.'
+	if hour > 8 and hour < 19:'There''s a small <a href="exec:minut += 5 & gt ''gskino''">movie theater</a> in the park. It only has a single screen.'
+	'The newly opened cafe <a href="exec:gt''cafe_parco'',''start''">"Del Parco"</a>, with eye-catching facade, lots of tables and a summer terrace.'
 
-if GvstreBoy = 1:'You see <a href="exec:numnpc = SkverBoy & gt ''Gnpc''"><<$nameBoyfrend[SkverBoy]>></a> walking across the main square of Pavlovsk Park. He doesn''t look like he''s going anywhere in particular, and seems to just be enjoying his walk.'
-!!if kotovLoveQW > 0 and hour >= 18 and hour < 20 and week < 6 or week >= 6 and kotovLoveQW > 0 and hour >= 9 and hour < 20:'You see <a href="exec:minut += 3 & gt ''kotovEv''">Vitek Kotov</a> sitting on a bench in the park, drinking beer by himself. Judging from the empty bottles near the bench, he''s already had a few.'
-if StoryLine = 1 and SchoolAtestat = 0:
-	if (sunWeather = 1 and temper > 0) and (hour >= 18 and hour < 20 and week < 6) or (week >= 6 and hour >= 9 and hour < 20):
-		'You see your classmates <a href="exec:minut += 3 & gt ''gopskver''">Vitek, Dan and Vasily</a> sitting on a park bench, drinking beer.'
+	if GvstreBoy = 1:'You see <a href="exec:numnpc = SkverBoy & gt ''Gnpc''"><<$nameBoyfrend[SkverBoy]>></a> walking across the main square of Pavlovsk Park. He doesn''t look like he''s going anywhere in particular, and seems to just be enjoying his walk.'
+	!!if kotovLoveQW > 0 and hour >= 18 and hour < 20 and week < 6 or week >= 6 and kotovLoveQW > 0 and hour >= 9 and hour < 20:'You see <a href="exec:minut += 3 & gt ''kotovEv''">Vitek Kotov</a> sitting on a bench in the park, drinking beer by himself. Judging from the empty bottles near the bench, he''s already had a few.'
+	if StoryLine = 1 and SchoolAtestat = 0:
+		if (sunWeather = 1 and temper > 0) and (hour >= 18 and hour < 20 and week < 6) or (week >= 6 and hour >= 9 and hour < 20):
+			'You see your classmates <a href="exec:minut += 3 & gt ''gopskver''">Vitek, Dan and Vasily</a> sitting on a park bench, drinking beer.'
+		end
 	end
-end
 
-if week <= 5 and hour >= 16 and hour < 20 and strelaQW = -2 and fedorKozlovQW <= -10 and FedorOutcast = 0:
-	'You can see the <a href="exec:gt ''FedorMisc'', ''Outcast Intro''">train tracks</a> from here.'
-elseif week <= 5 and hour >= 16 and hour < 20 and strelaQW = -2 and fedorKozlovQW <= -10 and FedorOutcast = 1:
-	'You can see the train tracks where <a href="exec:gt ''FedorMisc'', ''Outcast''">Fedor</a> spends his time.'
-end
+	if week <= 5 and hour >= 16 and hour < 20 and strelaQW = -2 and fedorKozlovQW <= -10 and FedorOutcast = 0:
+		'You can see the <a href="exec:gt ''FedorMisc'', ''Outcast Intro''">train tracks</a> from here.'
+	elseif week <= 5 and hour >= 16 and hour < 20 and strelaQW = -2 and fedorKozlovQW <= -10 and FedorOutcast = 1:
+		'You can see the train tracks where <a href="exec:gt ''FedorMisc'', ''Outcast''">Fedor</a> spends his time.'
+	end
+
+	if rexPark = 1 and rexParkDay = daystart and hour >= 16 and hour < 18:
+		'You see Rex walking in the park.'
+		act 'Go and see Rex':gt 'reks', 'skver'
+	end
 
-if rexPark = 1 and rexParkDay = daystart and hour >= 16 and hour < 18:
-	'You see Rex walking in the park.'
-	act 'Go and see Rex':gt 'reks', 'skver'
-end
 
-if home_owned[2] = 0 and workPTU <= 2 and HotelRoom < 1:
-	!nowhere to live in town
 	if hour >= 20 or hour < 6 :
-		'It''s quite dark now, and you have no where to stay. Maybe you should try to sleep on a bench?'
+		if home_owned[2] = 0 and workPTU <= 2 and HotelRoom < 1:
+			!nowhere to live in town
+			'It''s quite dark now, and you have no where to stay nearby. Maybe you should try to sleep on a bench?'
+		else
+			'It''s quite dark now, and you don''t feel like walking. Maybe you Should try sleeping on a bench?'
+		end
 		if StoryLine = 1:*P ' Or try your luck, go Uncle Shulgin''s Apartment?'
-		act 'Sleep on a bench': ParkBench = 0 & gt'placer_sex','sleeping_parc_bench'
+		act 'Sleep on a bench': gt'placer_sex','sleeping_park_bench'
 	end
-end
 
-act 'Sit down on the bench': ParkBench = 0 & gt'placer_sex','sleeping_parc_alco'
-
-act 'Go for a walk (0:15)':
-	if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1', 1
-	cla
-	*clr
-	minut += 15
-	place = 1
-	Frend_num = 0
-		if MagikDostup ! 1:
-			if rand (1, 4) <= pcs_magik and (hour <=6 or hour >=19):
-				gt 'MagEncounterFairy'
-			end
-		end
-	gt 'placer'
-end
+	act 'Sit down on the bench': gt'placer_sex','sitting_park_bench'
 
-if hour >= 8 and hour < 22:
-	act 'Distribute flyers to earn money (50 <b>₽</b>) (1:00)':
+	act 'Go for a walk (0:15)':
+		if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1', 1
 		cla
 		*clr
-		minut += 60
-		money += 50
-		pcs_mood -= 5
-		gs 'stat'
-		'<center><img <<$set_imgh>> src="images/locations/shared/park/flaer.jpg"></center>'
-		'You spend an hour handing out flyers to park visitors, advertising something or another. You get paid 50 <b>₽</b> for your efforts.'
-
-		act 'Continue':gt 'gskver'
+		minut += 15
+		place = 1
+		Frend_num = 0
+			if MagikDostup ! 1:
+				if rand (1, 4) <= pcs_magik and (hour <=6 or hour >=19):
+					gt 'MagEncounterFairy'
+				end
+			end
+		gt 'placer'
+	end
+
+	if hour >= 8 and hour < 22:
+		act 'Distribute flyers to earn money (50 <b>₽</b>) (1:00)':
+			cla
+			*clr
+			minut += 60
+			money += 50
+			pcs_mood -= 5
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/shared/park/flaer.jpg"></center>'
+			'You spend an hour handing out flyers to park visitors, advertising something or another. You get paid 50 <b>₽</b> for your efforts.'
+
+			act 'Continue':gt 'gskver', 'start'
+		end
 	end
-end
 
-gs 'parkivent', 'run'
+	gs 'parkivent', 'run'
 
-! meynold`s events
-if mey_vika['mey_vika_qw'] > 0 and mey_vika['mey_vika_qw'] < 27 and mey_vika['qw_day'] ! daystart:
-	!disable after can access home
-	act 'Look for Vika': 
-		gs 'mey_vika_events', 'park_meet'
-		gs 'stat'
-		if mey_vika['qw_day'] = daystart: delact 'Looking for Vika'
+	! meynold`s events
+	if mey_vika['mey_vika_qw'] > 0 and mey_vika['mey_vika_qw'] < 27 and mey_vika['qw_day'] ! daystart:
+		!disable after can access home
+		act 'Look for Vika': 
+			gs 'mey_vika_events', 'park_meet'
+			gs 'stat'
+			if mey_vika['qw_day'] = daystart: delact 'Looking for Vika'
+		end
 	end
-end
 
-if pcs_inhib >= 35:
-	act 'Flash your tits':
-		if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
-		cls
-		gs 'exhibitionism', 1
-		gs 'flash', 'tits', 'outdoors', 5
-		gs 'stat'
+	if pcs_inhib >= 35:
+		act 'Flash your tits':
+			if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
+			cls
+			gs 'exhibitionism', 1
+			gs 'flash', 'tits', 'outdoors', 5
+			gs 'stat'
 
-		act 'Continue': gt 'gskver'
+			act 'Continue': gt 'gskver', 'start'
+		end
 	end
-end
 
-gs 'kseniyaQW', 'events'
+	gs 'kseniyaQW', 'events'
 
-if exhibitionist_lvl > 1:
-	act 'Flash your pussy':
-		if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
-		cls
-		gs 'exhibitionism', 3
-		gs 'flash', 'pussy', 'outdoors', 5
-		gs 'stat'
+	if exhibitionist_lvl > 1:
+		act 'Flash your pussy':
+			if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
+			cls
+			gs 'exhibitionism', 3
+			gs 'flash', 'pussy', 'outdoors', 5
+			gs 'stat'
 
-		act 'Continue': gt 'gskver'
+			act 'Continue': gt 'gskver', 'start'
+		end
 	end
-end
 
-act 'Go to the residential area':minut += 5 & gt 'pavResidential'
-act 'Go to the high street':minut += 5 & gt 'pavCommercial'
+	act 'Go to the residential area':minut += 5 & gt 'pavResidential'
+	act 'Go to the high street':minut += 5 & gt 'pavCommercial'
+end
 
 --- gskver ---------------------------------
 

+ 1 - 11
locations/island.qsrc

@@ -39,18 +39,8 @@ if student > 0:act '<b>GO HOME</b> (University dorm)':gt 'dorm', 'start'
 
 if car > 0 and cardrive = 25:'In the parking stands your <a href="exec:GS ''carF'', ''start''"><<$car>></a>.'
 
-act 'Wait':
-	cla
-	waiting = input ("How long would you like to wait? (Not more than 120 minutes)")
 
-	if waiting <= 0 or waiting > 120:
-		minut += 15
-	elseif waiting > 0 and waiting <= 120:
-		minut += waiting
-	end
-
-	act 'Take a look at the clock':gt curloc
-end
+act 'Wait':gs 'obj_din', 'wait'
 
 gs 'taxi'
 

+ 9 - 19
locations/liam.qsrc

@@ -42,39 +42,29 @@ end
 'Close by is a narrow street leading to a <a href="exec:GT ''dvor'',''start''">vacant house</a>.'
 'You see a <a href="exec:GT ''ugol'',''start''">passage</a> between the houses lead to a courtyard.'
 if car > 0 and cardrive = 14:
-    'I parked at the curb <a href="exec:GS ''carF'',''start''">your <<$car>></a>.'
+	'I parked at the curb <a href="exec:GS ''carF'',''start''">your <<$car>></a>.'
 end
 
 if hour >= 13 and hour <= 15 and bodimodel = 1 and arts = 0 and tusa = 1:
-    if RAND(1,100) >= 90:
+	if RAND(1,100) >= 90:
 		cls
 		minut += 5
 		gs'stat'
 		gs'dibodi'
-		
+
 		'<center><img <<$set_imgh>> src="images/characters/oldtown/marinka/marinka.jpg"></center>'
-        'Suddenly you notice a girlfriend from the local hangouts Marinka, I am standing at the door.'
-        
-        act 'Ask':gt 'dibodi', 'sptusa'
-    end
+		'Suddenly you notice a girlfriend from the local hangouts Marinka, I am standing at the door.'
+
+		act 'Ask':gt 'dibodi', 'sptusa'
+	end
 end
 
 if arts = 1:'Apartment <a href="exec:GT ''Marin'',''start''">Marina</a>'
 
 act 'Walk to the St Petersburg to Pavlovsk road (5 min)':minut += 5 & nroad = 15 & gt'road'
 
-act '<font size = 1>Wait</font>':
-	cla
-	waiting = input ("How many minutes to wait? (Not more 120 minutes)")
-		if waiting <= 0 or waiting > 120:
-			minut += 15
-		end
-		if waiting > 0 and waiting <= 120:
-			minut += waiting
-		end
-	act 'Consult a watch':gt 'liam'
-end
-	
+act 'Wait':gs 'obj_din', 'wait'
+
 act 'Walk 1 h':
 	cla
 	minut += 60

+ 11 - 22
locations/liames.qsrc

@@ -29,25 +29,14 @@ if hour >= 10 and hour <= 22: 'A <a href="exec:GT ''liamelkafe'',''start''">tiny
 if hour >= 8 and hour <= 17 and exhibitionQW > 3:'The <a href="exec:GT ''exhibitionistshop'',''start''">exhibitionist shop</a> is just down a small side street from here.'
 
 if home_owned[4] = 1:
-    act '<b>Go home</b>':gt'korr2x'
+	act '<b>Go home</b>':gt'korr2x'
 end
 
 if hour >= 8 and hour <= 17 and exhibitionQW = 3:
 	act 'Search for the shop on the card from Kseniya': gt 'exhibitionistshop', 'start'
 end
 
-act 'Kill some time looking at the shops':
-	cla
-	waiting = input ("How many minutes do you wish to spend looking around the shops? (Not more 120 minutes)")
-
-	if waiting <= 0 or waiting > 120:
-		minut = minut + 15
-	elseif waiting > 0 and waiting <= 120:
-		minut = minut + waiting
-	end
-
-	act 'Consult a watch':gt curloc
-end
+act 'wait':gs 'obj_din', 'wait'
 
 if home_owned[4] = 1 and hour = meethour:
 	if svidanie[0] = 1:'<b>Near the entrance you expect <a href="exec:lover_number = 0 & GT ''lover_meet'',''start''"><<$loverdesc[0]>></a></b>'
@@ -73,7 +62,7 @@ if streetrand >= 60 and pcs_lover < 3:
 	end
 end
 
-if stallionQ = 3: 
+if stallionQ = 3:
 	*clr
 	cla
 	'There is a rumbling in your stomach, you need to use the restroom. Luckily there appears to be a public restroom tucked into the corner of a building. Unluckily, the female one has a sign saying it is out of order.'
@@ -97,22 +86,22 @@ temp = RAND(1,100)
 
 
 if hour >= 15 and hour <= 22 and tusa = 0:
-    act'Local Hangout':
+	act'Local Hangout':
 		cls
 		gs'stat'
 		gs'dibodi'
 		minut += 20
 		tusa = 1
 		'<center><img <<$set_imgh>> src="images/locations/oldtown/photo.jpg"></center>'
-		'Local youth get-together.'    
+		'Local youth get-together.'
 		act 'Discovering':gt 'dibodi', 'sgtusa'
-    end    
+	end
 end
 
 
 
 if hour >= 15 and hour <= 22 and tusa = 1 and tusnyakday ! daystart:
-    act'Local Hangout':
+	act'Local Hangout':
 		cls
 		gs'stat'
 		gs'dibodi'
@@ -120,25 +109,25 @@ if hour >= 15 and hour <= 22 and tusa = 1 and tusnyakday ! daystart:
 		'<center><img <<$set_imgh>> src="images/locations/oldtown/photo.jpg"></center>'
 		'You came to talking to girls and boys and greeted you.'
 		'In response you too greeted them.'
-		
+
 		if $pantyworntype = 'none' and sttan = 0:
 			'- A <<$pcs_nickname>> campaign wears panties - said one of the boys.'
 			act 'And she trusted you with this?':gt 'dibodi', 'sotusa'
 		end
-    
+
 !!		if sttan = 1 and $pantyworntype = 'none':
 !!			'- <<$pcs_nickname>>, and again without panties, - said one of the boys - Pussy pokezh?'
 !!			'- And yet to show? - you said - How do I want and go.'
 !!			act 'Further':gt'etoexhib','pos2'
 !!		end
-		
+
 !!		if sttan = 1 and $pantyworntype ! 'none':
 !!			'- Vav <<$pcs_nickname>> truselya put.'
 !!			act 'Answer':gt'etoexhib','pos3'
 !!		end
 
 		act'Escape':gt 'liames'
-    end
+	end
 end
 
 --- liames ---------------------------------

+ 1 - 12
locations/mey_home.qsrc

@@ -368,18 +368,7 @@ if $ARGS[0] = '3':
 		end
 	end
 
-	act 'Wait':
-		cla
-		waiting = input ("How long would you like to wait? (Not more than 120 minutes)")
-
-		if waiting <= 0 or waiting > 120:
-			minut += 15
-		elseif waiting > 0 and waiting <= 120:
-			minut += waiting
-		end
-
-		act 'Take a look at the clock':gt 'mey_home', '3'
-	end
+	act 'Wait':gs 'obj_din', 'wait'
 
 	if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
 end

+ 2 - 2
locations/mey_vika_events.qsrc

@@ -384,12 +384,12 @@ if $args[0] = 'near_school':
 					'<font color="maroon"><i>"As far as I know they go for a walk in the park. Though they walk on the off-beat tracks attempting to stay hidden, away from all the privy eyes."</i></font> Katja continues...'
 
 					mey_vika['mey_vika_qw'] = 1
-					act 'Go to the Park': gt 'gskver'
+					act 'Go to the Park': gt 'gskver', 'start'
 				else
 					'<font color="maroon"><i>"I don''t really know what the two of them are doing."</i></font> Kate answers shortly and starts walking away, not wanting to keep the conversation going.'
 					
 					mey_vika['mey_vika_qw'] = 2
-					act 'Stalk them': minut += rand(5,15) & gt 'gskver'
+					act 'Stalk them': minut += rand(5,15) & gt 'gskver', 'start'
 				end
 			else
 				if mey_vika['mey_vika_qw'] >= 18 and mey_vika['mey_vika_qw'] < 20 and mey_vika['qw_day'] ! daystart:

+ 35 - 0
locations/obj_din.qsrc

@@ -1994,5 +1994,40 @@ if $ARGS[0] = 'autosave':
 	end
 	gs'stat'
 end
+
+if $ARGS[0] = 'wait':
+	cla
+	waiting = input ("How long would you like to wait?<br>(Default 15 minutes, maximum 120 minutes)")
+
+	if waiting = '':
+		minut += 15
+	elseif waiting > 0 and waiting <= 120:
+		minut += waiting
+	elseif waiting <= 0 or waiting > 120:
+		'Invalid time.'
+	end
+	gs 'stat'
+	gt $loc, $metka
+end
+
+if $ARGS[0] = 'rest':
+	cla
+	waiting = input ("How long would you like to rest?<br>(Default 15 minutes, maximum 120 minutes)")
+
+	if waiting = '':
+		minut += 15
+	elseif waiting > 0 and waiting <= 120:
+		minut += waiting
+		pcs_mood += 10
+		pcs_willpwr += 10
+		if pcs_sleep < 90 and waiting >= 60:
+			pcs_sleep += 10
+		end
+	elseif waiting <= 0 or waiting > 120:
+		'Invalid time.'
+	end
+	gs 'stat'
+	gt $loc, $metka
+end
 --- obj_din ---------------------------------
 

+ 15 - 13
locations/park.qsrc

@@ -15,7 +15,7 @@ if $ARGS[0] = 'start':
 			if hour >= 0 and hour <= 7:PLAY 'sound/street_night.mp3',30
 		end
 	end
-	
+
 
 	$torchki = {
 		cls
@@ -27,7 +27,7 @@ if $ARGS[0] = 'start':
 	}
 
 	$sexloc = $CURLOC
-	
+
 	if WalkInsidePark = 0:WalkInsidePark = 1
 	cls
 	gs 'stat'
@@ -62,7 +62,7 @@ if $ARGS[0] = 'start':
 			pcs_mood -= 5
 			SUB += 1
 			pcs_horny += SUB
-			
+
 			'A man walks past you and notices that you didn''t put on any panties. He whistles at you, "Did you forget to put on your underwear today, honey?"'
 			*nl
 			if pcs_inhib >= 35:
@@ -81,20 +81,22 @@ if $ARGS[0] = 'start':
 	act 'Leave': gt 'park', 'exit'
 
 	act 'Walk around the park (1:00)': gt 'parkdin'
-	
-	if hour >= 10 and hour <= 22 and money >= 100:
+
+	if hour >= 10 and hour <= 22:
 		act 'Have some food in the cafe': minut += 5 & gt 'ParkKafe', 'start'
 	end
 
-	if home_owned[1] = 0 and tanwork = 0 and student = 0:
-		!nowhere to live in city
-		if hour >= 20 or hour < 6 :
-			'It''s quite dark now, and you have no where to stay. Maybe you should try to sleep on a bench?'
-			act 'Sleep on a bench': ParkBench = 1 & gt'placer_sex','sleeping_parc_bench'
+	if hour >= 20 or hour < 6 :
+		if home_owned[1] = 0 and tanwork = 0 and student = 0:
+			!nowhere to live in city
+			'It''s quite dark now, and you have no where to stay nearby. Maybe you should try to sleep on a bench?'
+		else
+			'It''s quite dark now, and you don''t feel like walking. Maybe you Should try to sleep on a bench?'
 		end
-	end	
+		act 'Sleep on a bench': gt'placer_sex','sleeping_park_bench'
+	end
 
-	act 'Sit on a bench': ParkBench = 1 & gt'placer_sex','sleeping_parc_alco'
+	act 'Sit on a bench': gt'placer_sex','sitting_park_bench'
 
 	if pusher = 1 and hour >= 6 and hour <= 21:
 		'There''s a drug dealer casually sitting on one of the benches. He''s trying not to be too suspicious.'
@@ -531,7 +533,7 @@ if $ARGS[0] = 'prost':
 		gs 'boyStat', $npclastgenerated
 		act 'Fuck you!':
 			cla
-			minut += 15		
+			minut += 15
 			!!stats
 			strenV = 20
 			speedV = 30

+ 2 - 2
locations/parkBimbo.qsrc

@@ -9,7 +9,7 @@ if $ARGS[0] = 'pos1':
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/parkbimbo1.jpg"></center>'
 	'You notice a old guy, who has to be in his sixties watching you. Then you notice he has his rather large dick out and he has a raging hard on.'
 	if pcs_horny > 50:act 'Help the old guy out.':gt 'parkBimbo', 'pos2'
-	act 'Flip him the bird':gt 'gskver'
+	act 'Flip him the bird':gt 'gskver', 'start'
 end
 
 if $ARGS[0] = 'pos2':
@@ -40,7 +40,7 @@ if $ARGS[0] = 'pos2':
 
 	act 'finish':
 		gs 'arousal', 'end'
-		gt 'gskver'
+		gt 'gskver', 'start'
 	end
 end
 

+ 2 - 2
locations/parkM.qsrc

@@ -162,7 +162,7 @@ gs 'cum_manage'
 	gs 'stat'
 	act 'Leave':
 		if curr_home = 1:
-			gt 'gskver'
+			gt 'gskver', 'start'
 		else
 			gt 'park', 'start'
 		end
@@ -182,7 +182,7 @@ if $ARGS[0] = 'sexrand4':
 	gs 'stat'
 	act 'Leave':
 		if curr_home = 1:
-			gt 'gskver'
+			gt 'gskver', 'start'
 		else
 			gt 'park', 'start'
 		end

+ 10 - 23
locations/parks.qsrc

@@ -32,31 +32,18 @@ if $ARGS[0] = 'start':
 
 	gs 'parkivent', 'run'
 
-	if month = 5 or month = 6 or month = 7 or month = 8 or month = 9:
-		if hour > 6 and hour < 23:
-			act 'Rest on the bench':
-				cla
-				*clr
-				'<center><img <<$set_imgh>> src="images/locations/shared/park/bench_6.jpg"></center>'
-
-				waiting = input ("How many minutes of sitting? (Not more 120 minutes)")
-
-				if waiting > 120:
-					minut = minut + 15
-				elseif waiting > 0:
-					minut = minut + waiting
-					pcs_mood += 10
-					pcs_willpwr = pcs_willpwr + 10
-					if pcs_sleep < 90:pcs_sleep += 10
-				else
-					'Invalid time.'
-				end
-
-				act 'Consult a watch': gt 'parks', 'start'
-			end
-		end	
+	if hour >= 20 or hour < 6 :
+		if home_owned[4] = 0:
+			!nowhere to live in town
+			'It''s quite dark now, and you have no where to stay nearby. Maybe you should try to sleep on a bench?'
+		else
+			'It''s quite dark now, and you don''t feel like walking. Maybe you should try sleeping on a bench?'
+		end
+		act 'Sleep on a bench': gt'placer_sex','sleeping_park_bench'
 	end
 
+	act 'Sit down on the bench':gs 'placer_sex', 'sitting_park_bench'
+
 	if pcs_inhib >= 35:
 		act 'Flash your tits':
 			if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'

+ 8 - 19
locations/pavCommercial.qsrc

@@ -1,5 +1,5 @@
 # pavCommercial
- 
+
 !{Change log
 25 March 2016
 Fixed diplaced period after church link
@@ -100,7 +100,7 @@ else
 end
 
 'You are on the high street, at one end is the <a href="exec:minut += 15 & gt ''vokzalG''">train station</a> and access to the highway. Near the highway you can also find a <a href="exec:minut += 5 & gt ''zaprF'', ''start''">gas station</a>.'
-'The nearby residential area is next to the lake and the town surrounds the old palace grounds which are now a large <a href="exec:minut += 5 & gt ''gskver'', ''park''">public park</a>.'
+'The nearby residential area is next to the lake and the town surrounds the old palace grounds which are now a large <a href="exec:minut += 5 & gt ''gskver'', ''start''">public park</a>.'
 'There is a small <a href="exec:minut += 5 & gt ''gpoli''">clinic</a><<$Pharmname>>'
 
 if leonidSlave = 1:
@@ -124,18 +124,7 @@ act 'Go to the residential area':minut += 5 & gt 'pavResidential'
 
 act 'Walk to the city highway':minut += 15 & nroad = 20 & gt 'road'
 
-act 'Wait':
-	cla
-	waiting = input ("How long would you like to wait? (Not more than 120 minutes)")
-
-	if waiting <= 0 or waiting > 120:
-		minut += 15
-	elseif waiting > 0 and waiting <= 120:
-		minut += waiting
-	end
-
-	act 'Check the time':gt $curloc
-end
+act 'Wait':gs 'obj_din', 'wait'
 
 if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
 
@@ -143,20 +132,20 @@ if npc_QW['A113'] = 1 and daybelisex ! daystart and hour >= 9 and hour <= 23 and
 	cla & *clr
 	daybelisex = daystart
 	minut += 5
-	
+
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/vadim/belyjeep.jpg"></center>'
 	'As you walk through Pavlovsk, Vadim Belys Mitsubishi Pajero stops near you.'
 
-	act 'Go to the jeep': gt 'belgang', 'payday', 'commercial' 	
+	act 'Go to the jeep': gt 'belgang', 'payday', 'commercial'
 elseif npc_QW['A113'] = 1 and daybelisex ! daystart and hour >= 9 and hour <= 23 and week ! 7 and belgangPayWeek >= 300 and belgangProstitute = 1 and rand (0,2) = 0:
 	cla & *clr
 	daybelisex = daystart
 	minut += 5
-	
+
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/vadim/belyjeep.jpg"></center>'
 	'You see the by now familiar old Mitsubishi Pajero driving through the streets with Vadim Bely and his gang. Your heart skips a beat as you notice one of them pointing at you, and soon they pull over.'
-		
-	act 'Go to the jeep': gt 'belgang', 'workofdebt', 'commercial' 	
+
+	act 'Go to the jeep': gt 'belgang', 'workofdebt', 'commercial'
 end
 
 --- pavCommercial ---------------------------------

+ 2 - 13
locations/pavResidential.qsrc

@@ -147,7 +147,7 @@ else
 	'.'
 end
 
-'The town surrounds the old palace grounds which are now a large <a href="exec:minut += 5 & gt ''gskver'', ''park''">public park</a>, close to the residential area is the <a href="exec:gt ''glake''">lake</a>.'
+'The town surrounds the old palace grounds which are now a large <a href="exec:minut += 5 & gt ''gskver'', ''start''">public park</a>, close to the residential area is the <a href="exec:gt ''glake''">lake</a>.'
 
 'The town square features a <a href="exec: minut += 2 & gt ''gdk''">community center</a><<$schoolname>>'
 
@@ -185,18 +185,7 @@ act 'Go to the high street':minut += 5 & gt 'pavCommercial'
 if home_owned[2] = 1: act '<b>GO HOME</b> (Parents'' Apartment)': minut += 4 & GT 'korrPar'
 if pavSharedAptEnabled = 1:act '<b>GO HOME</b> (Shared Apartment)': minut += 5 & GT 'pavSharedApt', 'start'
 
-act 'Wait':
-	cla
-	waiting = input ("How long would you like to wait? (Not more than 120 minutes)")
-
-	if waiting <= 0 or waiting > 120:
-		minut += 15
-	elseif waiting > 0 and waiting <= 120:
-		minut += waiting
-	end
-
-	act 'Check the time':gt 'pavResidential'
-end
+act 'Wait':gs 'obj_din', 'wait'
 
 if (hour > 20 or hour < 4) and succubusQW = 5 and suchuntday ! daystart:
 	act 'Go hunting near the community center (this can take a lot of time)':

+ 20 - 20
locations/placer_act.qsrc

@@ -48,7 +48,7 @@ if plact = 0:
 
 	act 'Drink some beer':plact = 1 & gt $curloc
 
-	if Frend_num = 0:act 'Decline and leave':gt 'gskver'
+	if Frend_num = 0:act 'Decline and leave':gt 'gskver', 'start'
 
 	if Frend_num > 0:
 		act 'Leave with your friend':
@@ -61,7 +61,7 @@ if plact = 0:
 				'<<$ev_name>> whispers to you: "Don''t be such a bore, <<$pcs_nickname>>! I want to stay, he''s cute! Come on, stay with me and live a little!"'
 
 				act 'Drink some beer with them':plact = 1 & gt $curloc
-				act 'Leave your friend behind and go':gt 'gskver'
+				act 'Leave your friend behind and go':gt 'gskver', 'start'
 
 				if pcs_dom > p_dom / 2:
 					act 'Drag your friend away':gt 'placer_end'
@@ -107,7 +107,7 @@ if plact = 1:
 					'You kiss <<$boydesc>> on his lips and embrace him, and soon his hands are exploring your body. He whispers to you: "Come on, you cute little thing... let''s go somewhere a bit more private" while he roughly kneads your ass through your clothes. His friends are watching you intently.'
 
 					if pcs_dom > 0:
-						act 'Refuse and leave':gt 'gskver'
+						act 'Refuse and leave':gt 'gskver', 'start'
 					end
 
 					act 'Go with the guys':
@@ -156,7 +156,7 @@ if plact = 1:
 							'When your cup is nearly empty, <<$boydesc>> generously pours more in your glass with a confident smile. The guys persuade you to keep drinking, saying how much they are enjoying you spending time with them.'
 
 							if pcs_dom > 0:
-								act 'Refuse to drink more and leave':gt 'gskver'
+								act 'Refuse to drink more and leave':gt 'gskver', 'start'
 							end
 							act 'Keep drinking':
 								cls
@@ -185,7 +185,7 @@ if plact = 1:
 							end
 						end
 
-						act 'Leave':gt 'gskver'
+						act 'Leave':gt 'gskver', 'start'
 					elseif rand(0, 1) = 0:
 						'One of the guys suggests: "Hey guys, we don''t have to hang around in the park all day! The house should be available right now, maybe we can show <<$pcs_nickname>> around there and not have people stare us down all day!"'
 						'The guys all raise their cups and cheer, which you''re pretty sure counts as a yes. The boys then all look at you expectantly, hoping you will come with them.'
@@ -206,7 +206,7 @@ if plact = 1:
 							act 'Continue':gt 'gopnik_house'
 						end
 
-						act 'Mumble an excuse and leave':gt 'gskver'
+						act 'Mumble an excuse and leave':gt 'gskver', 'start'
 					else
 						'One of the guys suggests: "Hey guys, there''s no need for us to hang around in the park all day. I know a place where we can hang out and enjoy a drink in private!"'
 						'After some debate, the guys agree to go there. From some of the stares your group has been getting while you enjoyed your drinks, you can''t blame them. They all look at you expectantly, hoping you will come with them.'
@@ -268,7 +268,7 @@ if plact = 1:
 							end
 						end
 
-						act 'Leave':gt 'gskver'
+						act 'Leave':gt 'gskver', 'start'
 					end
 				end
 			elseif know_gor_slut = 1 and BjBeerQW > 1 and bjgangrand = 1:
@@ -320,7 +320,7 @@ if plact = 1:
 							'One of them says: "We''re doing you a favor, slut. This way, everyone will recognize you for what you are, and it will help you remember your place."'
 							'You feel deeply humiliated, but are too embarrassed to contradict them. After a few more minutes of degrading talk, they finally let you leave the basement."'
 
-							act 'Find your way back to the main streets':gt'gskver'
+							act 'Find your way back to the main streets':gt 'gskver', 'start'
 						end
 					end
 				end
@@ -356,7 +356,7 @@ if plact = 1:
 						'You do your best to please them all as good as you can, and suck them off one by one like your life depended on it. For all you know, maybe it does.'
 						'The guys don''t last long at all, and cum all over your face one by one. Once the last guy is spent, they wave you off. One of them snorts: "Not bad, slut. I see your reputation is well deserved."'
 
-						act 'Leave the basement and return to the park':gt 'gskver'
+						act 'Leave the basement and return to the park':gt 'gskver', 'start'
 					end
 				end
 			end
@@ -433,7 +433,7 @@ if plact = 1:
 							'The guy just grins at you: "Everyone knows you''re a whore, <<$pcs_nickname>>. We''ve all seen the video... it''s way too late for you to start being a prude now. Come on, it''d only take a minute. What do you say?"'
 							dynamic $d_park_placer_bj
 
-							act 'Refuse and leave':gt 'gskver'
+							act 'Refuse and leave':gt 'gskver', 'start'
 						end
 
 						act '"Are you crazy? What if someone sees?"':
@@ -458,7 +458,7 @@ if plact = 1:
 									if tiperand = 2:gt 'fbGar'
 								end
 
-								act 'Refuse and leave':gt 'gskver'
+								act 'Refuse and leave':gt 'gskver', 'start'
 							end
 
 							dynamic $d_park_placer_bj
@@ -533,11 +533,11 @@ if plact = 1:
 								KatjaBJ += 1
 							end
 
-							act 'Watch her leave with the stranger':gt 'gskver'
+							act 'Watch her leave with the stranger':gt 'gskver', 'start'
 						elseif p_slut >= 60:
 							'<<$ev_name>> kisses the guy, and he begins to grope her body. She quickly whispers something in his ear, and you see him nod. Then <<$ev_name>> turns to you and asks innocently: "Hey <<$pcs_nickname>>... <<$boydesc>> asks if you want to come with us for some fun. What do you say?"'
 
-							act 'Refuse and tell her to have fun':gt 'gskver'
+							act 'Refuse and tell her to have fun':gt 'gskver', 'start'
 							act 'Go to his apartment together':minut += 5 & gt 'placer_house'
 						end
 					end
@@ -571,7 +571,7 @@ if plact = 1:
 							'The guys can stomach their alcohol a lot better than you, and before you know it you''re absolutely hammered. They look like they''re still feeling fine.'
 							'Once they realize you''re drunk enough for them to make their move, they begin tugging at your clothes and undress you on one of their beds. You''re too drunk to tell them to stop, and just let it happen.'
 
-							act 'Continue':gt 'placer_sex'
+							act 'Continue':gt 'placer_sex', 'meet'
 						end
 					end
 				else
@@ -593,7 +593,7 @@ if plact = 1:
 						'The guys can stomach their alcohol a lot better than you, and before you know it you''re absolutely hammered. They look like they''re still feeling fine.'
 						'Once they realize you''re drunk enough for them to make their move, they begin to take off your clothes and undress you on one of their beds. You''re too drunk to tell them to stop, and just let it happen.'
 
-						act 'Continue':gt 'placer_sex'
+						act 'Continue':gt 'placer_sex', 'meet'
 					end
 				end
 			elseif Frend_num > 0:
@@ -634,25 +634,25 @@ if plact = 1:
 			gs 'stat'
 
 			if know_gor_slut = 0:
-				if slut_vid = 0:gt 'gskver'
+				if slut_vid = 0:gt 'gskver', 'start'
 
 				if slut_vid > 0:
 					if know_status = 2:
 						'<<$boydesc>> disappointedly remarks: "We know you''re a whore... why are you being such a prude?"'
 						'You shrug at him and keep walking... that remark sure made your decision to leave a lot easier! What a jackass!'
 
-						act 'Leave':gt 'gskver'
+						act 'Leave':gt 'gskver', 'start'
 					else
-						gt 'gskver'
+						gt 'gskver', 'start'
 					end
 				end
 			elseif know_gor_slut = 1:
 				if know_status = 2:
 					'You shake your head and apologize: "Sorry boys... I have places to be. Maybe some other time" as you leave. You walk away in a brisk pace, and are gone before they can object.'
 
-					act 'Return to the park':gt 'gskver'
+					act 'Return to the park':gt 'gskver', 'start'
 				else
-					gt 'gskver'
+					gt 'gskver', 'start'
 				end
 			end
 		end

+ 2 - 2
locations/placer_gskver.qsrc

@@ -158,7 +158,7 @@ if soniaPS=5 and rand(1,10)=>9 and hour>14 and hour<20:
 			'After a while, the guy tells Sonia that he wants more. Sonia obediently gets up and asks him: "Would you like to fuck me from behind, sir?"'
 			'The stranger happily accepts the invitation, and watches in amazement when he notices Sonia eagerly grinding her hips back against him once he''s inside her. He had no idea she would be such a lusty slut for him, willing to do all the work!'
 			'You watch Sonia give herself to the man for just a moment longer, before you decide you really have to get going. You''re quite turned on from her little show. Sonia looks like she''s having a lot of fun, and for just a second you think about what it would feel like to be in her place.'
-			act'Leave them be':gt'gskver'
+			act'Leave them be':gt 'gskver', 'start'
 		end
 	end
 end
@@ -214,7 +214,7 @@ elseif Frend_num = 0:
 		'You give the <<$kol_man_text>> a cute smile as you walk past.' & '<<$kol_man_text_no>>'
 	end
 	:parkaway
-	act 'Finish your walk':gt 'gskver'
+	act 'Finish your walk':gt 'gskver', 'start'
 end
 
 gs 'stat'

+ 104 - 125
locations/placer_sex.qsrc

@@ -1,6 +1,5 @@
 # placer_sex
 $metkaM = $ARGS[0]
-$loc = $CURLOC
 $location_type = 'event'
 gs'stat'
 CLOSE ALL
@@ -29,11 +28,11 @@ $din_analplugin_off = {
 	analpluginbonus = 10
 	analplugin = 0
 	gs'stat'
-	*clr 
+	*clr
 	'<center><video autoplay loop src="images/locations/pavlovsk/park/sex/placer_sex16.mp4"></video></center>'
 }
 
-if $args[0] = '':
+if $args[0] = 'meet':
 	if kol_man < 4 and pcs_ass > 14 and pcs_vag > 14 and mesec <= 0 :
 		*clr & cla
 		minut += 30
@@ -103,7 +102,7 @@ if $args[0] = '':
 				gs 'arousal', 'end'
 				gs 'stat'
 				act 'Leave the hostel':podvalrape = 0 & dormrape = 0 & gt'pavResidential'
-		
+
 			elseif endrandom = 1:
 				act 'Open your eyes':
 					cla
@@ -113,7 +112,7 @@ if $args[0] = '':
 					face_write = 1
 					podvalwriterand = RAND (1,6)
 					gs 'stat'
-				
+
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/sex/gop/podvalwrite<<podvalwriterand>>.jpg"></center>'
 					'When you finally come to your senses, you''re alone in the room. You carefully get up from the bed... you feel exhausted, and your body aches everywhere. When you walk past a mirror in search for your clothes, you realize to your shame that the guys have written all sorts of vulgar language all over your body!'
 					'Those bastards! You quickly get dressed and try to cover up the writings as much as you can before leaving the room. Hopefully you can clean that up before anyone sees it on you!'
@@ -142,7 +141,7 @@ if $args[0] = 'vodka':
 	'The boys pour the vodka into some shot glasses, and you enjoy their company while you drink. They have lots of interesting stories and anecdotes to tell, and you never feel bored around them.'
 	'When your glasses are empty, <<$boydesc2>> looks at you and asks, with the bottle in his hand: "Ready for another round?"'
 	if $pantyworntype = 'none':gs 'underwear', 'wear' & 'You quickly excuse yourself: "Give me a minute!" and head for the bathroom. These guys are great! They''re actually treating you like a lady, unlike most guys in Pavlovsk... you don''t want to give them the wrong idea about you by accidentally flashing them your naked pussy! You quickly put on some <a href="exec: VIEW ''images/locations/pavlovsk/park/sex/placer_sex129.jpg''">panties</a> and return to the living room.'
-	act 'Have another drink': 
+	act 'Have another drink':
 		alko += rand(0,5)
 		*clr & cla
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex3.jpg"></center>'
@@ -160,7 +159,7 @@ if $args[0] = 'vodka':
 			gs 'stat'
 			if alko > 5 or pcs_horny => 80:
 				act 'Smile innocently':gt 'placer_sex', 'piano'
-				act 'Push his hand away': 
+				act 'Push his hand away':
 					*clr & cla
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex6.jpg"></center>'
 					'You push his hand away with a smile and say: "Not so fast, <<$boydesc2>>... we still have plenty of time for that later."'
@@ -168,14 +167,14 @@ if $args[0] = 'vodka':
 					act 'You don''t want to drink more': gt 'placer_sex', 'game'
 				end
 			else
-				act 'Remove his hand': 
+				act 'Remove his hand':
 					*clr & cla
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex6.jpg"></center>'
 					'You push his hand away with a smile and say: "Not so fast, <<$boydesc2>>... we still have plenty of time for that later."'
 					'<<$boydesc2>> sighs with frustration, but recovers quickly and nods: "You''re right. How about another drink, then?"'
 					act 'You don''t want to drink more': gt 'placer_sex', 'game'
 				end
-			end	
+			end
 		end
 	end
 	act 'You don''t want to drink more': gt 'placer_sex', 'game'
@@ -190,9 +189,9 @@ if $args[0] = 'piano':
 	'He begins to pull away your clothes when he doesn''t notice any direct objections from you, exposing the panties that you -luckily- just put on.'
 	gs 'arousal', 'foreplay', 5, 'sub', 'group'
 	gs 'stat'
-	act 'Help him take off your clothes': 
+	act 'Help him take off your clothes':
 		*clr & cla
-		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex7.jpg"></center>'	
+		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex7.jpg"></center>'
 		'You reach down, and the guy flinches and immediately pulls away his hand.'
 		'You give him a reassuring smile and say: "Relax! I was only going to give you a hand!"'
 		'You wink at him as you pull away your clothes, ignoring your panties on purpose. When <<$boydesc2>> reaches down to your ass to pull your panties down, you stop him: "Slow down a bit! It''s not fair if I do all the showing, and you do all the watching... maybe you guys could show me something first?"'
@@ -245,7 +244,7 @@ if $args[0] = 'piano':
 								''
 								if (week >= 1 and week < 5) or week = 7:
 									'With some regret in your voice you tell them: "Sorry, boys. I have school tomorrow, I really can''t stay. Maybe some other time?"'
-								elseif week = 5 or week = 6 : 
+								elseif week = 5 or week = 6 :
 									'You think to yourself: "Well... I don''t have school tomorrow, I suppose I could stay if I want to."'
 									gs 'arousal', 'end'
 									gs 'stat'
@@ -254,7 +253,7 @@ if $args[0] = 'piano':
 								gs 'arousal', 'end'
 								gs 'stat'
 								act 'Decline and leave': minut += 10 & gs'stat' & gt'pavResidential'
-							end	
+							end
 						end
 					end
 				end
@@ -262,11 +261,11 @@ if $args[0] = 'piano':
 					gs'stat'
 					*clr & cla
 					'<center><video autoplay loop src="images/locations/pavlovsk/park/sex/placer_sex12.mp4"></video></center>'
-					'You quickly pull away from <<$boydesc2>>''s cock, and look at him mischievously. You lie down on the kitchen table and make a show of slowly taking off your panties, before you spread your legs wide for the boys.'	
-					if analplugin = 1: 
+					'You quickly pull away from <<$boydesc2>>''s cock, and look at him mischievously. You lie down on the kitchen table and make a show of slowly taking off your panties, before you spread your legs wide for the boys.'
+					if analplugin = 1:
 						act 'Let them pull out your butt plug':
 							delact 'Let them pull out your butt plug'
-							dynamic $din_analplugin_off 
+							dynamic $din_analplugin_off
 							'The immediately walk up to you when you spread your legs, their looks a bit lower than you''d expect. Then you realize why and silently mutter to yourself: "Oh no! I still have my butt plug in!"'
 							'<<$boydesc2>> puts his hand on it and lightly tugs at your plug as he teases you: "Oh my... what a nasty girl you are! Do you have more toys like this?"'
 							'You feel deeply ashamed, and your cheeks turn crimson red when he carefully pulls it out and admires its size. You quietly tell them: "Sorry boys, I just like the way it feels. Anyway... weren''t you about to do something?"'
@@ -292,14 +291,14 @@ if $args[0] = 'piano':
 							'Just when you''re completely relaxed and have surrendered to your feelings, you hear swearing. His friend wanted to insert his dick inside you as well, but <<$boydesc2>> pushed him away. He scolds his friend: "Relax man, you''ll get your turn... just let me finish first!"'
 							gs 'arousal', 'vaginal', 15, 'sub'
 							gs 'stat'
-							if guy > 30: 
+							if guy > 30:
 								minut += 30
 								gs'stat'
 								act 'Say you''ll please his friend too':
 									*clr & cla
 									'You feel bad for <<$boydesc2>>''s friend, and tell them: "There''s no need to argue, guys! I''ll make all of you feel good..."'
 									'You see <<$boydesc2>> wants to object, but at the same time he realizes he''s had you to himself for most of the time. He relaxes, and let you do what you want to do."'
-									if kol_man = 2: 
+									if kol_man = 2:
 										'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex17.jpg"></center>'
 										'The guys pull you off the table without hesitation, and put you down on your knees in front of them. You take both of their cocks in your hands, and guide them towards your mouth. You tease them with your tongue, savouring the taste of yourself on <<$boydesc2>>''s cock. That doesn''t mean you ignore his friend though; you pay just as much attention to him, sucking him off, or stroking his cock when you have your lips around <<$boydesc2>>''s.'
 										gs 'arousal', 'bj', 5, 'sub', 'group'
@@ -348,15 +347,15 @@ if $args[0] = 'piano':
 														'<<$boydesc2>> idly waves in a general direction, and you realize they''re not going to help you. You muster all your strength and get to your feet, still feeling rather shaky.'
 														act 'Take a hot shower':
 															$din_dush_text='You get into the shower and thoroughly wash yourself, trying to get all of their cum out of your holes. When you''re done, you gather your things and get ready to leave.'
-															dynamic $din_dush 
+															dynamic $din_dush
 															gs 'arousal', 'end'
 															gs 'stat'
 															act 'Leave the apartment': minut += 10 & gs'stat' & gt'pavResidential'
-														end	
+														end
 													end
 												end
-											end	
-										else 
+											end
+										else
 											act 'Continue':
 												*clr & cla
 												'<center><video autoplay loop src="images/locations/pavlovsk/park/sex/placer_sex21.mp4"></video></center>'
@@ -393,7 +392,7 @@ if $args[0] = 'piano':
 														gs 'stat'
 														act 'Take a hot shower':
 															$din_dush_text='"I''m going to take a shower and head home, guys!" you tell the boys. They nod, too exhausted to protest you leaving them. You get into the shower and thoroughly wash yourself, trying to get all of their cum out of your pussy while you rinse your mouth. When you''re done, you gather your things and get ready to leave.'
-															dynamic $din_dush 
+															dynamic $din_dush
 															gs 'arousal', 'end'
 															gs 'stat'
 															act 'Leave their apartment': minut += 10 & gs'stat' & gt'pavResidential'
@@ -402,7 +401,7 @@ if $args[0] = 'piano':
 												end
 											end
 										end
-									elseif kol_man = 3 and analpluginbonus = 10 and pcs_vag => 15 : 
+									elseif kol_man = 3 and analpluginbonus = 10 and pcs_vag => 15 :
 										'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex23.jpg"></center>'
 										'The guys pull you off the table without hesitation, and put you down on your knees in front of them. You take their cocks in your hands, and guide them towards your mouth. You tease them with your tongue, savoring the taste of yourself on <<$boydesc2>>''s cock. That doesn''t mean you ignore his friends though; you pay just as much attention to them, sucking them off, or stroking their cock when you have your lips around <<$boydesc2>>''s.'
 										act 'Continue':
@@ -444,16 +443,16 @@ if $args[0] = 'piano':
 												'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex20.jpg"></center>'
 												'You''re not sure how long it lasted. It could be a minute... it could be five, or maybe even ten. Eventually you gain enough strength to take an assessment of the situation. Your sweaty body is naked on the floor, and there''s cum flowing from all of your holes. You try to get up, but your legs are way too wobbly.'
 												'When you look at the guys, they seem just as spent. They''re idly hanging around on a bed, slowly watching the cum from your holes drip onto the floor. Your mouth tastes like sperm as well; you probably swallowed at least one load during all that.'
-												act 'Go into the shower':	
+												act 'Go into the shower':
 													$din_dush_text='"That was great, guys! But I''m going to take a shower and head home, I''m exhausted!" you tell the boys. They nod, too exhausted to protest you leaving them. You get into the shower and thoroughly wash yourself, trying to get all of their cum out of your holes while you rinse your mouth repeatedly. When you''re done, you gather your things and wave the boys goodbye.'
-													dynamic $din_dush 
+													dynamic $din_dush
 													gs 'arousal', 'end'
 													gs 'stat'
 													act 'Leave the apartment': minut += 10 & gs'stat' & gt'pavResidential'
 												end
 											end
 										end
-									else	
+									else
 										pcs_mood += 15
 										pcs_willpwr += 15
 										pcs_vag += 1
@@ -557,7 +556,7 @@ if $args[0] = 'vodka2':
 				if kol_man = 2:
 					act 'Take a shower':
 						$din_dush_text='You smile at the boys: "Alright guys, I really need to go wash this sperm out of my pussy before I get pregnant. Where is your bathroom?"' & 'The guys show you where their bathroom is and leave you alone to go clean up. You scoop their sperm out of your pussy as much as you can, and dry yourself off with a fluffy towel they laid out for you.'
-						dynamic $din_dush 
+						dynamic $din_dush
 						act 'Leave the shower':
 							*clr & cla
 							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex28.jpg"></center>'
@@ -569,8 +568,8 @@ if $args[0] = 'vodka2':
 							gs 'stat'
 							act 'Decline and leave': minut += 30 & gs'stat' & gt'pavResidential'
 							act 'Agree to sleep over': gt 'placer_sex', 'stay'
-						end	
-					end	
+						end
+					end
 				else
 					act 'Get fucked by the third guy':
 						*clr & cla
@@ -615,7 +614,7 @@ if $args[0] = 'vodka2':
 									gs 'stat'
 									act 'Go take a shower':
 										$din_dush_text='You smile at the guys: "Alright boys, I should really go take a shower and wash this out, you don''t want me getting pregnant!"' & 'The guys show you where their bathroom is and leave you alone to go clean up. You wash their sperm out of your pussy as good as you can, and dry yourself off with a fluffy towel they laid out for you.'
-										dynamic $din_dush 
+										dynamic $din_dush
 										act 'Exit out of the shower':
 											*clr & cla
 											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex28.jpg"></center>'
@@ -625,7 +624,7 @@ if $args[0] = 'vodka2':
 											'The guys were hoping you would stay over, and try to pursuade you: "You don''t have to go, <<$pcs_nickname>>! You can just crash here, we can still hang out for a while longer and chat! Besides... I make the world''s best omelette! You''d be robbing yourself from a once-in-a-lifetime experience if you don''t at least have a taste of that in the morning!"'
 											''
 											if (week >= 1 and week < 5) or week = 7: 'With some regret in your voice you tell them: "Sorry, boys. I have school tomorrow, I really can''t stay. Maybe some other time?"'
-											if week = 5 or week = 6 : 
+											if week = 5 or week = 6 :
 												'You think to yourself: "Well... I don''t have school tomorrow, I suppose I could stay if I want to."'
 												gs 'arousal', 'end'
 												gs 'stat'
@@ -641,7 +640,7 @@ if $args[0] = 'vodka2':
 						end
 					end
 				end
-			end	
+			end
 		end
 	end
 end
@@ -676,12 +675,12 @@ if $args[0] = 'twister':
 			'The guys have a questioning look on their faces, not sure what they did wrong. They figured you were all just having fun. You quickly straighten your clothes and get up, saying: "I''m sorry guys, I think I should go."'
 			gs 'arousal', 'end'
 			gs 'stat'
-			act 'Leave the apartment': gs 'placer_sex', 'rape' 
+			act 'Leave the apartment': gs 'placer_sex', 'rape'
 		end
 		act 'Blush but stay silent':
 			gs'stat'
 			*clr & cla
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex97.jpg"></center>'	
+			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex97.jpg"></center>'
 			'Noticing you''re not stopping him, <<$boydesc2>> pulls away for a moment and asks his friend: "Is it okay if I take my clothes off? They''re restricting my movement too much."'
 			'Naturally, the referee nods: "I''ll allow it, freedom of movement is important when playing Twister. <<$pcs_nickname>>, stay in that position please."'
 			'<<$boydesc2>> quickly removes his clothes and gets back into position, and you play another few rounds with him occasionally groping you.'
@@ -696,7 +695,7 @@ if $args[0] = 'twister':
 				*clr & cla
 				cumprecheck = 1
 				gs 'cum_manage'
-				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex98.jpg"></center>'	
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex98.jpg"></center>'
 				'<<$boydesc2>>''s friend just sits back in his chair and watches the two of you, fairly certain that you will not need any more directions from him.'
 				'After a few minutes of sucking, you gently push <<$boydesc2>> down onto the playing mat and mount him. You lean over and whisper: "You win. Just lie back and enjoy your reward..."'
 				'His cock feels great inside you, and you begin to ride him vigorously. He throws his head back and groans.'
@@ -706,7 +705,7 @@ if $args[0] = 'twister':
 				minut -= 5
 				gs 'stat'
 				act 'Continue':
-					gs'stat'					
+					gs'stat'
 					*clr & cla
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex99.jpg"></center>'
 					'After he enjoyed his prize for some time, he grins: "We all won, babe... get on your hands and knees, I''ll make you feel good."'
@@ -760,28 +759,28 @@ if $args[0] = 'cards':
 	'You and his friend nod, that sounds like it could be fun.'
 	act 'Play cards':
 		*clr & cla
-		minut += 15 
-		gs'stat' 
+		minut += 15
+		gs'stat'
 		'<<$boydesc2>> quickly shuffles the deck, and deals.'
-		if rand (1,5) = 1: 
+		if rand (1,5) = 1:
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex62.jpg"></center>'
 			'You win, and show the guys a triumphant grin. Now, for your reward...'
 			act 'Make them run naked in the streets': gt 'placer_sex', 'card_win'
-		else 
+		else
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex66.jpg"></center>'
 			'You lose. The boys are obviously delighted, and greedily look at your body while they discuss what they should ask of you. It takes them a second, but then <<$boydesc2>> says: For our favor, we want... a striptease!"'
 			'You can tell they are a bit worried you might object, and he quickly adds: "We won a favor, fair and square! However, you can try to recoup your losses. If we win again though, you''ll have to do more than just a striptease... what do you say, double or nothing? Or just cut your losses and perform the striptease for us?"'
 			act 'Just do the striptease': gt 'placer_sex', 'card_stript'
-			act 'Double or nothing!': 
+			act 'Double or nothing!':
 				*clr & cla
-				minut += 15 
-				gs'stat' 
+				minut += 15
+				gs'stat'
 				'<<$boydesc2>> quickly shuffles the deck, and deals.'
-				if rand (1,5) = 1: 
+				if rand (1,5) = 1:
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex62.jpg"></center>'
 					'You win, and show the guys a triumphant grin. Now, for your reward...'
 					act 'Make them streak': gt 'placer_sex', 'card_win'
-				else 
+				else
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex77.jpg"></center>'
 					'The guys cheer when they realize they win again, and look at you with desire in their eyes. <<$boydesc2>> smugly says: "Well <<$pcs_nickname>>, looks like the cards don''t favor you tonight. Now... what to do with you?"'
 					'You already know where this is going, and take off your clothes with a sigh, but leave your underwear on as you say: "Damn, I hate to lose..."'
@@ -818,7 +817,7 @@ if $args[0] = 'card_sex':
 			minut -= 10
 			gs 'stat'
 			act 'Continue':
-				pcs_horny += 20 
+				pcs_horny += 20
 				gs'stat'
 				*clr & cla
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex81.jpg"></center>'
@@ -848,7 +847,7 @@ if $args[0] = 'card_sex':
 					gs 'arousal', 'bj', 30, 'unknown', 'sub', 'group'
 					gs 'arousal', 'vaginal', 30, 'unknown', 'sub', 'group'
 					minut -= 30
-					gs 'stat'	
+					gs 'stat'
 					act 'Continue':
 						gs 'cum_manage'
 						sexpartkno = 1
@@ -869,7 +868,7 @@ if $args[0] = 'card_sex':
 						'You blush, but can''t disagree: "You''re right... that was the best loss I''ve ever had."'
 						act 'Take a shower and leave':
 							$din_dush_text='You finally get up from the bed, and ask if it''s okay you take a shower before you go. Of course <<$boydesc2>> doesn''t mind, and points out where their bathroom is. You quickly get in, and after enjoying the hot water on your skin for a few moments you quickly clean their cum from your body. You try to spoon the sperm out of your pussy as good as you can with your fingers and rinse your mouth thoroughly, and then dry off and get dressed again. When you leave the bathroom, the guys are already waiting in the hallway. You kiss them goodbye, and tell them to let you know if they''re ever in Pavlovsk again.'
-							dynamic $din_dush 
+							dynamic $din_dush
 							gs 'arousal', 'end'
 							gs 'stat'
 							act 'Leave the apartment': minut += 10 & gs'stat' & gt'pavResidential'
@@ -906,7 +905,7 @@ if $args[0] = 'card_stript':
 				if pcs_dancero > 50:
 					'Your practise pays off, and the guys are very impressed with your skilful dance. They''re rubbing their erections idly, and you smirk at them: "Careful, boys! Your eyes will pop out of you keep staring at me like that!"'
 					'You''re used to people wanting to get handsy when you do a striptease for them, and deftly dodge the grabbing hand that you knew would come sooner or later. As you give it a playful slap, you say: "No no, you only won a striptease. No touching!"'
-				else 
+				else
 					'You haven''t really done this much, and as a result you mostly just look like you''re wobbling while you take off your clothes. Despite your best intentions the boys are not very impressed, and they mostly just stare at your jiggling boobs while you try to entertain them.'
 				end
 				act 'Continue':
@@ -958,7 +957,7 @@ if $args[0] = 'card_stript':
 										minut += 30
 										pcs_willpwr += 15
 										pcs_mood += 15
-										gs'stat' 
+										gs'stat'
 										*clr & cla
 										'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex75.jpg"></center>'
 										'The guys are back in their seats. They''ve both taken their cocks out, and are slowly stroking them while they watch you fuck yourself with the vibrator.'
@@ -978,7 +977,7 @@ if $args[0] = 'card_stript':
 											pcs_throat+= 1
 											facial+=2
 											guy+=2
-											gs'stat' 
+											gs'stat'
 											*clr & cla
 											'<center><video autoplay loop src="images/locations/pavlovsk/park/sex/placer_sex76.mp4"></video></center>'
 											'The guys realize that this is their chance and they quickly help your weak body down to the floor, lowering you on your knees in front of them. Their erect cocks are gently bobbing in front of your face, and for a second you consider objecting. Maybe it''s the euphoria of your orgasm talking, but then you think to yourself: "You know what... they''re cute. I guess I could let them have this win."'
@@ -991,7 +990,7 @@ if $args[0] = 'card_stript':
 											gs 'stat'
 											act 'Take a shower':
 												$din_dush_text='After enjoying the hot water on your skin for a few moments, you quickly clean their cum from your body. You rinse your mouth thoroughly, and then dry off and get dressed again. When you leave the bathroom, the guys are already waiting in the hallway. You kiss them goodbye, and tell them to let you know if they''re ever in Pavlovsk again.'
-												dynamic $din_dush 
+												dynamic $din_dush
 												gs 'arousal', 'end'
 												gs 'stat'
 												act 'Leave the apartment': minut += 10 & gs'stat' & gt'pavResidential'
@@ -1015,9 +1014,9 @@ if $args[0] = 'card_win':
 	'The guys reluctantly agree, and begin to undress.'
 	act 'Go with them to the street':
 		*clr & cla
-		if month >4 and month < 11: 
+		if month >4 and month < 11:
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex64.jpg"></center>'
-		else 
+		else
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex65.jpg"></center>'
 		end
 		'You have a cruel grin on your face when you tell them: "Okay boys, start running!"'
@@ -1085,7 +1084,7 @@ if $args[0] = 'stay_in_bed':
 								'You smile, feeling completely satisfied. "It felt fantastic... but unfortunately, I really do have to get going."'
 								act 'Take a shower':
 									$din_dush_text='You quickly take a shower while <<$boydesc2>> rests on the bed a while longer, and you thoroughly wash the cum from your ass. You then get dressed, and kiss <<$boydesc2>> farewell before leaving the apartment.'
-									dynamic $din_dush 
+									dynamic $din_dush
 									gs 'arousal', 'end'
 									gs 'stat'
 									act 'Return to the streets': minut += 10 & gs'stat' & gt'pavResidential'
@@ -1180,15 +1179,15 @@ if $args[0] = 'stay_in_bed':
 								gs 'stat'
 								act 'Take a shower':
 									$din_dush_text='It takes you a few minutes to regain your senses, and your body is still shivering slightly when you give the guys a kiss. You tell them: "That was great guys... best fuck of my life, hands down! I really have to go though... let me take a quick shower to freshen up?"' & 'The guys are sad to see a cute little fuckpuppet like you leave, but nod and show you where the shower is. After you thoroughly clean yourself up, you give the both of them a kiss and tell them to come look you up if they''re ever in Pavlovsk again.'
-									dynamic $din_dush 
+									dynamic $din_dush
 									gs 'arousal', 'end'
 									gs 'stat'
 									act 'Leave the apartment':minut += 10 & gs'stat' & gt'pavResidential'
 								end
 							end
 						end
-					end	
-				end		
+					end
+				end
 			end
 		end
 	end
@@ -1197,7 +1196,7 @@ end
 if $args[0] = 'sleep_sex':
 	*clr & cla
 	gs 'boyStat', $boy1
-	if rand(0,2) > 0: 
+	if rand(0,2) > 0:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex93.jpg"></center>'
 		'At some point, you hear something and wake up. You pretend to be asleep, while you very slightly open your eyes. You see the silhouettes of several guys in your room, it looks like they can''t sleep and want to play with you some more. Eager to find out what they''ll do next, you just keep pretending to asleep and wait for them to make their move.'
 		act 'Continue':
@@ -1412,7 +1411,7 @@ if $args[0] = 'breakfast':
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex38.jpg"></center>'
 		'You just smirk at the drooling guy, and say: "No way!"'
 		'He grins: "Oh well, it was worth a shot. Anyway... I owe you those omelettes, right?"'
-		'He ushers you to the table that the boys fucked you on last night, and tells you to sit down while he works his magic. Minutes later, a steaming omelette served on some bread is on a plate in front of you.' 
+		'He ushers you to the table that the boys fucked you on last night, and tells you to sit down while he works his magic. Minutes later, a steaming omelette served on some bread is on a plate in front of you.'
 		act 'Have breakfast':
 			*clr & cla
 			minut += 30
@@ -1443,12 +1442,12 @@ if $args[0] = 'stay':
 	gs'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex29.jpg"></center>'
 	'The guys are happy that you decided to stay the night, and <<$boydesc2>> goes to another room to fetch a guitar. He''s fairly good at playing it, and you all happily sing along to the songs he''s plays. Afterwards, you all enjoy another glass of vodka while you exchange stories. Before you know it, it''s getting late.'
-	act 'Go to bed': 
+	act 'Go to bed':
 		gs 'placer_sex', 'sleep'
 		act 'Make breakfast for the guys': gt 'placer_sex', 'breakfast'
 		act 'Lie in bed': gt 'placer_sex', 'stay_in_bed'
 		if rand (1,6)=1: delact 'Make breakfast for the guys' & delact 'Lie in bed' & gt 'placer_sex', 'sleep_sex'
-	end			
+	end
 end
 
 if $args[0] = 'sleep':
@@ -1472,7 +1471,7 @@ if $args[0] = 'sleep':
 	if pcs_makeup > 1:pcs_makeup = 0 & vidageday -= 1 & 'Your make-up got smeared all over your face while you slept. You realize you really should''ve removed it before going to bed, your skin ages much faster if you don''t take good care of it.'
 	if fat > 5 and stringimplant = 1:silicone += 1 & fat -= 5
 	'You have a good night''s rest. You did not dream of anything.'
-	
+
 	:loopson
 	minut += 1
 	stime += 1
@@ -1564,7 +1563,7 @@ if $args[0] = 'rape':
 							gs 'arousal', 'anal', 10, 'unknown', 'sub', 'group', 'rough', 'bound', 'humiliation'
 							minut -= 10
 							gs 'stat'
-							if SUB < 10: 
+							if SUB < 10:
 								act 'Get angry and bite his dick':
 								*clr & cla
 								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex108.jpg"></center>'
@@ -1655,7 +1654,7 @@ if $args[0] = 'rape':
 									act 'Continue':
 										gs'stat'
 										*clr & cla
-										'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex114.jpg"></center>'	
+										'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex114.jpg"></center>'
 										'Immediately one of them puts his dick in your mouth... it''s huge! You can barely close your lips around it, but he doesn''t care and keeps forcing your head down further.'
 										'You do your best to take it in, but after a while you''re horrified to hear him say: "Listen up, slut! If you don''t do a good job, it''s going in your ass next!"'
 										'As much as you try to placate him and suck him off as good as you can, it''s not good enough. After a while he shakes his head disappointedly at you and says in a smug voice: "You''ve had your chance. In your ass it goes, then."'
@@ -1667,7 +1666,7 @@ if $args[0] = 'rape':
 											'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex115.jpg"></center>'
 											'That thought makes you panic: there''s no way his cock would fit in your ass! You whine and beg him: "Please sir, give me another chance! I''ll make you feel good, I promise! Just... not my ass, please!"'
 											'The guy ignores your pleas, and lies down on the bed. Several hands lift you up, and position you so your entire weight is leaning on the tip of his cock, which is conveniently positioned against your puckered asshole.'
-											'He grins: "I love it when they beg..." just as his friends lower your body, gradually forcing his huge cock into your ass. He groans, but you can''t hear him over your sharp cries of pain. It hurts! It hurts so much!'	
+											'He grins: "I love it when they beg..." just as his friends lower your body, gradually forcing his huge cock into your ass. He groans, but you can''t hear him over your sharp cries of pain. It hurts! It hurts so much!'
 											gs 'arousal', 'anal', 10, 'unknown', 'sub', 'group', 'rough', 'bound', 'humiliation'
 											gs 'stat'
 											act 'Continue':
@@ -1744,7 +1743,7 @@ if $args[0] = 'rape':
 																	*clr & cla
 																	VIEW
 																	$din_dush_text='You quietly thank him, and follow him to the bathroom. You take a quick shower, doing your best to rinse the cum from all of your holes. When you finish, you see Big C standing in the bathroom. He''d been watching you the whole time, while making sure none of the other guys would disturb you.'
-																	dynamic $din_dush 
+																	dynamic $din_dush
 																	act 'Leave the apartment':
 																		*clr & cla
 																		pcs_mood = 5
@@ -1789,7 +1788,7 @@ if $args[0] = 'rape':
 				end
 			end
 		end
-	else 	
+	else
 		minut += 10 & gs'stat' & gt'pavResidential'
 	end
 end
@@ -1804,7 +1803,7 @@ if $args[0] = 'rape_end':
 	'Him and one of his friends pull you out of the car, and quickly bind your wrists together with some rope before they drag you away from the road.'
 	act 'You''re at the lake?':
 		*clr & cla
-		if month=12 or month=1 or month=2:			
+		if month=12 or month=1 or month=2:
 			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/placer_sex125.jpg"></center>'
 			'When you look around, you realize you''re at the frozen lake near Pavlovsk. actually... you''re on top of it, walking over the ice. You''re completely naked and your body is shivering in the bitter cold, but the guys don''t care and force you to keep walking between them. It''s not like you could resist them anyway, your wrists are still bound in front of you.'
 			'They walk towards a place where the ice is broken. <<$boydesc2>> threatens you: "Do you want to live, bitch?"'
@@ -1827,7 +1826,7 @@ if $args[0] = 'rape_end':
 			'He continues: "Good. This will be a reminder of what we can do to you... we know all your personal details, we can do much worse than this if you go to the police. Your stuff will be over there, by the edge of the lake. Don''t make us regret letting you go."'
 			'With that he cuts the rope that was binding your wrists together and roughly shoves you towards the water, and you shriek as you splash down into the lake. It''s actually fairly warm at this time of year, but your aching muscles make it an exhausting experience nevertheless. The boys run towards their car, and throw your stuff out the window before driving off. You''ll have to climb out of the lake by yourself. Eventually you manage, and you have no choice but to run along the edge in the nude until you reach your clothes.'
 		end
-		act 'Get dressed': 
+		act 'Get dressed':
 			*clr & cla
 			gs 'boyStat', $boy2
 			spafinloc = 7
@@ -1842,9 +1841,9 @@ if $args[0] = 'rape_end':
 	end
 end
 
-if $ARGS[0] = 'sleeping_parc_alco':
-	if alko > 3 and pcs_apprnc >= 120:
-		gt'placer_sex','sleeping_parc_alco_rape'
+if $ARGS[0] = 'sitting_park_bench':
+	if alko >= 7 and pcs_apprnc >= 120:
+		gt'placer_sex','sleeping_park_alco_rape'
 	else
 		cla
 		*clr
@@ -1858,30 +1857,28 @@ if $ARGS[0] = 'sleeping_parc_alco':
 		else
 			'<center><img <<$set_imgh>> src="images/locations/shared/park/bench_3.jpg"></center>'
 		end
-		waiting = input ("How many minutes to sit down? (Not more 120 minutes)")
+		waiting = input ("How long would you like to rest?<br>(Default 15 minutes, maximum 120 minutes)")
 
-		if alko > 2:gt 'placer_sex', 'sleeping_parc_bench'
+		if alko >= 4:gt 'placer_sex', 'sleeping_park_bench'
 
-		if waiting <= 0 or waiting > 120:
+		if waiting = '':
 			minut += 15
 		elseif waiting > 0 and waiting <= 120:
-			minut += waiting
+			minut = minut + waiting
 			pcs_mood += 10
 			pcs_willpwr += 10
-			if pcs_sleep < 95 and waiting >= 60:pcs_sleep += 6
-		end
-
-		act 'Consult a watch':
-			if ParkBench = 1:
-				gt 'park', 'start'
-			else
-				gt 'gskver'
+			if pcs_sleep < 90 and waiting >= 60:
+				pcs_sleep += 10
 			end
+		elseif waiting <= 0 or waiting > 120:
+			'Invalid time.'
 		end
+
+		gt $loc, $metka
 	end
 end
 
-if $ARGS[0] = 'sleeping_parc_bench':
+if $ARGS[0] = 'sleeping_park_bench':
 	cla & *clr
 	pcs_health += 5
 	pcs_hairbsh = 0
@@ -1889,18 +1886,18 @@ if $ARGS[0] = 'sleeping_parc_bench':
 	minut += 480
 	pcs_sleep += 80
 	gs 'stat'
-	InSleep = 0            
-	
+	InSleep = 0
+
 	!Hoping these were not that wrong. by illume
 	if $clothingworntype = 'school':
 		'<center><img <<$set_imgh>> src="images/locations/shared/park/sleeping_park_form.jpg"></center>'
 	elseif PCloSkirt > 0:
 		'<center><img <<$set_imgh>> src="images/locations/shared/park/sleeping_park_dress.jpg"></center>'
-	elseif PCloPants > 3: 
+	elseif PCloPants > 3:
 		'<center><img <<$set_imgh>> src="images/locations/shared/park/sleeping_park_shorts.jpg"></center>'
 	else
 		'<center><img <<$set_imgh>> src="images/locations/shared/park/sleeping_park_jeans.jpg"></center>'
-	end               
+	end
 
 	if pcs_makeup > 1:pcs_makeup = 0 & vidageday -= 1 & 'Makeup smeared in the face, you think, that is harmful to the appearance of sleep with makeup, skin ages faster from this.'
 
@@ -1914,7 +1911,7 @@ if $ARGS[0] = 'sleeping_parc_bench':
 			'<center><img <<$set_imgh>> src="images/locations/shared/park/sleeping_park1.jpg"></center>'
 			if $pantyworntype ! 'none':
 				gs 'underwear', 'dispose'
-				'You wake up with a smile, stretching your arms and legs. You realize your panties are missing and quickly close your legs. You fearfully think to yourself : «I hope that whoever took my panties did not  take advantage of me while I was out».'
+				'You wake up with a smile, stretching your arms and legs. You realize your panties are missing and quickly close your legs. You fearfully think to yourself : «I hope that whoever took my panties did not	take advantage of me while I was out».'
 			else
 				'You wake up with a smile, stretching your arms and legs, flashing your bare pussy to the entire Park.'
 			end
@@ -1922,29 +1919,23 @@ if $ARGS[0] = 'sleeping_parc_bench':
 			'<center><img <<$set_imgh>> src="images/locations/shared/park/sleeping_park.jpg"></center>'
 			if $pantyworntype ! 'none':
 				gs 'underwear', 'dispose'
-				'You wake up with a smile, stretching your arms and legs. You realize your panties are missing and quickly close your legs. You fearfully think to yourself : «I hope that whoever took my panties did not  take advantage of me while I was out».'
+				'You wake up with a smile, stretching your arms and legs. You realize your panties are missing and quickly close your legs. You fearfully think to yourself : «I hope that whoever took my panties did not	take advantage of me while I was out».'
 			else
 				'You wake up with a smile, stretching your arms and legs, flashing your bare pussy to the entire Park.'
 			end
 		else
 			'<center><img <<$set_imgh>> src="images/locations/shared/park/sleeping_park2.jpg"></center>'
 			'You sweetly smiled.'
-		end   
-	   
-		act 'Up':
-			if ParkBench = 1:
-				gt 'park', 'start'
-			else
-				gt 'gskver'
-			end
 		end
+
+		gt $loc, $metka
 	end
 end
 
 
-if $ARGS[0] = 'sleeping_parc_alco_rape':
+if $ARGS[0] = 'sleeping_park_alco_rape':
 	cla & *clr
-    '<center><img <<$set_imgh>> src="images/locations/shared/park/sex/bench/sleeping_parc_alco1_1.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/locations/shared/park/sex/bench/sleeping_parc_alco1_1.jpg"></center>'
 	'Maybe it''s the alcohol, or maybe you just haven''t slept well... but you feel tired. You sit down on the park bench, wanting to rest your exhausted body for a while. Slowly, your eyes begin to close. Realizing that it could be dangerous to fall asleep in a public place like the park, you do your best to stay awake. The alcohol in your blood makes it impossible though, and you slowly feel your consciousness drift away.'
 	'A few minutes later, you''re vaguely aware of the fact that someone is dragging you up from the park bench. You''re too drunk to do anything about it though, and slowly fade out again.'
 	act 'Continue':
@@ -1957,7 +1948,7 @@ if $ARGS[0] = 'sleeping_parc_alco_rape':
 			if frost > 0: frost = 0
 			'<center><img <<$set_imgh>> src="images/locations/shared/park/sex/bench/sleeping_parc_alco1_3.jpg"></center>'
 			'Suddenly you feel your balance shifting, and you feel a soft ground underneath you... are you on a bed?'
-			'You silently feel grateful just to have something soft underneath you, and your nauseated feelings lessen a bit now that you''re no longer in this awkward position over his shoulder.' 
+			'You silently feel grateful just to have something soft underneath you, and your nauseated feelings lessen a bit now that you''re no longer in this awkward position over his shoulder.'
 			'When you open your eyes, you see the vague contours of a man. The last things you catch before passing out again, is that he''s beginning to undress you.'
 			act 'Continue':
 				cla & *clr
@@ -1993,7 +1984,7 @@ if $ARGS[0] = 'sleeping_parc_alco_rape':
 						end
 						act 'Continue':
 							cla & *clr
-							'<center><img <<$set_imgh>> src="images/locations/shared/park/sex/bench/sleeping_parc_alco1_7.jpg"></center>'	
+							'<center><img <<$set_imgh>> src="images/locations/shared/park/sex/bench/sleeping_parc_alco1_7.jpg"></center>'
 							if pcs_throat < dick: pcs_throat += 1
 							if pcs_vag = 0:
 								'His stone cold expression never leaves his face, while he orders you in an even tone: "Good, now suck my cock."'
@@ -2005,7 +1996,7 @@ if $ARGS[0] = 'sleeping_parc_alco_rape':
 								gs 'stat'
 								act 'Continue':
 									cla & *clr
-									'<center><img <<$set_imgh>> src="images/locations/shared/park/sex/bench/sleeping_parc_alco1_8.jpg"></center>'	
+									'<center><img <<$set_imgh>> src="images/locations/shared/park/sex/bench/sleeping_parc_alco1_8.jpg"></center>'
 									'Unfortunately, all is not fine. Getting tired of your mouth, he pulls you towards him and tosses you down onto the bed in one fluent motion. He barrels down on top of you, and you feel his erection pressing against your stomach.'
 									'A thought flashes through your head: "Oh god, he''s going to rape me now! I don''t want this... this can''t be happening!"'
 									'During this time, you feel his erection slowly making its way down, towards your coveted cunt. You barely have time to mentally prepare yourself, because he slams his hips against yours and thrusts his long and big cock deep inside you as soon as he reaches it.'
@@ -2013,7 +2004,7 @@ if $ARGS[0] = 'sleeping_parc_alco_rape':
 									gs 'stat'
 									act 'Continue':
 										cla & *clr
-										'<center><video autoplay loop src="images/locations/shared/park/sex/bench/sleeping_parc_alco1_9.mp4"></video></center>'	
+										'<center><video autoplay loop src="images/locations/shared/park/sex/bench/sleeping_parc_alco1_9.mp4"></video></center>'
 										'It feels like he''s forcing a hot lead pipe inside you! You''ve thought about sex many times, but you never imagined it being quite as painful as it is right now.'
 										'The rapist ignored your screams and fucks you mercilessly. Some of your blood is on the sofa, but that doesn''t stop him. If anything, your suffering only makes him fucks you harder. His hands knead your breasts roughly while he thrusts his cock inside you faster and faster.'
 										gs 'arousal', 'vaginal', 5, 'unknown', 'sub', 'humiliation', 'rough'
@@ -2022,12 +2013,12 @@ if $ARGS[0] = 'sleeping_parc_alco_rape':
 											cla & *clr
 											'<center><video autoplay loop src="images/locations/shared/park/sex/bench/sleeping_parc_alco1_10.mp4"></video></center>'
 											'The torture goes on for another few minutes, even though it feels like an eternity. Then finally the guy reaches his orgasm, and he just rests his body on top of yours when he pumps his cum deep inside your pussy. When he pulls out of you, he gets up from the bed to examine his victim.'
-											'You''re lying there on his bed, a mixture of blood and semen leaking from your painful vagina. Tears stream down your face while you look at him fearfully... what is he going to do with you now?'	
+											'You''re lying there on his bed, a mixture of blood and semen leaking from your painful vagina. Tears stream down your face while you look at him fearfully... what is he going to do with you now?'
 											gs 'arousal', 'vaginal', 5, 'unknown', 'sub', 'humiliation', 'rough'
 											gs 'stat'
 											act 'Continue':
 												cla & *clr
-												'<center><img <<$set_imgh>> src="images/locations/shared/park/sex/bench/sleeping_parc_alco1_11.jpg"></center>'	
+												'<center><img <<$set_imgh>> src="images/locations/shared/park/sex/bench/sleeping_parc_alco1_11.jpg"></center>'
 												'For the first time, you see a smile on your rapist''s face. It''s a cruel, sadistic smile. He asks: "Well, how do you feel?"'
 												'You cry out: "How the fuck do you think I feel!? Fuck you!"'
 												'He''s infuriated by your swearing, and balls his fist as he screams: "WHAT!? What did you just say!?'
@@ -2070,19 +2061,13 @@ if $ARGS[0] = 'sleeping_parc_alco_rape':
 														gs 'clothing', 'wear_last_worn'
 														gs 'underwear', 'wear'
 														gs 'stat'
-														act 'Leave the apartment': 
-															if ParkBench = 1:
-																gt 'park', 'start'
-															else
-																gt 'gskver'
-															end
-														end
+														act 'Leave the apartment': gt $loc, $metka
 													end
 												end
 											end
 										end
 									end
-								end											
+								end
 							else
 								'He nods contently and continues: "Good, now suck my cock."'
 								'You were already expecting him to say that, and nod as you get down on your knees before him. You take his flaccid member in your hand, and obediently close your lips around the head. You gently begin to suck on it, teasing it with your tongue. It''s growing steadily, and you feel it harden inside your mouth.'
@@ -2090,7 +2075,7 @@ if $ARGS[0] = 'sleeping_parc_alco_rape':
 								gs 'stat'
 								act 'Continue':
 									cla & *clr
-									'<center><img <<$set_imgh>> src="images/locations/shared/park/sex/bench/sleeping_parc_alco1_14.jpg"></center>'	
+									'<center><img <<$set_imgh>> src="images/locations/shared/park/sex/bench/sleeping_parc_alco1_14.jpg"></center>'
 									'Soon you have his dick fully erect and you shamefully realize you''re giving this blowjob way more effort than you probably should, given the circumstances. The whole situation has you rather aroused despite the start, and you feel a burning desire between your legs.'
 									gs 'arousal', 'bj', 5, 'unknown', 'sub', 'humiliation'
 									gs 'stat'
@@ -2134,13 +2119,7 @@ if $ARGS[0] = 'sleeping_parc_alco_rape':
 													gs 'clothing', 'wear_last_worn'
 													gs 'underwear', 'wear'
 													gs 'stat'
-													act 'Leave the apartment':
-														if ParkBench = 1:
-															gt 'park', 'start'
-														else
-															gt 'gskver'
-														end
-													end
+													act 'Leave the apartment': gt $loc, $metka
 												end
 											end
 										end

+ 1 - 1
locations/skverdin.qsrc

@@ -216,7 +216,7 @@ $d_pp_goend = {
 
 		act 'Leave':
 			gs 'arousal', 'end'
-			gt 'gskver'
+			gt 'gskver', 'start'
 		end
 	end
 }

+ 1 - 12
locations/street.qsrc

@@ -85,18 +85,7 @@ if home_owned[1] > 0:
 	end
 end
 
-act 'Wait':
-	cla
-	waiting = input ("How long would you like to wait? (Not more than 120 minutes)")
-
-	if waiting <= 0 or waiting > 120:
-		minut += 15
-	elseif waiting > 0 and waiting <= 120:
-		minut += waiting
-	end
-
-	act 'Take a look at the clock':gt curloc
-end
+act 'Wait':gs 'obj_din', 'wait'
 
 gs 'taxi'
 

+ 1 - 1
locations/succubus.qsrc

@@ -775,7 +775,7 @@ if $args[0] = 'sucwalkinggo':
 		elseif sucslpzone = 2:
 			if sctemp = 1: $sucgoloc = 'pavCommercial' & $sucgometka = ''
 			if sctemp = 2: $sucgoloc = 'pavResidential' & $sucgometka = ''
-			if sctemp = 3: $sucgoloc = 'gskver' & $sucgometka = ''
+			if sctemp = 3: $sucgoloc = 'gskver' & $sucgometka = 'start'
 			if sctemp = 4: $sucgoloc = 'vokzalG' & $sucgometka = ''
 			if sctemp = 5: $sucgoloc = 'gLake' & $sucgometka = ''
 		elseif sucslpzone = 3:

+ 3 - 0
locations/svidboy.qsrc

@@ -52,6 +52,7 @@ end
 if $ARGS[0] = 'parksvid':
 	if $home_town = 'pavlovsk':
 		$svidboy_home = 'gskver'
+		$svidboy_home_arg = 'start'
 	else
 		$svidboy_home = 'park'
 		$svidboy_home_arg = 'start'
@@ -201,6 +202,7 @@ end
 if $ARGS[0] = 'parksvid21':
 	if $home_town = 'pavlovsk':
 		$svidboy_home = 'gskver'
+		$svidboy_home_arg = 'start'
 	else
 		$svidboy_home = 'park'
 		$svidboy_home_arg = 'start'
@@ -243,6 +245,7 @@ end
 if $ARGS[0] = 'parksvid22':
 	if $home_town = 'pavlovsk':
 		$svidboy_home = 'gskver'
+		$svidboy_home_arg = 'start'
 	else
 		$svidboy_home = 'park'
 		$svidboy_home_arg = 'start'

+ 1 - 12
locations/vokzalGin.qsrc

@@ -99,18 +99,7 @@ if $ARGS[0] = '':
 		end
 	end
 	
-	act 'Wait':
-		cla
-		waiting = input ("How long would you like to wait? (Not more than 120 minutes)")
-
-		if waiting <= 0 or waiting > 120:
-			minut += 15
-		elseif waiting > 0 and waiting <= 120:
-			minut += waiting
-		end
-
-		act 'Take a look at the clock':gt 'vokzalGin'
-	end
+	act 'Wait':gs 'obj_din', 'wait'
 end
 
 if $ARGS[0] = 'work':

+ 17 - 17
locations/zsoft_gopskverGorSlut.qsrc

@@ -109,7 +109,7 @@ if $ARGS[0] = '1':
 	'You just want a nice, cold beer and decide to take the initiative. You ask them: "Come on boys, why so rude? Surely you''ll give a nice lady a beer?" in a playful tone, taking a seductive pose and giving them your most <<$text_sveta_obol>> smile. The guys look and whisper some things, but <<$shultextrand33>> quickly grins and beckons you to come closer.' 
 	'You shake your hips and teasingly lick your parched <<$liptalk3>>, and for a second you wonder if you''re laying it on too thick as you approach the three guys. You can feel your mouth water when you see the cold beer they''re reaching out to you though.'
 	'<<$shultextrand33>> says <<$shultextrand6>>: "<<$shul_text_byh>>"'
-	act 'Leave':gt'gskver'
+	act 'Leave':gt 'gskver', 'start'
 	act 'Have a beer with the guys':gt'zsoft_gopskverGorSlut','2'
 end
 
@@ -176,7 +176,7 @@ if $ARGS[0] = '2':
 	r_event_p=rand(1,100)
 	if r_event_p <= 15 and alko < 6:'The guys suggest: "Hey <<$pcs_nickname>>, show us your tits!" (<a href="exec:GT ''zsoft_gopskverGorSlut'',''siski''">Show them.</a>)'
 
-	if alko<6:act 'Leave':gt 'gskver'
+	if alko<6:act 'Leave':gt 'gskver', 'start'
 
 	if alko<6:act 'Drink some more with the guys':gt'zsoft_gopskverGorSlut','2'
 	act 'Strike a sexy pose':
@@ -265,7 +265,7 @@ if $ARGS[0] = '2':
 	
 				'<<$cum_face_text>>'
 				dynamic $dinrandcum
-				act 'Leave':gt'gskver'
+				act 'Leave':gt 'gskver', 'start'
 				act 'Return to drinking beer with the guys':gt'zsoft_gopskverGorSlut','2'
 			end
 		}
@@ -289,7 +289,7 @@ if $ARGS[0] = '2':
 				if cum_face_textgr = 4:$cum_face_textgr = 'Luckily, you had the guys all pent up and they finish fairly quickly. After they shoot their hot loads of cum all over your face, they carefully wipe their dirty cocks off on your <<$pcs_haircol>> <<$curly>> before letting go of your head.'
 
 				'<<$cum_face_textgr>>'
-				act 'Leave':gt'gskver'
+				act 'Leave':gt 'gskver', 'start'
 				act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 			end
 		}
@@ -313,7 +313,7 @@ if $ARGS[0] = '2':
 				if cum_mouth_text = 5:$cum_mouth_text = 'He forces his cock down your throat, and he cums while his balls are touching your lips. You nearly suffocate, but he grabs hold of your hair and keeps forcing you down against his groin until he''s done. When he finally shot all his cum down your throat he lets you go, and you gasp for air when you can finally breathe again.'
 
 				'<<$cum_mouth_text>>'	
-				act 'Leave':gt'gskver'
+				act 'Leave':gt 'gskver', 'start'
 				act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 			end
 		}
@@ -335,7 +335,7 @@ if $ARGS[0] = '2':
 				if cum_mouth_textgr = 3:$cum_mouth_textgr = 'Dan forces his cock down your throat, and he cums while his balls are touching your lips. You nearly suffocate, but he grabs hold of your hair and keeps forcing you down against his groin until he''s done. When he finally shot all his cum down your throat he lets you go, and you gasp for air when you can finally breathe again. Vitek immediately takes his place though, and after a few quick gasps of breath your throat is filled again. Vitek and then Vasily fuck your throat for several more minutes, and eventually both cum in your mouth as well.'
 
 				'<<$cum_mouth_textgr>>'	
-				act 'Leave':gt'gskver'
+				act 'Leave':gt 'gskver', 'start'
 				act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 			end
 		}
@@ -353,7 +353,7 @@ if $ARGS[0] = '2':
 				'A fountain of cum erupts over your body as he furiously strokes his cock, coating your boobs and stomach with his sperm.'
 
 				!dynamic $dinrandcum
-				act 'Leave':gt'gskver'
+				act 'Leave':gt 'gskver', 'start'
 				act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 			end
 		}
@@ -374,7 +374,7 @@ if $ARGS[0] = '2':
 				'<<$cumass_text>>'
 				if agape = 3: 'Your anus tore a little from the treatment today, and there is some blood mixed with the sperm leaking from it.'
 				if agape < 3: 'After the cocks you took today, your ass feels a bit sore. It won''t fully close yet, and sperm leaks slowly from it.'
-				act 'Leave the guys alone':gt'gskver'
+				act 'Leave the guys alone':gt 'gskver', 'start'
 				act 'Get back to drinking with the guys':gt'zsoft_gopskverGorSlut','2'	
 			end
 		}
@@ -409,7 +409,7 @@ if $ARGS[0] = '2':
 					if agape = 3: 'Your anus tore a little from the treatment today, and there is some blood mixed with the sperm leaking from it.'
 					if agape < 3: 'After the cocks you took today, your ass feels a bit sore. It still won''t fully close yet, and sperm leaks slowly from it.'
 					'The guys slap each other on the back while they admire their handiwork: "We have a real buttslut on our hands here, boys! Training her is going to be a lot of fun!"'
-					act 'Leave the guys alone':gt'gskver'
+					act 'Leave the guys alone':gt 'gskver', 'start'
 					act 'Get back to drinking with the guys':gt'zsoft_gopskverGorSlut','2'
 				end	
 			end
@@ -429,7 +429,7 @@ if $ARGS[0] = '2':
 				'<center><video autoplay loop src="images/locations/pavlovsk/park/gop/sex/oral/cum/gif/cump'+rand(1,2)+'.mp4"></video></center>'
 				'<<$cumvag_text>>'
 				'You sigh in frustration when he finishes inside you without even asking. Nevertheless... there''s not a whole lot you can do about it now, and getting angry over it will probably just cause trouble with the guys. You squat down and try to push his sperm out of you, while he pulls his pants back up and returns to drinking beer with his buddies, not giving you another thought. As you push your fingers inside your pussy trying to scoop out his load, you think to yourself: "Did I take my pill today? I sure hope so..."'
-				act 'Leave':gt'gskver'
+				act 'Leave':gt 'gskver', 'start'
 				act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 			end
 		}
@@ -644,7 +644,7 @@ if $ARGS[0] = '2':
 			if rndpsos>15:'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/sex/group/oral/o'+rand(1,33)+'.jpg"></center>
 			<<$gop_grup_oral_text>>'
 			if rndpsos<=15:'<<$gop_grup_event>>'
-			if rndpsos<=15: act 'Run away from them':gt'gskver'	
+			if rndpsos<=15: act 'Run away from them':gt 'gskver', 'start'	
 			if rndpsos>15:	
 				act 'Let them do what they want':
 					cls
@@ -701,7 +701,7 @@ if $ARGS[0] = 'piss':
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/vz'+rand(1,3)+'.jpg"></center>'
 				'You offer the policeman 500 <b>₽</b>, which he promptly takes: "Very good, miss... I knew you would be reasonable, from the moment I saw you. Have a good day now."'
 				'They leave without even recording any of your personal information. That fine probably just went straight into their pockets, but at least it got you out of trouble!'
-				act 'Leave':gt'gskver'
+				act 'Leave':gt 'gskver', 'start'
 				act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 			end
 		end 
@@ -733,7 +733,7 @@ if $ARGS[0] = 'piss':
 				'The policemen drop their loads on your face, slightly adjusting his aim when they cum so they spread their cum absolutely everywhere. With a satisfied nod, they tuck their cocks back into their pants.'
 				'The first policeman says: "Everything seems to be in order here after all, miss. Thank you for your cooperation."'
 				'You hear them laugh as they walk away, while you wipe the cum from your eyes. They might have humiliated you a little, but at least no one else will know!'
-				act 'Leave':gt'gskver'
+				act 'Leave':gt 'gskver', 'start'
 				act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 			end
 		end
@@ -745,7 +745,7 @@ if $ARGS[0] = 'piss':
 		'You excuse yourself and disappear between some brushes to pee. Just when you pull away your clothes and get ready to pee, you hear some branches snapping behind you.' 
 		'When you turn around, you see a guy. You recognize him as one of the regulars in the park, he drinks here quite often, and apparently has to pee just like you.'
 		'For a second you consider getting up and leaving, but you really have to go! You decide to just ignore him and close your eyes, relaxing your muscles. While your pee freely flows out of you, you half expect the guy to move over and drag you away... but he never does. When you''re finished, you look around to see the guy still watching you. You give him a smug smile and walk away as if nothing happened, after straightening your clothes.'
-		act 'Leave':gt'gskver'
+		act 'Leave':gt 'gskver', 'start'
 		act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 	}
 
@@ -818,7 +818,7 @@ if $ARGS[0] = 'piss':
 							'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/but.jpeg"></center>'
 							'You sigh... you''re too exhausted to fight them. If this is what you have to do so they''ll let you go...'
 							'You take the bottle from his hand and slowly guide it towards your pussy, and begin to push it in. After a while they lose interest in you fucking yourself with the bottle and disperse, leaving you by yourself.'
-							act 'Leave':gt'gskver'
+							act 'Leave':gt 'gskver', 'start'
 							act 'Return to your friends':gt'zsoft_gopskverGorSlut','2'
 							end
 					end
@@ -833,7 +833,7 @@ if $ARGS[0] = 'piss':
 		'You can''t help but blush like an embarrassed schoolgirl... but at the same time, you can''t stop the stream and just continue to pee in front of the camera.'
 		'You haven''t felt this embarrassed in a long time... but at the same time, you''ve never felt so empowered! Despite your shame you feel horny, and you have no doubt that your show is arousing the guy that is recording you as well.'
 		'You make a bit of a show out of it, and carefully and leisurely squeeze out the last few drops of urine from your soaking pussy. You moan eagerly and wag your hips to the camera for a few seconds, before adjusting your clothes again and getting ready to leave. If only the guy had made a move... who knows what he could''ve had you do!'
-		act 'Leave':gt'gskver'
+		act 'Leave':gt 'gskver', 'start'
 		act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 	}
 
@@ -868,7 +868,7 @@ if $ARGS[0] = 'piss':
 	if r_piss_text = 3:$r_piss_text = 'You quickly pull your clothes to the side and pee. Much better!'
 
 	if ranadpercent>30:'<<$r_piss_text>> Nothing interesting happens.'
-	if ranadpercent>30: act 'Leave':gt'gskver'
+	if ranadpercent>30: act 'Leave':gt 'gskver', 'start'
 	if ranadpercent>30: act 'Return to your friends':gt'zsoft_gopskverGorSlut','2'
 end