Explorar el Código

Renamed gpoli -> pav_clinic, gskver -> pav_park

Netuttki hace 4 años
padre
commit
7fdab4f98b

+ 2 - 2
glife.qproj

@@ -567,10 +567,10 @@
 		<Location name="pav_pharmacy"/>
 		<Location name="gkafe"/>
 		<Location name="motherkafeboss"/>
-		<Location name="gpoli"/>
+		<Location name="pav_clinic"/>
 		<Location name="therapist"/>
 		<Location name="gevent"/>
-		<Location name="gskver"/>
+		<Location name="pav_park"/>
 		<Location name="gopskver"/>
 		<Location name="gskino"/>
 		<Location name="cafe_parco"/>

+ 7 - 7
locations/FedorMisc.qsrc

@@ -847,7 +847,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', 'start'
+				act 'Walk away':gt 'pav_park', 'start'
 			end
 			act 'Mock':
 				*clr & cla
@@ -859,7 +859,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', 'start'
+				act 'Walk away':gt 'pav_park', 'start'
 			end
 		end
 	elseif FedorLove = 1:
@@ -898,7 +898,7 @@ if $ARGS[0] = 'Outcast Intro':
 			end
 		end
 	end
-	act 'Walk away':gt 'gskver', 'start'
+	act 'Walk away':gt 'pav_park', 'start'
 end
 
 if $ARGS[0] = 'Outcast':
@@ -951,9 +951,9 @@ if $ARGS[0] = 'Outcast':
 
 				act 'Remain here':gt 'FedorMisc', 'Outcast'
 
-				act 'Return to park':gt 'gskver', 'start'
+				act 'Return to park':gt 'pav_park', 'start'
 			end
-			act 'I need some time to think about it':gt 'gskver', 'start'
+			act 'I need some time to think about it':gt 'pav_park', 'start'
 		end
 	elseif fedorKozlovQW = -15:
 		act 'Ask out on a date':
@@ -971,13 +971,13 @@ if $ARGS[0] = 'Outcast':
 
 			act 'Ask for a smoke':gt 'FedorMisc', 'Smoke 2'
 
-			act 'Just wanted to say hi':gt 'gskver', 'start'
+			act 'Just wanted to say hi':gt 'pav_park', 'start'
 		end
 	end
 
 	act 'Ask for a smoke':gt 'FedorMisc', 'Smoke 2'
 
-	act 'Walk away':gt 'gskver', 'start'
+	act 'Walk away':gt 'pav_park', 'start'
 end
 
 if $ARGS[0] = 'Fedor Vs Dimka':

+ 1 - 1
locations/HotelHole.qsrc

@@ -1065,7 +1065,7 @@ if $ARGS[0] = 'PregBDSM' :
 												npc_rel['A217'] = -1
 												PavlinQW = 9
 
-												act 'Leave':gt 'gpoli'
+												act 'Leave':gt 'pav_clinic'
 											end
 										end
 									end

+ 2 - 2
locations/cafe_parco.qsrc

@@ -10,7 +10,7 @@ if $args[0]= 'start':
 	'<center><img <<$set_imgh>> src="'+'images/locations/pavlovsk/park/cafe/caffe_del_parco'+iif(hour > 20 or hour < 7,'_night','')+'.jpg'+'"></center>'
 	'The newly opened cafe "Del Parco", with its striking facade, there are lots of tables and a summer terrace. Opening hours between 14.00 to 21.00.'
 
-	act 'Return to the square': gt 'gskver', 'start'
+	act 'Return to the square': gt 'pav_park', 'start'
 	if hour >= 14 and hour < 21: act 'Enter the cafe': gt 'cafe_parco', 'inner'
 end
 
@@ -22,7 +22,7 @@ if $args[0]= 'inner':
 	$loc = 'cafe_parco'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/cafe/caffe_del_parco_in.jpg"></center>'
 
-	act 'Exit the cafe': gt 'gskver', 'start'
+	act 'Exit the cafe': gt 'pav_park', 'start'
 
 	act 'Order from the menu (0:05)':gs 'food_menu'
 	if money >= 350:

+ 4 - 4
locations/dom_gor.qsrc

@@ -40,7 +40,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', 'start'
+				act 'Complete run':gt 'pav_park', '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.'
@@ -52,7 +52,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', 'start'
+				act 'Complete run':gt 'pav_park', '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.'
@@ -69,11 +69,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', 'start'
+				act 'Complete run':gt 'pav_park', 'start'
 			end
 		end
 
-		act 'Complete run':gt 'gskver', 'start'
+		act 'Complete run':gt 'pav_park', 'start'
 	end
 end
 

+ 1 - 1
locations/events.qsrc

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

+ 19 - 19
locations/gopskver.qsrc

@@ -34,7 +34,7 @@ if $ARGS[0] = '':
 				if $prevloc = 'gkafe':
 					gt 'gkafe'
 				else
-					gt 'gskver', 'start'
+					gt 'pav_park', 'start'
 				end
 			end
 
@@ -50,7 +50,7 @@ if $ARGS[0] = '':
 					if $prevloc = 'gkafe':
 						gt 'gkafe'
 					else
-						gt 'gskver', 'start'
+						gt 'pav_park', 'start'
 					end
 				end
 
@@ -82,7 +82,7 @@ if $ARGS[0] = '':
 			end
 		elseif hour >= 20:
 			*nl
-			act 'Leave':gt 'gskver', 'start'
+			act 'Leave':gt 'pav_park', 'start'
 			if week = 5 or week = 6:
 				'It''s evening, and the boys are getting ready to go to the disco like they do every friday and saturday. You could call it a night and leave them alone, or tag along.'
 				act 'Go to the disco with the boys': minut += 15 & gt 'gdkin'
@@ -95,7 +95,7 @@ if $ARGS[0] = '':
 		if hour >= 20:
 			if alko < 6:
 				*nl
-				act 'Leave':gt 'gskver', 'start'
+				act 'Leave':gt 'pav_park', 'start'
 				if week = 5 or week = 6:
 					'It''s evening, and the boys are getting ready to go to the disco like they do every friday and saturday. You could call it a night and leave them alone, or tag along.'
 					act 'Go to the disco with the boys': minut += 15 & gt 'gdkin'
@@ -252,7 +252,7 @@ if $ARGS[0] = '':
 						if $prevloc = 'gkafe' or $prevloc = 'pav_train_hall':
 							gt $prevloc
 						else
-							gt 'gskver', 'start'
+							gt 'pav_park', 'start'
 						end
 					end
 
@@ -268,7 +268,7 @@ if $ARGS[0] = '':
 							if $prevloc = 'gkafe' or $prevloc = 'pav_train_hall':
 								gt $prevloc
 							else
-								gt 'gskver', 'start'
+								gt 'pav_park', 'start'
 							end
 						end
 						if hour = 20:
@@ -297,7 +297,7 @@ if $ARGS[0] = '':
 								if $prevloc = 'gkafe' or $prevloc = 'pav_train_hall':
 									gt $prevloc
 								else
-									gt 'gskver', 'start'
+									gt 'pav_park', 'start'
 								end
 							end
 						end
@@ -315,7 +315,7 @@ if $ARGS[0] = '':
 							'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', 'start'
+							act 'Thank them for the beer and leave':gt 'pav_park', 'start'
 						end
 
 						act '"What? No!"':
@@ -324,7 +324,7 @@ if $ARGS[0] = '':
 							'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', 'start'
+							act 'Leave':gt 'pav_park', 'start'
 						end
 					elseif pav_slut < 250:
 						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'
@@ -373,7 +373,7 @@ if $ARGS[0] = '':
 											'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', 'start'
+											act 'Leave':gt 'pav_park', 'start'
 										end
 									else
 										act 'Keep refusing (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -428,7 +428,7 @@ if $ARGS[0] = '':
 				elseif $prevloc = 'pav_train_hall':
 					act 'Blush and quickly leave the train station': gt $prevloc
 				else
-					act 'Blush and keep walking':gt 'gskver', 'start'
+					act 'Blush and keep walking':gt 'pav_park', 'start'
 					if BjBeerQW >= 5:
 						act 'Approach the guys': gt'zsoft_gopskverGorSlut','1'
 					elseif BjBeerQW < 5:
@@ -437,7 +437,7 @@ if $ARGS[0] = '':
 								*clr & cla
 								'<center><img <<$set_imgh>> src="images/pc/npc_headshots/big11.jpg"></center>'
 								'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', 'start'
+								act 'Leave them and walk away':gt 'pav_park', 'start'
 
 							else
 								gt 'gopskver', 'BjBeerStart'
@@ -476,7 +476,7 @@ if $ARGS[0] = 'BjBeerStart':
 				gs 'stat'
 				if pcs_stren + pcs_agil + pcs_run >= 180:
 					'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', 'start'
+					act 'Return to the park': gt 'pav_park', 'start'
 				else
 					gt 'gopskver', 'BjBeerBeaten'
 				end
@@ -717,7 +717,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', 'start'
+			act 'Return to the park': BjBeerActiv = 0 & gt 'pav_park', 'start'
 
 		elseif BjBeerActiv = 0:
 			pcs_mood = -10
@@ -728,7 +728,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', 'start'
+			act 'Return to the park': gt 'pav_park', 'start'
 		end
 	end
 end
@@ -918,7 +918,7 @@ if $ARGS[0] = 'BjBeerVag':
 					*nl
 					'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', 'start'
+					act 'Return to the park': gt 'pav_park', 'start'
 				end
 			end
 		end
@@ -1038,7 +1038,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', 'start'
+				act 'Return to the park': gt 'pav_park', 'start'
 			end
 		end
 	end
@@ -1145,7 +1145,7 @@ if $ARGS[0] = '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', 'start'
+						act 'Leave':gt 'pav_park', 'start'
 					end
 
 					act 'Object':
@@ -1159,7 +1159,7 @@ if $ARGS[0] = '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', 'start'
+						act 'Leave':gt 'pav_park', 'start'
 					end
 				end
 			end

+ 1 - 1
locations/gschool_socialchg1.qsrc

@@ -464,7 +464,7 @@ if $ARGS[0] = 'tVanya':
 		'"Well, you know, there''s barely anyone in the park right now, seems like the perfect time to be on the look out..." he touches the back of his head and nervously laughs.'
 		'"If it was anyone else I would say you were being really weird but I get that. I hope you find a decent spot and tell Vicky I said hi!" you give him a smile and a wink.'
 		'"Sure, sure!" he replies as he slowly starts scampering from you.'
-		act 'Go back to what you were doing': gt 'gskver', 'start'
+		act 'Go back to what you were doing': gt 'pav_park', 'start'
 	end
 end
 

+ 4 - 4
locations/gskino.qsrc

@@ -8,7 +8,7 @@ gs 'stat'
 '<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/theater/kinoteatr.jpg"></center>'
 'Small cinema in which there is just one small screen. A movie ticket costs 100 <b>₽</b>.'
 
-act 'Leave the cinema':minut += 5 & gt 'gskver', 'start'
+act 'Leave the cinema':minut += 5 & gt 'pav_park', 'start'
 
 if money >= 100:
 	act 'Go to the movies':
@@ -25,14 +25,14 @@ if money >= 100:
 			act 'Refuse':
 				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', 'start'
+				act 'Leave the cinema':gt 'pav_park', 'start'
 			end
 			act 'Agree':gt 'gevent', '2'
 			
 			exit
 		end
 		
-		act 'Leave the cinema':gt 'gskver', 'start'
+		act 'Leave the cinema':gt 'pav_park', 'start'
 		
 		if rand(1,100) > 10:
 			'You quietly watch the film.'
@@ -49,7 +49,7 @@ if money >= 100:
 				gs 'arousal', 'end'
 				gs 'stat'
 				
-				act 'Leave the cinema':gt 'gskver', 'start'		
+				act 'Leave the cinema':gt 'pav_park', 'start'		
 			end
 		end
 	end

+ 1 - 1
locations/kotovEv.qsrc

@@ -75,7 +75,7 @@ if $loc = 'gdksport':
 
 		act 'Let him go to his training':gt $loc, $metka
 	end
-elseif $loc = 'gskver':
+elseif $loc = 'pav_park':
 	'Vitek sees you walk by, and waves his hand: "Hey <<$pcs_nickname>>! Come on, join me!"'
 	gs 'willpower', 'misc', 'resist', 'medium'
 	if will_cost <= pcs_willpwr:

+ 1 - 1
locations/liam.qsrc

@@ -65,7 +65,7 @@ end
 if arts = 1:'<a href="exec:gt ''Marin'',''start''">Marina''s Apartment</a>'
 
 act 'Walk to the train station (0:15)':minut += 15 & nroad = 15 & gt 'pav_train'
-act 'Walk to Pavlovsk park (0:10)':minut += 10 & nroad = 10 & gt 'gskver', 'start'
+act 'Walk to Pavlovsk park (0:10)':minut += 10 & nroad = 10 & gt 'pav_park', 'start'
 act 'Walk to the highway (0:05)':minut += 5 & nroad = 15 & gt 'road'
 
 act 'Wait':gs 'obj_din', 'wait'

+ 15 - 15
locations/mey_vika_events.qsrc

@@ -381,12 +381,12 @@ if $ARGS[0] = 'near_school':
 				'"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 prying eyes." Katja continues.'
 
 				mey_vika['mey_vika_qw'] = 1
-				act 'Go to the Park': gt 'gskver', 'start'
+				act 'Go to the Park': gt 'pav_park', 'start'
 			else
 				'"I don''t really know what the two of them are doing." Katja 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', 'start'
+				act 'Stalk them': minut += rand(5,15) & gt 'pav_park', 'start'
 			end
 		elseif mey_vika['mey_vika_qw'] >= 18 and mey_vika['mey_vika_qw'] < 20 and mey_vika['qw_day'] ! daystart:
 			gs 'mey_vika_events', 'park_qw'
@@ -475,7 +475,7 @@ if $ARGS[0] = 'park_meet':
 		else
 			'You wander into a distant part of the park where Vicky usually hangs out with Vanya, but you don''t come across them there, perhaps due to bad weather.'
 		end
-		act 'Finish your walk': gt 'gskver', 'start'
+		act 'Finish your walk': gt 'pav_park', 'start'
 	else
 		*clr & cla
 		mey_vika['qw_day'] = daystart
@@ -507,7 +507,7 @@ if $ARGS[0] = 'park_meet':
 			'As you''re leaving, you notice Vicky whispering something to Vanya. You notice Vanya''s hand stroking and squeezing Vicky''s butt, as they stare at you with lust in their eyes...'
 
 			if npc_rel['A15'] < 80:
-				act 'Finish your walk': gt 'gskver', 'start'
+				act 'Finish your walk': gt 'pav_park', 'start'
 				exit
 			elseif npc_rel['A15'] >= 80 and mey_vika['mey_vika_qw'] >= 18:
 				cla
@@ -523,7 +523,7 @@ if $ARGS[0] = 'park_meet':
 							*nl
 							'You''re in in a hurry, so you decide to thank Vicky for the invite but that you have something elsewhere that you need to attend.'
 
-							act 'Leave': gt 'gskver', 'start'
+							act 'Leave': gt 'pav_park', 'start'
 						end
 					else
 						act 'Decline':
@@ -531,7 +531,7 @@ if $ARGS[0] = 'park_meet':
 							*nl
 							'You currently have your period, and feel up to visiting the beach today, so you decide to thank Vicky for the invite but that you have a thing elsewhere that you need to attend...'
 
-							act 'Leave': gt 'gskver', 'start'
+							act 'Leave': gt 'pav_park', 'start'
 						end
 					end
 				elseif hour >= 14 and hour < 21:
@@ -546,7 +546,7 @@ if $ARGS[0] = 'park_meet':
 							*nl
 							'You''re in in a hurry, so you decide to thank Vicky for the invite but that you have something elsewhere that you need to attend.'
 
-							act 'Leave': gt 'gskver', 'start'
+							act 'Leave': gt 'pav_park', 'start'
 						end
 					else
 						act 'Decline':
@@ -554,11 +554,11 @@ if $ARGS[0] = 'park_meet':
 							*nl
 							'You''re pretty much broke and you don''t want to be impudent by asking Vicky to pay for you, so you decide to thank Vicky for the invite but that you have a thing elsewhere that you need to attend...'
 
-							act 'Leave': gt 'gskver', 'start'
+							act 'Leave': gt 'pav_park', 'start'
 						end
 					end
 				else
-					gt 'gskver', 'start'
+					gt 'pav_park', 'start'
 				end
 			elseif npc_rel['A15'] >= 80 and mey_vika['mey_vika_qw'] = 10:
 				cla
@@ -574,7 +574,7 @@ if $ARGS[0] = 'park_meet':
 						*nl
 						'You''re in in a hurry, so you decide to thank Vicky for the invite but that you have something elsewhere that you need to attend.'
 
-						act 'Leave': gt 'gskver', 'start'
+						act 'Leave': gt 'pav_park', 'start'
 					end
 				else
 					act 'Decline':
@@ -582,11 +582,11 @@ if $ARGS[0] = 'park_meet':
 						*nl
 						'You''re pretty much broke and you don''t want to be impudent by asking Vicky to pay for you, so you decide to thank Vicky for the invite but that you have a thing elsewhere that you need to attend...'
 
-						act 'Leave': gt 'gskver', 'start'
+						act 'Leave': gt 'pav_park', 'start'
 					end
 				end
 			else
-				act 'Finish your walk': gt 'gskver', 'start'
+				act 'Finish your walk': gt 'pav_park', 'start'
 			end
 		elseif mey_vika['mey_vika_qw'] >= 5:
 			if npc_rel['A15'] < 60:
@@ -594,7 +594,7 @@ if $ARGS[0] = 'park_meet':
 			else
 				'You approach the couple and greet them, right away Vicky starts gossiping, as always, Vanya mostly jokes about the things you two are talking about. You chat for a few minutes...'
 			end
-			act 'Finish your walk': gt 'gskver', 'start'
+			act 'Finish your walk': gt 'pav_park', 'start'
 		elseif mey_vika['mey_vika_qw'] >= 3:
 			'Nearing them all you manage to say is a quick "Hi".'
 			if npc_rel['A15'] < 60:
@@ -602,10 +602,10 @@ if $ARGS[0] = 'park_meet':
 			else
 				'Vicky and Vanya unisonally answer "Hi", but not knowing how to continue the conversation, you keep walking on.'
 			end
-			act 'Finish your walk': gt 'gskver', 'start'
+			act 'Finish your walk': gt 'pav_park', 'start'
 		elseif mey_vika['mey_vika_qw'] >= 0:
 			'Nearing them, not having figured out what to do, you simply walk by.'
-			act 'Finish your walk': gt 'gskver', 'start'
+			act 'Finish your walk': gt 'pav_park', 'start'
 		end
 
 		mey_vika['mey_vika_park_action'] += 1

+ 2 - 2
locations/mother.qsrc

@@ -635,7 +635,7 @@ if $ARGS[0] = 'referral':
 		gs 'npc_relationship', 'modify', 'A29', 'dislike'
 		if $clothingworntype ! 'nude':
 			'Your <<$npc_nickname[''A29'']>> frowns and gets her handbag: "<<$pcs_nickname>>, why haven''t you been to the gynaecologist like I asked you to? You don''t have anything to hide, do you? Come on, we''re going there right now." Your <<$npc_nickname[''A29'']>> takes you by the hand and leads you to the clinic, ushering you into the gynaecologist''s office.'
-			act 'Get a referral from the gynaecologist': gt 'gpoli', 'referral'
+			act 'Get a referral from the gynaecologist': gt 'pav_clinic', 'referral'
 		else
 			'Your <<$npc_nickname[''A29'']>> frowns and gets her handbag: "<<$pcs_nickname>>, why haven''t you been to the gynaecologist like I asked you to? You don''t have anything to hide, do you? Come on, we''re going there right now, go and get yourself dressed!" '
 			act 'Hurry to your room and get dressed':
@@ -651,7 +651,7 @@ if $ARGS[0] = 'referral':
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center>'
 					*nl
 					'Your <<$npc_nickname[''A29'']>> takes you by the hand and leads you to the clinic, ushering you into the gynaecologist''s office.'
-					act 'Get a referral from the gynaecologist': gt 'gpoli', 'referral'
+					act 'Get a referral from the gynaecologist': gt 'pav_clinic', 'referral'
 				end
 			end
 		end

+ 2 - 2
locations/parkBimbo.qsrc

@@ -16,7 +16,7 @@ if $ARGS[0] = 'pos1':
 			gs 'willpower', 'bj', 'resist'
 			gs 'willpower', 'pay', 'resist'
 			gs 'stat'
-			gt 'gskver', 'start'
+			gt 'pav_park', 'start'
 		end
 	else
 		act 'Flip him the bird (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -51,7 +51,7 @@ if $ARGS[0] = 'pos2':
 
 	act 'finish':
 		gs 'arousal', 'end'
-		gt 'gskver', 'start'
+		gt 'pav_park', 'start'
 	end
 end
 

+ 2 - 2
locations/parkM.qsrc

@@ -152,7 +152,7 @@ if $ARGS[0] = 'sexrand3':
 	gs 'stat'
 	act 'Leave':
 		if curr_home = 1:
-			gt 'gskver', 'start'
+			gt 'pav_park', 'start'
 		else
 			gt 'city_park', 'start'
 		end
@@ -172,7 +172,7 @@ if $ARGS[0] = 'sexrand4':
 	gs 'stat'
 	act 'Leave':
 		if curr_home = 1:
-			gt 'gskver', 'start'
+			gt 'pav_park', 'start'
 		else
 			gt 'city_park', 'start'
 		end

+ 3 - 3
locations/parksvid.qsrc

@@ -149,7 +149,7 @@ if $ARGS[0] = '2':
 	'After you finish your walk, <<$telsob>> says she needs to go, she gives you a kiss on the cheek and leaves.'
 
 	if $home_town = 'pavlovsk':
-		act 'Kiss her and say goodbye': gt 'gskver', 'start'
+		act 'Kiss her and say goodbye': gt 'pav_park', 'start'
 	else
 		act 'Kiss her and say goodbye': gt 'city_park', 'start'
 	end
@@ -163,7 +163,7 @@ if $ARGS[0] = '3':
 	if $telsob = $loverdesc[lover_number]:
 		'After you finish your walk, <<$telsob>> looks at you and waits for your next move.'
 		if $home_town = 'pavlovsk':
-			act 'Kiss her and say goodbye': gt 'gskver', 'start'
+			act 'Kiss her and say goodbye': gt 'pav_park', 'start'
 		else
 			act 'Kiss her and say goodbye': gt 'city_park', 'start'
 		end
@@ -171,7 +171,7 @@ if $ARGS[0] = '3':
 	else
 		'After you finish your walk, <<$telsob>> says she needs to go, she gives you a kiss on the cheek and leaves.'
 		if $home_town = 'pavlovsk':
-			act 'Leave': gt 'gskver', 'start'
+			act 'Leave': gt 'pav_park', 'start'
 		else
 			act 'Leave': gt 'city_park', 'start'
 		end

+ 66 - 66
locations/gpoli.qsrc → locations/pav_clinic.qsrc

@@ -1,11 +1,11 @@
-# gpoli
+# pav_clinic
 
 if $ARGS[0] = '':
 	CLOSE ALL
 	clr
-	$loc = 'gpoli'
+	$loc = 'pav_clinic'
 	$location_type = 'indoors'
-	$menu_loc = 'gpoli'
+	$menu_loc = 'pav_clinic'
 	$menu_arg = ''
 	menu_off = 0
 	frost = 0
@@ -14,9 +14,9 @@ if $ARGS[0] = '':
 	'<center><b><font color="maroon">Clinic</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/shared/clinic/poli.jpg"></center>'
 
-	if (lactation['active'] > 0 or thinkpreg = 1 or knowpreg = 1) and pcs_know_mward <= 0:	'<br><br>A sign catches your attention. It reads <a href="exec: minut += 5 & gt ''gpoli'', ''maternity_ward''">"Maternity ward"</a>.'
+	if (lactation['active'] > 0 or thinkpreg = 1 or knowpreg = 1) and pcs_know_mward <= 0:	'<br><br>A sign catches your attention. It reads <a href="exec: minut += 5 & gt ''pav_clinic'', ''maternity_ward''">"Maternity ward"</a>.'
 
-	if pcs_ask_mward_help >= 1 and pcs_know_mward <= 0: '<br><br><a href="exec: minut += 5 & gt ''gpoli'', ''reception''">Ask</a> at the reception for help with your breasts.'
+	if pcs_ask_mward_help >= 1 and pcs_know_mward <= 0: '<br><br><a href="exec: minut += 5 & gt ''pav_clinic'', ''reception''">Ask</a> at the reception for help with your breasts.'
 
 	act 'Leave':minut += 5 & gt 'pav_commercial'
 
@@ -79,7 +79,7 @@ if $ARGS[0] = '':
 				gs 'stat'
 				'You notice a piece of paper on the wall near the entrance to the clinic, it''s a job listing. It reads: "Cleaner wanted! One hour per day, any time between 14:00 and 21:00. Payment: 100 <b>₽</b>."'
 
-				act 'Move away':gt 'gpoli'
+				act 'Move away':gt 'pav_clinic'
 			end
 		elseif gpoliuborka = 1 and hour >= 8 and hour <= 21:
 			act 'Ask the head doctor about the job':
@@ -95,7 +95,7 @@ if $ARGS[0] = '':
 				'You nod and fill out the form, indicating that you''re applying for the part-time cleaning job vacancy. He quickly checks to make sure you filled everything out correctly, and then gives you a satisfied smile when he sees you did. He says: "It looks like everything in order, miss <<$pcs_lastname>>. Please follow me, I''ll show you where we keep our cleaning supplies."'
 				'You follow him to the maintenance closet, where he shows you the cleaning supplies you would need. He shakes your hand and wishes you a good day before returning to his office, assuming you will find your own way out.'
 
-				act 'Leave':gt 'gpoli'
+				act 'Leave':gt 'pav_clinic'
 			end
 		elseif gpoliuborka > 1 and hour >= 14 and hour <= 21 and gpolicleanday ! daystart:
 			act 'Work as a cleaner for 100 <b>₽</b> (1:00)':
@@ -110,7 +110,7 @@ if $ARGS[0] = '':
 				'<center><img <<$set_imgh>> src="images/locations/city/residential/office/clener1.jpg"></center>'
 				'As instructed, you take a mop and a bucket from the maintenance closet and begin by cleaning the corridors throughout the clinic. Once you''re done with that, you enter the examination rooms and offices one by one, occasionally hearing a softly muttered curse from a doctor when you interrupt their work. Nevertheless, you work quickly and the doctors don''t give you any trouble while you clean the floors of the rooms.'
 
-				act 'Finish cleaning':gt 'gpoli'
+				act 'Finish cleaning':gt 'pav_clinic'
 
 				ginrand = rand(0, 1)
 
@@ -129,7 +129,7 @@ if $ARGS[0] = '':
 							'After you make sure no one is in the corridor, you quickly walk to the desk, take one of the empty referral forms and press his stamp onto it. You can do the rest later. You quickly hide it under your clothes and get back to cleaning, after carefully putting everything back the way you found it.'
 							'Later, when you''re cleaning the office of a doctor who you know is not in today, you lock the door for a moment and carefully fill out the form. You take your time, doing your best to mimic your gynaecologist''s handwriting. You nod happily and mutter to yourself: "This looks good, <<$npc_nickname[''A29'']>> will have no clue it''s forged! That''ll get me off the hook for at least one more month..."'
 
-							act 'Finish cleaning':gt 'gpoli'
+							act 'Finish cleaning':gt 'pav_clinic'
 						end
 					end
 				end
@@ -161,13 +161,13 @@ if $ARGS[0] = '':
 				gs 'stat'
 				'After a quick discussion about your health, the doctor gives you an injection with a strange pink fluid, a combined painkiller, steroid and vitamin shot which not only helps the pain but speeds your recovery too, permanently reducing your current pain and increasing your health. You immediately feel much better, and should recover health faster over the coming days.'
 
-				act 'Leave':gt 'gpoli'
+				act 'Leave':gt 'pav_clinic'
 			end
 		end
 
 		if therapistday ! daystart: act 'Visit the therapist (1:00)': gt 'therapist'
 
-		if pcs_know_mward > 0: act 'Visit the maternity ward (0:05)': gt 'gpoli', 'maternity_ward'
+		if pcs_know_mward > 0: act 'Visit the maternity ward (0:05)': gt 'pav_clinic', 'maternity_ward'
 
 		gs 'medical_din', 'birth_control'
 
@@ -181,7 +181,7 @@ if $ARGS[0] = '':
 			'<center>STD Test - 1,000 <b>₽</b></center>'
 			'<center>For treatments, see the nurse</center>'
 
-			act 'Leave':gt 'gpoli'
+			act 'Leave':gt 'pav_clinic'
 
 			if money >= 1000:
 				act 'Get tested for STDs (1,000 <b>₽</b>)':
@@ -193,12 +193,12 @@ if $ARGS[0] = '':
 
 					if venera > 0:
 						'The doctor calls you back to his office after a while, and says with a slight frown: "I''m afraid I have some bad news."'
-						gs 'gpoli', 'std_check'
+						gs 'pav_clinic', 'std_check'
 					else
 						'The doctor is pleased to announce that you do not have a sexually transmitted disease.'
 					end
 
-					act 'Leave':gt 'gpoli'
+					act 'Leave':gt 'pav_clinic'
 				end
 			end
 
@@ -213,7 +213,7 @@ if $ARGS[0] = '':
 					'You see the nurse and she gives you a painful injection in your ass.'
 
 					if GerpesNapr = 0:Gerpes = -10 & 'You have completed the treatment.'
-					act 'Leave':gt 'gpoli'
+					act 'Leave':gt 'pav_clinic'
 				end
 			end
 
@@ -229,7 +229,7 @@ if $ARGS[0] = '':
 
 					if TriperNapr = 0:TriperOral = 0 & TriperOralSigns = 0 & Triper = 0 & Venera -= 1 & TriperOnce = 0 & 'You have completed the treatment.'
 
-					act 'Leave':gt 'gpoli'
+					act 'Leave':gt 'pav_clinic'
 				end
 			end
 			if money >= 1000 and SifNapr = 1:
@@ -247,7 +247,7 @@ if $ARGS[0] = '':
 
 					'"That''s it, you might still feel a bit off but the infection is now cured".'
 
-					act 'Leave':gt 'gpoli'
+					act 'Leave':gt 'pav_clinic'
 				end
 			end
 		end
@@ -353,7 +353,7 @@ if $ARGS[0] = '':
 							'He nods, and waves his hand: "It''s all good. Just don''t forget to use protection, it''s still dangerous out there."'
 						else
 							'The doctor frowns when he gives you the bad news: "I''m afraid I found something irregular. You <<$gpoli_sick>>."'
-							if venera > 0: gs 'gpoli', 'std_check'
+							if venera > 0: gs 'pav_clinic', 'std_check'
 						end
 						'The doctor stands beside you while he helps you move your legs from the stirrups, and asks with a confident smile on his face: "So <<$pcs_nickname>>... how are you going to repay me for the examination?"'
 
@@ -391,7 +391,7 @@ if $ARGS[0] = '':
 							gs 'stat'
 
 							act 'Give him a blowjob':
-								if venera > 0:gt 'gpoli', 'gynoblow'
+								if venera > 0:gt 'pav_clinic', 'gynoblow'
 								*clr & cla
 								if gpoli_doctorhavesex = 0:gpoli_doctorhavesex = 1 & guy += 1
 								gs 'stat'
@@ -598,20 +598,20 @@ if $ARGS[0] = '':
 								'He looks at you sternly and shakes his head: "I''m sorry <<$pcs_nickname>>, but you are not an adult. I need her permission to treat you, those are the rules."'
 							else
 								'"Well <<$pcs_nickname>>, you have a problem. You <<$gpoli_sick>> as well as being addicted to cocaine. I''ll have to write a note for your mother, I can''t treat you without her permission."'
-								if venera > 0: gs 'gpoli', 'std_check'
+								if venera > 0: gs 'pav_clinic', 'std_check'
 								'Your heart begins to race when you hear that, your mother can''t find out! She would kill you if she finds out what you have been up to!'
 								'You quickly blurt: "Wait! Could you please just give me the cure without telling her? Please?"'
 								'He looks at you sternly and shakes his head: "I''m sorry <<$pcs_nickname>>, but you are not an adult. I need her permission to treat you. You''ve been a very bad girl, you know..."'
 							end
 
-							act 'Offer him money':gt 'gpoli', 'spravka_money_pale'
-							act 'Try to negotiate':gt 'gpoli', 'spravka_arrange_pale'
+							act 'Offer him money':gt 'pav_clinic', 'spravka_money_pale'
+							act 'Try to negotiate':gt 'pav_clinic', 'spravka_arrange_pale'
 						end
 					end
 				end
 			end
 		end
-		if StoryLine > 0 and SchoolAtestat = 0 and Gspravka < 3 and motherKnowSpravka = 0: act 'Go to the gynaecologist for a referral': gt 'gpoli', 'referral'
+		if StoryLine > 0 and SchoolAtestat = 0 and Gspravka < 3 and motherKnowSpravka = 0: act 'Go to the gynaecologist for a referral': gt 'pav_clinic', 'referral'
 	else
 		'The clinic is closed. It''s open every day between 06:00 and 21:00.'
 	end
@@ -639,7 +639,7 @@ if $ARGS[0] = 'referral':
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/gyno/gpoli_1.jpg"></center>'
 		if pcs_vag = 0 and stat['hidden_vaginal'] > 0:
 			'You quickly undress and climb into the chair, spreading your legs and resting them in the stirrups. The leather-like surface feels strangely warm on your bottom, and it takes you a moment to realize that it is heated. The gynaecologist examines your vagina carefully with a speculum, and silently mumbles something to himself.'
-			act 'Have the check-up': gt 'gpoli', 'referral2'
+			act 'Have the check-up': gt 'pav_clinic', 'referral2'
 		else
 			'You''re a bit nervous as you enter the gynaecologist''s office. Your mother expects you to get a referral from him that states you''re still a virgin, except there''s one small problem... you''re not a virgin any more! Maybe you can work something out with him?'
 			if gpoliuborka = 2:
@@ -670,7 +670,7 @@ if $ARGS[0] = 'referral':
 					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/gyno/gpoli_3.jpg"></center>'
 					'You reluctantly take your clothes off, trying to put off the moment as long as you can. You know he will find out about your secret in a moment. Nevertheless, you don''t have any other option. Maybe you''ll get lucky and he won''t notice?'
-					act 'Sit in the chair': gt 'gpoli', 'referral2'
+					act 'Sit in the chair': gt 'pav_clinic', 'referral2'
 				end
 			end
 
@@ -693,9 +693,9 @@ if $ARGS[0] = 'referral':
 					'He nods again and says: "I see what you''re getting at. I might be able to help you, but I''m running a big risk by doing that. What''s in it for me?"'
 				end
 
-				act 'Offer him money':gt 'gpoli', 'spravka_money'
-				act 'Try to negotiate':gt 'gpoli', 'spravka_arrange'
-				act 'Just accept the referral as is':gt 'gpoli', 'badend'
+				act 'Offer him money':gt 'pav_clinic', 'spravka_money'
+				act 'Try to negotiate':gt 'pav_clinic', 'spravka_arrange'
+				act 'Just accept the referral as is':gt 'pav_clinic', 'badend'
 			end
 		end
 	end
@@ -731,7 +731,7 @@ if $ARGS[0] = 'referral2':
 		'He looks at you sternly and shakes his head: "I''m sorry <<$pcs_nickname>>, I can''t do that, that''s fraud! Do you have any idea how much trouble I could get into?"'
 	else
 		'The doctor frowns when he gives you the results: "I''m afraid I have some bad news, <<$pcs_nickname>>. You <<$gpoli_sick>>.'
-		if venera > 0: gs 'gpoli', 'std_check'
+		if venera > 0: gs 'pav_clinic', 'std_check'
 		'You''re also not a virgin any more, obviously."'
 		if pcs_vag = 0 and stat['hidden_vaginal'] > 0:
 			'Your heart begins to race when you hear that, your mother can''t find out! How could this have happened you''ve never even had sex!'
@@ -742,9 +742,9 @@ if $ARGS[0] = 'referral2':
 		'He looks at you sternly and shakes his head: "I''m sorry <<$pcs_nickname>>, but you are not an adult. I need her permission to treat you. And I can''t lie on a referral... that''s fraud! Do you have any idea how much trouble I could get into?"'
 	end
 
-	act 'Offer him money':gt 'gpoli', 'spravka_money'
-	act 'Try to negotiate':gt 'gpoli', 'spravka_arrange'
-	act 'Just accept the referral as is':gt 'gpoli', 'badend'
+	act 'Offer him money':gt 'pav_clinic', 'spravka_money'
+	act 'Try to negotiate':gt 'pav_clinic', 'spravka_arrange'
+	act 'Just accept the referral as is':gt 'pav_clinic', 'badend'
 end
 
 if $ARGS[0] = 'gynoblow':
@@ -792,7 +792,7 @@ if $ARGS[0] = 'gynoblow':
 			gs 'arousal', 'end'
 			gs 'stat'
 
-			act 'Leave':gt 'gpoli'
+			act 'Leave':gt 'pav_clinic'
 		end
 	end
 end
@@ -810,7 +810,7 @@ if $ARGS[0] = 'badend':
 	if $loc = 'kuhrPar':
 		act 'Leave': gt 'mother', 'referral'
 	else
-		act 'Leave': gt 'gpoli'
+		act 'Leave': gt 'pav_clinic'
 	end
 end
 
@@ -847,7 +847,7 @@ if $ARGS[0] = 'spravka_arrange':
 				gs 'stat'
 				'This is your chance! You quickly grab a nearly filled out form from his desk and run out of his examination room. Dr. Petrovich pulls up his pants again but doesn''t even follow you, knowing this would be way too awkward to explain to anyone else in the clinic. Looks like you win this one!'
 				'A while later, you fill out the rest of the form and nod to yourself as you think: "This should get <<$npc_nickname[''A29'']>> off my back for another month..."'
-				act 'Leave':gt 'gpoli'
+				act 'Leave':gt 'pav_clinic'
 			end
 		else
 			act 'Grab a referral form and run out of the room (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -863,7 +863,7 @@ if $ARGS[0] = 'spravka_arrange':
 		'You lick the tip of his cock teasingly. It''s a nice cock for sure, and the thought of servicing it even turns you on a little. Just because he more or less blackmailed you into doing this, that doesn''t mean you can''t enjoy yourself at the same time...'
 		'You slowly envelop his cock with your mouth, and begin to suck the head. After a minute or two you feel his hand at the back of your head. You want to raise your head and ask him what he wants, but he forces you to stay where it is and slowly pushes his hips forward, making you take more and more of his rod inside your mouth.'
 		act 'Give him a blowjob':
-			if venera > 0:gt 'gpoli', 'gynoblow', 'referral_blow'
+			if venera > 0:gt 'pav_clinic', 'gynoblow', 'referral_blow'
 			*clr & cla
 			if gpoli_doctorhavesex = 0:gpoli_doctorhavesex = 1 & guy += 1
 			gs 'stat'
@@ -988,7 +988,7 @@ if $ARGS[0] = 'spravka_arrange':
 											if $loc = 'kuhrPar':
 												act 'Leave': gt 'mother', 'referral'
 											else
-												act 'Leave': gt 'gpoli'
+												act 'Leave': gt 'pav_clinic'
 											end
 										end
 									end
@@ -1009,8 +1009,8 @@ if $ARGS[0] = 'spravka_arrange':
 			gs 'stat'
 			'You frown. You really don''t want to have sex with him, sex is what got you into this whole mess in the first place! You try one more time: "I can''t do that doctor. Please, show some compassion... could you give me a break, just this once? I just need some time to figure out how to tell my <<$npc_nickname[''A29'']>> about all this!"'
 			'His gaze is stone cold, without any sign of compassion. He says in an even tone: "So be it. Sorry <<$pcs_nickname>>, but that''s not how it works. I''m running a big enough risk as it is. If you''re not helping me, I''m not helping you."'
-			act 'Try to negotiate': gt 'gpoli', 'spravka_arrange'
-			act 'Just accept the referral as is': gt 'gpoli', 'badend'
+			act 'Try to negotiate': gt 'pav_clinic', 'spravka_arrange'
+			act 'Just accept the referral as is': gt 'pav_clinic', 'badend'
 		end
 	else
 		act 'You can''t do that (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -1039,11 +1039,11 @@ if $ARGS[0] = 'spravka_money':
 				forge_referral = 1
 				'Without giving it much thought, you say: "Deal!"'
 				'It''s not cheap, but this way you get another month to think of a solution before your mother finds out you are not a virgin. Dr. Petrovich takes your money and fills out a form, stating you are a virgin. He stamps it and hands it to you, and you carefully put it in your pocket while thanking him.'
-				act 'Leave':gt 'gpoli'
+				act 'Leave':gt 'pav_clinic'
 			end
 		end
-		act 'Just accept the referral as is':gt 'gpoli', 'badend'
-		act 'Try to negotiate':gt 'gpoli', 'spravka_arrange'
+		act 'Just accept the referral as is':gt 'pav_clinic', 'badend'
+		act 'Try to negotiate':gt 'pav_clinic', 'spravka_arrange'
 	else
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/gyno/gpoli_5.jpg"></center>'
 		'You carefully suggest: "Well, what if I give you money?"'
@@ -1051,8 +1051,8 @@ if $ARGS[0] = 'spravka_money':
 		'"Please? I could really use your help... please..." you beg as tears begin to fill your eyes. You sob: "I don''t know what else to do..."'
 		'He shakes his head resolutely and eyes you up and down as he says: "I would like to help a pretty young girl in need, but taking a bribe could get me struck off the Medical Register."'
 		'He lets those words linger in the air for a while, talking in a tone as if he''s not opposed to helping you. He''s resolute about not accepting money though, and is pausing to see if you will suggest something else instead.'
-		act 'Just accept the referral as is':gt 'gpoli', 'badend'
-		act 'Try to negotiate':gt 'gpoli', 'spravka_arrange'
+		act 'Just accept the referral as is':gt 'pav_clinic', 'badend'
+		act 'Try to negotiate':gt 'pav_clinic', 'spravka_arrange'
 	end
 end
 
@@ -1078,10 +1078,10 @@ if $ARGS[0] = 'spravka_money_pale':
 				'For a moment you you''re afraid he has to stick the needle in your asshole, as he even rubs you there. Fortunately, he finally settles on a location and swabs it with some disinfectant.'
 				'You feel a sharp pinch, then the feeling of a cold liquid being injected into your ass cheek. It isn''t as bad as you thought it was going to be, but you''re still relieved when it''s over.'
 				'"There, all done," the doctor says with a satisfied tone. He warns you: "It could take up to 30 days for the symptoms to fully disappear. Just be sure not to snort any more, or the cure will not work."'
-				act 'Leave':gt 'gpoli'
+				act 'Leave':gt 'pav_clinic'
 			end
 		end
-		act 'Try to negotiate':gt 'gpoli', 'spravka_arrange_pale'
+		act 'Try to negotiate':gt 'pav_clinic', 'spravka_arrange_pale'
 	else
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/gyno/gpoli_5.jpg"></center>'
 		'"Well, what if I give you money? I can pay you!" you suggest in desperation.'
@@ -1089,7 +1089,7 @@ if $ARGS[0] = 'spravka_money_pale':
 		'"Please? I could really use your help... please..." you beg as tears begin to fill your eyes. You sob: "I don''t know what else to do!"'
 		'He shakes his head resolutely and eyes you up and down as he says: "I would like to help a pretty young girl in need, but taking a bribe could get me struck off the Medical Register."'
 		'He lets those words linger in the air for a while, talking in a tone as if he''s not opposed to helping you. He''s resolute about not accepting money though, and is pausing to see if you will suggest something else.'
-		act 'Try to negotiate':gt 'gpoli', 'spravka_arrange_pale'
+		act 'Try to negotiate':gt 'pav_clinic', 'spravka_arrange_pale'
 	end
 end
 
@@ -1121,7 +1121,7 @@ if $ARGS[0] = 'spravka_arrange_pale':
 				if $loc = 'kuhrPar':
 					act 'leave': gt 'mother', 'referral'
 				else
-					act 'Leave':gt 'gpoli'
+					act 'Leave':gt 'pav_clinic'
 				end
 			end
 		else
@@ -1139,7 +1139,7 @@ if $ARGS[0] = 'spravka_arrange_pale':
 		gs 'stat'
 
 		act 'Give him a blowjob':
-			if venera > 0:gt 'gpoli', 'gynoblow'
+			if venera > 0:gt 'pav_clinic', 'gynoblow'
 			*clr & cla
 			if gpoli_doctorhavesex = 0:gpoli_doctorhavesex = 1 & guy += 1
 			gs 'stat'
@@ -1260,7 +1260,7 @@ if $ARGS[0] = 'spravka_arrange_pale':
 
 											gs 'arousal', 'end'
 											gs 'stat'
-											act 'Leave':gt 'gpoli'
+											act 'Leave':gt 'pav_clinic'
 										end
 									end
 								end
@@ -1284,7 +1284,7 @@ if $ARGS[0] = 'maternity_ward':
 	if hour >= 6 and hour <= 20:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/mward/mward.jpg"></center>'
 		'<center>You are at the maternity ward. There are alot of babies and nurses taking care of them.</center>'
-		act 'Leave':gt 'gpoli'
+		act 'Leave':gt 'pav_clinic'
 		if lactation['active'] > 0 and pcs_gpolimilkdonation = 3:
 			act 'Talk to the nurse (0:05)':
 				gs 'stat'
@@ -1293,7 +1293,7 @@ if $ARGS[0] = 'maternity_ward':
 				minut += 5
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/clinic/mward/old_nurse.jpg"></center>'
 				'Nurse: Hello <<$pcs_firstname>>, how can I help you?'
-				act 'Leave': gt 'gpoli', 'maternity_ward'
+				act 'Leave': gt 'pav_clinic', 'maternity_ward'
 				act 'Donate your breast milk (0:15)':
 					*clr & cla
 					lact_ev['gpoli_milkedvolume'] = 0
@@ -1323,7 +1323,7 @@ if $ARGS[0] = 'maternity_ward':
 							'The nurse grabs the nipple balm and applies it to your nipples. It feels nice on your nipples as she rubs it in.'
 						end
 						lactation['nipple_cream_applied'] = 1
-						act 'Continue':	gt 'gpoli', 'maternity_ward_donation'
+						act 'Continue':	gt 'pav_clinic', 'maternity_ward_donation'
 					end
 				end
 				act 'Check your file (0:05)':
@@ -1348,7 +1348,7 @@ if $ARGS[0] = 'maternity_ward':
 						'Paid money: <<((pcs_gpoli_totalmilkdonation/50)*100)>><b>₽</b>'
 						'<br>----------------------------------------'
 					end
-					act 'Leave': gt 'gpoli', 'maternity_ward'
+					act 'Leave': gt 'pav_clinic', 'maternity_ward'
 				end
 				!!act 'Mammography (1:00)':
 				!!
@@ -1454,7 +1454,7 @@ if $ARGS[0] = 'maternity_ward':
 							'She nods and cleans her hands.'
 							'Nurse: But I think, you should leave for now, so you can get used to your new ability...'
 							'She opens the door to let you out of the room'
-							act 'Leave': gt 'gpoli'
+							act 'Leave': gt 'pav_clinic'
 						end
 					else
 						act 'Explain yourself':
@@ -1542,12 +1542,12 @@ if $ARGS[0] = 'maternity_ward':
 									else
 										mward_donatess = rand(45,69)
 									end
-									act 'Leave':gt 'gpoli'
+									act 'Leave':gt 'pav_clinic'
 								end
 								act 'Refuse to donate':
 									*clr & cla
 									'You refuse to donate your breast milk. The nurse looks disappointed in you as you leave.'
-									act 'Leave':gt 'gpoli'
+									act 'Leave':gt 'pav_clinic'
 								end
 							else
 								pcs_gpolimilkdonation = 2
@@ -1626,12 +1626,12 @@ if $ARGS[0] = 'maternity_ward':
 									else
 										mward_donatess = rand(45, 69)
 									end
-									act 'Leave':gt 'gpoli'
+									act 'Leave':gt 'pav_clinic'
 								end
 								act 'Refuse to donate':
 									*clr & cla
 									'You refuse to donate your breast milk. The nurse looks disappointed in you as you leave.'
-									act 'Leave':gt 'gpoli'
+									act 'Leave':gt 'pav_clinic'
 								end
 							end
 						end
@@ -1713,10 +1713,10 @@ if $ARGS[0] = 'maternity_ward':
 						else
 							mward_donatess = rand(45, 69)
 						end
-						act 'Leave':gt 'gpoli'
+						act 'Leave':gt 'pav_clinic'
 					end
 				end
-				act 'Leave':gt 'gpoli'
+				act 'Leave':gt 'pav_clinic'
 			end
 		end
 	else
@@ -1733,8 +1733,8 @@ if $ARGS[0] = 'reception':
 	'You walk up to the reception and ask for help with your problem'
 	'The receptionist looks you up and down and tells you to visit the maternity ward. Someone over there would be able to help you.'
 	pcs_know_mward = 1
-	act 'Leave': gt 'gpoli'
-	act 'Go to maternity ward (0:05)': gt 'gpoli', 'maternity_ward'
+	act 'Leave': gt 'pav_clinic'
+	act 'Go to maternity ward (0:05)': gt 'pav_clinic', 'maternity_ward'
 end
 
 if $ARGS[0] = 'maternity_ward_donation':
@@ -1801,9 +1801,9 @@ if $ARGS[0] = 'maternity_ward_donation':
 			if lactation['breastmv'] > lactation['breastmm']/2 and lactation['breastmv'] >= 100000:
 				'The nurse looks at your breasts'
 				'Nurse: Looks like you could go for another pumping...shall we?'
-				act 'Have your breasts pumped again': gt 'gpoli', 'maternity_ward_donation'
+				act 'Have your breasts pumped again': gt 'pav_clinic', 'maternity_ward_donation'
 			else
-				act 'Ask to donate more': gt 'gpoli', 'maternity_ward_donation'
+				act 'Ask to donate more': gt 'pav_clinic', 'maternity_ward_donation'
 			end
 			act 'Enough for today':
 				*clr & cla
@@ -1816,7 +1816,7 @@ if $ARGS[0] = 'maternity_ward_donation':
 				end
 				act 'Leave':
 					lact_ev['gpoli_milkedvolume'] = 0
-					gt 'gpoli', 'maternity_ward'
+					gt 'pav_clinic', 'maternity_ward'
 				end
 			end
 		end

+ 2 - 2
locations/pav_commercial.qsrc

@@ -53,7 +53,7 @@ end
 *nl
 'A short distance away you can clearly see the golden domes of the <a href="exec:minut += 10 & gt ''ParChurch'',''start''">Church of St Nikolas</a>. It''s only a 10 minute walk to get there from here.'
 *nl
-'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>.'
+'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 ''pav_park'', ''start''">public park</a>.'
 
 gs'street_event','pav_commercial', 'extras'
 
@@ -111,7 +111,7 @@ else
 	$desc_txt5 = '<a href="exec:msg ''VTB Bank, which is closed right now. It will reopen again at 9:00''">VTB Bank</a>'
 end
 
-'<br>On the street across from the station is a small <a href="exec:minut += 5 & gt ''gpoli''">Avicenna clinic</a>. <<$Pharmname>> The building next door is shared by the local <<$desc_txt4>> and a <<$desc_txt5>>.'
+'<br>On the street across from the station is a small <a href="exec:minut += 5 & gt ''pav_clinic''">Avicenna clinic</a>. <<$Pharmname>> The building next door is shared by the local <<$desc_txt4>> and a <<$desc_txt5>>.'
 
 if hour >= 8 and hour <= 20:
 	$desc_txt3 = '<a href="exec:minut += 2 & gt ''shop'', ''start''">Pyaterochka</a>, a popular discount supermarket chain'

+ 12 - 12
locations/gskver.qsrc → locations/pav_park.qsrc

@@ -1,12 +1,12 @@
-# gskver
+# pav_park
 CLOSE ALL
 
 if $ARGS[0] = 'start':
 	*clr & cla
-	$loc = 'gskver'
+	$loc = 'pav_park'
 	$metka = 'start'
 	$location_type = 'public_outdoors'
-	$menu_loc = 'gskver'
+	$menu_loc = 'pav_park'
 	$menu_arg = 'start'
 	$locclass = 'city_park'
 	menu_off = 0
@@ -99,11 +99,11 @@ if $ARGS[0] = 'start':
 	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. Two paths lead out of the park. One brings you to the <a href="exec:minut += 5 & gt ''pav_commercial''">commercial</a> the other to the <a href="exec:minut += 5 & gt ''pav_residential''">residential</a> area.'
 	if ((month > 7 and day > 20) or (month = 9 and day < 16)) and week > 5 and hour > 8 and hour < 20 and alb_father_meeting = 0: 
-		'<br>You overhear someone speaking in front of a crowd. The crowd is quite rowdy, with lots of yelling and clapping throughout the <a href="exec: minut += 2 & gt ''gskver'', ''alb_father_meeting_1''">meeting</a>.'
+		'<br>You overhear someone speaking in front of a crowd. The crowd is quite rowdy, with lots of yelling and clapping throughout the <a href="exec: minut += 2 & gt ''pav_park'', ''alb_father_meeting_1''">meeting</a>.'
 	elseif ((month > 8 and day > 20) or (month = 10 and day < 16)) and week > 5 and hour > 8 and hour < 20 and alb_father_meeting = 1 and alb_father_day < daystart:
-		'Once again a large crowd has gathered in the town center. You can hear Albina''s father holding a public <a href="exec: minut += 2 & gt ''gskver'', ''alb_father_meeting_2''">meeting</a>.'
+		'Once again a large crowd has gathered in the town center. You can hear Albina''s father holding a public <a href="exec: minut += 2 & gt ''pav_park'', ''alb_father_meeting_2''">meeting</a>.'
 	elseif ((month > 9 and day > 20) or (month = 11 and day < 16)) and week > 5 and hour > 8 and hour < 20 and alb_father_meeting = 2 and alb_father_day < daystart:
-		'By this time you''re well aware that it''s Albina''s father that is holding a <a href="exec: minut += 2 & gt ''gskver'', ''alb_father_meeting_3''">meeting</a>, this time though they have erected a big stage.'
+		'By this time you''re well aware that it''s Albina''s father that is holding a <a href="exec: minut += 2 & gt ''pav_park'', ''alb_father_meeting_3''">meeting</a>, this time though they have erected a big stage.'
 	end
 	
 	*nl
@@ -165,7 +165,7 @@ if $ARGS[0] = 'start':
 			*nl
 			'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'
+			act 'Continue':gt 'pav_park', 'start'
 		end
 	end
 
@@ -190,7 +190,7 @@ if $ARGS[0] = 'start':
 			gs 'flash', 'tits', 'outdoors', 5
 			gs 'stat'
 
-			act 'Continue': gt 'gskver', 'start'
+			act 'Continue': gt 'pav_park', 'start'
 		end
 	end
 
@@ -204,7 +204,7 @@ if $ARGS[0] = 'start':
 			gs 'flash', 'pussy', 'outdoors', 5
 			gs 'stat'
 
-			act 'Continue': gt 'gskver', 'start'
+			act 'Continue': gt 'pav_park', 'start'
 		end
 	end
 
@@ -237,7 +237,7 @@ if $ARGS[0] = 'alb_father_meeting_1':
 	'You take a closer look to see that is Albina''s father holding the speech. He''s really going hard on the authorities while the crowd is getting more and more rowdy.'
 	'<i>"Calm down everyone, don''t take out your anger now, instead go and show them at the ballots how upset you truly are!!!"</i> Albina''s father finishes to cheers from the crowd.'
 
-	act 'Go on with your day': gt 'gskver', 'start'
+	act 'Go on with your day': gt 'pav_park', 'start'
 end
 
 if $ARGS[0] = 'alb_father_meeting_2':
@@ -251,7 +251,7 @@ if $ARGS[0] = 'alb_father_meeting_2':
 	'The crowd is keeping calm except his most die hard supporters that are yelling profanities against the current administration.'
 	'Albina''s father continues on, <i>"I''m just a regular guy, just like the rest of you! My opponents are jealous of my self-made fortune! Why would I be corrupt if I''m already well-off?! No one can pay me off!"</i> he slams the booth again.'
 	
-	act 'Go on with your day': gt 'gskver', 'start'
+	act 'Go on with your day': gt 'pav_park', 'start'
 end
 
 if $ARGS[0] = 'alb_father_meeting_3':
@@ -266,7 +266,7 @@ if $ARGS[0] = 'alb_father_meeting_3':
 	'The music starts and the dance group steps out, they''re all wearing really skimpy clothes and directly you can hear the hollering from the men while the females at the gathering are whispering amongst each other that they can''t believe that someone would walk out in those type of outfits...'
 	'You stay for a little while and watch the performance and after you get tired of it you move away while the music is still loudly playing in the background.'
 
-	act 'Leave': gt 'gskver', 'start'
+	act 'Leave': gt 'pav_park', 'start'
 end
 
 --- gskver ---------------------------------

+ 1 - 1
locations/pav_residential.qsrc

@@ -121,7 +121,7 @@ else
 	$schoolname = 'the local school.'
 end	
 
-'<br>In the center of Pavlovsk is the town square, which features the popular <a href="exec: minut += 2 & gt ''pav_commcenter''">community center</a>, a hotspot for the local teenagers to hangout at after a long day at <<$schoolname>></b> Connected to the town center is the old palace grounds which have now been turned into a large <a href="exec:minut += 5 & gt ''gskver'', ''start''">public park</a>. With the <a href="exec: minut += 5 & gt ''glake''">lake</a> nearby, the area can get quite busy, especially during the summer and winter when people can swim or skate at the lake.'
+'<br>In the center of Pavlovsk is the town square, which features the popular <a href="exec: minut += 2 & gt ''pav_commcenter''">community center</a>, a hotspot for the local teenagers to hangout at after a long day at <<$schoolname>></b> Connected to the town center is the old palace grounds which have now been turned into a large <a href="exec:minut += 5 & gt ''pav_park'', ''start''">public park</a>. With the <a href="exec: minut += 5 & gt ''glake''">lake</a> nearby, the area can get quite busy, especially during the summer and winter when people can swim or skate at the lake.'
 
 *nl
 !!made changes here, to remove direct links to the kids in the apartment complex, make sure this will work with the code left.

+ 1 - 1
locations/placer.qsrc

@@ -28,7 +28,7 @@ if place = 0:
 	if litltown = 1:$numplace = 'pav_residential'
 elseif place = 1:
 	!!square
-	$numplace = 'gskver'
+	$numplace = 'pav_park'
 elseif place = 2:
 	!!movie
 elseif place = 3:

+ 19 - 19
locations/placer_act.qsrc

@@ -51,7 +51,7 @@ if plact = 0:
 
 	act 'Drink some beer':plact = 1 & gt $curloc
 
-	if Frend_num = 0:act 'Decline and leave':gt 'gskver', 'start'
+	if Frend_num = 0:act 'Decline and leave':gt 'pav_park', 'start'
 
 	if Frend_num > 0:
 		act 'Leave with your friend':
@@ -68,7 +68,7 @@ if plact = 0:
 					act 'Leave your friend behind and go (<<will_cost>> Willpower)':
 						gs 'willpower', 'pay', 'self'
 						gs 'stat'
-						gt 'gskver', 'start'
+						gt 'pav_park', 'start'
 					end
 				else
 					act 'Leave your friend behind and go (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -123,7 +123,7 @@ if plact = 1:
 						act 'Refuse and leave (<<will_cost>> Willpower)':
 							gs 'willpower', 'pay', 'resist'
 							gs 'stat'
-							gt 'gskver', 'start'
+							gt 'pav_park', 'start'
 						end
 					else
 						act 'Refuse and leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -168,7 +168,7 @@ if plact = 1:
 								act 'Refuse to drink more and leave (<<will_cost>> Willpower)':
 									gs 'willpower', 'pay', 'resist'
 									gs 'stat'
-									gt 'gskver', 'start'
+									gt 'pav_park', 'start'
 								end
 							else
 								act 'Refuse to drink more and leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -193,7 +193,7 @@ if plact = 1:
 							end
 						end
 
-						act 'Leave':gt 'gskver', 'start'
+						act 'Leave':gt 'pav_park', '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.'
@@ -216,7 +216,7 @@ if plact = 1:
 							act 'Mumble an excuse and leave (<<will_cost>> Willpower)':
 								gs 'willpower', 'pay', 'resist'
 								gs 'stat'
-								gt 'gskver', 'start'
+								gt 'pav_park', 'start'
 							end
 						else
 							act 'Mumble an excuse and leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -281,7 +281,7 @@ if plact = 1:
 							end
 						end
 
-						act 'Leave':gt 'gskver', 'start'
+						act 'Leave':gt 'pav_park', 'start'
 					end
 				end
 			elseif know_gor_slut = 1 and BjBeerQW > 1 and bjgangrand = 1:
@@ -340,7 +340,7 @@ if plact = 1:
 							gs 'arousal', 'end'
 							gs 'stat'
 
-							act 'Find your way back to the main streets':gt 'gskver', 'start'
+							act 'Find your way back to the main streets':gt 'pav_park', 'start'
 						end
 					end
 				end
@@ -381,7 +381,7 @@ if plact = 1:
 						gs 'arousal', 'end'
 						gs 'stat'
 
-						act 'Leave the basement and return to the park':gt 'gskver', 'start'
+						act 'Leave the basement and return to the park':gt 'pav_park', 'start'
 					end
 				end
 			end
@@ -482,7 +482,7 @@ if plact = 1:
 								act 'Refuse and leave (<<will_cost>> Willpower)':
 									gs 'willpower', 'pay', 'resist'
 									gs 'stat'
-									gt 'gskver', 'start'
+									gt 'pav_park', 'start'
 								end
 							else
 								act 'Refuse and leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -516,7 +516,7 @@ if plact = 1:
 									act 'Refuse and leave (<<will_cost>> Willpower)':
 										gs 'willpower', 'pay', 'resist'
 										gs 'stat'
-										gt 'gskver', 'start'
+										gt 'pav_park', 'start'
 									end
 								else
 									act 'Refuse and leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -558,7 +558,7 @@ if plact = 1:
 								act 'Leave with your friend (<<will_cost>> Willpower)':
 									gs 'willpower', 'pay', 'resist'
 									gs 'stat'
-									gt 'gskver', 'start'
+									gt 'pav_park', 'start'
 								end
 							else
 								act 'Leave with your friend (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -604,7 +604,7 @@ if plact = 1:
 								KatjaBJ += 1
 							end
 
-							act 'Watch her leave with the stranger':gt 'gskver', 'start'
+							act 'Watch her leave with the stranger':gt 'pav_park', '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?"'
 
@@ -613,7 +613,7 @@ if plact = 1:
 								act 'Refuse and tell her to have fun (<<will_cost>> Willpower)':
 									gs 'willpower', 'pay', 'resist'
 									gs 'stat'
-									gt 'gskver', 'start'
+									gt 'pav_park', 'start'
 								end
 							else
 								act 'Refuse and tell her to have fun (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
@@ -712,25 +712,25 @@ if plact = 1:
 			gs 'stat'
 
 			if know_gor_slut = 0:
-				if slut_vid = 0:gt 'gskver', 'start'
+				if slut_vid = 0:gt 'pav_park', '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', 'start'
+						act 'Leave':gt 'pav_park', 'start'
 					else
-						gt 'gskver', 'start'
+						gt 'pav_park', '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', 'start'
+					act 'Return to the park':gt 'pav_park', 'start'
 				else
-					gt 'gskver', 'start'
+					gt 'pav_park', 'start'
 				end
 			end
 		end

+ 2 - 2
locations/placer_gskver.qsrc

@@ -182,7 +182,7 @@ if soniaPS=5 and rand(1,10)=>9 and hour>14 and hour<20:
 			gs 'arousal', 'end'
 			gs 'stat'
 			
-			act'Leave them be':gt 'gskver', 'start'
+			act'Leave them be':gt 'pav_park', 'start'
 		end
 	end
 end
@@ -248,7 +248,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', 'start'
+	act 'Finish your walk':gt 'pav_park', 'start'
 end
 
 gs 'stat'

+ 1 - 1
locations/skverdin.qsrc

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

+ 1 - 1
locations/succubus.qsrc

@@ -777,7 +777,7 @@ if $args[0] = 'sucwalkinggo':
 		elseif sucslpzone = 2:
 			if sctemp = 1: $sucgoloc = 'pav_commercial' & $sucgometka = ''
 			if sctemp = 2: $sucgoloc = 'pav_residential' & $sucgometka = ''
-			if sctemp = 3: $sucgoloc = 'gskver' & $sucgometka = 'start'
+			if sctemp = 3: $sucgoloc = 'pav_park' & $sucgometka = 'start'
 			if sctemp = 4: $sucgoloc = 'pav_train' & $sucgometka = ''
 			if sctemp = 5: $sucgoloc = 'gLake' & $sucgometka = ''
 		elseif sucslpzone = 3:

+ 3 - 3
locations/svidboy.qsrc

@@ -59,7 +59,7 @@ end
 
 if $ARGS[0] = 'parksvid':
 	if $home_town = 'pavlovsk':
-		$svidboy_home = 'gskver'
+		$svidboy_home = 'pav_park'
 		$svidboy_home_arg = 'start'
 	else
 		$svidboy_home = 'city_park'
@@ -250,7 +250,7 @@ end
 
 if $ARGS[0] = 'parksvid21':
 	if $home_town = 'pavlovsk':
-		$svidboy_home = 'gskver'
+		$svidboy_home = 'pav_park'
 		$svidboy_home_arg = 'start'
 	else
 		$svidboy_home = 'city_park'
@@ -301,7 +301,7 @@ end
 
 if $ARGS[0] = 'parksvid22':
 	if $home_town = 'pavlovsk':
-		$svidboy_home = 'gskver'
+		$svidboy_home = 'pav_park'
 		$svidboy_home_arg = 'start'
 	else
 		$svidboy_home = 'city_park'

+ 18 - 18
locations/zsoft_gopskverGorSlut.qsrc

@@ -116,7 +116,7 @@ if $ARGS[0] = '1':
 			*clr & cla
 			gs 'willpower', 'pay', 'resist'
 			gs 'stat'
-			gt 'gskver', 'start'
+			gt 'pav_park', '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>'
@@ -185,7 +185,7 @@ if $ARGS[0] = '2':
 	gs 'willpower', 'drink', 'resist', 'hard'
 	!!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'
+		act 'Leave (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'pav_park', 'start'
 	else
 		act 'Leave (<font color="red"><<will_cost>> Willpower</font>': '<br><font color="red">You don''t have enough willpower to leave.</font>'
 	end
@@ -389,7 +389,7 @@ if $ARGS[0] = '2':
 					With your spirit broken from the rough treatment, you don''t know any better but to just open your mouth and let him in. Vasily gladly accepts your unspoken invitation, and immediately shoves his cock deeper down your throat and begins to fuck your mouth. It''s a little hard to breathe at first, but after a while you get into the rhythm and just let him fuck your throat while your saliva runs down your chin. Then he pulls his cock from your mouth and sits down on the bench, next to his friends and tells you: "Alright... that was fun, but there''s no reason why we should do all the work. Your turn now, <<$pcs_nickname>>. Make it good."'
 				end
 
-				act 'Leave':gt 'gskver', 'start'
+				act 'Leave':gt 'pav_park', 'start'
 			else
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/sex/group/oral/o'+rand(1,33)+'.jpg"></center>'
 				gop_grup_oral_text = RAND(0,3)
@@ -415,7 +415,7 @@ if $ARGS[0] = '2':
 						*clr & cla
 						gs 'willpower', 'pay', 'resist'
 						gs 'stat'
-						gt 'gskver', 'start'
+						gt 'pav_park', '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>'
@@ -472,7 +472,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', 'start'
+				act 'Leave':gt 'pav_park', 'start'
 				act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 			end
 		end
@@ -516,7 +516,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', 'start'
+					act 'Leave':gt 'pav_park', 'start'
 					act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 				end
 			elseif will_cost > pcs_willpwr:
@@ -531,7 +531,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', 'start'
+		act 'Leave':gt 'pav_park', 'start'
 		act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 	}
 
@@ -603,7 +603,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', 'start'
+							act 'Leave':gt 'pav_park', 'start'
 							act 'Return to your friends':gt'zsoft_gopskverGorSlut','2'
 						end
 					end
@@ -618,7 +618,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', 'start'
+		act 'Leave':gt 'pav_park', 'start'
 		act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 	}
 
@@ -652,7 +652,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', 'start'
+	if ranadpercent>30: act 'Leave':gt 'pav_park', 'start'
 	if ranadpercent>30: act 'Return to your friends':gt'zsoft_gopskverGorSlut','2'
 end
 
@@ -724,7 +724,7 @@ if $ARGS[0] = 'cumface':
 
 		'<<$cum_face_text>>'
 		dynamic $dinrandcum
-		act 'Leave':gt 'gskver', 'start'
+		act 'Leave':gt 'pav_park', 'start'
 		act 'Return to drinking beer with the guys':gt'zsoft_gopskverGorSlut','2'
 	end
 end
@@ -748,7 +748,7 @@ if $ARGS[0] = 'cumface_group':
 		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', 'start'
+		act 'Leave':gt 'pav_park', 'start'
 		act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 	end
 end
@@ -772,7 +772,7 @@ if $ARGS[0] = 'cummouth':
 		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', 'start'
+		act 'Leave':gt 'pav_park', 'start'
 		act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 	end
 end
@@ -794,7 +794,7 @@ if $ARGS[0] = 'cummouth_group':
 		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', 'start'
+		act 'Leave':gt 'pav_park', 'start'
 		act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 	end
 end
@@ -811,7 +811,7 @@ if $ARGS[0] = 'cumbody':
 		if randpgifb<=50:'<center><video autoplay loop src="images/locations/pavlovsk/park/gop/sex/oral/cum/gif/cumb'+rand(1,2)+'.mp4"></video></center>'
 		'A fountain of cum erupts over your body as he furiously strokes his cock, coating your boobs and stomach with his sperm.'
 
-		act 'Leave':gt 'gskver', 'start'
+		act 'Leave':gt 'pav_park', 'start'
 		act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 	end
 end
@@ -832,7 +832,7 @@ if $ARGS[0] = 'cumass':
 		'<<$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', 'start'
+		act 'Leave the guys alone':gt 'pav_park', 'start'
 		act 'Get back to drinking with the guys':gt'zsoft_gopskverGorSlut','2'
 	end
 end
@@ -867,7 +867,7 @@ if $ARGS[0] = 'cumass_group':
 			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', 'start'
+			act 'Leave the guys alone':gt 'pav_park', 'start'
 			act 'Get back to drinking with the guys':gt'zsoft_gopskverGorSlut','2'
 		end
 	end
@@ -886,7 +886,7 @@ if $ARGS[0] = 'cumpussy':
 		'<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', 'start'
+		act 'Leave':gt 'pav_park', 'start'
 		act 'Return to the guys':gt'zsoft_gopskverGorSlut','2'
 	end
 end