Browse Source

[fixed] missing ends in willpower additions for postoffice and zsoft_gopskverGorSlut.

3xpurt 5 years ago
parent
commit
f16cc9f242
2 changed files with 139 additions and 136 deletions
  1. 27 27
      locations/postoffice.qsrc
  2. 112 109
      locations/zsoft_gopskverGorSlut.qsrc

+ 27 - 27
locations/postoffice.qsrc

@@ -9,20 +9,20 @@ if $ARGS[0] = 'start':
 	$postloc = ''
 
 	act 'Leave':$postloc = 'leave' & gt 'postoffice'
-	
+
 	if (hour >= 9 and hour <= 10) or (hour >= 15 and hour <=16):
-				
+
 		'<center><b><font color="maroon">Post Office</font></b></center>'
 		'<center><img <<$set_imgh>> src="images/locations/shared/postoffice/city.jpg"></center>'
 		'It is currently very busy and looks like you''ll have to wait to get to the counter.'
-			
+
 		act 'Wait in line (30 Minutes)':
 			cla
 			minut += 30
 			gs 'stat'
 			$postloc = 'counter' & gt 'postoffice'
 		end
-	
+
 		if exhibitionist_lvl > 2:
 			gs 'willpower', 'exhib', 'self', 'hard'
 			if will_cost <= pcs_willpwr:
@@ -38,7 +38,7 @@ if $ARGS[0] = 'start':
 				end
 			else
 				act 'Flash both your tits and your pussy to skip the line (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-			end	
+			end
 		end
 
 		if exhibitionist_lvl > 1:
@@ -56,7 +56,7 @@ if $ARGS[0] = 'start':
 				end
 			else
 				act 'Flash your pussy to skip the line (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-			end	
+			end
 		end
 
 		if exhibitionist_lvl > 0 or pcs_inhib >= 45:
@@ -74,9 +74,9 @@ if $ARGS[0] = 'start':
 				end
 			else
 				act 'Flash your tits to skip the line (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-			end	
+			end
 		end
-		
+
 		if exhibitionist_lvl > 0:
 			gs 'willpower', 'bj', 'self'
 			if will_cost <= pcs_willpwr:
@@ -92,7 +92,7 @@ if $ARGS[0] = 'start':
 						inhib_exp += rand(2,5)
 						gs 'arousal', 'bj', 10, 'sub'
 						gs 'stat'
-					
+
 						act 'Cum on your face':
 							*clr & cla
 							if pcs_haircol = 0:
@@ -127,9 +127,9 @@ if $ARGS[0] = 'start':
 
 							act 'Go to the counter':$postloc = 'counter' & gt 'postoffice'
 						end
-					
+
 					else
-						'<center><video autoplay loop src="images/locations/shared/postoffice/punch.mp4"></video></center>'						
+						'<center><video autoplay loop src="images/locations/shared/postoffice/punch.mp4"></video></center>'
 						'The Man punches you in the gut and says, <font color="#0D42C0">"Go away bitch, your face is covered in sperm."</font> You stagger away from the postoffice and spend 2 hours curled up like a ball.'
 						minut += 120
 						gs 'pain', 4, 'tummy', 'hit'
@@ -142,9 +142,9 @@ if $ARGS[0] = 'start':
 							end
 						end
 					end
-				else
-					act 'Suggest a blowjob in exchange for jumping the queue (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-				end	
+				end
+			else
+				act 'Suggest a blowjob in exchange for jumping the queue (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 			end
 		end
 	else
@@ -169,9 +169,9 @@ if $postloc = 'counter':
 	'<center><b><font color="maroon">Counter</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/shared/postoffice/counter.jpg"></center>'
 	'The counter, its boring here.'
-	
+
 	act 'Leave':$postloc = 'leave' & gt 'postoffice'
-	
+
 	if bankAccount = 1 and money > 0:
 		act 'Deposit money to your bank account':
 			cla
@@ -195,7 +195,7 @@ if $postloc = 'counter':
 			act 'Yes':$postloc = 'counter' & gt 'postoffice'
 		end
 	end
-	
+
 	if legal_fine > 0:
 		act 'Pay toward legal fine':
 			menu_off = 1
@@ -241,7 +241,7 @@ if $postloc = 'counter':
 			act 'Done':$postloc = 'counter' & gt 'postoffice'
 		end
 	end
-	
+
 	act 'Check received mail':
 		*clr & cla
 		menu_off = 1
@@ -259,7 +259,7 @@ if $postloc = 'counter':
 
 		act 'Leave the post office':$postloc = 'leave' & gt 'postoffice'
 	end
-	
+
 	i = 0
 
 	*pl '<center><table align="center">'
@@ -291,7 +291,7 @@ if $postloc = 'counter':
 	if i < 4: jump 'loopcard'
 
 	'</table></center>'
-	
+
 	if money > 0:
 		act 'Put the money on the phone':
 			cla
@@ -326,13 +326,13 @@ if $postloc = 'counter':
 	end
 
 !!Might use for the city branch, but seems ott for Pav
-!!	if askWork = 0 and bankloc = 0:	
+!!	if askWork = 0 and bankloc = 0:
 !!		act 'Ask for work':
-	
+
 !!			*clr & cla
 !!			minut += 5
 !!			gs 'stat'
-			
+
 !!			'You approach the counter and ask the girl at the counter: "Excuse me... I hear you are looking for postal workers? I would like to come work as a one."'
 !!'She nods understandingly: "We are looking for new workers, that''s true. I''d hire you in an instant, but unfortunately it''s not up to me. You should go see Oleg Koltsov, the postmaster. He''s usually in his office between 12:00 and 14:00. I bet he will hire you! Good luck when you go see him!"'
 !!			'"I''m afraid there is no position available at this time."'
@@ -366,7 +366,7 @@ if $postloc = 'post_off':
 	'Behind his desk, a man of about 50 is busy with some paperwork. He''s dressed quite sharply, and you had never expected the postmaster would be this good looking.'
 
 	act 'Exit office':gt'postoffice', 'start'
-	
+
 	if post_wrk = 0:
 		act 'Ask for work':
 			*clr & cla
@@ -377,7 +377,7 @@ if $postloc = 'post_off':
 			'He looks up from his desk: "Oh I''m sorry, I didn''t hear you come in. Hello, I''m Oleg Koltsov, postmaster at this post office. Is there a problem?"'
 			'You smile and shake your head: "No, no problem. I am looking for a job, I hear you are often looking for workers?"'
 			'You can feel his eyes exploring your body for a moment before he responds: "Yes, we are! We currently only have a part-time vacancy, for sorting the mail. You would be working between these and these hours, give or take. Does that sound good to you?"'
-		
+
 			act'"Sorry, not interested"':
 				*clr & cla
 				gs 'stat'
@@ -386,7 +386,7 @@ if $postloc = 'post_off':
 
 				act'Exit office':gt'postoffice', 'start'
 			end
-		
+
 			act'"That sounds great!"':
 				*clr & cla
 				post_wrk += 1
@@ -396,7 +396,7 @@ if $postloc = 'post_off':
 				'Oleg gives you a friendly smile, happy to have found another potential worker. He quickly writes some of your personal data down.'
 				'Oleg continues: "If you want to work a shift, you need to be here between this time. There''s no point in you getting changed for just 20 minutes of work."'
 				'That also sounds fair. You give him a handshake as you get ready to leave: "Okay. Thank you sir!"'
-				
+
 				act'Exit Office':gt'postoffice', 'start'
 			end
 		end

+ 112 - 109
locations/zsoft_gopskverGorSlut.qsrc

@@ -10,8 +10,8 @@ if $ARGS[0] = '1':
 	gs'stat'
 
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/skver.jpg"></center>'
-	
-	!Different versions of scenes with the Gopniks you know from school in the park	
+
+	!Different versions of scenes with the Gopniks you know from school in the park
 	shultextrand = RAND(0,10)
 	if shultextrand = 0:$shultextrand = 'looking for something to suck on?'
 	if shultextrand = 1:$shultextrand = 'want to get fucked?'
@@ -52,7 +52,7 @@ if $ARGS[0] = '1':
 	if shultextrand7 = 1:$shultextrand7 = 'tits'
 	if shultextrand7 = 2:$shultextrand7 = 'breasts'
 	if shultextrand7 = 3:$shultextrand7 = 'groin'
-	if shultextrand7 = 4:$shultextrand7 = 'boobs'	
+	if shultextrand7 = 4:$shultextrand7 = 'boobs'
 	shultextrand4 = RAND(0,15)
 	if shultextrand4 = 0:$shultextrand4 = 'The guys grin at you, and look at you greedily.'
 	if shultextrand4 = 1:$shultextrand4 = '<<$shultextrand33>> begins to kiss you, while <<$shultextrand3>> fondles your <<$shultextrand7>>.'
@@ -89,12 +89,12 @@ if $ARGS[0] = '1':
 	if shultextrand6 = 5:$shultextrand6 = 'approvingly'
 	if shultextrand6 = 6:$shultextrand6 = 'soothingly'
 	shul_text_byh = RAND(0,4)
-	if shul_text_byh = 0:$shul_text_byh = 'Have a seat! We got you covered.'	
+	if shul_text_byh = 0:$shul_text_byh = 'Have a seat! We got you covered.'
 	if shul_text_byh = 1:$shul_text_byh = 'Sit down and have a beer with us!'
 	if shul_text_byh = 2:$shul_text_byh = 'Sure thing <<$pcs_nickname>>, here you go.'
 	if shul_text_byh = 3:$shul_text_byh = 'Relax and have a seat, we''ve got enough beer to go around!'
 	if shul_text_byh = 4:$shul_text_byh = 'Come on, let''s have a drink!'
-	text_sveta_obol = RAND(0,8)	
+	text_sveta_obol = RAND(0,8)
 	if text_sveta_obol = 0:$text_sveta_obol = 'seductive'
 	if text_sveta_obol = 1:$text_sveta_obol = 'seductive'
 	if text_sveta_obol = 2:$text_sveta_obol = 'enchanting'
@@ -104,22 +104,24 @@ if $ARGS[0] = '1':
 	if text_sveta_obol = 6:$text_sveta_obol = 'enchanting'
 	if text_sveta_obol = 7:$text_sveta_obol = 'pretty'
 	if text_sveta_obol = 8:$text_sveta_obol = 'charming'
-	
+
 	'<<$shultextrand3>> <<$shultextrand6>> says: "Hey <<$shultextrand2>>, <<$shultextrand>>" <<$shultextrand4>>'
 	'<<$shultextrand5>>'
-	'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 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>>"'
 	gs 'willpower', 'misc', 'resist'
 	if will_cost <= pcs_willpwr:
 		act 'Leave (<<will_cost>> Willpower)':
-		*clr & cla
-		gs 'willpower', 'pay', 'resist'
-		gs 'stat'
-	gt 'gskver', 'start'
+			*clr & cla
+			gs 'willpower', 'pay', 'resist'
+			gs 'stat'
+			gt 'gskver', 'start'
+		end
 	else
 		act 'Leave (<font color="red"><<will_cost>> Willpower </font>)': '<br><font color="red"> You don''t have enough willpower to leave the boys.</font>'
-	act 'Have a beer with the guys':gt'zsoft_gopskverGorSlut','2'
+		act 'Have a beer with the guys':gt'zsoft_gopskverGorSlut','2'
+	end
 end
 
 !Drinking beer with the guys:
@@ -145,7 +147,7 @@ if $ARGS[0] = '2':
 	if beer_text = 3:$beer_text = '<<$shultextrand3>> hands you a beer, and you sit down on the bench next to them. For the next 15 minutes, you chat with the guys while you take sips from the beer.'
 	if beer_text = 4:$beer_text = '<<$shultextrand3>> gives you a bottle of beer. After you take a few sips, he takes the bottle from you and finishes it in one big gulp.'
 	if beer_text = 5:$beer_text = '<<$shultextrand3>> hands you an unfinished bottle of beer, and you take it from him with a smile. You eagerly drink the remainder of the bottle, while you chat with the guys.'
-	
+
 	if alko>=6:$beer_text = '<<$shultextrand3>> <<$shultextrand6>> says: "<<$beer_drova_text>>". <<$shultextrand4>>'
 
 	beer_text_bazar2 = RAND(0,3)
@@ -155,7 +157,7 @@ if $ARGS[0] = '2':
 	if beer_text_bazar2 = 3:$beer_text_bazar2 = 'says dreamily'
 	beer_text_bazar = RAND(0,11)
 	if beer_text_bazar = 0:$beer_text_bazar = '<<$shultextrand33>> <<$shultextrand6>> <<$beer_text_bazar2>> "Would you believe it, guys? Yesterday during the break, Sonia was sucking guys off in the men''s restroom the whole time! She was like a vacuum cleaner, swallowing every last drop of anyone who would offer her a cock! What a whore...'
-	if beer_text_bazar = 1:$beer_text_bazar = '<<$shultextrand33>> <<$shultextrand6>> <<$beer_text_bazar2>> "Last night at the disco was fun, right? We got drunk, hung out... I hear some girl even got fucked behind the club!"' 
+	if beer_text_bazar = 1:$beer_text_bazar = '<<$shultextrand33>> <<$shultextrand6>> <<$beer_text_bazar2>> "Last night at the disco was fun, right? We got drunk, hung out... I hear some girl even got fucked behind the club!"'
 	if beer_text_bazar = 2:$beer_text_bazar = '<<$shultextrand33>> <<$shultextrand6>> <<$beer_text_bazar2>> "Man, that test at school recently was brutal. Don''t tell me you guys had the answers and didn''t tell me!" <<$shultextrand3>> laughs and responds: "Dude, why didn''t you ask? You know we always get the answers when we need them..."'
 	if beer_text_bazar = 3:$beer_text_bazar = '<<$shultextrand33>> <<$shultextrand6>> <<$beer_text_bazar2>> "I''ve heard a rumour not too long ago about Christina sucking off the P.E. teacher at school, just to keep her spot on the team! Can you believe that?" <<$shultextrand3>> replies: "You better believe it! She''s probably not just sucking his cock... I bet she''s offering him all of her holes, she''s really not that good of a runner. The fact that she''s still representing our school says it all!"'
 	if beer_text_bazar = 4:$beer_text_bazar = '<<$shultextrand33>> <<$shultextrand6>> <<$beer_text_bazar2>> "They say Albina is a whore. Like, an actual prostitute. Several guys I know say they have hired her services... do you think they''re lying? Her ass always looks great in those yoga pants!" <<$shultextrand3>> replies: "Dude, just put Albina out of your head! You know who her dad is... you don''t want to get on his bad side, trust me."'
@@ -165,9 +167,9 @@ if $ARGS[0] = '2':
 	if beer_text_bazar = 8:$beer_text_bazar = '<<$shultextrand33>> <<$shultextrand6>> <<$beer_text_bazar2>> "I hear someone came across our friend here at the market, one day. After a bit of negotiating, Arthur left with her... and the next day at school she suddenly had a new purse! What''s up with that?"'
 	if beer_text_bazar = 9:$beer_text_bazar = '<<$shultextrand33>> <<$shultextrand6>> <<$beer_text_bazar2>> "Hey <<$pcs_nickname>>, want to star in a movie one day? We already have a role thought out for you. In the story, you meet three young stallions here in the park. They give you several beers, and then you fuck them in all possible positions. I bet you''d do great in the role, you''d be a natural! What do you say?" You grin and flip the guys off while you continue drinking your beer, ignoring their laughter.'
 	if beer_text_bazar = 10:$beer_text_bazar = '<<$shultextrand33>> <<$shultextrand6>> <<$beer_text_bazar2>> "Hey guys, I hear that Christina has some slut at her disposal in the women''s locker room, every Wednesday and Friday after gym class! We should go there one day... <<$pcs_nickname>>, can you get us in? You owe us one, for all the beers you''ve been mooching!"'
-	if beer_text_bazar = 11:$beer_text_bazar = '<<$shultextrand33>> <<$shultextrand6>> <<$beer_text_bazar2>> "Recently, I saw Sonia fucking two students at school... at the same time! She had one of their cocks in her mouth, and I''m not sure where the other was... pussy or ass. She had neatly folded her clothes and put them on a clothes hanger, before the guys roughly pounded her. I bet she''d give it to anyone! You know... maybe we could get her to fuck some teachers, to give us all a better grade?" <<$shultextrand3>> laughs as he says: "Worth a shot! My grades could use a little help..."' 
+	if beer_text_bazar = 11:$beer_text_bazar = '<<$shultextrand33>> <<$shultextrand6>> <<$beer_text_bazar2>> "Recently, I saw Sonia fucking two students at school... at the same time! She had one of their cocks in her mouth, and I''m not sure where the other was... pussy or ass. She had neatly folded her clothes and put them on a clothes hanger, before the guys roughly pounded her. I bet she''d give it to anyone! You know... maybe we could get her to fuck some teachers, to give us all a better grade?" <<$shultextrand3>> laughs as he says: "Worth a shot! My grades could use a little help..."'
 	if alko>=6:$beer_text_bazar = ''
-	
+
 	if alko<6:'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/b'+rand(1,15)+'.jpg"></center>'
 	if alko>=6:'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/drova'+rand(1,8)+'.jpg"></center>'
 
@@ -181,13 +183,14 @@ if $ARGS[0] = '2':
 	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>)'
 
 	gs 'willpower', 'drink', 'resist', 'hard'
-	!!Removed alko<6 from the 'leave' action below. 	
+	!!Removed alko<6 from the 'leave' action below.
 	if will_cost <= pcs_willpwr:
 		act 'Leave (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'gskver', 'start'
 	elseif will_cost > pcs_willpwr:
 		act 'Leave (<font color="red"><<will_cost>> Willpower</font>': '<br><font color="red">You don''t have enough willpower to leave.</font>'
+	end
 	if alko<6: act 'Drink some more with the guys': gt'zsoft_gopskverGorSlut','2'
-		
+
 	act 'Strike a sexy pose':
 		cls
 		minut += 2
@@ -225,7 +228,7 @@ if $ARGS[0] = '2':
 
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/p'+rand(1,34)+'.jpg"></center>'
 		'<<$poza_text>>'
-		'<<$shultextrand3>> <<$shultextrand6>> says "<<$poza_gop_text2>>"' 
+		'<<$shultextrand3>> <<$shultextrand6>> says "<<$poza_gop_text2>>"'
 		'<<$shultextrand4>>.'
 		'<<$shultextrand33>> speaks "<<$poza_gop_text>>"'
 
@@ -255,7 +258,7 @@ if $ARGS[0] = '2':
 		if oral_den_text = 3:$oral_den_text = 'At first he lets you control the pace while you teasingly suck the head of his dick, but after a while he can''t take your teasing any longer. He roughly grabs hold of your hair and pushes your head down onto his groan, forcing his cock down your throat. Your throat spasms around his cock while you struggle to draw breath, and after a while he realizes your troubles and pulls back enough so you can breathe through your nose while you please him with your mouth.'
 		if oral_den_text = 4:$oral_den_text = 'You lazily take the cock in your mouth. You make a token effort of using your tongue a little, but all in all just aren''t feeling it today. He sits back and has another beer while you passively suck his cock, but 10 minutes later he''s not much closer to being satisfied than when you started.
 		Finally, he pulls his dick away from you and complains: "That has to be by far the worst blowjob I have ever gotten! Are you even trying?"
-		You promise you''ll do better, and obediently open your mouth again and try a bit harder.' 
+		You promise you''ll do better, and obediently open your mouth again and try a bit harder.'
 		if oral_den_text = 5:$oral_den_text = 'You routinely drop to your knees, and suck his cock as instructed. Suddenly Vitek reaches down, and rubs his rough fingers over your holes. He grunts: "Listen, <<$pcs_nickname>>... ever got fucked in the ass before?"'
 		if oral_den_text = 6:$oral_den_text = 'His penis is quite long, and you feel like a performing sword swallower in a circus while you do your best to not gag on it. After a while you get used to the pace, and take shallow breaths when his cock is not in your throat.'
 
@@ -325,7 +328,7 @@ if $ARGS[0] = '2':
 			gs 'zsoft_gopskverGorSlut', 'gopcumbody'
 			gs 'zsoft_gopskverGorSlut', 'vaginalsex'
 			gs 'zsoft_gopskverGorSlut', 'analsex'
-		end 
+		end
 
 		act 'Serve all of them at once':
 			*clr & cla
@@ -335,7 +338,7 @@ if $ARGS[0] = '2':
 			pcs_horny += 5
 			pcs_hairbsh = 0
 			BjBeerQW += 1
-			gs'stat'	
+			gs'stat'
 			gop_grup_event_t1 = RAND(0,1)
 			if gop_grup_event_t1 = 0:$gop_grup_event_t1 = 'Your cosmetics got smeared from the tears in your eyes, and by now it is smeared all the way down your cheeks. You have strands of saliva hanging out of your mouth, attaching your chin to your boobs.'
 			if gop_grup_event_t1 = 1:$gop_grup_event_t1 = 'Your eyes got all teary from the rough treatment, and there are strands of saliva hanging out of your mouth, attaching your chin to your boobs.'
@@ -343,7 +346,7 @@ if $ARGS[0] = '2':
 			gop_grup_event_t2 = RAND(0,1)
 			if gop_grup_event_t2 = 0:$gop_grup_event_t2 = 'By now you would rather just disappear in a large hole in the ground and never come back, but that''s not an option. You doubtfully look at the camera, wiping the tears and cum from your eyes as you softly mutter: "Hi mother..."
 			You desperately hope Vasily was just having a bit of fun with you, and that he''ll delete the recording before anyone else sees it.'
-			if gop_grup_event_t2 = 1:$gop_grup_event_t2 = 'You say: "Guys, are you out of your minds!? If anyone sees that recording, I will never talk to you again!"'	
+			if gop_grup_event_t2 = 1:$gop_grup_event_t2 = 'You say: "Guys, are you out of your minds!? If anyone sees that recording, I will never talk to you again!"'
 
 			gop_grup_event_t3 = RAND(0,1)
 			if gop_grup_event_t3 = 0:$gop_grup_event_t3 = 'Even though it''s difficult, you manage to take both of their erections deep inside your mouth. You sometimes tease them with your tongue.'
@@ -354,7 +357,7 @@ if $ARGS[0] = '2':
 			<<$gop_grup_event_t3>>
 			The Gopniks don''t care about your troubles, and continue to play with your mouth. They rub their own cocks against the inside of your cheeks, and constantly give you degrading talk.'
 			if gop_grup_oral_text = 1:$gop_grup_oral_text = 'Dan softly says to his friends: "We should make a video next time... maybe a video of her choking on a cock?" The boys laugh loudly.'
-			if gop_grup_oral_text = 2:$gop_grup_oral_text = 'The boys are whispering amongst themselves, thinking you can''t hear them. You pick up a few snippets of the conversation: "<<$pcs_nickname>>? My dad told me her mother was a huge whore in her days... he said she has a mouth like a vacuum cleaner! I guess the apple doesn''t fall far from the family tree eh? I should thank him for that tip..." The boys laugh, and you hide your face from them so they don''t see your red cheeks. You can''t believe they just said that about your mother!' 
+			if gop_grup_oral_text = 2:$gop_grup_oral_text = 'The boys are whispering amongst themselves, thinking you can''t hear them. You pick up a few snippets of the conversation: "<<$pcs_nickname>>? My dad told me her mother was a huge whore in her days... he said she has a mouth like a vacuum cleaner! I guess the apple doesn''t fall far from the family tree eh? I should thank him for that tip..." The boys laugh, and you hide your face from them so they don''t see your red cheeks. You can''t believe they just said that about your mother!'
 			if gop_grup_oral_text = 3:$gop_grup_oral_text = 'The boys are whispering amongst themselves: "She''s got a good mouth on her, sure. But what about her other holes? Next time, we have to give that a try..."'
 
 			gop_grup_event = RAND(0,2)
@@ -378,7 +381,7 @@ if $ARGS[0] = '2':
 			Dan grabs your <<$pcs_haircol>> <<$curly>> hair in his fist, and moves your head so it looks like you''re nodding yes.
 			Vasily piles it on some more: "There you have it, dear viewers! <<$pcs_nickname>> <<$pcs_lastname>> is happily sucking three cocks, for the low low price of one beer! Where else can you find such a cheap slut?"
 			You try to protest and turn away from the camera, but Dan''s firm grip on your hair makes it so you cannot move.
-			You can only imagine how incredibly foolish and humiliating you must look in the video: on your knees, with two thick cocks in your cute little mouth. The cocks are wedged in so tightly that they make your cheeks bulge, stretch your lips.You bow your <<$liptalk>> lips member Vic, at this point, and with suitable Den clovami "Open wider jaws, <<$shultextrand2>>" begins unceremoniously cram even your, stretching your girl''s mouth to the limit. 
+			You can only imagine how incredibly foolish and humiliating you must look in the video: on your knees, with two thick cocks in your cute little mouth. The cocks are wedged in so tightly that they make your cheeks bulge, stretch your lips.You bow your <<$liptalk>> lips member Vic, at this point, and with suitable Den clovami "Open wider jaws, <<$shultextrand2>>" begins unceremoniously cram even your, stretching your girl''s mouth to the limit.
 			<<$gop_grup_event_t1>>
 			Luckily the guys don''t last long, and finish fairly quickly. They both pull out and drop their loads on your face, and wipe their dicks on your <<$pcs_haircol>> <<$curly>> hair. They make you lick their cocks clean, but don''t let go of your hair just yet.
 			Vasily grins as he tells the camera: "And that was the premiere presentation of <<$pcs_nickname>> <<$pcs_lastname>> in her very first production called "Gagging Whore"! You delivered an excellent performance <<$pcs_nickname>>, say hi to your mother!" He zooms in on your face, and continues to film.
@@ -397,17 +400,17 @@ 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 and will_cost <= pcs_willpwr: 
+			if rndpsos<=15 and will_cost <= pcs_willpwr:
 				act 'Run away from them (<<will_cost>> Willpower)':
-				*clr & cla
-				gs 'willpower', 'pay', 'resist'
-				gs 'stat'
-			gt 'gskver', 'start'
-			
+					*clr & cla
+					gs 'willpower', 'pay', 'resist'
+					gs 'stat'
+					gt 'gskver', 'start'
+				end
 			else
 				act 'Run away from them (<font color="red"><will_cost>> Willpower)': '<br><font color="red">You don''t have enough willpower to run away from them.</font>'
-				
-			if rndpsos>15:	
+			end
+			if rndpsos>15:
 				act 'Let them do what they want':
 					cls
 					gs 'boyStat', 'A10'
@@ -424,9 +427,9 @@ if $ARGS[0] = '2':
 					The other guys begin to slap their cocks against your cheeks, impatiently waiting for you to focus again and open your mouth. You do what they want, and suck them off like a cheap whore while your ass is getting fingered.
 					Once he feels you''re ready, <<$shultextrand33>> pulls his fingers out of your asshole and guides his cock towards it, slowly pushing it in. You groan around <<$shultextrand3>>''s cock as you feel your butthole being stretched open, which <<$shultextrand3>> sees as an invitation to force his cock further in as he roughly begins to fuck your throat.
 					Meanwhile the third guy has taken possession of your pussy, and soon all of your holes are filled with cock. You can''t help but enjoy their rough treatment, feeling filled in every way imaginable. Not holding back, you moan lewdly around the cock in your mouth as you surrender to the guys, letting them fuck you however they want.'
-					if gop_grup_eba = 1:$gop_grup_eba = 'You grab hold of two of the cocks in front of you, and offer yourself to the boys. Then you take one of the cocks in your mouth, while you feel Dan behind you thrusting his cock inside your pussy. 
+					if gop_grup_eba = 1:$gop_grup_eba = 'You grab hold of two of the cocks in front of you, and offer yourself to the boys. Then you take one of the cocks in your mouth, while you feel Dan behind you thrusting his cock inside your pussy.
 					After a minute of sucking off the two guys in turn while Dan fucks you, Dan gets down on the ground and orders you to sit on his cock.
-					You dutifully do as he says, guiding it towards your cunt before you begin to ride Dan. The other two cocks immediately find their way towards your mouth again, impatiently slapping against your cheeks. You open your mouth again and take both in at once, while you continue to buck your hips against Dan''s. 
+					You dutifully do as he says, guiding it towards your cunt before you begin to ride Dan. The other two cocks immediately find their way towards your mouth again, impatiently slapping against your cheeks. You open your mouth again and take both in at once, while you continue to buck your hips against Dan''s.
 					Then <<$shultextrand33>> pulls away from your mouth and kneels behind you, and soon you feel his finger poking against your sphincter. It slides in quite easily, and he grins when he realizes he doesn''t need to warm you up. He immediately presses his cock against your asshole after spitting on it a few times, and you groan as you feel it enter you.
 					You accidentally bite on the cock in your mouth when your ass gets filled, and he instinctively pulls away from your mouth and slaps your cheek hard.
 					You look at him apologetically and massage his prick with your fingers for a while, before guiding it back to your mouth. Meanwhile, the other two guys are fucking your pussy and ass relentlessly, and you feel ecstatic. You loudly moan around the cock in your mouth, and buck your hips against the cocks inside you excitedly without shame.'
@@ -438,8 +441,8 @@ if $ARGS[0] = '2':
 					gs 'zsoft_gopskverGorSlut', 'cummouth_group'
 					gs 'zsoft_gopskverGorSlut', 'cumass_group'
 				end
-			end	
-		end	
+			end
+		end
 	end
 end
 
@@ -463,7 +466,7 @@ if $ARGS[0] = 'piss':
 				act 'Leave':gt 'gskver', 'start'
 				act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 			end
-		end 
+		end
 		act 'Go to the police station':schtraf = 500 & minut += 5 & katalkinNoexit = 1 & gt'katalkin'
 		act 'Say you can''t afford the fine':
 			*clr & cla
@@ -473,42 +476,42 @@ if $ARGS[0] = 'piss':
 			'You look at the policeman sadly and say: "I''m sorry sir, I can''t afford to pay that fine..."'
 			'One of the policemen says: "That is very unfortunate, but then we''ll have to stick to the protocol. We''ll take you to the police station, where we''ll fill out the documents and lock you up until someone in your family is willing to come pay the fine for you."'
 			'You don''t want that! Everyone in your family would know what you did if they called home! There''s probably something you could do, to get them to forget about your infraction...'
-			
+
 			act 'Go to the police station':schtraf = 500 & minut += 5 & katalkinNoexit = 1 & gt'katalkin'
-			
+
 			if will_cost <= pcs_willpwr:
-			act 'Persuade the policemen with a blowjob (<<will_cost>> Willpower)':
-				*clr & cla
-				gs 'willpower', 'pay', 'self'
-				gs 'npcgeneratec', 0, 'Policeman', rand(18,38)
-				gs 'boyStat', $npclastgenerated
-				pcs_horny += 5
-				minut += 5
-				stat['bj'] += 2
-				spafinloc = 7
-				gs 'cum_manage'
-				spafinloc = 11
-				gs 'cum_manage'
-				spafinloc = 12
-				gs 'cum_manage'
-				spafinloc = 16
-				gs 'cum_manage'
-				facial += 1
-				swallow += 1
-				gs'stat'
-				'<center><video autoplay loop src="images/locations/pavlovsk/park/gop/p_otsos.mp4"></video></center>'
-				'You sigh and drop to your knees, rubbing your hands over the groins of their police uniforms. They obviously want you, the bulges in their pants are impossible to ignore.'
-				'One of the policemen makes a token effort to object, but quickly quiets down when you pull out his hard rod and eagerly close your lips around it. You realize you have to show some effort if you want this fine to go away, and dutifully suck the guy off, massaging the other policeman''s cock with your hand after he pulls it out for you.'
-				'After a while, the second policeman gets impatient and wants you to take his cock in your mouth too. You take turns on their cocks, sucking them off one by one while you massage the other with your hand after you make it nice and slick with your saliva.'
-				gs 'dinsex','bj_swallow_random'
-				'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', 'start'
-				act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
+				act 'Persuade the policemen with a blowjob (<<will_cost>> Willpower)':
+					*clr & cla
+					gs 'willpower', 'pay', 'self'
+					gs 'npcgeneratec', 0, 'Policeman', rand(18,38)
+					gs 'boyStat', $npclastgenerated
+					pcs_horny += 5
+					minut += 5
+					stat['bj'] += 2
+					spafinloc = 7
+					gs 'cum_manage'
+					spafinloc = 11
+					gs 'cum_manage'
+					spafinloc = 12
+					gs 'cum_manage'
+					spafinloc = 16
+					gs 'cum_manage'
+					facial += 1
+					swallow += 1
+					gs'stat'
+					'<center><video autoplay loop src="images/locations/pavlovsk/park/gop/p_otsos.mp4"></video></center>'
+					'You sigh and drop to your knees, rubbing your hands over the groins of their police uniforms. They obviously want you, the bulges in their pants are impossible to ignore.'
+					'One of the policemen makes a token effort to object, but quickly quiets down when you pull out his hard rod and eagerly close your lips around it. You realize you have to show some effort if you want this fine to go away, and dutifully suck the guy off, massaging the other policeman''s cock with your hand after he pulls it out for you.'
+					'After a while, the second policeman gets impatient and wants you to take his cock in your mouth too. You take turns on their cocks, sucking them off one by one while you massage the other with your hand after you make it nice and slick with your saliva.'
+					gs 'dinsex','bj_swallow_random'
+					'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', 'start'
+					act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
+				end
 			elseif will_cost > pcs_willpwr:
 				act 'Persuade the policemen with a blowjob (<font color="red"><<will_cost>> Willpower)': '<br><font color="red">You don''t have enough willpower to persuade the policeman.</font>'
-						
 			end
 		end
 	}
@@ -516,7 +519,7 @@ if $ARGS[0] = 'piss':
 		pcs_horny += 5
 		minut += 5
 		gs'stat'
-		'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.' 
+		'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', 'start'
@@ -527,7 +530,7 @@ if $ARGS[0] = 'piss':
 		minut += 5
 		gs'stat'
 		'You excuse yourself and disappear between some brushes to pee. Your head is buzzing from the booze, and you quickly pull your clothes to the side. Right in time too, a warm stream of urine steadily exits your body, landing on the grass and dry leaves beneath you.'
-		'The feeling is really nice, and when you finish you idly run a finger over your clitoris.' 
+		'The feeling is really nice, and when you finish you idly run a finger over your clitoris.'
 		'Then suddenly, someone pulls you back sharply... you hope you didn''t land in the spot where you just peed. A guy frantically covers your mouth with his hand and says in a hoarse voice: "Don''t shout or even say a word!"'
 		act 'Don''t resist':
 			*clr & cla
@@ -541,9 +544,9 @@ if $ARGS[0] = 'piss':
 			'Afraid to anger the man, you just nod meekly. Satisfied that you probably won''t scream or run off, he slowly removes his hand and says: "Very good. Now come with me, I''ll have some of what you were showing."'
 			'You blush furiously as he takes your hand and pulls you away, your clothes still disheveled. When you try to straighten them, he slaps your hand away and puts his hand on your exposed cunt: "Relax, girl... me and my friends will take good care of you."'
 			'Wait what... friends!?'
-			'Before he gives you any time to think about it, he pulls you through some brushes and pushes you into the middle of a circle. He shouts: "Look what I found, boys! A whore with a wet pussy, all our for the taking!"' 
+			'Before he gives you any time to think about it, he pulls you through some brushes and pushes you into the middle of a circle. He shouts: "Look what I found, boys! A whore with a wet pussy, all our for the taking!"'
 			'The crowd laughs, and the guys all close in on you. You feel their hands touch you everywhere as he continues: "She told me in private that she''s in kind of a rush, so we''ll need to utilize all of her holes to make this quick. I hope that''s no problem for you."'
-			'The guys keep laughing, and the first guy pulls you down by the hair and guides your head towards his groin. His cock is fairly long, but thin. Without giving you any time to think it over he jams it down your throat, and uses his hands at the back of your head to guide you as he fucks your throat.' 
+			'The guys keep laughing, and the first guy pulls you down by the hair and guides your head towards his groin. His cock is fairly long, but thin. Without giving you any time to think it over he jams it down your throat, and uses his hands at the back of your head to guide you as he fucks your throat.'
 			'Then you feel another hand on your pussy, and you hear a rough voice say: "Nice find, man! This slut is soaked... no need to go easy on her."'
 			act 'Continue':
 				*clr & cla
@@ -633,7 +636,7 @@ if $ARGS[0] = 'piss':
 	ranadpercent=rand(1,100)
 	if ranadpercent<=30:
 		dynamic $rand_event_piss
-		exit	
+		exit
 	end
 	r_piss_text = RAND(0,3)
 	if r_piss_text = 0:$r_piss_text = 'You quickly find a deserted place and squat down, quickly peeing before anyone can find you here.'
@@ -683,7 +686,7 @@ if $ARGS[0] = 'siski':
 
 			'<<$rnd_droch_text>>'
 			act 'Cover up again':gt'zsoft_gopskverGorSlut','2'
-		end 
+		end
 	end
 end
 
@@ -691,13 +694,13 @@ if $ARGS[0] = 'hornyparksex':
 	if horand > pcs_horny:pcs_horny = pcs_horny + 10 & pcs_willpwr -=5 & pcs_sleep -=1 & '<<$horny_orgazm_text2>> <<$horny_orgazm_text3>>.'
 	if horand <= pcs_horny:pcs_horny = 0 & orgasm += 1 & pcs_mood += 5 & pcs_willpwr +=20 &'<<$horny_orgazm_text2>> <<$horny_orgazm_text4>>'
 end
-	
+
 if $ARGS[0] = 'hornyparksexanal':
 	if horand > pcs_horny:pcs_horny = pcs_horny + 10 & pcs_willpwr -=5 & pcs_sleep -=1 & '<<$horny_orgazm_text2>> <<$horny_orgazm_text3>>.'
 	if horand <= pcs_horny:pcs_horny = 0 & analorgasm += 1 & pcs_mood += 5 & pcs_willpwr +=20 &'<<$horny_orgazm_text2>> <<$horny_orgazm_text4>>'
 end
 
-if $ARGS[0] = 'cumface':		
+if $ARGS[0] = 'cumface':
 	act 'Let him cum on your face':
 		*clr & cla
 		spafinloc = 11
@@ -709,10 +712,10 @@ if $ARGS[0] = 'cumface':
 		if randpgiff>20:'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/sex/oral/cum/cumf'+rand(1,22)+'.jpg"></center>'
 		if randpgiff<=20:'<center><video autoplay loop src="images/locations/pavlovsk/park/gop/sex/oral/cum/gif/cumf'+rand(1,6)+'.mp4"></video></center>'
 		cum_face_text = RAND(0,2)
-		if cum_face_text = 0:$cum_face_text = 'He cums all over your face, shooting his hot jets of jizz all over you. You lick your lips obediently, and wink at him lewdly once he''s finished.' 
+		if cum_face_text = 0:$cum_face_text = 'He cums all over your face, shooting his hot jets of jizz all over you. You lick your lips obediently, and wink at him lewdly once he''s finished.'
 		if cum_face_text = 1:$cum_face_text = 'His warm and slightly sweet jets of cum hit your face. After he''s mostly finished, you massage his cock for a little while to squeeze out the last drops, and you lick his shrinking cock clean obediently.'
 		if cum_face_text = 2:$cum_face_text = 'When he''s about to orgasm, he pulls his cock away from you and begins to jerk off.  His sperm flies quite far, splattering against your face with quite a bit of force. The second and third blast hit your cheeks, while the fourth and fifth end up in your hair. Eventually he''s done, and groans loudly when you lick him clean.'
-	
+
 		'<<$cum_face_text>>'
 		dynamic $dinrandcum
 		act 'Leave':gt 'gskver', 'start'
@@ -720,7 +723,7 @@ if $ARGS[0] = 'cumface':
 	end
 end
 
-if $ARGS[0] = 'cumface_group':			
+if $ARGS[0] = 'cumface_group':
 	act 'Let them cum on your face':
 		*clr & cla
 		spafinloc = 11
@@ -733,8 +736,8 @@ if $ARGS[0] = 'cumface_group':
 		if randpgiffgr<=20:'<center><video autoplay loop src="images/locations/pavlovsk/park/gop/sex/oral/cum/gif/cumf'+rand(1,6)+'.mp4"></video></center>'
 		cum_face_textgr = RAND(0,4)
 		if cum_face_textgr = 0:$cum_face_textgr = 'You fall back, feeling exhausted. Your face is covered in a mixture of the guys'' cum, tears, and your saliva.'
-		if cum_face_textgr = 1:$cum_face_textgr = 'You fall back, feeling exhausted. Your face is covered in a mixture of the guys'' cum, tears, and your saliva. <<$shultextrand3>> grins and says: "She''s got a great mouth on her... it''s like she was made for sucking cocks!" You blush and look away with your head held down, trying to ignore their degrading comments while you clean yourself up a little.' 
-		if cum_face_textgr = 2:$cum_face_textgr = 'When the guys approach their orgasms, they aim their cocks at your face and begin to masturbate furiously. You immediately move up to kiss and lick their dicks, not wanting to have anyone feel like they were left out while they cum all over your face. 
+		if cum_face_textgr = 1:$cum_face_textgr = 'You fall back, feeling exhausted. Your face is covered in a mixture of the guys'' cum, tears, and your saliva. <<$shultextrand3>> grins and says: "She''s got a great mouth on her... it''s like she was made for sucking cocks!" You blush and look away with your head held down, trying to ignore their degrading comments while you clean yourself up a little.'
+		if cum_face_textgr = 2:$cum_face_textgr = 'When the guys approach their orgasms, they aim their cocks at your face and begin to masturbate furiously. You immediately move up to kiss and lick their dicks, not wanting to have anyone feel like they were left out while they cum all over your face.
 		Right before his orgasm <<$shultextrand33>> spits on your face and gives you a few slaps, right before he cums on your cheeks. The other guys laugh and shoot their loads onto you as well.'
 		if cum_face_textgr = 3:$cum_face_textgr = 'The guys all cum at roughly the same time, shooting their loads all over your face. When they''re done, you look like a glazed donut.'
 		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.'
@@ -745,55 +748,55 @@ if $ARGS[0] = 'cumface_group':
 	end
 end
 
-if $ARGS[0] = 'cummouth':		
+if $ARGS[0] = 'cummouth':
 	act 'Let him cum in your mouth':
 		*clr & cla
 		swallow += 1
 		spafinloc = 12
-		gs 'cum_manage'	
+		gs 'cum_manage'
 		pcs_willpwr -=10
 		gs'stat'
 		randpgifm=rand(1,100)
 		if randpgifm>40:'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/sex/oral/cum/cumm'+rand(1,12)+'.jpg"></center>'
 		if randpgifm<=40:'<center><video autoplay loop src="images/locations/pavlovsk/park/gop/sex/oral/cum/gif/cumm'+rand(1,8)+'.mp4"></video></center>'
 		cum_mouth_text = RAND(0,5)
-		if cum_mouth_text = 0:$cum_mouth_text = 'You feel his hot jets of cum shooting down your throat, and choke in surprise. You manage to recover though, and obediently swallow every drop of his load.' 
+		if cum_mouth_text = 0:$cum_mouth_text = 'You feel his hot jets of cum shooting down your throat, and choke in surprise. You manage to recover though, and obediently swallow every drop of his load.'
 		if cum_mouth_text = 1:$cum_mouth_text = 'He grins: "Bon appetit, sperm slut" and cums down your throat. Then he wipes his limp cock against your cheeks and walks away, not paying you any more attention.'
 		if cum_mouth_text = 2:$cum_mouth_text = 'After a few quick hand movements, he pulls your face towards his cock and shoots his cum all over your tongue. Then he puts his hand on your jaw and forces it shut, making you swallow his load.'
 		if cum_mouth_text = 3:$cum_mouth_text = 'You can''t do much besides swallow his load, and involuntarily wince at the horrible taste of it. He doesn''t care, and tells you to lick him clean before he pulls his cock from your mouth.'
 		if cum_mouth_text = 4:$cum_mouth_text = 'Vasily grins at you and says: "Get used to it, whore. This is the way we''ll be feeding you from now on" while you carefully lick the remnants of sperm from the shrinking cock. You don''t feel bold enough to refute his statement right now, and just let it slide.'
 		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>>'	
+		'<<$cum_mouth_text>>'
 		act 'Leave':gt 'gskver', 'start'
 		act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 	end
 end
-	
-if $ARGS[0] = 'cummouth_group':		
+
+if $ARGS[0] = 'cummouth_group':
 	act 'Let them cum in your mouth':
 		*clr & cla
 		swallow += 1
 		spafinloc = 12
-		gs 'cum_manage'	
+		gs 'cum_manage'
 		pcs_willpwr -=10
 		gs'stat'
 		randpg=rand(1,100)
 		if randpg>40:'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/sex/group/cum/cumm'+rand(1,4)+'.jpg"></center>'
 		if randpg<=40:'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/sex/oral/cum/cumm'+rand(6,10)+'.jpg"></center>'
 		cum_mouth_textgr = RAND(0,3)
-		if cum_mouth_textgr = 0:$cum_mouth_textgr = 'The guys line up, and the cock you are currently sucking on begins to spasm in your mouth, soon filling it with jets of slightly bitter cum. You choke in surprise and do your best to hide your disgust while you swallow every drop, while the second guy approaches you. Two more loads later, you sit back in the grass and idly lick your lips while the guys grin happily and pull up their pants.' 
+		if cum_mouth_textgr = 0:$cum_mouth_textgr = 'The guys line up, and the cock you are currently sucking on begins to spasm in your mouth, soon filling it with jets of slightly bitter cum. You choke in surprise and do your best to hide your disgust while you swallow every drop, while the second guy approaches you. Two more loads later, you sit back in the grass and idly lick your lips while the guys grin happily and pull up their pants.'
 		if cum_mouth_textgr = 1:$cum_mouth_textgr = 'He grins: "Bon appetit, sperm slut" and cums down your throat. Then he wipes his limp cock against your cheeks and walks away, not paying you any more attention. You''re not given any time to respond, since a second guy immediately moves in to take his place. You dutifully swallow the loads of all three guys, and sit back in the grass licking your lips while the guys grin and pull up their pants again.'
 		if cum_mouth_textgr = 2:$cum_mouth_textgr = 'You can''t do much besides swallow his load, and involuntarily wince at the horrible taste of it. He doesn''t care, and tells you to lick him clean before he pulls his cock from your mouth.'
 		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>>'	
+		'<<$cum_mouth_textgr>>'
 		act 'Leave':gt 'gskver', 'start'
 		act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 	end
 end
-	
-if $ARGS[0] = 'cumbody':		
+
+if $ARGS[0] = 'cumbody':
 	act 'Let him cum on your body':
 		*clr & cla
 		spafinloc = 7
@@ -810,8 +813,8 @@ if $ARGS[0] = 'cumbody':
 		act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 	end
 end
-	
-if $ARGS[0] = 'cumass':	
+
+if $ARGS[0] = 'cumass':
 	act 'Let him cum in your ass':
 		*clr & cla
 		pcs_mood += 5
@@ -829,11 +832,11 @@ if $ARGS[0] = 'cumass':
 		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', 'start'
-		act 'Get back to drinking with the guys':gt'zsoft_gopskverGorSlut','2'	
+		act 'Get back to drinking with the guys':gt'zsoft_gopskverGorSlut','2'
 	end
 end
-	
-if $ARGS[0] = 'cumass_group':		
+
+if $ARGS[0] = 'cumass_group':
 	act 'Let them cum in your ass':
 		*clr & cla
 		pcs_mood += 5
@@ -851,7 +854,7 @@ if $ARGS[0] = 'cumass_group':
 			*clr & cla
 			gs'stat'
 			if pcs_ass <= 10:
-				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/gop/bjbeeranal6.jpg" ></center>' 
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/gop/bjbeeranal6.jpg" ></center>'
 				'You obediently turn around and spread your ass cheeks, showing them your red and sore hole.'
 			elseif pcs_ass > 10 and pcs_ass < 25:
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/sex/gop/bjbeeranal7.jpg" ></center>'
@@ -866,11 +869,11 @@ if $ARGS[0] = 'cumass_group':
 			'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', 'start'
 			act 'Get back to drinking with the guys':gt'zsoft_gopskverGorSlut','2'
-		end	
+		end
 	end
 end
 
-if $ARGS[0] = 'cumpussy':	
+if $ARGS[0] = 'cumpussy':
 	act 'He cums in your pussy':
 		*clr & cla
 		pcs_mood -=30
@@ -880,7 +883,7 @@ if $ARGS[0] = 'cumpussy':
 		gs'stat'
 		cumvag_text = RAND(0,1)
 		if cumvag_text = 0:$cumvag_text = 'After several minutes of hard fucking, his thrusts grow shorter and more intense. He then slams his cock inside you all the way to the balls, and you feel his warm load being shot inside you.'
-		if cumvag_text = 1:$cumvag_text = 'Despite your request, he does not pull out and comes inside your quivering snatch. When he pulls out, his load slowly drips out of you while he gives you an indifferent shrug.'	
+		if cumvag_text = 1:$cumvag_text = 'Despite your request, he does not pull out and comes inside your quivering snatch. When he pulls out, his load slowly drips out of you while he gives you an indifferent shrug.'
 		'<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..."'
@@ -888,7 +891,7 @@ if $ARGS[0] = 'cumpussy':
 		act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 	end
 end
-		
+
 if $ARGS[0] = 'vaginalsex':
 	act 'Let him fuck your pussy':
 		*clr & cla
@@ -896,13 +899,13 @@ if $ARGS[0] = 'vaginalsex':
 		stat['vaginal'] += 1
 		dick = 17
 		pcs_horny += 5
-		minut += 5	
+		minut += 5
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/sex/vagin/v'+rand(1,40)+'.jpg"></center>'
 		vag_gop_text = RAND(0,2)
-		if vag_gop_text = 0:$vag_gop_text = 'He turns to you and grins: "On your hands and knees, <<$shultextrand2>>." You do as he says and assume the position, your eyes fixated on his <<dick>>cm cock. He walks over to you and rests it on your ass cheeks, grinning at the greedy look in your eyes. 
+		if vag_gop_text = 0:$vag_gop_text = 'He turns to you and grins: "On your hands and knees, <<$shultextrand2>>." You do as he says and assume the position, your eyes fixated on his <<dick>>cm cock. He walks over to you and rests it on your ass cheeks, grinning at the greedy look in your eyes.
 		He puts one hand on your throat and pulls your body up, and whispers in your ear: "Don''t worry, slut... it''s all yours."
 		Then you feel his cock rubbing against your pussy lips, and them slowly parting to let him in. You''re quite wet, and his cock slides in easily.
-		At first his thrusts are slow and careful, but he soon speeds up and rams his cock in and out of you furiously, the sound of your buttocks slapping against his hips quite audible. Hopefully no one walks by... 
+		At first his thrusts are slow and careful, but he soon speeds up and rams his cock in and out of you furiously, the sound of your buttocks slapping against his hips quite audible. Hopefully no one walks by...
 		You suddenly feel the gaze of the other guys upon you, and you blush while you look in their direction. They''re still sitting back drinking beer, watching you get fucked.
 		Soon enough, the fucking makes you feel so good that you forget all about them, and just close your eyes and give in to the sensations.'
 		if vag_gop_text = 1:$vag_gop_text = 'Your cunt is quite wet by now, and when he moves his <<dick>>cm cock against your pussy it slides in easily. Realizing he doesn''t have to take it slow with you, he just begins to ram his cock inside you, and you reach down to massage your clit while you get fucked like a whore in the park.'
@@ -918,7 +921,7 @@ if $ARGS[0] = 'vaginalsex':
 		gs 'zsoft_gopskverGorSlut', 'cumpussy'
 	end
 end
-		
+
 if $ARGS[0] = 'analsex':
 	act 'Let him fuck your ass':
 		*clr & cla
@@ -945,7 +948,7 @@ if $ARGS[0] = 'analsex':
 		if analplugin = 1: analplugin = 0 & '"You won''t be needing this!" he grins, and pulls out your butt plug with a loud pop. He''s quite rough with it, and you grimace at the sudden extrusion.'
 		'<<$anal_gop_text>>'
 		if tatupb > 0: 'When he sees the tattoo on your lower back, he pats your ass approvingly: "Nice tramp stamp, whore."'
-		gs 'zsoft_gopskverGorSlut', 'hornyparksexanal'	
+		gs 'zsoft_gopskverGorSlut', 'hornyparksexanal'
 		gs 'zsoft_gopskverGorSlut', 'cumface'
 		gs 'zsoft_gopskverGorSlut', 'cummouth'
 		gs 'zsoft_gopskverGorSlut', 'cumbody'