Browse Source

[added]seeded the menu variables V-Z

Blatte 5 years ago
parent
commit
1eca5d80e9

+ 9 - 0
locations/VolkovHome.qsrc

@@ -7,6 +7,9 @@ if $ARGS[0] = 'Niko Bedroom':
 	minut += 5
 	$location_type = 'private'
 	$locclass = 'bedr'
+	$menu_loc = 'VolkovHome'
+	$menu_arg = 'Niko Bedroom'
+	menu_off = 0
 	gs'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/volkovhome/rooms/niko/bedroom.jpg"></center>'
 	'Niko''s room is very messy with two lamps, a bed, and various electronics scattered around.'
@@ -21,6 +24,9 @@ if $ARGS[0] = 'Hallway 2':
 	minut += 5
 	$location_type = 'private'
 	killvar '$locclass'
+	$menu_loc = 'VolkovHome'
+	$menu_arg = 'Niko Bedroom'
+	menu_off = 0
 	gs'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/volkovhome/rooms/hallway2.jpg"></center>'
 	if NikoEv = 18:
@@ -40,6 +46,9 @@ if $ARGS[0] = 'Bathroom':
 	$locM = 'NikoDates'
 	$location_type = 'bathroom'
 	minut += 5
+	$menu_loc = 'VolkovHome'
+	$menu_arg = 'Bathroom'
+	menu_off = 0
 	gs'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/volkovhome/rooms/bathroom.jpg"></center>'
 	'This bathroom seems rather clean, and has two towels, two bathrobes, a sink, a toilet, a <a href="exec:gt ''mirror'', ''start''">mirror</a>, and a bathtub.'

+ 1 - 1
locations/Voltrener.qsrc

@@ -9,7 +9,7 @@ gs 'stat'
 if $ARGS[0] = 'start':
 
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/teacher/mikhail/volleytrener6.jpg"></center>'
-	'You enter the coach''s office in which there are cups, balls, sports equipment, a massage table, and a desk where the coach sometimes sits and does paperwork. Coach Mikhail Vlasov does not only teach amature volleyball but he also coaches a professional volleyball team.'
+	'You enter the coach''s office in which there are cups, balls, sports equipment, a massage table, and a desk where the coach sometimes sits and does paperwork. Coach Mikhail Vlasov does not only teach amateur volleyball but he also coaches a professional volleyball team.'
 
 	if npc_rel['A69'] <= 0:
 		'The coach hates you.'

+ 3 - 0
locations/WorkHosp.qsrc

@@ -5,6 +5,9 @@ if $ARGS[0] = 'start':
 	$loc = 'WorkHosp'
 	$sexloc = 'WorkHosp'
     $location_type = 'event'
+	$menu_loc = 'WorkHosp'
+	$menu_arg = 'start'
+	menu_off = 0
 	gs 'stat'
 	'<center><b><font color="maroon">Clinic</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/residential/clinic/hospital.jpg"></center>'

+ 5 - 1
locations/vanr.qsrc

@@ -6,13 +6,17 @@ $loc = 'vanr'
 $metkaM = ''
 $locM = 'vanr'
 $location_type = 'bathroom'
+$menu_loc = 'vanr'
+$menu_arg = ''
+menu_off = 0
+*clr & cla
+
 if fullmorrout = 1:
 	act 'Finish and go to the kitchen':gt 'kuhr'
 else
 	act 'Go to the corridor':gt 'korr'
 end
 
-clr
 minut += 1
 elektro += 1
 gs 'stat'

+ 4 - 2
locations/vanr2x.qsrc

@@ -10,8 +10,10 @@ $loc = 'vanr2x'
 $metkaM = ''
 $locM = 'vanr2x'
 $location_type = 'bathroom'
-
-clr
+$menu_loc = 'vanr2x'
+$menu_arg = ''
+menu_off = 0
+*clr & cla
 minut = minut + 1
 elektro = elektro + 1
 gs'stat'

+ 6 - 2
locations/vecher.qsrc

@@ -1,7 +1,11 @@
 # vecher
 if $ARGS[0] = 'start':
-	cla
-	*clr
+	cla & *clr
+	$menu_loc = 'vecher'
+	$menu_arg = 'start'
+	menu_off = 0
+	gs 'stat'
+	
 	'<center><img <<$set_imgh>> src="images/locations/city/island/university/dorm/sex/party/vecher.jpg"></center>'
 
 	'You turn up to a Friday night party.'

+ 9 - 2
locations/vipclub.qsrc

@@ -2,6 +2,10 @@
 if $ARGS[0] = 'start':
 	$sexloc = $CURLOC
     $location_type = 'public_indoors'
+	$menu_loc = 'vipclub'
+	$menu_arg = 'start'
+	menu_off = 0
+	gs 'stat'
 	gs 'stat'
 	'<center><b>Vip-room</b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/vipclub.jpg"></center>'
@@ -12,6 +16,7 @@ if $ARGS[0] = 'start':
 	if hour >= 15 or hour <= 3:
 		act 'Cocktails':
 			cla
+			menu_off = 1
 			minut += 15
 			alko += 4
 			cumspclnt = 2
@@ -27,6 +32,7 @@ if $ARGS[0] = 'start':
 		if money >= 3000:
 			act 'Order a woman (3,000 <b>₽</b>)':
 				money -= 3000
+				menu_off = 1
 				picrand = rand(13, 17)
 				girl += 1
 				lesbian += 1
@@ -38,6 +44,7 @@ if $ARGS[0] = 'start':
 		if money >= 3000:
 			act 'Order a man (3,000 <b>₽</b>)':
 				money -= 3000
+				menu_off = 1
 				picrand = 38
 				guy += 1
 				dynamic $venerasiak
@@ -47,8 +54,8 @@ if $ARGS[0] = 'start':
 
 		if money >= 5000:
 			act 'Order one of each (5,000 <b>₽</b>)':
-				cla
-				*clr
+				cla & *clr
+				menu_off = 1
 				girl += 1
 				lesbian += 1
 				money -= 5000

+ 6 - 3
locations/worksalon.qsrc

@@ -2,9 +2,12 @@
 $location_type = 'event'
 
 if $ARGS[0] = 'start':
-	$metka = $ARGS[0]
-	$loc = $CURLOC
-	$sexloc = $CURLOC
+	$metka = 'start'
+	$loc = 'worksalon'
+	$sexloc = 'worksalon'
+	$menu_loc = 'worksalon'
+	$menu_arg = 'start'
+	menu_off = 0
 	gs 'stat'
 	'<center><b><font color="maroon">Beauty Salon</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/salonwork.jpg"></center>'

+ 4 - 1
locations/yarik.qsrc

@@ -4,6 +4,9 @@ Close ALL
 if $ARGS[0] = 'start':
 	cls
 	minut += 5
+	$menu_loc = 'yarik'
+	$menu_arg = 'start'
+	menu_off = 0
 	gs 'stat'
 	gs 'themes', 'indoors'
 	'<center><b><font color="maroon">Apartment businessman Yaroslav</font></b></center>'
@@ -74,7 +77,7 @@ if $ARGS[0] = '1':
 	gs 'stat'
 	minut += 10
 	'<center><img <<$set_imgh>> src="images/characters/city/yaroslav/sex/1365154198_studentka-ischet-rabotu-3.jpg" width = 750 height = 450 ></center>'
-	'As you gat started with the floor, you sit down and start to think about the things you have sunk to doing, your clothes wet, armpits starting to smell. Well at least you will earn some money for your efforts.'
+	'As you get started with the floor, you sit down and start to think about the things you have sunk to doing, your clothes wet, armpits starting to smell. Well at least you will earn some money for your efforts.'
 
 	act 'Scrub the floor':
 		cla

+ 4 - 3
locations/yban.qsrc

@@ -1,10 +1,11 @@
 # yban
 
-$metka = $ARGS[0]
-$loc = $CURLOC
-clr
+$metka = ''
+$loc = 'yban'
+*clr & cla
 gs 'stat'
 gs 'themes', 'indoors'
+
 '<center><b><font color="maroon">Sauna</font></b></center>'
 '<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/yban.jpg"></center>'
 

+ 5 - 1
locations/ybedr.qsrc

@@ -6,8 +6,12 @@ $metka = ''
 $loc = 'ybedr'
 $location_type = 'private'
 $locclass = 'bedr'
-clr
+$menu_loc = 'ybedr'
+$menu_arg = ''
+menu_off = 0
+*clr & cla
 gs 'stat'
+
 '<center><b><font color="maroon">Bedroom</font></b></center>'
 '<center>Your large bedroom with all the necessities that a modern bedroom has.</center>'
 

+ 7 - 3
locations/ybib.qsrc

@@ -1,9 +1,13 @@
 # ybib
 
-$metka = $ARGS[0]
-$loc = $CURLOC
-clr
+$metka = ''
+$loc = 'ybib'
+$menu_loc = 'ybib'
+$menu_arg = ''
+menu_off = 0
+*clr & cla
 gs 'stat'
+
 '<center><b><font color="maroon">Library</font></b></center>'
 '<center>A huge collection of books are neatly placed on the bookshelves.</center>'
 

+ 7 - 4
locations/ydet.qsrc

@@ -1,10 +1,13 @@
 # ydet
 
-$metka = $ARGS[0]
-$loc = $CURLOC
-$locclass = 'bedr'
-clr
+$metka = ''
+$loc = 'ydet'
+$menu_loc = 'ydet'
+$menu_arg = ''
+menu_off = 0
+*clr & cla
 gs 'stat'
+
 '<center><b><font color="maroon">Nursery</font></b></center>'
 '<center>The nursery room, that is neatly designed, only the best for your child.</center>'
 

+ 10 - 5
locations/ykabinet.qsrc

@@ -1,10 +1,15 @@
 # ykabinet
-$metkaM = $ARGS[0]
-$locM = $CURLOC
-$metka = $ARGS[0]
-$loc = $CURLOC
-clr
+
+$metkaM = ''
+$locM = 'ykabinet'
+$metka = ''
+$loc = 'ykabinet'
+$menu_loc = 'ykabinet'
+$menu_arg = ''
+menu_off = 0
+*clr & cla
 gs 'stat'
+
 '<center><b><font color="maroon">Work room</font></b></center>'
 '<center>Your work room where you spend most of the time signing important papers and working on your computer.</center>'
 

+ 7 - 3
locations/ykamin.qsrc

@@ -1,9 +1,13 @@
 # ykamin
 
-$metka = $ARGS[0]
-$loc = $CURLOC
-clr
+$metka = ''
+$loc = 'ykamin'
+$menu_loc = 'ykamin'
+$menu_arg = ''
+menu_off = 0
+*clr & cla
 gs 'stat'
+
 '<center><b><font color="maroon">Lounge</font></b></center>'
 '<center>The lounge, where you can work on your tapestry and relax in front of the fireplace.</center>'
 

+ 5 - 1
locations/ykuh.qsrc

@@ -3,8 +3,12 @@
 $metka = ''
 $loc = 'ykuh'
 $locclass = 'kitr'
-clr
+$menu_loc = 'ykuh'
+$menu_arg = ''
+menu_off = 0
+*clr & cla
 gs 'stat'
+
 '<center><b><font color="maroon">Kitchen</font></b></center>'
 '<center>A well stacked kitchen containing all the necessities to make whatever meal you please.</center>'
 

+ 3 - 0
locations/young_shop.qsrc

@@ -3,6 +3,9 @@
 if $ARGS[0] = 'start':
 	$sexloc = $CURLOC
 	gs 'themes', 'indoors'
+	$menu_loc = 'young_shop'
+	$menu_arg = 'start'
+	menu_off = 0
 
 	'<b><center><font size="4">Pussy-Cats</font></center></b>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/cats/young_shop.jpg"></center>'

+ 33 - 3
locations/youplace.qsrc

@@ -1,8 +1,12 @@
 # youplace
-$metka = $ARGS[0]
-$loc = $CURLOC
-clr
+*clr & cla
+$metka = ''
+$loc = 'youplace'
+$menu_loc = 'youplace'
+$menu_arg = ''
+menu_off = 0
 gs 'stat'
+
 '<center><h4>Your land lot</h4></center>'
 
 if home_owned[5] < 2:'<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/yzemelniy.jpg"></center>'
@@ -28,6 +32,7 @@ if karta + bankDebtLimit >= 1500000 and home_owned[5] = 0:
 		karta -= 1500000
 		home_owned[5] = 1
 		minut += 5
+		menu_off = 1
 		gs 'stat'
 		'You have bought the land lot. You can finally build your own dream mansion.'
 
@@ -41,6 +46,7 @@ if karta + bankDebtLimit >= 500000 and home_owned[5] = 1:
 		karta -= 500000
 		home_owned[5] = 2
 		minut += 5
+		menu_off = 1
 		gs 'stat'
 		'You''ve paid for the utilities. You now have running water, sewage, electric power, and telephone lines. There''s even a foundation built on the land lot.'
 
@@ -54,6 +60,7 @@ if karta + bankDebtLimit >= 1500000 and home_owned[5] = 2:
 		karta -= 1500000
 		home_owned[5] = 3
 		minut += 5
+		menu_off = 1
 		gs 'stat'
 		'You''ve paid for the construction of the mansion.'
 
@@ -67,6 +74,7 @@ if karta + bankDebtLimit >= 500000 and home_owned[5] = 3 and ymanrem[3] = 0:
 		karta -= 500000
 		ymanrem[3] = 1
 		minut += 5
+		menu_off = 1
 		gs 'stat'
 		'You paid for the construction of the rooms. You can finally begin designing the interior of the mansion.'
 
@@ -81,6 +89,7 @@ if home_owned[5] => 2:
 			karta -= 800000
 			banaMansion = 1
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'You paid for the construction of the sauna. You finally have a place where you can relax.'
 
@@ -94,6 +103,7 @@ if home_owned[5] => 2:
 			karta -= 500000
 			bassMansion = 1
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'You paid for the construction of the pool area. You can finally take relaxing swims in private.'
 
@@ -108,6 +118,7 @@ if home_owned[5] = 3:
 			karta -= 250000
 			ymanrem[3] = 2
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'The work on the main hall is finished.'
 
@@ -120,6 +131,7 @@ if home_owned[5] = 3:
 			karta -= 150000
 			ymanrem[3] = 3
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'The work on the main hall is finished.'
 
@@ -133,6 +145,7 @@ if home_owned[5] = 3:
 			karta -= 250000
 			ymanrem[4] = 1
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'The work on the bedroom is finished.'
 
@@ -144,6 +157,7 @@ if home_owned[5] = 3:
 			karta -= 300000
 			ymanrem[4] = 2
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'The work on the bedroom is finished.'
 
@@ -157,6 +171,7 @@ if home_owned[5] = 3:
 			karta -= 250000
 			ymanrem[5] = 1
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'The work on the batroom is finished.'
 
@@ -168,6 +183,7 @@ if home_owned[5] = 3:
 			karta -= 250000
 			ymanrem[5] = 2
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'The work on the batroom is finished.'
 
@@ -181,6 +197,7 @@ if home_owned[5] = 3:
 			karta -= 250000
 			ymanrem[6] = 1
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'The work on the kitchen is finished.'
 
@@ -192,6 +209,7 @@ if home_owned[5] = 3:
 			karta -= 250000
 			ymanrem[6] = 2
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'The work on the kitchen is finished.'
 
@@ -205,6 +223,7 @@ if home_owned[5] = 3:
 			karta -= 250000
 			ymanrem[7] = 1
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'The work on the living room is finished.'
 
@@ -216,6 +235,7 @@ if home_owned[5] = 3:
 			karta -= 250000
 			ymanrem[7] = 2
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'The work on the living room is finished.'
 
@@ -229,6 +249,7 @@ if home_owned[5] = 3:
 			karta -= 250000
 			ymanrem[8] = 1
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'The work on the fireplace room is finished.'
 
@@ -240,6 +261,7 @@ if home_owned[5] = 3:
 			karta -= 250000
 			ymanrem[8] = 2
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'The work on the fireplace room is finished.'
 
@@ -253,6 +275,7 @@ if home_owned[5] = 3:
 			karta -= 250000
 			ymanrem[9] = 1
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'The work on the nursery is finished.'
 
@@ -264,6 +287,7 @@ if home_owned[5] = 3:
 			karta -= 250000
 			ymanrem[9] = 2
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'The work on the nursery is finished.'
 
@@ -277,6 +301,7 @@ if home_owned[5] = 3:
 			karta -= 250000
 			ymanrem[10] = 1
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'The work on the library is finished.'
 
@@ -288,6 +313,7 @@ if home_owned[5] = 3:
 			karta -= 250000
 			ymanrem[10] = 2
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'The work on the library is finished.'
 
@@ -301,6 +327,7 @@ if home_owned[5] = 3:
 			karta -= 250000
 			ymanrem[11] = 1
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'The work on the gym is finished.'
 
@@ -312,6 +339,7 @@ if home_owned[5] = 3:
 			karta -= 250000
 			ymanrem[11] = 2
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'The work on the gym is finished.'
 
@@ -325,6 +353,7 @@ if home_owned[5] = 3:
 			karta -= 250000
 			ymanrem[12] = 1
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'The work on the office is finished.'
 
@@ -336,6 +365,7 @@ if home_owned[5] = 3:
 			karta -= 250000
 			ymanrem[12] = 2
 			minut += 5
+			menu_off = 1
 			gs 'stat'
 			'The work on the office is finished.'
 

+ 6 - 2
locations/youry.qsrc

@@ -3,6 +3,9 @@
 if $ARGS[0] = 'start':
 	clr
 	minut += 5
+	$menu_loc = 'youry'
+	$menu_arg = 'start'
+	menu_off = 0
 	gs 'stat'
 	gs 'themes', 'indoors'
 	'<center><b><font color="maroon">Yuri''s Flat</font></b></center>'
@@ -16,7 +19,7 @@ if $ARGS[0] = 'start':
 
 	act 'Ring the doorbell':
 		cla
-
+		menu_off = 1
 		if hour > 16:
 			'You ring the doorbell and it doesn''t take long for Yuri to open the door as he was expecting you, "Come in <<$pcs_firstname>> no need to be standing on the outside."'
 
@@ -56,10 +59,11 @@ end
 if $ARGS[0] = 'quest':
 	cla
 	*clr
+	menu_off = 1
 	jouryQwNo = 0
 	minut += 30
 	gs 'stat'
-	'You and Yuri walk togheter to the metro. You get in the car and sit in silence under the trip to the industrial part of the city. Exiting the subway station, Yuri grabs hold of your hand and leads you in the direction of newly erected buildings, Yuri looks tense as he doesn''t say one word while you''re walking.' 
+	'You and Yuri walk together to the metro. You get in the car and sit in silence under the trip to the industrial part of the city. Exiting the subway station, Yuri grabs hold of your hand and leads you in the direction of newly erected buildings, Yuri looks tense as he doesn''t say one word while you''re walking.' 
 	'Finally you come to a new nine-story building, Yuri opens the entrance door and you walk inside. Yuri moves over to the elevator and calls on it. It doesn''t take long before you arrive at his pad.'
 
 	act 'Enter the apartment':

+ 7 - 3
locations/yzal.qsrc

@@ -1,10 +1,14 @@
 # yzal
-$metka = $ARGS[0]
-$loc = $CURLOC
+$metka = ''
+$loc = 'yzal'
+$menu_loc = 'yzal'
+$menu_arg = ''
+menu_off = 0
 $location_type = 'private'
 $locclass = 'livingr'
-clr
+*clr & cla
 gs 'stat'
+
 '<center><b><font color="maroon">House</font></b></center>'
 '<center>Living Room</center>'
 

+ 8 - 4
locations/zaprF.qsrc

@@ -4,9 +4,11 @@ if $ARGS[0] = 'start':
 
 	$metka = 'start'
 	$loc = 'zaprF'
+	$menu_loc = 'zaprF'
+	$menu_arg = 'start'
+	menu_off = 0
 	$location_type = 'public_outdoors'
-	cla
-	*clr
+	cla & *clr
 	gs 'stat'
 	'<center><b>Gas Station</b></center>'
 	if hour < 8 or hour > 21:
@@ -95,14 +97,16 @@ end
 if $ARGS[0] = 'toilet':
 	CLOSE ALL
 	gs 'themes', 'indoors'
-	cla
-	*clr
+	cla & *clr
 	$metka = 'toilet'
 	$loc = 'zaprF'
 	$location_type = 'bathroom'
 	$locM = 'zaprF'
 	$metkaM = 'toilet'
 	minut += 2
+	$menu_loc = 'zaprF'
+	$menu_arg = 'toilet'
+	menu_off = 0
 	gs 'stat'
 
 	'<center><h4>Gas station toilet</h4></center>'

+ 3 - 0
locations/zaprFWash.qsrc

@@ -5,6 +5,9 @@
 if $ARGS[0] = 'start':
 	$metka = 'start'
 	$loc = 'zaprFWash'
+	$menu_loc = 'zaprFWash'
+	$menu_arg = 'start'
+	menu_off = 0
 	*clr & cla
 	! can''t wash cars if have visible cum already
 	if (cumloc[6] = 1 or cumloc[7] = 1) or cumloc[11] = 1:

+ 13 - 11
locations/zoomagazine.qsrc

@@ -1,13 +1,15 @@
 # zoomagazine
 if $ARGS[0] = 'start':
-	cla
-	clr
-	*clr
+	cla & *clr
+	$menu_loc = 'zoomagazine'
+	$menu_arg = 'start'
+	menu_off = 0
 	gs 'stat'
 	gs 'themes', 'indoors'
 	'<center><b><font color="maroon">Pet Emporium</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/pet shop/shop.jpg"</center>'
 	if saveparQW = 1 and saveparQWfailed = 0:
+		menu_off = 1
 		minut += 5
 		'When you enter the pet store you can see the owner talking to some customers'
 		'In normal circumstances you would have simply waited your turn but you had no time now.'
@@ -102,8 +104,8 @@ if $ARGS[0] = 'start':
 	
 	if money >= 3000 and sobaka = 0:
 		act 'Buy a dog (3000 <b>₽</b>)':
-			cla
-			*clr
+			cla & *clr
+			menu_off = 1
 			'<center><img <<$set_imgh>> src="images/beast/zoo/695_small.jpg"></center>'
 			if home_owned[1] > 0:
 				act 'Hello, I would like to get a dog':
@@ -147,8 +149,8 @@ if $ARGS[0] = 'start':
 
 	if money >= 2000 and krolik = 0:
 		act 'Buy a rabbit (2000 <b>₽</b>)':
-			cla
-			*clr
+			cla & *clr
+			menu_off = 1
 			if home_owned[1] > 0:
 				minut += 10
 				krolik += 1
@@ -166,8 +168,8 @@ if $ARGS[0] = 'start':
 
 	if money >= 3000 and popugai = 0:
 		act 'Buy a parrot (3000 <b>₽</b>)':
-			cla
-			*clr
+			cla & *clr
+			menu_off = 1
 			if home_owned[1] > 0:
 				minut += 10
 				popugai += 1
@@ -185,8 +187,8 @@ if $ARGS[0] = 'start':
 	
 	if money >= 3000 and popugai2 = 0 and home_owned[2] = 1 :
 		act 'Buy a parrot for your parent''s apartment (3000 <b>₽</b>)':
-			cla
-			*clr
+			cla & *clr
+			menu_off = 1
 			minut += 10
 			popugai2 += 1
 			sispopconf = 0