瀏覽代碼

[added] menu variables to all locations with A

julzor 5 年之前
父節點
當前提交
277141f5de

+ 14 - 10
locations/AlbFatherQW.qsrc

@@ -1,14 +1,15 @@
 # AlbFatherQW
 $din_zajava_albfather = {
 	act 'Write a statement':
-		cls
+		*clr & cla
+		menu_off = 1
 		minut += 1
 		AlbFather = 2
 		gs 'stat'
 		'You''ve agreed to write a statement. The Captain nodded, "You''re a smart girl, you chose the right side of the law. Come to the car, I have everything there to take down your statement."'
 
 		act 'Go with Chernov':
-			cls
+			*clr & cla
 			minut += 1
 			AlbZaDay = daystart
 			gs 'stat'
@@ -21,14 +22,15 @@ $din_zajava_albfather = {
 
 $din_zajava_albfather_no2 = {
 	act 'Refuse':
-		cls
+		*clr & cla
+		menu_off = 1
 		minut += 1
 		AlbFather = -1
 		gs 'stat'
 		'You stubbornly refused to give any information to the officer. The Captain sighed in resignation , "If that''s the way you wanna play it, but just remember you just made yourself a bunch of enemies!"'
 
 		act 'Warn Albina':
-			cls
+			*clr & cla
 			minut += 1
 			AlbFrend = 1
 			ZvezdEnd = 1
@@ -42,14 +44,15 @@ $din_zajava_albfather_no2 = {
 
 $din_zajava_albfather_no = {
 	act 'Refuse to write a statement':
-		cls
+		*clr & cla
+		menu_off = 1
 		minut += 1
 		gs 'stat'
 		'You refused to write a statement, yet the captain still tried to persuade you. "Think of the consequences. If we don''t catch Albina, then it will be someone else. After all I don''t really mind as long as find a culprit, she''ll get nothing due to a lack of evidence..."'
 
 		if pcs_intel >= 80:
 			act 'Ask him why you should give him information':
-				cls
+				*clr & cla
 				minut += 1
 				gs 'stat'
 				'You asked the captain," If you already all I know then why do you need my testimony?" The captain replied, "To be honest, it''s not our jurisdiction, and to take direct action against a notorious Barlovskogo without hard evidence could lead to unpleasant consequences. A written deposition from you would be a guarantee of success for our operation."'
@@ -67,13 +70,14 @@ gs 'stat'
 
 'A car suddenly stops next to you. A man wearing a nice suit emerges from the vehicle. He introduces himself, "Captain Chernov. State Security Service," as he pulls out his liscence and badge. In surprise you blurt out, "Why are you here, what did I do, am I under arrest?" Captain Chernov asks you in a rhetorical manner, "You are <<$pcs_nickname>> <<$pcs_lastname>>? Let''s step aside and have a friendly chitchat."'
 act 'Move with Chernov':
-	cls
+	*clr & cla
+	menu_off = 1
 	minut += 1
 	gs 'stat'
 	'You start walking with Captain Chernov. Upon closer examination you notice he is holstering a gun under his left armpit. Looking around Chernov begins, "<<$pcs_nickname>>, I know that you are new to Zvezdushki''s entourage. We know that this is just a front. Zvezdushkam''s criminal activities are about to be put on hold, with or without your collaboration. Our little talk is not so important, what is though, is that when this case starts getting coverage, the whole town will know; what you did will be on everyone''s lips. But you did nothing you say. It doesn''t matter your name will be the talk of the town! You won''t go to jail; we''ll give you a big fine, inform your parents and your school, and you''ll have a permanent record with the police. Of course, there is a way we could avoid all this... "'
 
 	act 'Ask him how to avoid it':
-		cls
+		*clr & cla
 		minut += 1
 		gs 'stat'
 
@@ -84,14 +88,14 @@ act 'Move with Chernov':
 
 		if pcs_intel >= 70:
 			act 'You ask him why the security service is in charge of this affair instead of the police':
-				cls
+				*clr & cla
 				minut += 1
 				gs 'stat'
 				'You ask him what is so important with Albina, that they need security service and not the police. A frown forms on Captain Chernov''s brow, "I underestimated you; you''re a smart girl. Okay, I''ll show you my cards. You know who Albina''s father is? Barlovsky Boris, a retired police colonel. He served as chief of police in this town. He is retired now, but he still communicates with the police. "'
 
 				if pcs_intel >= 75:
 					act 'Tell him that he hasn''t answered your question':
-						cls
+						*clr & cla
 						minut += 1
 						gs 'stat'
 						'You tell the captain that he has not answered your question, why are the secret service now interested in the affairs of Albina. The captain nodded, "It''s very simple. Albina''s father decided to go into politics and become the mayor of the town. Some people would like to see him fail. What could be better than his daughter, leader of a sexcrime syndicate."'

+ 2 - 0
locations/AlbStarsEnd.qsrc

@@ -1,4 +1,6 @@
 # AlbStarsEnd
+
+menu_off = 1
 ZvezdEnd = 1
 AlbFather = 10
 AlbinaInPrison = 1

+ 13 - 7
locations/AnalPR.qsrc

@@ -4,8 +4,9 @@ if $ARGS[0] = '1':
 	$metka = $ARGS[0]
 	$loc = $CURLOC
     $location_type = 'event'
+	menu_off = 1
 
-	cls
+	*clr & cla
 	prosti = 0
 	money += ProsMoney*100
 	analprotect = 1
@@ -47,8 +48,9 @@ if $ARGS[0] = '2':
 	$metka = $ARGS[0]
 	$loc = $CURLOC
     $location_type = 'event'
-
-	cls
+	menu_off = 1
+	
+	*clr & cla
 	prosti = 0
 	gs'stat'
 
@@ -119,7 +121,8 @@ if $ARGS[0] = '2':
 end
 
 if $ARGS[0] = '3':
-	cls
+	*clr & cla
+	menu_off = 1
 	gs'stat'
 
 	'When the man stops, you think it''s because he came. Instead, you hear swearing.'
@@ -133,7 +136,8 @@ if $ARGS[0] = '3':
 end
 
 if $ARGS[0] = '4':
-	cls
+	*clr & cla
+	menu_off = 1
 	money += ProsMoney * 100
 	pcs_mood -= 30
 	pcs_health -= 30
@@ -159,7 +163,8 @@ if $ARGS[0] = '4':
 end
 
 if $ARGS[0] = '5':
-	cls
+	*clr & cla
+	menu_off = 1
 	pcs_throat += 1
 	gs'stat'
 
@@ -174,7 +179,8 @@ if $ARGS[0] = '5':
 end
 
 if $ARGS[0] = '6':
-	cls
+	*clr & cla
+	menu_off = 1
 	pcs_vag = pcs_vag + 1
 	money += ProsMoney*110
 	gs'stat'

+ 1 - 0
locations/AndreiHanter.qsrc

@@ -1,5 +1,6 @@
 # AndreiHanter
 
+menu_off = 1
 gs 'boystat', 'A172'
 harakBoy = 2
 boyage = npc_dob[$boy]

+ 3 - 0
locations/Autofight.qsrc

@@ -1,4 +1,7 @@
 # Autofight
+
+
+menu_off = 1
 if Formula = 0:Formula = 3
 
 $endurdin = {

+ 158 - 82
locations/abduction.qsrc

@@ -5,8 +5,8 @@ $metka = 'start'
 $loc = 'abduction'
 
 if $ARGS[0] = 'start':
-	*clr
-	cla
+	*clr & cla
+	menu_off = 1
 	i = rand(1, 2)
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/girltocar<<i>>.jpg"></center>'
 	'Suddenly you hear someone come up from behind. You feel something hit your head and everything goes black...'
@@ -14,8 +14,7 @@ if $ARGS[0] = 'start':
 end
 
 if $ARGS[0] = 'abdCarTrunk':
-	*clr
-	cla
+	*clr & cla
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/trunkint1.jpg"></center>'
 	'You wake up in a very tight dark place. You can feel that it is a car and you are probably in the trunk.'
 	'You try to kick the walls with your feet but after while you can see it''s pointless.'
@@ -23,8 +22,7 @@ if $ARGS[0] = 'abdCarTrunk':
 end
 
 if $ARGS[0] = 'abdRoomFirstEntry':
-	*clr
-	cla
+	*clr & cla
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/downstairs1.jpg"></center>'
 	'The car stops and you hear the sound of someone walking outside, suddenly the trunk opens up.'
 	'Before you manage to overcome the bright flow of daylight, you''re hoisted up by a strong man and carried into a house.'
@@ -33,7 +31,7 @@ if $ARGS[0] = 'abdRoomFirstEntry':
 end
 
 if $ARGS[0] = 'abdRoomFirstChaining':
-	cls
+	*clr & cla
 	i = rand(1, 5)
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/sex/shackled<<i>>.jpg"></center>'
 	'You''re thrown onto a dirty bed. The man forcibly removes your clothes and puts wrist and ankle shackles on you. He slaps a collar on your neck and leashes you to the wall.'
@@ -76,8 +74,10 @@ end
 if $ARGS[0] = 'abdRoom':
 	$loc = 'abduction'
 	$metka = 'abdRoom'
-	*clr
-	cla
+	$menu_loc = 'abduction'
+	$menu_arg = 'abdRoom'
+	menu_off = 0
+	*clr & cla
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/basement1.jpg"></center>'
 	'You are in a dark basement with only one window and some lights, chained to a wall by your collar.'
 	'You can only move few meters from the wall, reaching some stuff left for you by your abductors.'
@@ -93,7 +93,8 @@ if $ARGS[0] = 'abdRoom':
 end
 
 if $ARGS[0] = 'abdSomeoneComing':
-	cls
+	*clr & cla
+	menu_off = 1
 	minut += 1
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/downstairs2.jpg"></center>'
@@ -159,8 +160,8 @@ if $ARGS[0] = 'abdSomeoneComing':
 end
 
 if $ARGS[0] = 'abdExamStart':
-	*clr
-	cla
+	*clr & cla
+	menu_off = 1
 	minut += 5
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/examroom.jpg"></center>'
 	'You are unblinded in a very bright room, at first not able to see anything.'
@@ -171,8 +172,8 @@ if $ARGS[0] = 'abdExamStart':
 end
 
 if $ARGS[0] = 'abdExamResist':
-	*clr
-	cla
+	*clr & cla
+	menu_off = 1
 	'<center><video autoplay loop src="images/locations/shared/abduction/examslap.mp4"></video></center>'
 	'Being scared of what they''ll do to you, you start yelling and shaking to get loose of the leash.'
 	'Your captor is very strong and your leash and cuffs make your attempt futile.'
@@ -184,8 +185,8 @@ if $ARGS[0] = 'abdExamResist':
 end
 
 if $ARGS[0] = 'abdExamObey':
-	*clr
-	cla
+	*clr & cla
+	menu_off = 1
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/examsit.jpg"></center>'
 	'Willingly, like a slave you obviously just became, you climb up the chair and lie there, wondering what perverse things are going to happen to you.'
 	'The man ties you up anyway, probably to make sure you don''t try to escape after they start. It makes you even more nervous.'
@@ -194,8 +195,8 @@ if $ARGS[0] = 'abdExamObey':
 end
 
 if $ARGS[0] = 'abdExam1':
-	*clr
-	cla
+	*clr & cla
+	menu_off = 1
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/exam1.jpg"></center>'
 	'A man dressed like a doctor comes through the door.'
 	'Obviously not speaking to you but rather to the man sitting in the chair, the doctor says: "Wow, a nice catch indeed."'
@@ -222,8 +223,8 @@ if $ARGS[0] = 'abdExam1':
 end
 
 if $ARGS[0] = 'abdExam2':
-	*clr
-	cla
+	*clr & cla
+	menu_off = 1
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/exam2.jpg"></center>'
 	'The doctor leaves your body alone and prepares several needles filled with unknown fluids.'
 	'"Now there, our little slave, we will make sure you are healthy and ready to be trained."'
@@ -244,10 +245,9 @@ if $ARGS[0] = 'abdExam2':
 	act 'Continue':gt 'abduction', 'abdRoom'
 end
 
-
-
 if $ARGS[0] = 'abdBrokenGiveTools':
-	cls
+	*clr & cla
+	menu_off = 1
 	abdTools = 1
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/sex/slavewhoredildosbag.jpg"></center>'
@@ -269,7 +269,8 @@ if $ARGS[0] = 'abdBrokenGiveTools':
 end
 
 if $ARGS[0] = 'abdBreak1':
-	cls
+	*clr & cla
+	menu_off = 1
 	minut += 10
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/sex/questioned1.jpg"></center>'
@@ -300,8 +301,8 @@ if $ARGS[0] = 'abdBreak1':
 end
 
 if $ARGS[0] = 'abdBrokenGivePainkiller':
-	*clr
-	cla
+	*clr & cla
+	menu_off = 1
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/pill1.jpg"></center>'
 	'Master: "You have been a good slave so far. Good slaves are rewarded."'
 	'He hands you a single painkiller pill.'
@@ -311,7 +312,8 @@ if $ARGS[0] = 'abdBrokenGivePainkiller':
 end
 
 if $ARGS[0] = 'abdBrokenGivePainkillerYes':
-	cls
+	*clr & cla
+	menu_off = 1
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/pill2.jpg"></center>'
 	'You happily take the pill and swallow it immediately.'
 	sub += 2
@@ -325,7 +327,8 @@ if $ARGS[0] = 'abdBrokenGivePainkillerYes':
 end
 
 if $ARGS[0] = 'abdBrokenGivePainkillerNo':
-	cls
+	*clr & cla
+	menu_off = 1
 	'<center><video autoplay loop src="images/locations/shared/abduction/sex/pill1.mp4"></video></center>'
 	'Master: "Refusing a gift? It seems like this slaveslut needs to be reminded of her place."'
 	'He ties you down ontop of a table, securing your head.'
@@ -346,6 +349,7 @@ if $ARGS[0] = 'abdBrokenGivePainkillerNo':
 end
 
 if $ARGS[0] = 'abdBrokenAsk':
+	menu_off = 1
 	'Master: "Good. What do you want me to do to you, slaveslut?"'
 	sub += 5
 	gs 'stat'
@@ -366,7 +370,8 @@ if $ARGS[0] = 'abdBrokenAsk':
 end
 
 if $ARGS[0] = 'abdBreak2FuckA1':
-	cls
+	*clr & cla
+	menu_off = 1
 	sub += 5
 	broken += 1
 	gs 'cum_call', '', 'master', 0,'', spot, svol
@@ -382,7 +387,8 @@ if $ARGS[0] = 'abdBreak2FuckA1':
 end
 
 if $ARGS[0] = 'abdBreak2FuckA2':
-	cls
+	*clr & cla
+	menu_off = 1
 	gs 'cum_call', 'mouth', 'master', 0,'', spot, svol
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/sex/brokena2.jpg"></center>'
 	'Fucking you wildly for some time, your master stops before he orgasms.'
@@ -401,7 +407,8 @@ if $ARGS[0] = 'abdBreak2FuckA2':
 end
 
 if $ARGS[0] = 'abdBreak2FuckB1':
-	cls
+	*clr & cla
+	menu_off = 1
 	broken += 1
 	sub += 5
 	gs 'cum_call', 'mouth', 'Master'
@@ -418,7 +425,8 @@ if $ARGS[0] = 'abdBreak2FuckB1':
 end
 
 if $ARGS[0] = 'abdBreak2FuckB2':
-	cls
+	*clr & cla
+	menu_off = 1
 	pain['asshole'] += 1
 	broken += 1
 	gs 'cum_call', 'anus', 'Master'
@@ -433,7 +441,8 @@ if $ARGS[0] = 'abdBreak2FuckB2':
 end
 
 if $ARGS[0] = 'abdSleep':
-	cls
+	*clr & cla
+	menu_off = 1
 	minut += 240
 	pcs_sleep += 50
 	gs 'stat'
@@ -443,7 +452,8 @@ if $ARGS[0] = 'abdSleep':
 end
 
 if $ARGS[0] = 'abdEscape':
-	cls
+	*clr & cla
+	menu_off = 1
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/cellarwindow1.jpg"></center>'
 	'You are looking at the only window in the whole basement.'
 	'There is a lock on it, though.'
@@ -454,7 +464,8 @@ if $ARGS[0] = 'abdEscape':
 end
 
 if $ARGS[0] = 'abdEscapeWindow1':
-	cls
+	*clr & cla
+	menu_off = 1
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/cellarwindow1.jpg"></center>'
 	'You try to loosen the screws locking the window in place.'
 	minut += 10
@@ -472,7 +483,8 @@ if $ARGS[0] = 'abdEscapeWindow1':
 end
 
 if $ARGS[0] = 'abdEscapeWindow2':
-	cls
+	*clr & cla
+	menu_off = 1
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/cellarwindow1.jpg"></center>'
 	'You continue in your attempts to break the window.'
 	minut += 5
@@ -491,7 +503,8 @@ if $ARGS[0] = 'abdEscapeWindow2':
 end
 
 if $ARGS[0] = 'abdEscapeWindow3':
-	cls
+	*clr & cla
+	menu_off = 1
 	i = rand(1, 3)
 	gs 'underwear', 'wear'
 	gs 'underwear', 'dispose'
@@ -531,6 +544,9 @@ if $ARGS[0] = 'abdFood':
 	$locM = 'abduction'
 	$metka = 'abdFood'
 	$metkaM = 'abdFood'
+	$menu_loc = 'abduction'
+	$menu_arg = 'abdFood'
+	menu_off = 0
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/basement2.jpg"></center>'
 	'There are some water bottles and dried food beneath your bed.'
@@ -543,8 +559,8 @@ if $ARGS[0] = 'abdFood':
 		'<a href="exec:gt ''abduction'', ''abdEscape''">Go to the window</a>'
 	end
 	act 'Eat dried food (0:10)':
-		cla
-		*clr
+		*clr & cla
+		menu_off = 1
 		minut += 15
 		frost = 0
 		pcs_health += 10
@@ -567,8 +583,8 @@ if $ARGS[0] = 'abdFood':
 	end
 
 	act 'Drink water (0:05)':
-		cla
-		*clr
+		*clr & cla
+		menu_off = 1
 		minut += 5
 		frost = 1
 		pcs_health += 10
@@ -588,9 +604,7 @@ if $ARGS[0] = 'abdFood':
 
 	if abdTools = 1:
 		act 'Train with dildos':gt 'abduction', 'abdTrainDildos'
-		if breastpump > 0 and bp_unbox >= 1:
-			act 'Use breast pump':gt 'lact_lib', 'bp_milking'
-		end
+		if breastpump > 0 and bp_unbox >= 1: act 'Use breast pump':gt 'lact_lib', 'bp_milking'
 	end
 
 	if vitamin > 0:
@@ -598,9 +612,8 @@ if $ARGS[0] = 'abdFood':
 
 		if vitaminday ! daystart:
 			act 'Take vitamins (0:05)':
-				cla
-				*clr
-
+				*clr & cla
+				menu_off = 1
 				minut += 5
 				vitaminday = daystart
 				vitamin -= 1
@@ -630,8 +643,8 @@ if $ARGS[0] = 'abdFood':
 		gs 'cum_cleanup'
 		if pcs_sweat > 10: pcs_sweat = 10 + rand(0,4)
 
-		cla
-		*clr
+		*clr & cla
+		menu_off = 1
 		shampoo -= 1
 		minut += 15
 		pcs_horny += 1
@@ -648,8 +661,8 @@ end
 if $ARGS[0] = 'abdpushup':
 	$loc = 'abduction'
 	$metka = 'abdFood'
-	cla
-	*clr
+	*clr & cla
+	menu_off = 1
 	'<center><video autoplay loop src="images/pc/activities/push_naked.mp4"></video></center>'
 	gs 'exercise', 'tier2', 30, 'stren_exp'
 	'You do push-ups for <<$timestring>> minutes, improving your strength.'
@@ -669,7 +682,8 @@ if $ARGS[0] = 'abdpushup':
 end
 
 if $ARGS[0] = 'abdRape':
-	cls
+	*clr & cla
+	menu_off = 1
 	rapeCount += 1
 	rapeType = rand(1, 5)
 	sub += 3
@@ -790,7 +804,8 @@ if $ARGS[0] = 'abdTorture':
 end
 
 if $ARGS[0] = 'abdTortureA1':
-	cls
+	*clr & cla
+	menu_off = 1
 	pain['feet'] += 5
 	pain['hands'] += 5
 	minut += 10
@@ -804,7 +819,7 @@ if $ARGS[0] = 'abdTortureA1':
 end
 
 if $ARGS[0] = 'abdTortureA2':
-	cls
+	*clr & cla
 	pain['nipples'] += 5
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/sex/torturea2.jpg"></center>'
 	'Your tormentor secures a rope around your neck and starts to play with your idle nipples.'
@@ -818,7 +833,8 @@ if $ARGS[0] = 'abdTortureA2':
 end
 
 if $ARGS[0] = 'abdTortureA3':
-	cls
+	*clr & cla
+	menu_off = 1
 	pain['asshole'] += 5
 	pcs_ass += 1
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/sex/torturea3.jpg"></center>'
@@ -834,7 +850,8 @@ if $ARGS[0] = 'abdTortureA3':
 end
 
 if $ARGS[0] = 'abdTortureA4':
-	cls
+	*clr & cla
+	menu_off = 1
 	pain['tummy'] += 5
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/sex/torturea4.jpg"></center>'
 	'After what seems as eternity the tormentor comes back again.'
@@ -848,7 +865,8 @@ if $ARGS[0] = 'abdTortureA4':
 end
 
 if $ARGS[0] = 'abdTortureB1':
-	cls
+	*clr & cla
+	menu_off = 1
 	minut += 10
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/sex/tortureb1.jpg"></center>'
@@ -859,7 +877,8 @@ if $ARGS[0] = 'abdTortureB1':
 end
 
 if $ARGS[0] = 'abdTortureB2':
-	cls
+	*clr & cla
+	menu_off = 1
 	pain['asscheeks'] += 10
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/sex/tortureb2.jpg"></center>'
 	'You can hear tormentor going back to you.'
@@ -872,7 +891,8 @@ if $ARGS[0] = 'abdTortureB2':
 end
 
 if $ARGS[0] = 'abdTortureB3':
-	cls
+	*clr & cla
+	menu_off = 1
 	pain['asshole'] += 2
 	pain['vaginal'] += 2
 	pcs_ass += 1
@@ -887,7 +907,8 @@ if $ARGS[0] = 'abdTortureB3':
 end
 
 if $ARGS[0] = 'abdTortureB4':
-	cls
+	*clr & cla
+	menu_off = 1
 	minut += 10
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/sex/tortureb4.jpg"></center>'
@@ -896,7 +917,8 @@ if $ARGS[0] = 'abdTortureB4':
 end
 
 if $ARGS[0] = 'abdTortureC1':
-	cls
+	*clr & cla
+	menu_off = 1
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/sex/torturec1.jpg"></center>'
 	'Your tormentor looks angry. Your hands are tied behind your back, legs too...'
 	'He attaches a rope to your feet - you are lifted like a pig to be cleaned!'
@@ -909,7 +931,8 @@ if $ARGS[0] = 'abdTortureC1':
 end
 
 if $ARGS[0] = 'abdTortureC2':
-	cls
+	*clr & cla
+	menu_off = 1
 	minut += 10
 	pain['asscheeks'] += 60
 	pain['back'] += 50
@@ -925,7 +948,8 @@ if $ARGS[0] = 'abdTortureC2':
 end
 
 if $ARGS[0] = 'abdTortureD1':
-	cls
+	*clr & cla
+	menu_off = 1
 	minut += 10
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/sex/tortured1.jpg"></center>'
@@ -936,7 +960,8 @@ if $ARGS[0] = 'abdTortureD1':
 end
 
 if $ARGS[0] = 'abdTortureD2':
-	cls
+	*clr & cla
+	menu_off = 1
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/sex/tortured2.jpg"></center>'
 	'You are forced down on your knees ontop of some kind of weird bench. The ropes are fixed so you cannot move an inch.'
 	'Not able to see what is going on behind you, you suddenly feel something cold touching your asshole.'
@@ -949,7 +974,8 @@ if $ARGS[0] = 'abdTortureD2':
 end
 
 if $ARGS[0] = 'abdTortureD3':
-	cls
+	*clr & cla
+	menu_off = 1
 	pcs_throat += 1
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/sex/tortured3.jpg"></center>'
 	'Next is your tender pussy. Not giving you any time to adjust, the dildo is shoved in.'
@@ -964,7 +990,8 @@ if $ARGS[0] = 'abdTortureD3':
 end
 
 if $ARGS[0] = 'abdTortureD4':
-	cls
+	*clr & cla
+	menu_off = 1
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/sex/tortured4.jpg"></center>'
 	'Finally he comes back.'
 	'You are unplugged, but your torture is far from over.'
@@ -977,7 +1004,8 @@ if $ARGS[0] = 'abdTortureD4':
 end
 
 if $ARGS[0] = 'abdTortureD5':
-	cls
+	*clr & cla
+	menu_off = 1
 	pain['asshole'] += 5
 	pain['vaginal'] += 5
 	pcs_vag += 1
@@ -996,23 +1024,27 @@ if $ARGS[0] = 'abdTortureD5':
 end
 
 if $ARGS[0] = 'abdBeSold':
+	menu_off = 1
 	'Master: "We have a buyer for you."'
 	act 'I do not want to be sold':gt 'abduction', 'abdConsiderSold'
 	act 'I want to leave':gt 'abduction', 'abdSoldSauna'
 end
 
 if $ARGS[0] = 'abdConsiderSold':
+	menu_off = 1
 	'Master: "Are you sure slave? You will stay here and continue to be used.."'
 	act 'Yes, that''s what I want':gt 'abduction', 'abdNotSold'
 	act 'On second thought, I want to leave this place':gt 'abduction', 'abdSoldSauna'
 end
 
 if $ARGS[0] = 'abdNotSold':
+	menu_off = 1
 	'Master: "Very well. We will see each other soon again..."'
 	act 'Continue':gt 'abduction', 'abdRoom'
 end
 
 if $ARGS[0] = 'abdSoldSauna':
+	menu_off = 1
 	'"A nice lady from an established business" he smiles.'
 	'You are blindfolded and led away into a car.'
 	'After some time you are led through doors and finally you can see. You are in a backroom of a brothel.'
@@ -1032,7 +1064,8 @@ if $ARGS[0] = 'abdSoldSauna':
 end
 
 if $ARGS[0] = 'abdFailedCustomer':
-	cls
+	*clr & cla
+	menu_off = 1
 	abdCustomerFailCount += 1
 	minut += 5
 	gs 'stat'
@@ -1043,7 +1076,8 @@ if $ARGS[0] = 'abdFailedCustomer':
 end
 
 if $ARGS[0] = 'abdFailedCustomer1':
-	cls
+	*clr & cla
+	menu_off = 1
 	'<center><video autoplay loop src="images/locations/shared/abduction/sex/slavewhorefailed1.mp4"></video></center>'
 	'Your master is looking very upset.'
 	'First he takes some ropes and ties you up. Your breast start to turn purple from the lack of blood circulation, so tightly fastened they are.'
@@ -1054,7 +1088,8 @@ if $ARGS[0] = 'abdFailedCustomer1':
 end
 
 if $ARGS[0] = 'abdFailedCustomer2':
-	cls
+	*clr & cla
+	menu_off = 1
 	pain['asshole'] += 2
 	'<center><video autoplay loop src="images/locations/shared/abduction/sex/slavewhorefailed2.mp4"></video></center>'
 	'Being tied up and unable to resist in any way, a considerable plug is forced into your anus with little warning.'
@@ -1065,7 +1100,8 @@ if $ARGS[0] = 'abdFailedCustomer2':
 end
 
 if $ARGS[0] = 'abdFailedCustomer3':
-	cls
+	*clr & cla
+	menu_off = 1
 	pain['mouth'] += 5
 	pain['throat'] += 10
 	'<center><video autoplay loop src="images/locations/shared/abduction/sex/slavewhorefailed3.mp4"></video></center>'
@@ -1087,7 +1123,8 @@ if $ARGS[0] = 'abdFailedCustomer3':
 end
 
 if $ARGS[0] = 'abdFailedCustomerElectro1':
-	cls
+	*clr & cla
+	menu_off = 1
 	pain['pubic'] += 20
 	pain['nipples'] += 20
 	pain['breasts'] += 20
@@ -1104,7 +1141,8 @@ if $ARGS[0] = 'abdFailedCustomerElectro1':
 end
 
 if $ARGS[0] = 'abdFailedCustomerElectro2':
-	cls
+	*clr & cla
+	menu_off = 1
 	pain['asshole'] += 20
 	pain['tummy'] += 20
 	'<center><video autoplay loop src="images/locations/shared/abduction/sex/slavewhorefailedelectro2.mp4"></video></center>'
@@ -1120,7 +1158,8 @@ if $ARGS[0] = 'abdFailedCustomerElectro2':
 end
 
 if $ARGS[0] = 'abdFailedCustomerElectro3':
-	cls
+	*clr & cla
+	menu_off = 1
 	minut += 240
 	pain['feet'] += 10
 	pain['hands'] += 10
@@ -1140,7 +1179,8 @@ if $ARGS[0] = 'abdFailedCustomerElectro3':
 end
 
 if $ARGS[0] = 'abdFailedCustomerHook1':
-	cls
+	*clr & cla
+	menu_off = 1
 	pain['asshole'] += 5
 	'<center><video autoplay loop src="images/locations/shared/abduction/sex/slavewhorefailedhook1.mp4"></video></center>'
 	'You are put on all fours and chained. Your ass is high in the air, showing both your holes to anyone standing behind you.'
@@ -1153,7 +1193,8 @@ if $ARGS[0] = 'abdFailedCustomerHook1':
 end
 
 if $ARGS[0] = 'abdFailedCustomerHook2':
-	cls
+	*clr & cla
+	menu_off = 1
 	pain['labia'] += 20
 	pain['clitoris'] += 20
 	'<center><video autoplay loop src="images/locations/shared/abduction/sex/slavewhorefailedhook2.mp4"></video></center>'
@@ -1169,7 +1210,8 @@ if $ARGS[0] = 'abdFailedCustomerHook2':
 end
 
 if $ARGS[0] = 'abdFailedCustomerHook3':
-	cls
+	*clr & cla
+	menu_off = 1
 	pain['vaginal'] += 10
 	pain['cervix'] += 20
 	'<center><video autoplay loop src="images/locations/shared/abduction/sex/slavewhorefailedhook3.mp4"></video></center>'
@@ -1184,7 +1226,8 @@ if $ARGS[0] = 'abdFailedCustomerHook3':
 end
 
 if $ARGS[0] = 'abdFailedCustomerHook4':
-	cls
+	*clr & cla
+	menu_off = 1
 	minut += 240
 	pain['asshole'] += 30
 	pcs_ass += 1
@@ -1204,7 +1247,8 @@ if $ARGS[0] = 'abdFailedCustomerHook4':
 end
 
 if $ARGS[0] = 'abdFailedCustomerWhip1':
-	cls
+	*clr & cla
+	menu_off = 1
 	pain['labia'] += 5
 	pain['clitoris'] += 5
 	'<center><video autoplay loop src="images/locations/shared/abduction/sex/slavewhorewhip1.mp4"></video></center>'
@@ -1218,7 +1262,8 @@ if $ARGS[0] = 'abdFailedCustomerWhip1':
 end
 
 if $ARGS[0] = 'abdFailedCustomerWhip2':
-	cls
+	*clr & cla
+	menu_off = 1
 	pain['labia'] += 10
 	pain['clitoris'] += 10
 	pain['asscheeks'] += 20
@@ -1237,7 +1282,8 @@ if $ARGS[0] = 'abdFailedCustomerWhip2':
 end
 
 if $ARGS[0] = 'abdFailedCustomerWhip3':
-	cls
+	*clr & cla
+	menu_off = 1
 	pain['labia'] += 10
 	pain['clitoris'] += 10
 	pain['asshole'] += 10
@@ -1255,7 +1301,8 @@ if $ARGS[0] = 'abdFailedCustomerWhip3':
 end
 
 if $ARGS[0] = 'abdFailedCustomerWhip4':
-	cls
+	*clr & cla
+	menu_off = 1
 	pain['labia'] += 20
 	pain['clitoris'] += 20
 	pain['asshole'] += 20
@@ -1277,6 +1324,7 @@ if $ARGS[0] = 'abdFailedCustomerWhip4':
 end
 
 if $ARGS[0] = 'abdFailedCustomerChainedBack':
+	menu_off = 1
 	minut += 5
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/chainedback.jpg"></center>'
 	'After what seems as an eternity, you''re unbound and returned to your usual place, again restrained to the wall.'
@@ -1285,6 +1333,7 @@ if $ARGS[0] = 'abdFailedCustomerChainedBack':
 end
 
 if $ARGS[0] = 'abdTrainDildos':
+	menu_off = 1
 	dildoSmall = 10
 	dildoRegular = 20
 	dildoBig = 30
@@ -1303,6 +1352,7 @@ end
 
 
 if $ARGS[0] = 'abdTrainDildosVaginaGate':
+	menu_off = 1
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/sex/slavewhoredildos1.jpg"></center>'
 	act 'Pick the small dildo':gt 'abduction', 'abdTrainDildosSmall'
 	act 'Pick the regular dildo':gt 'abduction', 'abdTrainDildosRegular'
@@ -1312,6 +1362,7 @@ if $ARGS[0] = 'abdTrainDildosVaginaGate':
 end
 
 if $ARGS[0] = 'abdTrainDildosAnalGate':
+	menu_off = 1
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/sex/slavewhoredildos1.jpg"></center>'
 	act 'Pick the small dildo':gt 'abduction', 'abdTrainDildosAnalSmall'
 	act 'Pick the regular dildo':gt 'abduction', 'abdTrainDildosAnalRegular'
@@ -1321,6 +1372,7 @@ if $ARGS[0] = 'abdTrainDildosAnalGate':
 end
 
 if $ARGS[0] = 'abdTrainDildosMouthGate':
+	menu_off = 1
 	'<center><img <<$set_imgh>> src="images/locations/shared/abduction/sex/slavewhoredildos1.jpg"></center>'
 	act 'Pick the small dildo':gt 'abduction', 'abdTrainDildosMouthSmall'
 	act 'Pick the regular dildo':gt 'abduction', 'abdTrainDildosMouthRegular'
@@ -1330,6 +1382,7 @@ if $ARGS[0] = 'abdTrainDildosMouthGate':
 end
 
 if $ARGS[0] = 'abdTrainDildosSmall':
+	menu_off = 1
 	if pcs_vag > dildoSmall:
 		'You feel that your pussy can accomodate this dildo easily.'
 	else
@@ -1341,6 +1394,7 @@ if $ARGS[0] = 'abdTrainDildosSmall':
 end
 
 if $ARGS[0] = 'abdTrainDildosSmallUse':
+	menu_off = 1
 	dick = 10
 	if pcs_vag > dildoSmall:
 		'<center><video autoplay loop src="images/locations/shared/abduction/sex/slavewhoreDildosSmall.mp4"></video></center>'
@@ -1359,6 +1413,7 @@ if $ARGS[0] = 'abdTrainDildosSmallUse':
 end
 
 if $ARGS[0] = 'abdTrainDildosRegular':
+	menu_off = 1
 	if pcs_vag >= dildoRegular:
 		'You feel that your pussy can accomodate this dildo easily.'
 		act 'Use it':gt 'abduction', 'abdTrainDildosRegularUse'
@@ -1373,6 +1428,7 @@ if $ARGS[0] = 'abdTrainDildosRegular':
 end
 
 if $ARGS[0] = 'abdTrainDildosRegularUse':
+	menu_off = 1
 	dick = 20
 	if pcs_vag > dildoRegular:
 		'<center><video autoplay loop src="images/locations/shared/abduction/sex/slavewhoredildosregular.mp4"></video></center>'
@@ -1391,6 +1447,7 @@ if $ARGS[0] = 'abdTrainDildosRegularUse':
 end
 
 if $ARGS[0] = 'abdTrainDildosBig':
+	menu_off = 1
 	if pcs_vag >= dildoBig:
 		'You feel that your pussy can accomodate this dildo easily.'
 		act 'Use it':gt 'abduction', 'abdTrainDildosBigUse'
@@ -1405,6 +1462,7 @@ if $ARGS[0] = 'abdTrainDildosBig':
 end
 
 if $ARGS[0] = 'abdTrainDildosBigUse':
+	menu_off = 1
 	dick = 30
 	if pcs_vag > dildoBig:
 		'<center><video autoplay loop src="images/locations/shared/abduction/sex/slavewhoredildosbig.mp4"></video></center>'
@@ -1423,6 +1481,7 @@ if $ARGS[0] = 'abdTrainDildosBigUse':
 end
 
 if $ARGS[0] = 'abdTrainDildosHorse':
+	menu_off = 1
 	if pcs_vag >= dildoHorse:
 		'You feel that your pussy can accomodate this dildo easily.'
 		act 'Use it':gt 'abduction', 'abdTrainDildosHorseUse'
@@ -1437,6 +1496,7 @@ if $ARGS[0] = 'abdTrainDildosHorse':
 end
 
 if $ARGS[0] = 'abdTrainDildosHorseUse':
+	menu_off = 1
 	dick = 35
 	if pcs_vag > dildoHorse:
 		'<center><video autoplay loop src="images/locations/shared/abduction/sex/slavewhoredildoshorse.mp4"></video></center>'
@@ -1456,6 +1516,7 @@ end
 
 
 if $ARGS[0] = 'abdTrainDildosAnalSmall':
+	menu_off = 1
 	if pcs_ass > dildoSmall:
 		'You feel that your anus can accomodate this dildo easily.'
 	else
@@ -1467,6 +1528,7 @@ if $ARGS[0] = 'abdTrainDildosAnalSmall':
 end
 
 if $ARGS[0] = 'abdTrainDildosAnalSmallUse':
+	menu_off = 1
 	dick = 10
 	if pcs_ass > dildoSmall:
 		'<center><video autoplay loop src="images/locations/shared/abduction/sex/slavewhoredildosanalsmall.mp4"></video></center>'
@@ -1485,6 +1547,7 @@ if $ARGS[0] = 'abdTrainDildosAnalSmallUse':
 end
 
 if $ARGS[0] = 'abdTrainDildosAnalRegular':
+	menu_off = 1
 	if pcs_ass >= dildoRegular:
 		'You feel that your anus can accomodate this dildo easily.'
 		act 'Use it':gt 'abduction', 'abdTrainDildosAnalRegularUse'
@@ -1499,6 +1562,7 @@ if $ARGS[0] = 'abdTrainDildosAnalRegular':
 end
 
 if $ARGS[0] = 'abdTrainDildosAnalRegularUse':
+	menu_off = 1
 	dick = 20
 	if pcs_ass > dildoRegular:
 		'<center><video autoplay loop src="images/locations/shared/abduction/sex/slavewhoredildosanalregular.mp4"></video></center>'
@@ -1517,6 +1581,7 @@ if $ARGS[0] = 'abdTrainDildosAnalRegularUse':
 end
 
 if $ARGS[0] = 'abdTrainDildosAnalBig':
+	menu_off = 1
 	if pcs_ass >= dildoBig:
 		'You feel that your anus can accomodate this dildo easily.'
 		act 'Use it':gt 'abduction', 'abdTrainDildosAnalBigUse'
@@ -1531,6 +1596,7 @@ if $ARGS[0] = 'abdTrainDildosAnalBig':
 end
 
 if $ARGS[0] = 'abdTrainDildosAnalBigUse':
+	menu_off = 1
 	dick = 30
 	if pcs_ass > dildoBig:
 		'<center><video autoplay loop src="images/locations/shared/abduction/sex/slavewhoredildosanalbig.mp4"></video></center>'
@@ -1549,6 +1615,7 @@ if $ARGS[0] = 'abdTrainDildosAnalBigUse':
 end
 
 if $ARGS[0] = 'abdTrainDildosAnalHorse':
+	menu_off = 1
 	if pcs_ass >= dildoHorse:
 		'You feel that your anus can accomodate this dildo easily.'
 		act 'Use it':gt 'abduction', 'abdTrainDildosAnalHorseUse'
@@ -1563,6 +1630,7 @@ if $ARGS[0] = 'abdTrainDildosAnalHorse':
 end
 
 if $ARGS[0] = 'abdTrainDildosAnalHorseUse':
+	menu_off = 1
 	dick = 35
 	if pcs_ass > dildoBig:
 		'<center><video autoplay loop src="images/locations/shared/abduction/sex/slavewhoredildosanalhorse.mp4"></video></center>'
@@ -1581,6 +1649,7 @@ if $ARGS[0] = 'abdTrainDildosAnalHorseUse':
 end
 
 if $ARGS[0] = 'abdTrainDildosMouthSmall':
+	menu_off = 1
 	if pcs_throat > dildoSmall:
 		'You feel that your throat can accomodate this dildo easily.'
 	else
@@ -1592,6 +1661,7 @@ if $ARGS[0] = 'abdTrainDildosMouthSmall':
 end
 
 if $ARGS[0] = 'abdTrainDildosMouthSmallUse':
+	menu_off = 1
 	dick = 10
 	if pcs_throat > dildoSmall:
 		'<center><video autoplay loop src="images/locations/shared/abduction/sex/slavewhoredildosmouthsmall.mp4"></video></center>'
@@ -1610,6 +1680,7 @@ if $ARGS[0] = 'abdTrainDildosMouthSmallUse':
 end
 
 if $ARGS[0] = 'abdTrainDildosMouthRegular':
+	menu_off = 1
 	if pcs_throat >= dildoRegular:
 		'You feel that your throat can accomodate this dildo easily.'
 		act 'Use it':gt 'abduction', 'abdTrainDildosMouthRegularUse'
@@ -1624,6 +1695,7 @@ if $ARGS[0] = 'abdTrainDildosMouthRegular':
 end
 
 if $ARGS[0] = 'abdTrainDildosMouthRegularUse':
+	menu_off = 1
 	dick = 20
 	if pcs_throat > dildoRegular:
 		'<center><video autoplay loop src="images/locations/shared/abduction/sex/slavewhoredildosmouthregular.mp4"></video></center>'
@@ -1642,6 +1714,7 @@ if $ARGS[0] = 'abdTrainDildosMouthRegularUse':
 end
 
 if $ARGS[0] = 'abdTrainDildosMouthBig':
+	menu_off = 1
 	if pcs_throat >= dildoBig:
 		'You feel that your throat can accomodate this dildo easily.'
 		act 'Use it':gt 'abduction', 'abdTrainDildosMouthBigUse'
@@ -1656,6 +1729,7 @@ if $ARGS[0] = 'abdTrainDildosMouthBig':
 end
 
 if $ARGS[0] = 'abdTrainDildosMouthBigUse':
+	menu_off = 1
 	dick = 30
 	if pcs_throat > dildoBig:
 		'<center><video autoplay loop src="images/locations/shared/abduction/sex/slavewhoredildosmouthbig.mp4"></video></center>'
@@ -1674,6 +1748,7 @@ if $ARGS[0] = 'abdTrainDildosMouthBigUse':
 end
 
 if $ARGS[0] = 'abdTrainDildosMouthHorse':
+	menu_off = 1
 	if pcs_throat >= dildoHorse:
 		'You feel that your throat can accomodate this dildo easily.'
 		act 'Use it':gt 'abduction', 'abdTrainDildosMouthHorseUse'
@@ -1688,6 +1763,7 @@ if $ARGS[0] = 'abdTrainDildosMouthHorse':
 end
 
 if $ARGS[0] = 'abdTrainDildosMouthHorseUse':
+	menu_off = 1
 	dick = dildoHorse
 	if pcs_throat > dildoHorse:
 		'<center><video autoplay loop src="images/locations/shared/abduction/sex/slavewhoredildosmouthhorse.mp4"></video></center>'

+ 3 - 2
locations/abductionCustomer.qsrc

@@ -1,6 +1,7 @@
 # abductionCustomer
 
 if $ARGS[0] = 'abdCustomerGate':
+	menu_off = 1
 	'Master: "Hello, slave slut."'
 	'"I have a customer here, who came to rent you for a while. Do whatever he asks of you."'
 	buyout = 0
@@ -8,14 +9,15 @@ if $ARGS[0] = 'abdCustomerGate':
 end
 
 if $ARGS[0] = 'abdCustomerGateBuyout':
+	menu_off = 1
 	'Master: "Hello, slave slut."'
 	'"I have a customer here, who came to rent you for a while. Do whatever he asks of you."'
 	buyout = 1
 	act 'Yes, Master.':gt 'abductionCustomer', 'abdCustomerGo'
 end
 
-
 if $ARGS[0] = 'abdCustomerGo':
+	menu_off = 1
 	minut += 5
 	gs 'stat'
 	i = rand(1, 3)
@@ -170,7 +172,6 @@ if $ARGS[0] = 'abdCustomer':
 		$ageType = 'very old'
 	end
 
-
 	if buyout = 1:
 		$bName = 'Leonid'
 		$bSurname = 'Nosov'

+ 23 - 0
locations/agentned.qsrc

@@ -7,6 +7,10 @@ if $ARGS[0] = 'start':
 	$loc = $curloc
 	$metka = $ARGS[0]
 	$location_type = 'indoors'
+	$menu_loc = 'agentned'
+	$menu_arg = 'start'
+	menu_off = 0
+	
 	gs'stat'
 	gs'dina'
 	gs 'housing', 'rent'
@@ -53,6 +57,9 @@ if $ARGS[0] = 'buy':
 	$loc = $curloc
 	$metka = $ARGS[0]
 	$location_type = 'indoors'
+	$menu_loc = 'agentned'
+	$menu_arg = 'buy'
+	menu_off = 0
 	gs 'housing', 'sale'
 	'<center><b><font color = maroon>Real Estate Agency</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/realestate/agenstvo.jpg"></center>'
@@ -94,6 +101,9 @@ if $ARGS[0] = 'sell':
 	$loc = $curloc
 	$metka = $ARGS[0]
 	$location_type = 'indoors'
+	$menu_loc = 'agentned'
+	$menu_arg = 'sell'
+	menu_off = 0
 	gs 'housing', 'sale'
 	'<center><b><font color = maroon>Real Estate Agency</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/realestate/agenstvo.jpg"></center>'
@@ -107,6 +117,7 @@ if $ARGS[0] = 'sell':
 		'We have found a buyer for your renovated apartment in the city residential area. They will offer <<home_value1>> <b>₽</b>, minus 5% for fees and taxes, bringing the total to <<home_value1/100*95>>'
 		act 'Sell the renovated apartment':
 			*clr
+			menu_off = 1
 			'<center><b><font color = maroon>Real Estate Agency</font></b></center>'
 			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/realestate/agenstvo_paperwork.jpg"></center>'
 			minut += 30
@@ -128,6 +139,7 @@ if $ARGS[0] = 'sell':
 		'We have found a buyer for your apartment in the city residential area. They will offer <<home_value1>> <b>₽</b>, minus 5% for fees and taxes, bringing the total to <<home_value1/100*95>>'
 		act 'Sell the city apartment':
 			*clr
+			menu_off = 1
 			'<center><b><font color = maroon>Real Estate Agency</font></b></center>'
 			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/realestate/agenstvo_paperwork.jpg"></center>'
 			minut += 30
@@ -149,6 +161,7 @@ if $ARGS[0] = 'sell':
 		'We have found a buyer for your small communal cottage. They will offer <<home_value3>> <b>₽</b>, minus 5% for fees and taxes, bringing the total to <<home_value3/100*95>>'
 		act 'Sell the holiday cottage':
 			*clr
+			menu_off = 1
 			'<center><b><font color = maroon>Real Estate Agency</font></b></center>'
 			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/realestate/agenstvo_paperwork.jpg"></center>'
 			minut += 30
@@ -169,6 +182,7 @@ if $ARGS[0] = 'sell':
 		'We have found a buyer for your small renovated communal cottage. They will offer <<home_value3>> <b>₽</b>, minus 5% for fees and taxes, bringing the total to <<home_value3/100*95>>'
 		act 'Sell the renovated cottage':
 			*clr
+			menu_off = 1
 			'<center><b><font color = maroon>Real Estate Agency</font></b></center>'
 			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/realestate/agenstvo_paperwork.jpg"></center>'
 			minut += 30
@@ -189,6 +203,7 @@ if $ARGS[0] = 'sell':
 		'We have found a buyer for your vacant plot of land in the suburbs. They will offer <<home_value5>> <b>₽</b>, minus 5% for fees and taxes, bringing the total to <<home_value5/100*95>>'
 		act 'Sell the vacant plot':
 			*clr
+			menu_off = 1
 			'<center><b><font color = maroon>Real Estate Agency</font></b></center>'
 			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/realestate/agenstvo_paperwork.jpg"></center>'
 			minut += 30
@@ -221,6 +236,9 @@ if $ARGS[0] = 'rent':
 	$loc = $curloc
 	$metka = $ARGS[0]
 	$location_type = 'indoors'
+	$menu_loc = 'agentned'
+	$menu_arg = 'rent'
+	menu_off = 0
 	'<center><b><font color = maroon>Real Estate Agency</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/realestate/agenstvo.jpg"></center>'
 	*nl
@@ -252,6 +270,7 @@ end
 
 if $ARGS[0] = 'rent_cityres':
 	*clr & cla
+	menu_off = 1
 	gs 'housing', 'rent'
 	'<center><b><font color = maroon>Real Estate Agency</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/realestate/agenstvo.jpg"></center>'
@@ -300,6 +319,7 @@ end
 
 if $ARGS[0] = 'rent_pushkin':
 	*clr & cla
+	menu_off = 1
 	gs 'housing', 'rent'
 	'<center><b><font color = maroon>Real Estate Agency</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/realestate/agenstvo.jpg"></center>'
@@ -348,6 +368,7 @@ end
 
 if $ARGS[0] = 'buy_cityres':
 	*clr & cla
+	menu_off = 1
 	gs 'housing', 'sale'
 	minut += 30
 	karta -= home_value[1]
@@ -364,6 +385,7 @@ end
 
 if $ARGS[0] = 'buy_dacha':
 	*clr & cla
+	menu_off = 1
 	gs 'housing', 'sale'
 	minut += 30
 	karta -= home_value[3]
@@ -381,6 +403,7 @@ end
 
 if $ARGS[0] = 'buy_Mansion':
 	*clr & cla
+	menu_off = 1
 	gs 'housing', 'sale'
 	minut += 30
 	karta -= home_value[5]

+ 11 - 9
locations/albinaEv.qsrc

@@ -3,7 +3,8 @@ $din_albina_get_over_car = {
 	'A pair of strong hands grab you and pull you out of the car.'
 
 	act 'Further':
-		cls
+		*clr & cla
+		menu_off = 1
 		albinaCar = 1
 		gs 'stat'
 		$ImageNeededPlacholder
@@ -19,7 +20,8 @@ gs 'stat'
 
 if albinaCar = 0:
 	act 'Ask her if the car is hers':
-		cls
+		*clr & cla
+		menu_off = 1
 		albinaCar = 1
 		gs 'stat'
 
@@ -32,7 +34,7 @@ if albinaCar = 0:
 		'Albina goes quiet for a few seconds, seemingly thinking about something, then suddenly says "Let''s go for a ride."'
 
 		act 'Go with Albina':
-			cls
+			*clr & cla
 			minut += 5
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/albina/event/bmw.jpg"></center>'
@@ -42,7 +44,7 @@ if albinaCar = 0:
 			'As the car pushes further into the forest, you see an old building made of brick, with large chimneys jutting out of its saw-tooth roof.'
 
 			act 'Look around':
-				cls
+				*clr & cla
 				minut += 5
 				gs 'stat'
 				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/abandoned/factory/castle.jpg"></center>'
@@ -60,7 +62,7 @@ if albinaCar = 0:
 
 					if pcs_dom > 0:
 						act 'Jump behind the wheel':
-							cls
+							*clr & cla
 							minut += 5
 							gs 'stat'
 							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/albina/event/bmw.jpg"></center>'
@@ -70,7 +72,7 @@ if albinaCar = 0:
 								'Looking out the windows, you see the short one standing right in front of the car, touching the hood as if to stop you from driving forwards, while the tall one runs towards the driver side door.'
 
 								act 'Switch into reverse gear':
-									cls
+									*clr & cla
 									minut += 1
 									gs 'stat'
 									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/albina/event/bmw.jpg"></center>'
@@ -83,7 +85,7 @@ if albinaCar = 0:
 								end
 
 								act 'Put the pedal to the metal':
-									cls
+									*clr & cla
 									minut += 1
 									gs 'stat'
 									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/albina/event/bmw.jpg"></center>'
@@ -104,7 +106,7 @@ if albinaCar = 0:
 					end
 
 					act 'Get out of the car':
-						cls
+						*clr & cla
 						minut += 5
 						gs 'stat'
 						'<center><img <<$set_imgh>> src="images/locations/pavlovsk/abandoned/factory/castle.jpg"></center>'
@@ -114,7 +116,7 @@ if albinaCar = 0:
 					end
 
 					act 'Sit in the car':
-						cls
+						*clr & cla
 						minut += 5
 						gs 'stat'
 						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/albina/event/bmw.jpg"></center>'

+ 2 - 1
locations/albinaRide.qsrc

@@ -1,5 +1,6 @@
 # albinaRide
 frost = 0
+menu_off = 1
 albrideday = daystart
 gs 'stat'
 '<center><b><font color="maroon"><<$npc_firstname[''A23'']>> <<$npc_lastname[''A23'']>></font></b></center>'
@@ -7,7 +8,7 @@ gs 'stat'
 'Albina smiles at you and says, "Let''s go to my place and talk."'
 
 act 'Go with Albina':
-	cls
+	*clr & cla
 	minut += 5
 	gs 'stat'
 	'You sit in the back seat of a jeep, and next to you sits Albina. Behind the wheel sits a large man in a black leather jacket.'

+ 33 - 25
locations/albinahome.qsrc

@@ -3,7 +3,8 @@ CLOSE ALL
 
 if $ARGS[0] = 'start' or $ARGS[0] = '':
 	if beinalbinahome = 0:beinalbinahome = 1
-	cls
+	*clr & cla
+	menu_off = 1
 	frost = 0
 	gs 'stat'
 
@@ -16,7 +17,7 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
 			'Albina smiles at you affably and says, "<<$pcs_firstname>> I have a bottle of fine wine here, let''s drink."'
 
 			act 'Drink':
-				cls
+				*clr & cla
 				minut += 15
 				alko += 2
 				cumspclnt = 2
@@ -29,7 +30,7 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
 				'My father is of course not very happy. His political career was doomed to fail anyway, regardless of what I did or didn''t do."'
 
 				act 'Ask her how her father reacted when he learned of her business':
-					cls
+					*clr & cla
 					minut += 15
 					alko += 2
 					cumspclnt = 2
@@ -50,7 +51,7 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
 					'Suddenly, Albina says: "Actually, my dad is a bastard. If there is a hell, my dad has a special place reserved for him there to atone for what he''s done."'
 
 					act 'Ask her what she''s talking about':
-						cls
+						*clr & cla
 						minut += 15
 						alko += 2
 						cumspclnt = 2
@@ -72,7 +73,7 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
 						'His political career is his last chance to get back to where he once was." She stops talking for a few seconds to pour more wine in the glasses, and as she does you can clearly see her hands shaking violently. "You see this rich house? Guard at the entrance, expensive furniture, all this luxury? It''s all a charade. My father isn''t even on the verge of bankruptcy, he is already far beyond. Without my business bringing in money, we would be begging for scraps and sleeping under bridges."'
 
 						act 'Ask her how she knows her father is bankrupt':
-							cls
+							*clr & cla
 							minut += 15
 							alko += 2
 							cumspclnt = 2
@@ -90,7 +91,7 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
 							'She grabs the bottle and pours more wine.'
 
 							act 'Tell Albina that you didn''t get the whole picture':
-								cls
+								*clr & cla
 								minut += 15
 								alko += 2
 								cumspclnt = 2
@@ -110,7 +111,7 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
 								'The always cold and ironic Albina has tears in her eyes as she pours more wine into your glasses.'
 
 								act 'Drink':
-									cls
+									*clr & cla
 									minut += 15
 									alko += 2
 									cumspclnt = 2
@@ -132,7 +133,7 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
 									'She smiles as she tilts her head towards your face.'
 
 									act 'Kiss':
-										cls
+										*clr & cla
 										gs 'stat'
 										'<center><img <<$set_imgh>> src="images/shared/sex/kiss/kiss2.jpg"></center>'
 										'Unsure if it''s the alcohol or just the fact that she''s so beautiful, you lean towards Albina and pucker your lips.'
@@ -141,7 +142,7 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
 										gs 'stat'
 
 										act 'Kiss':
-											cls
+											*clr & cla
 											gs 'stat'
 											'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/albina/sex/kiss2.jpg"></center>'
 											'As you continue kissing Albina, you feel her hand slowly working its way up your inner thigh.'
@@ -153,7 +154,7 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
 											gs 'stat'
 
 											act 'Kiss':
-												cls
+												*clr & cla
 												gs 'stat'
 												'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/albina/sex/kiss3.jpg"></center>'
 												'Without breaking your kiss, Albina slowly inserts a finger in your wet vagina, and a rush of pleasure runs through your body.'
@@ -166,7 +167,7 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
 												gs 'stat'
 												
 												act 'Further':
-													cls
+													*clr & cla
 
 													if npcSex[23] = 0:npcSex[23] = 1 & girl += 1
 
@@ -200,13 +201,13 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
 			end
 		else
 			if albsporthome = 0:
-				cls
+				*clr & cla
 				gs 'stat'
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/albina/train.jpg"></center>'
 				'Albina is training in her room, doing some stretching exercises.'
 
 				act 'Chat':
-					cls
+					*clr & cla
 					albsporthome = 1
 					minut += 15
 					gs 'stat'
@@ -218,7 +219,7 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
 				end
 			else
 				if albsportday ! daystart:
-					cls
+					*clr & cla
 					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/albina/train.jpg"></center>'
 					'Albina is training in her room, doing some stretching exercises.'
@@ -278,7 +279,7 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
 						'Albina grins "You''re still too weak for poledancing, we can practice developing your strength instead."'
 
 						act 'Develop strength (2:00)':
-							cls
+							*clr & cla
 							albsportday = daystart
 							timemult = 8
 							loopcount = 1
@@ -330,7 +331,7 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
 						'Albina grins and says, "Go take a shower <<$pcs_nickname>>, you are all sweaty now."'
 
 						act 'Get in the shower (0:15)':
-							cls
+							*clr & cla
 							dynamic $showerdin
 							minut += 15
 							! WD: Remove old Cheat code
@@ -363,7 +364,8 @@ end
 
 if $ARGS[0] = 'game':
 	act 'Play':
-		cls
+		*clr & cla
+		menu_off = 1
 		minut += 60
 		pcs_mood += 15
 		pcs_willpwr += 20
@@ -382,7 +384,7 @@ if $ARGS[0] = 'game':
 			act 'Refuse':gt 'albinahome'
 
 			act 'Bring it on':
-				cls
+				*clr & cla
 				albsexday = daystart
 
 				gs 'stat'
@@ -422,7 +424,7 @@ end
 
 if $ARGS[0] = 'dressing':
 	act 'Go try on some clothes':
-		cls
+		*clr & cla
 		minut += 60
 		pcs_mood += 20
 		pcs_willpwr += 20
@@ -442,7 +444,8 @@ end
 
 if $ARGS[0] = 'chat':
 	act 'Chat':
-		cls
+		*clr & cla
+		menu_off = 1
 		minut += 60
 		pcs_mood += 10
 		pcs_willpwr += 20
@@ -460,7 +463,8 @@ end
 
 if $ARGS[0] = 'vine':
 	act 'Drink wine':
-		cls
+		*clr & cla
+		menu_off = 1
 		minut += 60
 		pcs_mood += 15
 		pcs_willpwr += 20
@@ -482,7 +486,8 @@ end
 
 if $ARGS[0] = 'vag_strapon':
 	act 'Get on all fours':
-		cls
+		*clr & cla
+		menu_off = 1
 		albsexday = daystart
 		gs 'boystat', 'A23'
 
@@ -502,7 +507,8 @@ end
 
 if $ARGS[0] = 'anal_strapon':
 	act 'Get on all fours':
-		cls
+		*clr & cla
+		menu_off = 1
 		albsexday = daystart
 		gs 'boystat', 'A23'
 		if pcs_ass < 10: gs 'boyStat', 'D1'
@@ -522,7 +528,8 @@ end
 
 if $ARGS[0] = 'akt_vag':
 	act 'Put Albina on all fours and fuck her pussy':
-		cls
+		*clr & cla
+		menu_off = 1
 		albsexday = daystart
 
 		if npcSex[23] = 0:npcSex[23] = 1 & girl += 1
@@ -545,7 +552,8 @@ end
 
 if $ARGS[0] = 'akt_anal':
 	act 'Put Albina on all fours and fuck her ass':
-		cls
+		*clr & cla
+		menu_off = 1
 		albsexday = daystart
 		if npcSex[23] = 0:npcSex[23] = 1 & girl += 1
 		straponVagAkt += 1

+ 1 - 0
locations/albinaporog.qsrc

@@ -1,5 +1,6 @@
 # albinaporog
 gs 'stat'
+menu_off = 1
 
 if hour >= 17 and week < 6 and kanikuli = 0 and hour < 20 or hour >= 9 and week >= 6 and kanikuli = 0 and hour < 20 or hour >= 9 and kanikuli > 0 and hour < 20:
 	'You push a button on the gates intercom and a guard walks up on the other side of the gate.'

+ 2 - 0
locations/alex.qsrc

@@ -1,4 +1,6 @@
 # alex
+
+menu_off = 1
 frost = 0
 minut += 30
 gs 'boystat', 'A81'

+ 3 - 2
locations/alexgang.qsrc

@@ -1,6 +1,7 @@
 # alexgang
 
 $locclass = 'livingr'
+menu_off = 1
 frost = 0
 minut += 30
 gs 'stat'
@@ -18,7 +19,7 @@ else
 end
 
 act 'Get on your knees and give head':
-	cls
+	*clr & cla
 	alexgangbang += 1
 	gs 'stat'
 	picrand = rand(29, 41)
@@ -32,7 +33,7 @@ act 'Get on your knees and give head':
 	'Alexei lifts you up and puts you down in front of the bed where Sasha has seated himself. He puts you on all fours, facing Sasha who is starting to unbutton his pants, leaving no doubt as to what you''re expected to do.'
 
 	act 'Give Sasha a blowjob':
-		cls
+		*clr & cla
 
 		if sashaclubsex = 0:sashaclubsex = 1 & guy += 1
 

+ 4 - 3
locations/amrul.qsrc

@@ -1,5 +1,6 @@
 # amrul
-clr
+*clr & cla
+menu_off = 1
 minut += 5
 kh = 0
 chnch = 0
@@ -12,6 +13,8 @@ gs 'stat'
 '<center><img <<$set_imgh>> src="images/locations/city/industrial/casino/amrul.jpg"></center>'
 'You lean over the table.'
 
+act 'Move away from the table':gt 'roulette'
+
 act 'Make a bet':
 	st_1 = input 'Enter the amount'
 
@@ -30,7 +33,5 @@ act 'Make a bet':
 	gt 'rate'
 end
 
-act 'Move away from the table':gt 'roulette'
-
 --- amrul ---------------------------------
 

+ 9 - 0
locations/andrey.qsrc

@@ -1,6 +1,7 @@
 # andrey
 
 if $ARGS[0] = '':
+	menu_off = 1
 	'<b><center><font size="4">Manager Andrew M. Sobulyagin</font></center></b>'
 	if young_shop_work = 2:
 		'<center><img <<$set_imgh>> src="images\locations\city\citycenter\mall\cats\manager_andrew.jpg"></center>'
@@ -29,6 +30,7 @@ if $ARGS[0] = '':
 end
 
 if $ARGS[0] = 'apply':
+	menu_off = 1
 	'<center><img <<$set_imgh>> src="images\locations\city\citycenter\mall\cats\manager_andrew.jpg"></center>'
 	*nl
 	'You knock on the door and someone calls you in from the other side, telling you to enter. When you enter, you''re greeted by the sight of a sour-faced older man reading papers at his desk. When he sees you, his expression hardens. "Surprised to see an old man managing a clothing store for teenage girls?" he grunts. You didn''t even say anything yet, but he doesn''t seem to care. "Yeah, I get that a lot..." he adds under his breath before sighing and looking back to his papers. "What do you need?"'
@@ -88,6 +90,7 @@ end
 if $ARGS[0] = 'regular':
 	cla
 	*clr
+	menu_off = 1
 	'<b><center><font size="4">Manager Andrew M. Sobulyagin</font></center></b>'
 	'<center><img <<$set_imgh>> src="images\locations\city\citycenter\mall\cats\manager_andrew.jpg"></center>'
 	*nl
@@ -160,6 +163,7 @@ if $ARGS[0] = 'regular':
 end
 
 if $ARGS[0] = 'punish':
+	menu_off = 1
 	young_shop_fired += 1
 	if young_shop_fired = 1:
 !!this happens the first time Sveta misses three days and is fired
@@ -309,6 +313,7 @@ if $ARGS[0] = 'punish':
 end
 
 if $ARGS[0] = 'beg':
+	menu_off = 1
 	act 'Beg for your job back':
 		cla
 		*clr
@@ -333,6 +338,7 @@ end
 
 
 if $ARGS[0] = 'reapply':
+	menu_off = 1
 	'<center><img <<$set_imgh>> src="images\locations\city\citycenter\mall\cats\manager_andrew.jpg"></center>'
 	*nl
 	'Mr. Sobulyagin doesn''t mind having you back, since you ended it all on quite good terms.'
@@ -363,6 +369,7 @@ end
 if $ARGS[0] = 'fired1':
 	cla
 	*clr
+	menu_off = 1
 	if sobulaginsex = 0:sobulaginsex = 1 & guy += 1
 	swallow += 1
 	gs 'boyStat', 'A101'
@@ -424,6 +431,7 @@ if $ARGS[0] = 'fired1':
 end
 
 if $ARGS[0] = 'fired2':
+	menu_off = 1
 	young_shop_work = 1
 	work = 1
 	sexpartkno = 1
@@ -509,6 +517,7 @@ if $ARGS[0] = 'fired2':
 end
 
 if $ARGS[0] = 'rehired':
+	menu_off = 1
 	young_shop_work = 1
 	work = 1
 	sexpartkno = 1

+ 16 - 12
locations/annafrends.qsrc

@@ -2,7 +2,8 @@
 $location_type = 'event_oudoors'
 
 if $ARGS[0] = 'scene1':
-	cls
+	*clr & cla
+	menu_off = 1
 	gs 'stat'
 	gs 'reks'
 
@@ -213,7 +214,7 @@ if $ARGS[0] = 'scene1':
 
 	if npc_QW['A33'] = 1:
 		act 'Meet your sister''s boyfriend':
-			cls
+			*clr & cla
 			minut += 5
 			npc_QW['A33'] = 2
 			gs 'stat'
@@ -249,7 +250,7 @@ if $ARGS[0] = 'scene1':
 				end
 			end
 		elseif alko > 2 and temp <= 20 and rex <= 60:
-			cls
+			*clr & cla
 			minut += 5
 			rex += 1
 			gs 'stat'
@@ -259,7 +260,7 @@ if $ARGS[0] = 'scene1':
 			'Rex begins wiping off your legs with his shirt sleeve.'
 			if pcs_dom > 5:
 				act 'Step back':
-					cls
+					*clr & cla
 					minut += 5
 					pcs_dom += 1
 					rex -= 1
@@ -271,7 +272,7 @@ if $ARGS[0] = 'scene1':
 				end
 			end
 			act 'Wait':
-				cls
+				*clr & cla
 				minut += 5
 				pcs_horny += 5
 				rex += 1
@@ -358,7 +359,7 @@ if $ARGS[0] = 'scene1':
 			end
 	
 			act 'Yes':
-				cls
+				*clr & cla
 				minut += 5
 				sisboyparty = 2
 				gs'stat'
@@ -371,7 +372,7 @@ if $ARGS[0] = 'scene1':
 			end
 
 			act 'No (study)':
-				cls
+				*clr & cla
 				minut += 5
 				sisboyparty = -1
 				gs'stat'
@@ -384,7 +385,7 @@ if $ARGS[0] = 'scene1':
 
 			if bronzebeg > 0 or silverbeg > 0 or goldbeg > 0:
 				act 'No (training)':
-					cls
+					*clr & cla
 					minut += 5
 					sisboyparty = -1
 					gs'stat'
@@ -398,7 +399,7 @@ if $ARGS[0] = 'scene1':
 
 			if volleysostav > 0:
 				act 'No (volleyball)':
-					cls
+					*clr & cla
 					minut += 5
 					sisboyparty = -1
 					gs'stat'
@@ -414,7 +415,8 @@ if $ARGS[0] = 'scene1':
 end
 
 if $ARGS[0] = 'scene2':
-	cls
+	*clr & cla
+	menu_off = 1
 	gs 'stat'
 
 	'The bottle of beer was quickly drained and the guys go to fetch a new bottle.'
@@ -439,11 +441,11 @@ if $ARGS[0] = 'scene2':
 end
 
 if $ARGS[0] = 'scene3':
-	cls
+	*clr & cla
+	menu_off = 1
 	minut += 5
 	gs 'stat'
 
-
 	if gennpc = 0:$annafrendname = 'Anja' & $annafrendname2 = 'Anja'
 	if gennpc = 1:$annafrendname = 'Lena' & $annafrendname2 = 'Lena'
 	if gennpc = 2:$annafrendname = 'Ira' & $annafrendname2 = 'Ira'
@@ -455,5 +457,7 @@ if $ARGS[0] = 'scene3':
 	act 'Leave':SiSonWork = 0 & SiSgdk = 0 & gt'gdk'
 
 end
+
+
 --- annafrends ---------------------------------
 

+ 19 - 14
locations/anushka.qsrc

@@ -3,7 +3,8 @@
 !!this is the new anushka file to tell her story, I will be collecting all her scenes from around and putting them in here and adding to it.
 
 if $ARGS[0] = 'plan':
-	cls
+	*clr & cla
+	menu_off = 1
 	minut += 120 - minut
 	gs 'stat'
 	gs 'gschool_events', 'rand_teacher_arg'
@@ -31,7 +32,7 @@ if $ARGS[0] = 'plan':
 		act 'Go home': gt 'gschool_detention', 'end'
 	end
 	act 'Well, they did say it''s harmless - Agree':
-		cls
+		*clr & cla
 		npc_rel['A144'] += 5
 		npc_rel['A158'] += 5
 		grupvalue[4] += 5
@@ -49,7 +50,7 @@ if $ARGS[0] = 'plan':
 		*nl
 		'He leans in slightly closer to get a better look and as he does, you drop the powdered pills in his drink. Anushka gives you an almost imperceptible nod, looks down and then leans back, letting go of her shirt to hide her cleavage again. "Oh, it''s gone!" She turns to you. "See? I told you it was just some lint." Then she gives Mr <<$rand_teacher>> another look and smiles. "Thanks anyways." Then she gets up and walks back to your table, with you following right behind her. He looks at the two of you for a moment and then shakes his head, obviously unsure what that was all about. He takes a big gulp from his cup, then another one a few minutes later. Within half an hour, he is slumped back in his chair, snoring, saliva running down his chin.'
 		act 'Go to the Teachers'' Lounge':
-			cls
+			*clr & cla
 			gs 'boyStat', 'A158'
 			'<center><b><font color="maroon">Detention</font></b></center>'
 			'<center><img src="images/locations/pavlovsk/school/detention/sex/det3sum.jpg"></center>'
@@ -111,7 +112,7 @@ if $ARGS[0] = 'plan':
 					'You reflexively open your mouth, wrap your lips around the head and start sucking his dick. She keeps forcing your head down, making you gag slightly on his length every so often, but she doesn''t really have to force you - you are getting turned on by this dream-like situation pretty quickly.'
 					gs 'arousal', 'bj', 5, 'rough', 'group'
 					act 'Her turn':
-						cls
+						*clr & cla
 						'<center><b><font color="maroon">Detention</font></b></center>'
 						'<center><img src="images/locations/pavlovsk/school/detention/sex/detcbj1.jpg"></center>'
 						'Suddenly, her hands are gone and you can feel her head next to yours, so you stop sucking and make room so she can suck his dick as well. The two of you start taking turns bobbing, sucking and licking, passing Valentin''s cock back and forth between you and occasionally licking it at the same time or kissing each other while jerking him off instead. He seems perfectly content to let the two of you do as you please, as long as you please him.'
@@ -121,27 +122,27 @@ if $ARGS[0] = 'plan':
 						gs 'stat'
 						'As soon as her panties are off, she pulls her mouth off Valentin''s manhood with a loud plop and the two of you start helping him undress. Within a minute, the three of you are all stark naked. She pushes him down ''til he is lying back on the couch and encourages you to straddle his lap.'
 						act 'No fucking':
-							cls
+							*clr & cla
 							'<center><b><font color="maroon">Detention</font></b></center>'
 							'<center><img src="images/locations/pavlovsk/school/detention/sex/detcowgirl.jpg"></center>'
 							'You shake your head. "Sorry, I will suck him or lick you. But I don''t want to get fucked."'
 							'Anushka doesn''t say a word to you, she just climbs on top of him herself, mounting him cowgirl style and starts riding him hard and fast. You kneel down next to them on the couch, squeezing and kissing her lovely ass as she continues to ride him.'
 							gs 'arousal', 'voyeur', 5, 'dom'
 							act 'Suck him again':
-								cls
+								*clr & cla
 								'<center><b><font color="maroon">Detention</font></b></center>'
 								'<center><img src="images/locations/pavlovsk/school/detention/sex/detcwbj.jpg"></center>'
 								'After riding him for a while, she pulls up and off him, letting his cock slide out of her sopping wet pussy. She reaches over, grabs your head and pushes it down towards his waiting dick. You quickly open your mouth and start sucking his glistening dick, you can taste her pussy juices all over it. She lets you suck his dick for a while, letting you suck up all her pussy juice before pulling your head away and then easing herself back down on his shaft. This time, however, she lets his cock slide up her ass.'
 								gs 'arousal', 'bj', 10, 'group'
 								gs 'stat'
 								act 'Watch':
-									cls
+									*clr & cla
 									'<center><b><font color="maroon">Detention</font></b></center>'
 									'<center><img src="images/locations/pavlovsk/school/detention/sex/detcownal.jpg"></center>'
 									'You watch as she rides him hard and fast, bucking and grinding against him with his cock deep up her ass. Many minutes later she really picks up the pace, moaning loudly, she is obviously about to have a orgasm. She hammers herself down on his cock, impaling herself, taking his cock as deep in her asshole as it can go. Then she takes a loud shuddering breath, shaking all over with her eyes rolling up as she slowly comes to a stop, with his dick still buried up her ass.'
 									gs 'arousal', 'voyeur', 10, 'dom'
 									act 'Finish':
-										cls
+										*clr & cla
 										gs 'cum_call', 'mouth', $boy
 										'<center><b><font color="maroon">Detention</font></b></center>'
 										'<center><img src="images/locations/pavlovsk/school/detention/sex/detccum.jpg"></center>'
@@ -159,7 +160,7 @@ if $ARGS[0] = 'plan':
 							end
 						end
 						act 'Mount him':
-							cls
+							*clr & cla
 							'<center><b><font color="maroon">Detention</font></b></center>'
 							'<center><img src="images/locations/pavlovsk/school/detention/sex/detcvag.jpg"></center>'
 							'She''s right: You are sopping wet and ready. As you lower yourself down towards his crotch, she guides his cock into your pussy. You feel his <<dick>>cm <<$dick_girth>> cock slowly filling and stretching you open, and you start moaning softly, the sensation is incredible and somehow the alcohol is just adding to the feeling.'
@@ -173,7 +174,7 @@ if $ARGS[0] = 'plan':
 							gs 'arousal', 'cuni_give', 5, 'group'
 							gs 'stat'
 							act 'Continue':
-								cls
+								*clr & cla
 								'<center><b><font color="maroon">Detention</font></b></center>'
 								'<center><img src="images/locations/pavlovsk/school/detention/sex/detcanal1.jpg"></center>'
 								'Unlike you, she leaves no doubt as to who is in control, not while she''s straddling him and not when she pulls herself off and makes him get up. She lays herself down on the couch in his place, spreading her legs and gripping her butt cheeks, spreading them open as well. Her expectation is obvious and Valentin, being a perfect gentleman, obliges her. He slips his dick into her ass with ease, even without any additional lubrication, and begins fucking her practically right away. She lets go of her own butt and motions you over, to straddle her face. Who are you to refuse such an offer?'
@@ -184,7 +185,7 @@ if $ARGS[0] = 'plan':
 								minut -= 10
 								gs 'stat'
 								act 'Continue':
-									cls
+									*clr & cla
 									'<center><b><font color="maroon">Detention</font></b></center>'
 									'<center><img src="images/locations/pavlovsk/school/detention/sex/detcanal.jpg"></center>'
 									'She gets up and has you lay down in her place, straddling your face almost as soon as you''re on your back. After the enthusiasm with which she treated you, you have no reservations about giving her pussy a thorough licking as well and you go to town immediately. Meanwhile, she lifts up your legs and spreads them apart, having Valentin kneel down between your legs. You feel him rubbing the tip of his dick against your asshole for a moment before pushing the tip of his <<dick>>cm <<$dick_girth>> cock past your anus into your ass.'
@@ -195,7 +196,7 @@ if $ARGS[0] = 'plan':
 									minut -= 15
 									gs 'stat'
 									act 'Finish':
-										cls
+										*clr & cla
 										gs 'cum_call', 'mouth', $boy
 										'<center><b><font color="maroon">Detention</font></b></center>'
 										'<center><img src="images/locations/pavlovsk/school/detention/sex/detccum.jpg"></center>'
@@ -219,7 +220,8 @@ if $ARGS[0] = 'plan':
 end
 
 if $ARGS[0] = 'wedgie fight':
-	cls
+	*clr & cla
+	menu_off = 1
 	gs 'arousal', 5
 	minut += 120 - minut
 	gs 'stat'
@@ -288,7 +290,8 @@ if $ARGS[0] = 'wedgie fight':
 end
 
 if $ARGS[0] = 'temptation':
-	cls
+	*clr & cla
+	menu_off = 1
 	gs 'arousal', 'voyeur', 5
 	minut += 60
 	gs 'stat'
@@ -355,6 +358,7 @@ end
 if $ARGS[0] = 'naked':
 	*clr
 	cla
+	menu_off = 1
 	npc_rel['A144'] += 3
 	gs 'exhibitionism', 1
 	'<center><b><font color="maroon">Detention</font></b></center>'
@@ -404,6 +408,7 @@ if $ARGS[0] = 'chatWhileWaiting':
 !!once the conversation starts it will repeat 4 times, meaning each act you select lets you select from the same list of acts. Letting Sveta ask about 4 different things, once that is done it will trigger the act 'You hear that?'
 	*clr
 	cla
+	menu_off = 1
 	'<center><img src="images/characters/pavlovsk/school/girl/anushka/hiding.jpg"></center>'
 	'You''re waiting for the janitor to pass.'	
 	if anushLimitedQuestions > 0 and anushTalkedofDolls = 0:

+ 1 - 0
locations/anushkaev1.qsrc

@@ -2,6 +2,7 @@
 
 if $ARGS[0] = 'strapon1':
 	*clr & cla
+	menu_off = 1
 	minut += 2
 	npc_rel['A144'] += 2
 	gs 'stat'

+ 25 - 25
locations/artgar.qsrc

@@ -1,6 +1,6 @@
 # artgar
 
-
+menu_off = 1
 apmeetday = daystart
 gs 'stat'
 frost = 0
@@ -22,7 +22,7 @@ if apmeet = 0:
 	'You do as he says and just stay on the ground, catching your breath. You feel a cool breeze between your legs, and realize your vagina is not fully closing after the stretching you gave it.'
 
 	act 'Stay on your back':
-		cls
+		*clr & cla
 		minut += 15
 		if npcSex[2] = 0:npcSex[2] = 1 & guy += 1
 		if npcSex[6] = 0:npcSex[6] = 1 & guy += 1
@@ -57,7 +57,7 @@ elseif apmeet = 1:
 	'The guys laugh, and Artem says: "Close enough! Get on your hands and knees now, <<$pcs_nickname>>. We''ll help you get it in your ass since it doesn''t look like you can handle that by yourself."'
 
 	act 'Get on your hands and knees':
-		cls
+		*clr & cla
 		gs 'arousal', 'anal_finger', 5, 'sub', 'humiliation', 'rough', 'group'
 		gs 'arousal', 'anal_dildo', 10, 'sub', 'humiliation', 'rough'
 		gs 'arousal', 'end'
@@ -72,7 +72,7 @@ elseif apmeet = 1:
 		'Happy you at least get to try yourself instead of them doing it for you, you do as he says. You try your best to not hurt yourself while you slowly work it in. It doesn''t go that far in beyond the neck, but it still feels huge inside your ass. The boys see you put in the effort, and applaud you: "Nice job, slut. Now suck us off."'
 
 		act 'Give them a blowjob':
-			cls
+			*clr & cla
 			if npcSex[2] = 0:npcSex[2] = 1 & guy += 1
 			if npcSex[6] = 0:npcSex[6] = 1 & guy += 1
 			cumface += 2
@@ -95,7 +95,7 @@ elseif apmeet = 1:
 		end
 	end
 elseif apmeet = 2:
-	cls
+	*clr & cla
 	apmeet = 3
 	gs 'arousal', 'foreplay', 30, 'sub', 'humiliation', 'bound'
 	gs 'arousal', 'end'
@@ -112,7 +112,7 @@ elseif apmeet = 2:
 	'After a few seconds of silence you feel hands behind your head, and hear a voice that commands: "Open your mouth wide slut, and keep it open wide. It''s time."'
 
 	act 'Open your mouth':
-		cls
+		*clr & cla
 		gs 'arousal', 'bj', 5, 'sub', 'humiliation', 'group', 'rough', 'deepthroat', 'bound'
 		gs 'arousal', 'end'
 		gs 'pain', 2, 'throat', 'stretch'
@@ -125,7 +125,7 @@ elseif apmeet = 2:
 		'Lots of thoughts race through your head: how humiliating this is, and how powerless you are against Artem and Peter because of that damn video. You desperately try to think of ways to stop them at first. After a while you decide to focus on pleasing them as best you can, so they will let you go for at least another week. You can think about how to get out of this later.'
 
 		act 'Further':
-			cls
+			*clr & cla
 			gs 'arousal', 'bj', 5, 'sub', 'humiliation', 'group', 'rough', 'deepthroat', 'bound'
 			gs 'arousal', 'end'
 			gs 'pain', 2, 'throat', 'stretch'
@@ -138,7 +138,7 @@ elseif apmeet = 2:
 			'You meekly do as he says when he mentions punishment, and mutter some words to thank him. You''re not sure how any punishment could be much worse than what you''re already going through... but knowing how twisted the boys'' fantasies have become, you really don''t want to find out.'
 
 			act 'Swallow his urine':
-				cls
+				*clr & cla
 				pcs_hydra += 20
 				gs 'arousal', 'bj', 10, 'sub', 'humiliation', 'group', 'rough', 'deepthroat', 'bound'
 				gs 'arousal', 'end'
@@ -152,7 +152,7 @@ elseif apmeet = 2:
 				'You know what''s expected of you, and obediently open your mouth so he can feed his cum to you. He puts the entire condom in though, and tells you to start chewing.'
 				'It tastes awful, and Peter''s sperm runs into your mouth. Once the boys are satisfied Peter''s cum is all gone, they let you spit out the condom into the bucket.'
 				act 'Continue':
-					cls
+					*clr & cla
 					pcs_hydra += 20
 					spafinloc = 12
 					gs 'cum_manage'
@@ -180,7 +180,7 @@ elseif apmeet = 2:
 		end
 	end
 elseif apmeet = 3:
-	cls
+	*clr & cla
 	gs 'arousal', 'foreplay', 10, 'sub', 'humiliation', 'bound', 'rough'
 	gs 'arousal', 'end'
 	gs 'pain', 1, 'neck', 'bind'
@@ -195,7 +195,7 @@ elseif apmeet = 3:
 	'He attaches a chain to your collar, which functions as a leash. He begins to walk, and you follow him on all fours as instructed. Then he offers you his shoe: "Good bitch! You learn fast. A good bitch licks her master''s feet."'
 	'Fortunately they look clean. You reluctantly begin to lick his shoes.'
 	act 'Continue your training':
-		cls
+		*clr & cla
 		gs 'arousal', 'foreplay', 5, 'sub', 'humiliation', 'bound', 'rough'
 		gs 'arousal', 'end'
 		gs 'pain', 1, 'neck', 'bind'
@@ -208,7 +208,7 @@ elseif apmeet = 3:
 		'Peter takes his belt from his pants, and pitches in: "I will be dealing out your punishment, for this game. If you pause for too long, or guess wrong what Artem wants, I will spank you."'
 		'Then Artem begins to move, and Peter slaps his belt down onto your ass before you realize that was your cue to follow him. You quickly pick up the pace and follow Artem, trying to guess what he wants to do next. Whenever you fail Peter whips you with his belt, and after a few minutes you can only guess you have red welts all across your butt cheeks. It certainly feels like you do.'
 		act 'Continue your training':
-			cls
+			*clr & cla
 			gs 'arousal', 'breasts', 5, 'sub', 'humiliation', 'bound', 'rough'
 			gs 'arousal', 'end'
 			gs 'pain', 1, 'neck', 'bind'
@@ -222,7 +222,7 @@ elseif apmeet = 3:
 			'Artem gives him a piece of string, and Peter makes some miniature lassos on the ends before he ties them tightly around your nipples. You can see and feel them swell almost immediately.'
 			'He gives the string a few exploratory tugs, and you do your best to not squeal when he stretches your nipples to their limits.'
 			act 'Continue your training':
-				cls
+				*clr & cla
 				gs 'arousal', 'foreplay', 5, 'sub', 'humiliation', 'bound', 'rough'
 				gs 'arousal', 'end'
 				gs 'pain', 1, 'neck', 'bind'
@@ -238,7 +238,7 @@ elseif apmeet = 3:
 				'Peter then attaches a weight to the clamps with some chains. You can tell it''s solid lead, and guess it''s probably quite heavy.'
 				'"Now for some weightlifting! Bitch, up on your hind legs! Squat!" Artem commands.'
 				act 'Do "weightlifting"':
-					cls
+					*clr & cla
 					gs 'arousal', 'foreplay', 5, 'sub', 'humiliation', 'bound', 'rough'
 					gs 'arousal', 'end'
 					gs 'pain', 1, 'neck', 'bind'
@@ -256,7 +256,7 @@ elseif apmeet = 3:
 					'Artem praises you: "Very good, bitch! Exercise completed! Now for number two: the pendulum! This one should be easy, all you have to do is spread your legs and stand still. Petka! Give her a hand, please!"'
 					'He gives the weight a push, and the weight dangles back and forth. He demonstrates the exercise a few times, holding the weight higher and higher before releasing it. The weight is tugging at your labia every which way, and it begins to hurt again.'
 					act 'Beg him to stop':
-						cls
+						*clr & cla
 						gs 'arousal', 'foreplay', 5, 'sub', 'humiliation', 'bound', 'rough'
 						gs 'arousal', 'end'
 						gs 'pain', 1, 'neck', 'bind'
@@ -272,7 +272,7 @@ elseif apmeet = 3:
 						'You look at Artem in gratitude, but from the evil grins him and Peter have, you know you will have to do more to ''earn'' their mercy.'
 						'Artem tells you: "Next up: anal training!"'
 						act 'Anal training':
-							cls
+							*clr & cla
 							gs 'arousal', 'anal_dildo', 5, 'sub', 'humiliation', 'bound', 'rough','group'
 							gs 'arousal', 'end'
 							gs 'pain', 1, 'neck', 'bind'
@@ -290,7 +290,7 @@ elseif apmeet = 3:
 							'You wince as you squat, trying to clench down on the bottle: "Oww... Aaahh..."'
 							'Despite your best efforts your grip on the bottle is not tight enough, and it slides out of you. Uh oh.'
 							act 'Your punishment':
-								cls
+								*clr & cla
 								gs 'arousal', 'anal_dildo', 3, 'sub', 'humiliation', 'bound', 'rough', 'group'
 								gs 'arousal', 'vaginal_fist', 2, 'sub', 'humiliation', 'bound', 'rough', 'group'
 								$orgasm_or = 'yes'
@@ -306,7 +306,7 @@ elseif apmeet = 3:
 								'Artem knows he should punish you, but he was so thoroughly amused by your orgasm that he takes it easy on you. He merely shoves the bottle a bit deeper inside your ass, and tells you to keep it there this time.'
 								'Then he and Peter take their pants off, and Peter scolds you: "Why are you being so ungrateful, bitch? You''re making us do all the work, while you get all the pleasure? It''s time for you to do something back. Start sucking!".'
 								act 'Suck them off and swallow their loads':
-									cls
+									*clr & cla
 									spafinloc = 12
 									gs 'cum_manage'
 									gs 'arousal', 'anal_dildo', 2, 'sub', 'humiliation', 'bound', 'rough', 'group'
@@ -320,7 +320,7 @@ elseif apmeet = 3:
 									if artemIzdev = 4 and microcamera = 1:
 										act 'Install the camera':
 											photoskl_exp +=2
-											cls
+											*clr & cla
 											minut += 5
 											gs 'stat'
 											'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/event/microcam_2.jpg"></center>'
@@ -349,7 +349,7 @@ elseif apmeet = 3:
 		end
 	end
 elseif apmeet = 4:
-	cls
+	*clr & cla
 	minut += 30
 	sub += 1
 	gs 'stat'
@@ -359,7 +359,7 @@ elseif apmeet = 4:
 	'You smile mysteriously at him, happy to just let him think that for now. You fake being embarrassed and say: "Well... yea. Just know that I want you guys to really get into it, okay? I will resist and fight you off. The fantasy kinda falls apart if I just do what you guys tell me to."'
 
 	act 'Pretend to fight them off':
-		cls
+		*clr & cla
 		gs 'arousal', 'foreplay', 10, 'sub', 'humiliation', 'rape', 'rough', 'group'
 		gs 'arousal', 'end'
 		gs 'pain', 1, 'cheeks', 'slap'
@@ -375,7 +375,7 @@ elseif apmeet = 4:
 		'Artem seems satisfied and nods: "Petka, relax... I think she knows we own her now. Let''s have some fun!"'
 
 		act 'Continue':
-			cls
+			*clr & cla
 		gs 'arousal', 'bj', 2, 'sub', 'humiliation', 'rape', 'rough', 'group', 'bound'
 		gs 'arousal', 'anal', 2, 'sub', 'humiliation', 'rape', 'rough', 'group', 'bound'
 		gs 'arousal', 'breast', 2, 'sub', 'humiliation', 'rape', 'rough', 'group', 'bound'
@@ -393,7 +393,7 @@ elseif apmeet = 4:
 			'He takes the gag from your mouth and presses his cock past your lips, forcing you to clean him up. The taste sickens you, but you manage to suppress your gag reflex. Minutes later, Artem does the same.'
 
 			act 'Continue':
-				cls
+				*clr & cla
 				spafinloc = 11
 				gs 'cum_manage'
 				gs 'arousal', 'bj', 5, 'sub', 'humiliation', 'rape', 'rough', 'group', 'bound'
@@ -408,7 +408,7 @@ elseif apmeet = 4:
 				'You pick up some of your scraps of clothing, and wipe the biggest goops of their cum from your face. They never allow you to remove the football from your anus, and tell you to leave the garage naked.'
 
 				act 'Pick up the camera':
-					cls
+					*clr & cla
 					minut += 5
 					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/artem/event/microcam_2.jpg"></center>'
@@ -427,7 +427,7 @@ elseif apmeet = 4:
 		end
 	end
 elseif apmeet = 5:
-	cls
+	*clr & cla
 	minut += 30
 	apmeet = 6
 	pcs_dom += 10

+ 1 - 0
locations/artstudia.qsrc

@@ -1,5 +1,6 @@
 # artstudia
 
+menu_off = 1
 $location_type = 'secluded'
 
 if $ARGS[0] = 'bodimod1':

+ 4 - 2
locations/arturHome.qsrc

@@ -1,4 +1,6 @@
 # arturHome
+
+menu_off = 1
 arturKnow = 1
 frost = 0
 minut += 15
@@ -8,7 +10,7 @@ gs 'stat'
 '"I eat real food for lunch, meat on skewers, not the rubbish in the cafe. And real jam." He says proudly. You continue to make small talk while driving towards your destination.'
 
 act 'Go to his home':
-	cls
+	*clr & cla
 	minut += 60
 	alko += 6
 	cumspclnt = 2
@@ -27,7 +29,7 @@ act 'Go to his home':
 
 	if condomtalkartur = 0 and arturSex > 0:
 		act 'Ask him to wear a condom':
-			cls
+			*clr & cla
 			condomtalkartur = 1
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'

+ 9 - 7
locations/arturQW.qsrc

@@ -1,7 +1,8 @@
 # arturQW
 if $ARGS[0] = 'arturQW_1':
+	menu_off = 1
 	if arturTimes >= 5 and pav_slut >= 25 and pcs_apprnc >= 120:
-		cls
+		*clr & cla
 		minut += 2
 		gs 'stat'
 
@@ -11,7 +12,7 @@ if $ARGS[0] = 'arturQW_1':
 		'"Why don''t you work for me at my stall on the weekends? You do a good job and I will pay you enough to live like a queen!" Arthur offers, looking at you intently.'
 
 		act 'Agree':
-			cls
+			*clr & cla
 			minut += 2
 			if arturQW = 0:arturQW = 1
 			gs 'stat'
@@ -25,7 +26,7 @@ if $ARGS[0] = 'arturQW_1':
 			act 'Leave':gt 'pavtrain_market', 'start'
 		end
 		act 'Refuse':
-			cls
+			*clr & cla
 			minut += 2
 			gs 'stat'
 
@@ -37,7 +38,7 @@ if $ARGS[0] = 'arturQW_1':
 			act 'Leave':gt 'pavtrain_market', 'start'
 		end
 	else
-		cls
+		*clr & cla
 		gs 'stat'
 
 		'Arthur smiles kindly and hands you a tangerine. "Come to eat barbecue, drink Chacha brandy!"'
@@ -48,7 +49,8 @@ if $ARGS[0] = 'arturQW_1':
 end
 
 if $ARGS[0] = 'arturQW_2':
-	cls
+	*clr & cla
+	menu_off = 1
 	minut += 10
 	money += 5000
 	gs 'stat'
@@ -61,7 +63,7 @@ if $ARGS[0] = 'arturQW_2':
 	'You see a look of desperation in his eyes as he finishes the job offer. He clearly doesn''t want to lose having you around every day. You consider your options...'
 
 	act 'Agree':
-		cls
+		*clr & cla
 		minut += 5
 		if arturQW = 1:arturQW = 2
 		gs 'stat'
@@ -73,7 +75,7 @@ if $ARGS[0] = 'arturQW_2':
 		act 'Go with Arthur':gt 'arturHome'
 	end
 	act 'Refuse':
-		cls
+		*clr & cla
 		minut += 5
 		gs 'stat'
 

+ 14 - 11
locations/arturRinok.qsrc

@@ -1,20 +1,21 @@
 # arturRinok
 if $ARGS[0] = 'start':
+	menu_off = 1
 	if arturKnow = 0:
-		cls
+		*clr & cla
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
 		'The handsome Armenian man smiles while handing you a plump tangerine.'
 
 		act 'Take a tangerine':
-			cls
+			*clr & cla
 			minut += 2
 			gs 'stat'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
 			'You take the delicious looking fruit and return his smile with one of your own. The man grins and says in a thick accent "You are so beautiful girl! Come to my place and eat barbecue, I have Chacha brandy for us to enjoy together, it will be wonderful time."'
 
 			act 'Refuse':
-				cls
+				*clr & cla
 				minut += 2
 
 				if bag = 0:$arturgift = 'handbag'
@@ -27,7 +28,7 @@ if $ARGS[0] = 'start':
 				act 'Leave':gt 'pavtrain_market', 'start'
 
 				act 'Show interest':
-					cls
+					*clr & cla
 					minut += 2
 					gs 'stat'
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
@@ -42,7 +43,7 @@ if $ARGS[0] = 'start':
 		if arturday ! daystart:
 			gt 'arturQW', 'arturQW_1'
 		elseif arturday = daystart:
-			cls
+			*clr & cla
 			minut += 5
 			gs 'stat'
 
@@ -63,14 +64,15 @@ if $ARGS[0] = 'start':
 	act 'Leave':gt 'pavtrain_market', 'start'
 end
 if $ARGS[0] = 'work_1':
-	cls
+	*clr & cla
+	menu_off = 1
 	gs 'stat'
 
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
 	'"Good job <<$pcs_nickname>>, but time has come to get to work darling."'
 
 	act 'Trade':
-		cls
+		*clr & cla
 		hour = 18
 		arturDaysWorked1 += 1
 		gs 'stat'
@@ -82,7 +84,7 @@ if $ARGS[0] = 'work_1':
 			gt 'arturQW', 'arturQW_2'
 		else
 			act 'Go with Arthur':
-				cls
+				*clr & cla
 				minut += 5
 				money += 5000
 				gs 'stat'
@@ -100,7 +102,8 @@ if $ARGS[0] = 'work_1':
 end
 
 if $ARGS[0] = 'work_2':
-	cls
+	*clr & cla
+	menu_off = 1
 	gs 'stat'
 
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
@@ -110,7 +113,7 @@ if $ARGS[0] = 'work_2':
 	'You quickly get to work. "We''ve got the usual paperwork to complete." Arthur instructs you as you begin.'
 
 	act 'Work':
-		cls
+		*clr & cla
 		hour = 17
 		arturDaysWorked2 += 1
 		gs 'stat'
@@ -119,7 +122,7 @@ if $ARGS[0] = 'work_2':
 		'You work at the computer for hours, checking inventory, buying and selling, calculating daily expenses and income. The work is complicated and time consuming, but you feel satisfied in the end.'
 
 		act 'Go with Arthur':
-			cls
+			*clr & cla
 			minut += 5
 			money += 10000
 			gs 'stat'

+ 7 - 6
locations/arturSex.qsrc

@@ -1,6 +1,7 @@
 # arturSex
-frost = 0
 
+menu_off = 1
+frost = 0
 if arturSex = 0:arturSex = 1 & guy += 1
 
 arturDay = daystart
@@ -8,14 +9,14 @@ gs 'stat'
 'Arthur eyes your body as his calloused hands began to strip off your clothes and caress you, making you flush with heat.'
 
 act 'Kneel down':
-	cls
+	*clr & cla
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/sex/bj.jpg"></center>'
 	'You kneel down before Arthur and began stroking his long, thick cock, the bulbous head tantalizingly close to your soft lips. Arthur impatiently strokes your head with his sinewy hand. You can see the lust in his expression.'
 	gs 'arousal', 'bj', 5
 	gs 'stat'
 	
 	act 'Suck':
-		cls
+		*clr & cla
 		artbj += 1
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/sex/bj2.jpg"></center>'
 		'You open you mouth and slowly wrap your lips around the hefty cock. The corners of your mouth stretch to accommodate the rod as you begun to suck at a gradual pace.'
@@ -23,7 +24,7 @@ act 'Kneel down':
 		gs 'stat'
 		
 		act 'Continue':
-			cls
+			*clr & cla
 			'Arthur suddenly grabs you by the hair and tries to force his cock deep into your throat.'
 			gs 'arousal', 'bj', 5, 'rough', 'sub'
 			gs 'stat'
@@ -32,7 +33,7 @@ act 'Kneel down':
 	end
 
 	act 'Masturbate him':
-		cls
+		*clr & cla
 		'You began to slowly stroke his large member, but as you look up at Arthur, you see him roll his eyes with impatience before reaching for you.'
 		gs 'arousal', 'hj', 5
 		gs 'stat'
@@ -41,7 +42,7 @@ act 'Kneel down':
 end
 
 act 'Enjoy his touch':
-	cls
+	*clr & cla
 	'Arthur caresses your sensitive body as he undresses you with his manly hands. Before long you find yourself naked in his embrace.'
 	temp = rand(0, 2)
 	gs 'arousal', 'foreplay', 5

+ 3 - 0
locations/arturdin.qsrc

@@ -1,5 +1,8 @@
 # arturdin
 
+menu_off = 1
+$location_type = 'event'
+
 if $ARGS[0] = 'facefuck':
 	artfacefucktimes += 1
 	artbj += 1

+ 2 - 0
locations/arturend.qsrc

@@ -1,4 +1,6 @@
 # arturend
+
+menu_off = 1
 gs 'stat'
 '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
 'Arthur stands up and helps you to your feet.'

+ 4 - 2
locations/arturkiosk.qsrc

@@ -1,11 +1,13 @@
 # arturkiosk
+
+menu_off = 1
 gs 'stat'
 frost = 0
 '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
 'Arthur leads you inside a container that is used as a warehouse for his products. He immediately unbuttons his pants and pulls out his fat cock. "Come girl, get to working that mouth before the customers notice we''re gone."'
 
 act 'Kneel down':
-	cls
+	*clr & cla
 	arturTimes += 1
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/sex/cocksucer.jpg"></center>'
@@ -15,7 +17,7 @@ act 'Kneel down':
 	gs 'stat'
 
 	act 'Finish him':
-		cls
+		*clr & cla
 		gs 'cum_call', 'mouth', 'Artur'
 		swallow += 1
 		money += 500

+ 3 - 0
locations/atak.qsrc

@@ -1,4 +1,7 @@
 # atak
+
+menu_off = 1
+
 if $ARGS[0] = 'player':
 	cla
 	tip = 0

+ 2 - 0
locations/atakA.qsrc

@@ -1,5 +1,7 @@
 # atakA
 
+menu_off = 1
+
 if $ARGS[0] = 'atak':
 	cla
 	!payment hit dodge

+ 3 - 0
locations/atakA1.qsrc

@@ -1,4 +1,7 @@
 # atakA1
+
+menu_off = 1
+
 if $ARGS[0] = 'atak':
 	cla
 	!payment hit dodge

+ 3 - 0
locations/atakB.qsrc

@@ -1,4 +1,7 @@
 # atakB
+
+menu_off = 1
+
 if $ARGS[0] = 'atak':
 	cla
 	!payment hit dodge

+ 2 - 0
locations/atakB1.qsrc

@@ -1,5 +1,7 @@
 # atakB1
 
+menu_off = 1
+
 if $ARGS[0] = 'atak':
 	cla
 	!payment hit dodge

+ 2 - 0
locations/atakM.qsrc

@@ -1,5 +1,7 @@
 # atakM
 
+menu_off = 1
+
 if $ARGS[0] = 'atakVmanna':
 	cla
 	!payment hit dodge

+ 4 - 4
locations/authors3.qsrc

@@ -1,7 +1,7 @@
 # authors3
-clr
+*clr & cla
 minut += 10
-
+menu_off = 1
 gs 'stat'
 betAmount = 10
 slotsJackpot = betAmount * 20000
@@ -9,6 +9,8 @@ slotsJackpot = betAmount * 20000
 '<center><img <<$set_imgh>> src="images/locations/city/industrial/casino/avt.jpg"></center>'
 'Rules of the game are very simple: feed a <<betAmount>> <b>₽</b> coin into the machine and pull the lever. There are multiple winning combinations, but everyone here has their eyes on the <<slotsJackpot>> <b>₽</b> jackpot.'
 
+act 'Go back to the main hall':gt 'igravt'
+
 act 'Pull the lever':
 	if money >= betAmount:
 		clr
@@ -48,7 +50,5 @@ act 'Pull the lever':
 	killvar 'winnings'
 end
 
-act 'Go back to the main hall':gt 'igravt'
-
 --- authors3 ---------------------------------
 

+ 28 - 0
locations/autosalonF.qsrc

@@ -3,6 +3,7 @@ if $ARGS[0] = 'start':
 	$metka = $ARGS[0]
 	$loc = $CURLOC
     $location_type = 'event'
+	menu_off = 1
 	cla
 	*clr
 	minut += 5
@@ -47,6 +48,9 @@ end
 if $ARGS[0] = 'manager1':
 	$metka = $ARGS[0]
 	$loc = $CURLOC
+	$menu_arg = 'manager1'
+	$menu_loc = 'autosalonF'
+	menu_off = 0
 	cla
 	*clr
 	gs 'stat'
@@ -63,6 +67,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a Kalina VAZ (400 th.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 400000
 			$car = 'Kalina VAZ'
 			car = 6
@@ -83,6 +88,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a VAZ Priora (450 th.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 450000
 			$car = 'WHA PRIORA'
 			car = 7
@@ -103,6 +109,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a Chevrolet Niva (500 th.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 500000
 			$car = 'Chevrolet NIVA'
 			car = 8
@@ -123,6 +130,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a UAZ Hunter (500 th.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 500000
 			$car = 'UAZ HUNTER'
 			car = 9
@@ -143,6 +151,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a UAZ Patriot (600 th.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 600000
 			$car = 'UAZ Patriot'
 			car = 10
@@ -163,6 +172,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a Ford Focus 2 (500 th.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 500000
 			$car = 'Ford Focus 2'
 			car = 13
@@ -183,6 +193,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a Renault LOGAN (700 th.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 700000
 			$car = 'Renault LOGAN'
 			car = 102
@@ -203,6 +214,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a Ford Mondeo (850 th.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 850000
 			$car = 'Ford Mondeo'
 			car = 110
@@ -223,6 +235,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a Toyota Celica (1 million.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 1000000
 			$car = 'Toyota Celica'
 			car = 104
@@ -243,6 +256,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a Mitsubishi l200 (1 million.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 1000000
 			$car = 'Mitsubishi l200'
 			car = 95
@@ -263,6 +277,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a Toyota Corolla (1,1 million.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 1100000
 			$car = 'Toyaboutta Corolla'
 			car = 103
@@ -283,6 +298,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a Mazda 6 (1,2 million.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 1200000
 			$car = 'Mazda 6'
 			car = 105
@@ -303,6 +319,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a Mercedes-Benz E 212 (1,7 million.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 1700000
 			$car = 'Mercedes-Benz E 212'
 			car = 106
@@ -323,6 +340,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy an Audi A6 (1,9 million.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 1900000
 			$car = 'Audi A6'
 			car = 109
@@ -343,6 +361,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a Cadillac Escalade (2 million.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 2000000
 			$car = 'Cadillac Escalade'
 			car = 97
@@ -363,6 +382,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a BMW Z4 (3 million.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 3000000
 			$car = 'BMW Z4'
 			car = 101
@@ -383,6 +403,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a BMW M5 (4,5 million.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 4500000
 			$car = 'BMW M5'
 			car = 107
@@ -403,6 +424,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a BMW X6 (4,5 million.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 4500000
 			$car = 'BMW X6'
 			car = 99
@@ -423,6 +445,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy an Audi Q7 (5 million.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 5000000
 			$car = 'Audi Q7'
 			car = 96
@@ -443,6 +466,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a Porsche Cayenne (5 million.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 5000000
 			$car = 'Porsche Cayenne'
 			car = 98
@@ -463,6 +487,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a Jaguar XKR-S (7 million.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 7000000
 			$car = 'Jaguar XKR-S'
 			car = 108
@@ -483,6 +508,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a Mercedes-Benz S 600 (8 million.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 8000000
 			$car = 'Mercedes-Benz S 600'
 			car = 100
@@ -503,6 +529,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a Bentley Continental GT (10 million.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 10000000
 			$car = 'Bentley Continental GT'
 			car = 111
@@ -523,6 +550,7 @@ if $ARGS[0] = 'manager1':
 		act 'Buy a Ferrari 458 Italia (10 million.RUB)':
 			cla
 			*clr
+			menu_off = 1
 			karta -= 20000000
 			$car = 'Ferrari 458 Italia'
 			car = 112

+ 5 - 0
locations/autoservisF.qsrc

@@ -3,6 +3,9 @@ if $ARGS[0] = 'start':
 	$metka = $ARGS[0]
 	$loc = $CURLOC
     $location_type = 'event'
+	$menu_arg = 'start'
+	$menu_loc = 'autoservisF'
+	menu_off = 0
 	cla
 	*clr
 	gs 'stat'
@@ -11,6 +14,7 @@ if $ARGS[0] = 'start':
 	'<center><img <<$set_imgh>> src="images/locations/city/industrial/carservicesta/autoservis1.jpg"></center>'
 
 	if cardrive = 7:
+		menu_off = 1
 		if wrek = 0:
 			if teh >= tehcar * 75 / 100:
 				'The foreman inspects your car quickly but thoroughly.' 
@@ -70,6 +74,7 @@ if $ARGS[0] = 'start':
 			act 'Pay for the towing service (2,500 <b>₽</b>) (1:00)':
 				cla
 				*clr
+				menu_off = 1
 				money -= 2500
 				cardrive = 7
 				minut += 60

+ 22 - 3
locations/autotraidF.qsrc

@@ -3,6 +3,9 @@ if $ARGS[0] = 'start':
 	$metka = $ARGS[0]
 	$loc = $CURLOC
     $location_type = 'event'
+	$menu_arg = 'start'
+	$menu_loc = 'autotraidF'
+	menu_off = 0
 	cla
 	*clr
 	gs 'stat'
@@ -26,6 +29,9 @@ end
 if $ARGS[0] = 'manager1':
 	$metka = $ARGS[0]
 	$loc = $CURLOC
+	$menu_arg = 'manager1'
+	$menu_loc = 'autotraidF'
+	menu_off = 0
 	cla
 	*clr
 	gs 'stat'
@@ -33,6 +39,8 @@ if $ARGS[0] = 'manager1':
 	'<center><img <<$set_imgh>> src="images/locations/city/industrial/usedcar/autotraid.jpg"></center>'
 	gs 'avb'
 
+	act 'Leave': minut += 5 & gt 'Nord'
+	
 	if cardrive = 9 and car > 0:
 		'The shifty-looking salesman circles around your car a couple of times, making exaggerated displeased noises all the while and pointing out practically every speck of dust as if it was a huge damage. When he turns to you, he states that the best he can do is <<bupay>> <b>₽</b> - while he claims that he''s taking a risk with that price, you''re pretty sure he''s ripping you off.'
 
@@ -40,6 +48,7 @@ if $ARGS[0] = 'manager1':
 		
 		act 'Sell ​your car (<<bupay>> <b>₽</b>) (1:00)':
 			cla
+			menu_off = 1
 			minut += 60
 			money += bupay
 			car = 0
@@ -55,6 +64,7 @@ if $ARGS[0] = 'manager1':
 		if money >= 3000:
 			act 'Pay for towing service to the car market (3,000 <b>₽</b>) (1:00)':
 				cla
+				menu_off = 1
 				minut += 60
 				cardrive = 9
 				money -= 3000
@@ -63,14 +73,15 @@ if $ARGS[0] = 'manager1':
 				act 'Talk to the car salesman again':gt 'autotraidF', 'manager1'
 			end
 		end
-	end
-
-	act 'Leave': minut += 5 & gt 'Nord'
+	end	
 end
 
 if $ARGS[0] = 'car':
 	$metka = $ARGS[0]
 	$loc = $CURLOC
+	$menu_arg = 'car'
+	$menu_loc = 'autotraidF'
+	menu_off = 0
 	cla
 	*clr
 	minut += 5
@@ -86,6 +97,7 @@ if $ARGS[0] = 'car':
 		act 'Inspect a 2107':
 			cla
 			*clr
+			menu_off = 1
 			'<center><b>2107</b></center>'
 			'<center><img <<$set_imgh>> src="images/shared/accessories/car/car.jpg"></center>'
 			tehNT = 200
@@ -118,6 +130,7 @@ if $ARGS[0] = 'car':
 		act 'Inspect another 2107 (Broken Engine)':
 			cla
 			*clr
+			menu_off = 1
 			'<center><b>2107 (Broken engine)</b></center>'
 			'<center><img <<$set_imgh>> src="images/shared/accessories/car/car.jpg"></center>'
 			tehNT = 200
@@ -149,6 +162,7 @@ if $ARGS[0] = 'car':
 		act 'Inspect a VAZ 2115':
 			cla
 			*clr
+			menu_off = 1
 			tehNT = 300
 			tehT = RAND(10,tehNT)
 			carT = 1
@@ -180,6 +194,7 @@ if $ARGS[0] = 'car':
 		act 'Inspect a VAZ 2113':
 			cla
 			*clr
+			menu_off = 1
 			tehNT = 290
 			tehT = RAND(10,tehNT)
 			carT = 1
@@ -211,6 +226,7 @@ if $ARGS[0] = 'car':
 		act 'Inspect a VAZ 2114':
 			cla
 			*clr
+			menu_off = 1
 			tehNT = 300
 			tehT = RAND(10,tehNT)
 			carT = 1
@@ -242,6 +258,7 @@ if $ARGS[0] = 'car':
 		act 'Inspect a VAZ 2110':
 			cla
 			*clr
+			menu_off = 1
 			tehNT = 350
 			tehT = RAND(10,tehNT)
 			carT = 1
@@ -274,6 +291,7 @@ if $ARGS[0] = 'car':
 		act 'Inspect a GAZ 3102':
 			cla
 			*clr
+			menu_off = 1
 			'<center><b>3102 GAS</b></center>'
 			'<center><img <<$set_imgh>> src="images/shared/accessories/car/car11.jpg"></center>'
 			tehNT = 1000
@@ -306,6 +324,7 @@ if $ARGS[0] = 'car':
 		act 'Inspect a 3110':
 			cla
 			*clr
+			menu_off = 1
 			'<center><b>3110</b></center>'
 			'<center><img <<$set_imgh>> src="images/shared/accessories/car/car12.jpg"></center>'
 			tehNT = 800