Bladeren bron

[changed] corrected menu order in various files.

3xpurt 5 jaren geleden
bovenliggende
commit
825cbe2267

+ 42 - 42
locations/gadforest.qsrc

@@ -78,6 +78,48 @@ if $ARGS[0] = '1':
 		if foresteventrand = 9 and hour >= 8 and hour <= 15 and month >= 4 and month <= 10 and gadboyday ! daystart and week > 5: gt 'gadforest_event', 'gopforest_3boys'
 	end
 
+	act 'Leave the woods':
+		if $clothingworntype = 'nude':
+			*clr & cla
+			inhib_exp += rand(0,2)
+			if hour >= 6 and hour < 22:
+				if rand(0,100) > 50:
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/forest/gadukino_nude.jpg"></center>'
+				else
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/forest/gadukino_back.jpg"></center>'
+				end
+			else
+				if rand(0,100) > 50:
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/forest/gadukino_nude.jpg"></center>'
+				else
+					'<center><img <<$set_imgh>> src="images/locations/gadukino/forest/gadukino_back_night.jpg"></center>'
+				end
+			end
+			if clothesAtLocation = 0:
+				inhib_exp += rand(0,2)
+				'You seem to have misplaced your clothes! You have little choice but to sneak out the woods, hiding your naked body in shadow and moving toward your grandparents house. You wonder where you might have left your clothes.'
+			elseif gadforest_clothestorn = 1:
+				! no clothes here, they must be ripped apart enough times in the woods or swamp to get destroyed.
+				gadforest_clothestorn = 0
+				'Your clothes were torn to shreds in the woods, leaving you with no choice but to head back completely naked, hiding your naked body in shadow and move toward your grandparents house as stealthily as possible.'
+			elseif clothesAtLocation = 1:
+				'You decide to stash your belongings and sneak out the woods completely naked, purely for the thrill of it, hiding your naked body in shadow and moving toward your grandparents house, avoiding any well lit areas.'
+			end
+			act 'Run back home naked':
+				minut += 30
+				gt'gadforest', 'caught'
+			end
+		elseif $clothingworntype = 'cheap' and clothingwornnumber = 414:
+			if clothesAtLocation = 1:
+				'You should pickup your clothes and get dressed before you leave'
+			end
+		else
+			minut += 30
+			gs 'stat'
+			gt 'gadroad'
+		end
+	end
+
 	! can only be naked if successfully complete Mira gadforest_event, nude_event
 	if $clothingworntype ! 'nude' and clothesAtLocation = 0 and temper >= 15 and sunWeather = 1 and hour>=6 and hour<=20 and miratalkforest > 1 and MiraLoc ! 3 and (pcs_inhib >= 25 or exhibitionist_lvl > 1):
 		act'Strip naked':
@@ -268,48 +310,6 @@ if $ARGS[0] = '1':
 			act 'Go to the swamp':gt 'gadforest_event', 'swamp_road'
 		end
 	end
-
-	act 'Leave the woods':
-		if $clothingworntype = 'nude':
-			*clr & cla
-			inhib_exp += rand(0,2)
-			if hour >= 6 and hour < 22:
-				if rand(0,100) > 50:
-					'<center><img <<$set_imgh>> src="images/locations/gadukino/forest/gadukino_nude.jpg"></center>'
-				else
-					'<center><img <<$set_imgh>> src="images/locations/gadukino/forest/gadukino_back.jpg"></center>'
-				end
-			else
-				if rand(0,100) > 50:
-					'<center><img <<$set_imgh>> src="images/locations/gadukino/forest/gadukino_nude.jpg"></center>'
-				else
-					'<center><img <<$set_imgh>> src="images/locations/gadukino/forest/gadukino_back_night.jpg"></center>'
-				end
-			end
-			if clothesAtLocation = 0:
-				inhib_exp += rand(0,2)
-				'You seem to have misplaced your clothes! You have little choice but to sneak out the woods, hiding your naked body in shadow and moving toward your grandparents house. You wonder where you might have left your clothes.'
-			elseif gadforest_clothestorn = 1:
-				! no clothes here, they must be ripped apart enough times in the woods or swamp to get destroyed.
-				gadforest_clothestorn = 0
-				'Your clothes were torn to shreds in the woods, leaving you with no choice but to head back completely naked, hiding your naked body in shadow and move toward your grandparents house as stealthily as possible.'
-			elseif clothesAtLocation = 1:
-				'You decide to stash your belongings and sneak out the woods completely naked, purely for the thrill of it, hiding your naked body in shadow and moving toward your grandparents house, avoiding any well lit areas.'
-			end
-			act 'Run back home naked':
-				minut += 30
-				gt'gadforest', 'caught'
-			end
-		elseif $clothingworntype = 'cheap' and clothingwornnumber = 414:
-			if clothesAtLocation = 1:
-				'You should pickup your clothes and get dressed before you leave'
-			end
-		else
-			minut += 30
-			gs 'stat'
-			gt 'gadroad'
-		end
-	end
 	if rand(1,10)> 9: gs 'gadforest', 'torncloth'
 	gs 'stat'
 end

+ 4 - 4
locations/gadriver.qsrc

@@ -70,8 +70,8 @@ if $ARGS[0] = 'start':
 				act 'Finish':minut += 10 & gt'gadukino'
 			end
 		else
-			act 'Go to the beach':gt 'gadriver', 'gadbitch'
 			act 'Go to Gadukino':minut += 20 & MiraLoc ! 1 & gt 'gadukino'
+			act 'Go to the beach':gt 'gadriver', 'gadbitch'
 		end
 	elseif temp_gr = 5 and MiraLoc ! 1 and npc_QW['A63'] >= 13 and hour >= 5 and sub > 0:
 		if mitkaguysriver ! daystart:
@@ -102,8 +102,8 @@ if $ARGS[0] = 'start':
 				act 'Leave': gt'gadukino'
 			end
 		else
-			act 'Go to the beach':gt 'gadriver', 'gadbitch'
 			act 'Go to Gadukino':minut += 20 & MiraLoc ! 1 & gt 'gadukino'
+			act 'Go to the beach':gt 'gadriver', 'gadbitch'
 		end
 	elseif temp_gr = 6 and MiraLoc ! 1 and npc_QW['A63'] >= 13 and hour >= 5 and sub > 0:
 		if mitkaguysriver ! daystart:
@@ -134,12 +134,12 @@ if $ARGS[0] = 'start':
 				act 'Finish': gt'gadukino'
 			end
 		else
-			act 'Go to the beach':gt 'gadriver', 'gadbitch'
 			act 'Go to Gadukino':minut += 20 & MiraLoc ! 1 & gt 'gadukino'
+			act 'Go to the beach':gt 'gadriver', 'gadbitch'
 		end
 	else
-		act 'Go to the beach':gt 'gadriver', 'gadbitch'
 		act 'Go to Gadukino':minut += 20 & MiraLoc ! 1 & gt 'gadukino'
+		act 'Go to the beach':gt 'gadriver', 'gadbitch'
 	end
 end
 

+ 6 - 6
locations/gadroad.qsrc

@@ -28,8 +28,9 @@ end
 
 'A dirt road leading to the forest. You are surrounded by grainfields where the grains appear reaching all the way to the heavens.'
 
-act 'Take a detour to the field':minut += 10 & gt'gadfield','field'
+act 'Go to Gadukino':minut += 20 & gt'gadukino'
 act 'Go into the woods':minut += 30 & gt'gadforest','1'
+act 'Take a detour to the field':minut += 10 & gt'gadfield','field'
 if $clothingworntype = 'exercise' and $shoeworntype = 'trainers' and hour >= 6 and hour < 22 and daygadrun ! daystart:
 	act 'Go for a run (1:00)':
 		cls
@@ -46,11 +47,11 @@ if $clothingworntype = 'exercise' and $shoeworntype = 'trainers' and hour >= 6 a
 		elseif month=9 or month=10 or month=4 or month=5:
 			'<center><img <<$set_imgh>> src="images/locations/gadukino/village/gadbeg3.jpg"></center>'
 		else
-		    if musle >= salo: 
-			    '<center><img <<$set_imgh>> src="images/locations/gadukino/village/gadbeg1.jpg"></center>'
+			if musle >= salo: 
+				'<center><img <<$set_imgh>> src="images/locations/gadukino/village/gadbeg1.jpg"></center>'
 			else
-                '<center><img <<$set_imgh>> src="images/locations/gadukino/village/gadbeg2.jpg"></center>'
-            end    
+				'<center><img <<$set_imgh>> src="images/locations/gadukino/village/gadbeg2.jpg"></center>'
+			end	   
 		end
 		'You run for an hour enjoying the scenery.'
 
@@ -59,7 +60,6 @@ if $clothingworntype = 'exercise' and $shoeworntype = 'trainers' and hour >= 6 a
 elseif ($clothingworntype ! 'exercise' or $shoeworntype ! 'trainers') and hour >= 6 and hour < 22 and daygadrun ! daystart:
 	'You could go for a run here if you were wearing sports clothes and shoes.'
 end
-act 'Go to Gadukino':minut += 20 & gt'gadukino'
 
 --- gadroad ---------------------------------
 

+ 44 - 44
locations/kompMFCtwo.qsrc

@@ -514,50 +514,50 @@ if backmfc = 0 and webpopular >= 50 and pcs_ass > 25 and clientask = 81:
 	end
 end
 
-!if backmfc = 0 and webpopular >= 50 and pcs_ass > 10 and pcs_vag > 10 and sub > 50 and alko >= 6 and clientask = 80:
-!	cls
-!	gs 'stat'
-!	'When one of your loyal visitors speaks up, you feel a weird knot in your throat. He''s usually making rather insensitive comments and seems to enjoy watching you squirm, but he pays well.'
-!	'"I want to really see you suffer today", he types. "I''ll give you a lot of tokens if you do this, but it will hurt: Find a hook and stick it inside your cunt. Then puncture your perineum with it, so it comes out your anus again."'
-!	act 'Do':
-!		cls
-!		mfcclients = 0
-!		webpopular += 5
-!		minut += 15
-!		agape = 3
-!		vgape = 3
-!		if pcs_apprnc > 100:
-!			tokens += RAND(500,1000)
-!		else
-!			tokens += RAND(250,500)
-!		end
-!		if webpopular < 15:
-!			tokens += RAND(250,500)
-!		elseif webpopular >= 15 and webpopular < 35:
-!			tokens += RAND(250,750)
-!		elseif webpopular >= 35 and webpopular < 75:
-!			tokens += RAND(500,750)
-!		elseif webpopular >= 75:
-!			tokens += RAND(500,1000)
-!		end
-!		gs 'stat'
-!		'<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore83.jpg"></center>'
-!		'You are afraid in anticipation of pain, what promises such an extreme, but the thirst for stronger tokens, so you agree and digging on the balcony, soon find what you need...'
-!		'Standing on all fours, you gently put the tip of his pussy, feeling, as he painfully begins to push against the thin wall between the vagina and the rectum.'
-!		'The alcohol in the blood is slightly dulls the pain, but not so, how would you like, so you, painfully biting her lip, slowly continue to push...'
-!		'The tears streaming squirt from the eye, when you finally protegee thin skin, but the torment is not over and you remember, for, to get the tokens, you also need to remove the hook out of your ass.'
-!		'Therefore, quietly squealing and whining with his hand, you slowly and sotorage bend hook, until finally not feel, as he rests against the inside ring of the anus.'
-!		'You push hard and in a minute you all-did manage to do it  - a bloody piece of metal comes out of your ass.'
-!		'A sharp pain was replaced by a dull and aching, but when you started to get this thing back, everything has changed  - it was painful as well, as then, when you have it stuffed in.'
-!		'A couple of minutes you finally pulled out of his embattled hell holes hook and crying, completely forgetting about the crowd of screaming spectators, promised myself never to repeat such...'
-!		act'Further':gt'Komp','waitclients'	   
-!	end
-!	act 'Ignore':
-!		cls
-!		webpopular -= 1
-!		gt'Komp','waitclients'
-!	end
-!end
+if backmfc = 0 and webpopular >= 50 and pcs_ass > 10 and pcs_vag > 10 and sub > 50 and alko >= 6 and clientask = 80:
+	cls
+	gs 'stat'
+	'When one of your loyal visitors speaks up, you feel a weird knot in your throat. He''s usually making rather insensitive comments and seems to enjoy watching you squirm, but he pays well.'
+	'"I want to really see you suffer today", he types. "I''ll give you a lot of tokens if you do this, but it will hurt: Find a hook and stick it inside your cunt. Then puncture your perineum with it, so it comes out your anus again."'
+	act 'Do':
+		cls
+		mfcclients = 0
+		webpopular += 5
+		minut += 15
+		agape = 3
+		vgape = 3
+		if pcs_apprnc > 100:
+			tokens += RAND(500,1000)
+		else
+			tokens += RAND(250,500)
+		end
+		if webpopular < 15:
+			tokens += RAND(250,500)
+		elseif webpopular >= 15 and webpopular < 35:
+			tokens += RAND(250,750)
+		elseif webpopular >= 35 and webpopular < 75:
+			tokens += RAND(500,750)
+		elseif webpopular >= 75:
+			tokens += RAND(500,1000)
+		end
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/shared/Accessories/computer/camwhore83.jpg"></center>'
+		'You are afraid in anticipation of pain, what promises such an extreme, but the thirst for stronger tokens, so you agree and digging on the balcony, soon find what you need...'
+		'Standing on all fours, you gently put the tip of his pussy, feeling, as he painfully begins to push against the thin wall between the vagina and the rectum.'
+		'The alcohol in the blood is slightly dulls the pain, but not so, how would you like, so you, painfully biting her lip, slowly continue to push...'
+		'The tears streaming squirt from the eye, when you finally protegee thin skin, but the torment is not over and you remember, for, to get the tokens, you also need to remove the hook out of your ass.'
+		'Therefore, quietly squealing and whining with his hand, you slowly and sotorage bend hook, until finally not feel, as he rests against the inside ring of the anus.'
+		'You push hard and in a minute you all-did manage to do it	- a bloody piece of metal comes out of your ass.'
+		'A sharp pain was replaced by a dull and aching, but when you started to get this thing back, everything has changed  - it was painful as well, as then, when you have it stuffed in.'
+		'A couple of minutes you finally pulled out of his embattled hell holes hook and crying, completely forgetting about the crowd of screaming spectators, promised myself never to repeat such...'
+		act'Further':gt'Komp','waitclients'
+	end
+	act 'Ignore':
+		cls
+		webpopular -= 1
+		gt'Komp','waitclients'
+	end
+end
 
 --- kompMFCtwo ---------------------------------
 

+ 35 - 35
locations/narkopriton.qsrc

@@ -9,9 +9,9 @@ menu_off = 1
 'A local drug den, where you know addicts come to buy and use heroin in peace.'
 'A skinny guy opens the door, with a paranoid look in his eyes. He says doubtfully: "Are you sure you can afford to be here? My product ain''t cheap..."'
 
+act 'Get out of here': minut += 5 & gt 'street'
 act 'You roll your eyes and push the door open': gt 'narkopriton', 'start'
 
-act 'Get out of here': minut += 5 & gt 'street'
 
 if $ARGS[0] = 'start':
 	*clr & cla
@@ -19,20 +19,20 @@ if $ARGS[0] = 'start':
 	'<center><img <<$set_imgh>> src="images/locations/city/residential/den/narkopriton.jpg"></center>'
 	'The skinny guy at the door looks you up and down as you enter, "So what can I get for you, honey?"'
 	if drugUser = 1:
-		act 'Leave the drug den': minut += 5 & gt 'street' 	   
+		act 'Leave the drug den': minut += 5 & gt 'street'
 		act 'Ask for heroin': gt 'narkopriton', 'heroin'
 		act 'Ask for amphetamine': gt 'narkopriton', 'amphetamine'
-		!!act 'Ask for joints': gt 'narkopriton', 'joint'		
+		!!act 'Ask for joints': gt 'narkopriton', 'joint'
 	 if StoryLine = 1 and snarkozak = 0:
-	        act 'Ask for a drop-off point in Pavlovsk':
+			act 'Ask for a drop-off point in Pavlovsk':
 				minut +=5
 				gs 'events', 'narkozakladka'
-			end	
-	    end
+			end
+		end
 	elseif drugUser = 0:
 		'"Ahhh, what do you have?" you ask.'
 		'His eyes light up at a freshy and smiles wildy, "Well I have some H and amphetamine."'
-		act 'Leave the drug den': minut += 5 & gt 'street' 
+		act 'Leave the drug den': minut += 5 & gt 'street'
 		act 'Ask for heroin': gt 'narkopriton', 'heroin'
 		act 'Ask for amphetamine': gt 'narkopriton', 'amphetamine'
 		!!act 'Ask for joints': gt 'narkopriton', 'joint'
@@ -44,7 +44,7 @@ end
 if $ARGS[0] = 'kiteHigh':
 	act 'Leave the drug den':
 		minut += 15
-		gs 'events', 'snkayf1' 
+		gs 'events', 'snkayf1'
 	end
 end
 
@@ -57,16 +57,16 @@ if $ARGS[0] = 'amphetamine':
 	'You have <<amphetamine>> pills.'
 	act 'Leave the drug den': minut += 5 & gt 'street'
 	if money >= 1600:
-		act 'Buy 20 (1600 <b>₽</b>)': 
+		act 'Buy 20 (1600 <b>₽</b>)':
 			money -= 1600
 			drugUser = 1
 			amphetamine += 20
-			minut += 5			
+			minut += 5
 			gt 'narkopriton', 'amphetamine'
 		end
 	end
 	if money >= 800:
-		act 'Buy 10 (800 <b>₽</b>)': 
+		act 'Buy 10 (800 <b>₽</b>)':
 			money -= 800
 			drugUser = 1
 			amphetamine += 10
@@ -75,7 +75,7 @@ if $ARGS[0] = 'amphetamine':
 		end
 	end
 	if money >= 400:
-		act 'Buy 5 (400 <b>₽</b>)': 
+		act 'Buy 5 (400 <b>₽</b>)':
 			money -= 400
 			drugUser = 1
 			amphetamine += 5
@@ -84,7 +84,7 @@ if $ARGS[0] = 'amphetamine':
 		end
 	end
 	if money >= 80:
-		act 'Buy 1 (80 <b>₽</b>)': 
+		act 'Buy 1 (80 <b>₽</b>)':
 			money -= 80
 			drugUser = 1
 			amphetamine += 1
@@ -105,7 +105,7 @@ if $ARGS[0] = 'joints':
 	'You have <<joint>>.'
 	act 'Leave the drug den': minut += 5 & gt 'street'
 	if money >= 1000:
-		act 'Buy 20 (1000 <b>₽</b>)': 
+		act 'Buy 20 (1000 <b>₽</b>)':
 			money -= 1000
 			drugUser = 1
 			joint += 20
@@ -115,7 +115,7 @@ if $ARGS[0] = 'joints':
 		end
 	end
 	if money >= 500:
-		act 'Buy 10 (500 <b>₽</b>)': 
+		act 'Buy 10 (500 <b>₽</b>)':
 			money -= 500
 			drugUser = 1
 			joint += 10
@@ -125,7 +125,7 @@ if $ARGS[0] = 'joints':
 		end
 	end
 	if money >= 250:
-		act 'Buy 5 (250 <b>₽</b>)': 
+		act 'Buy 5 (250 <b>₽</b>)':
 			money -= 250
 			drugUser = 1
 			joint += 5
@@ -134,7 +134,7 @@ if $ARGS[0] = 'joints':
 		end
 	end
 	if money >= 50:
-		act 'Buy 1 (50 <b>₽</b>)': 
+		act 'Buy 1 (50 <b>₽</b>)':
 			money -= 50
 			drugUser = 1
 			joint += 1
@@ -176,7 +176,7 @@ if $ARGS[0] = 'heroin':
 					SNarkTimes += 1
 					drugUser = 1
 					gs 'stat'
-					act 'You lay there briefly rolling, before leaving': gs 'events', 'snkayf1' 
+					act 'You lay there briefly rolling, before leaving': gs 'events', 'snkayf1'
 				end
 				act 'You can''t help but think of all the horror stories and return the drugs':
 					*clr & cla
@@ -201,7 +201,7 @@ if $ARGS[0] = 'heroin':
 				act 'Leave the drug den': minut += 5 & gt 'street'
 			end
 		end
-	elseif money < 1000 and SLomka > 0: 
+	elseif money < 1000 and SLomka > 0:
 		act 'Beg him to give you some':	gs 'narkopriton', 'drugslut'
 	end
 	act 'Buy some amphetamine instead':	gt 'narkopriton', 'amphetamine'
@@ -214,12 +214,12 @@ if $ARGS[0] = 'drugslut':
 	'<center><img <<$set_imgh>> src="images/locations/city/residential/den/narkopriton.jpg"></center>'
 	minut += 5
 	gs 'stat'
-	
+
 	act 'Leave dejectedly':	minut += 5 & gt 'street'
-	
+
 	if NarkShmaraTimes > 0:
 		'"Bobka, please! You remember me, right? I''m good for it, you can trust me!" you beg him, but he gives you a wicked grin.'
-		'"Come on, <<$pcs_nickname>>! You know I don''t do credit!" he snorts.'		
+		'"Come on, <<$pcs_nickname>>! You know I don''t do credit!" he snorts.'
 		act 'Keep begging, promising you''ll do anything':
 			*clr & cla
 			minut += 5
@@ -227,12 +227,12 @@ if $ARGS[0] = 'drugslut':
 			'<center><img <<$set_imgh>> src="images/locations/city/residential/den/narkopriton.jpg"></center>'
 			'With a trembling lip, you drop to your knees and continue to beg: "Please! I''ll do anything... anything you want!"'
 			'He looks at you appreciatively for a moment, and gives you a short nod with his head: "Shut up, and follow me. I may have some for you, but you''re going to have to earn it."'
-			
+
 			act 'Follow him into the house':
 				*clr & cla
 				minut += 5
 				bobrand = rand(0, 4)
-				
+
 				if bobrand < 3:
 					$bobtalk = '"You know the drill. Get on your knees and start sucking!"'
 					$bobtext = 'Do as he says'
@@ -247,19 +247,19 @@ if $ARGS[0] = 'drugslut':
 				'<center><b>Local drug den</b></center>'
 				'<center><img <<$set_imgh>> src="images/locations/city/residential/den/narkopriton.jpg"></center>'
 				'You keep begging Bobka to give you some heroin, while you follow him to an empty room. He just laughs at you and says: <<$bobtalk>>'
-				
+
 				act '<<$bobtext>>':
 					NarkShmaraTimes += 1
 					gt 'bobka', bobrand
 				end
-				
-				act 'Change your mind and leave': 
+
+				act 'Change your mind and leave':
 					minut += 5
 					gt 'street'
 				end
-			end				
+			end
 		end
-	
+
 		if NarkShmaraTimes > 5:
 			act 'Submit to your fate':
 				*clr & cla
@@ -309,8 +309,8 @@ if $ARGS[0] = 'drugslut':
 				end
 			end
 		end
-		
-		act 'Leave dejectedly': minut += 5 & gt 'street'		
+
+		act 'Leave dejectedly': minut += 5 & gt 'street'
 	elseif NarkShmaraTimes = 0:
 		'You beg the man: "Please! I need a hit... I need it badly! Please, I''ll pay you back! I promise!"'
 		'The guy laughs: "Yea, sure. Do you know how many times a day I hear that? If I had a ruble for every time someone told me that, I would''ve retired by now! I don''t do credit, simple as that. Get lost."'
@@ -343,7 +343,7 @@ if $ARGS[0] = 'drugslut':
 
 					gs 'arousal', 'bj', 5, 'sub'
 					gs 'stat'
-					
+
 					act 'Take the hit right in front of him':
 						*clr & cla
 						minut += 5
@@ -359,11 +359,11 @@ if $ARGS[0] = 'drugslut':
 
 						gs 'arousal', 'end'
 						gs 'stat'
-						
+
 						act 'Leave the drug den': minut += 5 & gt 'street'
-					end				
+					end
 				end
-				
+
 				act 'Change your mind and leave': minut += 5 & gt 'street'
 			end
 		end

+ 1 - 1
locations/pavComplex.qsrc

@@ -404,8 +404,8 @@ if $ARGS[0] = 'garages':
 	end
 	if $CURACTS = '':
 		gs 'stat'
-		if StoryLine = 1: act 'Go to your stepfather''s garage': minut += 5 & gt 'gargazel'
 		act 'Go to the courtyard':minut += 2 & gt 'pavComplex', 'start'
+		if StoryLine = 1: act 'Go to your stepfather''s garage': minut += 5 & gt 'gargazel'
 	end
 !! garages
 end

+ 2 - 2
locations/pavComplexOld.qsrc

@@ -14,6 +14,8 @@ if $ARGS[0] = 'etaj_1':
 	'The entry doors are left unlocked and even if they werent, they look like fall apart any moment.'
 	
 	'Inside is a board with <a href="exec:gt ''pavComplexOld'', ''advert''">announcements</a> for the tenants.'
+
+	act 'Leave the building':gt 'pavcomplex', 'start'
 	
 	act 'Take the elevator':
 		*clr & cla
@@ -34,8 +36,6 @@ if $ARGS[0] = 'etaj_1':
 		'The stairs are as rundown as the rest of the apartment building.Thankfully there is no one I want to see on the floor above.'
 		act 'Turn back': gt 'pavComplexOld', 'etaj_1'
 	end
-
-	act 'Leave the building':gt 'pavcomplex', 'start'
 end
 
 if $ARGS[0] = 'advert':