Browse Source

[added] menu_loc seeding to shulga files.
[changed] Added sleep option to serge_shulgin, shulga_room and shulgabed.
[changed] shulgabath now uses private bathroom dynamic.
[changed] shulgahall now has small description, closet (only when kicked out of parents) and mirror

3xpurt 5 years ago
parent
commit
0c89e3b0cd

+ 13 - 4
locations/Serge_Shulgin.qsrc

@@ -28,6 +28,9 @@ end
 !Sergey is lying in bed, watching TV. You can chat with him (<30), join him watching TV (>30), sleep in his bed (>50) and seduce him----------!
 !===================================================================================================================! 
 if $ARGS[0] = 'tv':
+	$menu_loc = 'Serge_Shulgin'
+	$menu_arg = 'tv'
+	menu_off = 0
 	gs 'boyStat', 'A112'
 	minut += 1
 	gs 'stat'
@@ -63,6 +66,7 @@ if $ARGS[0] = 'tv':
 end
 
 if $ARGS[0] = 'sleep':
+	menu_off = 1
 	gs 'boyStat', 'A112'
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/serge/sleep.jpg"></center>'
@@ -89,15 +93,19 @@ if $ARGS[0] = 'sleep':
 			minut += 2
 			gs 'stat'
 			'He sighs and wordlessly moves over to one side of the bed, offering you the other half while he clutches his pillow.'
-			act 'Take a nap': 
+			act 'Sleep with Sergey': 
 				!---------------------------------------!
 				!Sleep next to Sergey!
 				!---------------------------------------!
 				cla
-				'You get comfortable in Sergey''s bed, and snooze for a few hours.'
+				'You get comfortable in Sergey''s bed, and sleep for a few hours.'
 				npc_rel['A112'] += 1
-				minut += 180
-				if pcs_sleep < 75: pcs_sleep += 25 else pcs_sleep = 100
+				minut += 240
+				if pcs_sleep >= 60: 
+					pcs_sleep = 100
+				else
+					pcs_sleep += 40
+				end
 				gs 'stat'
 				act 'Get out of bed': gt 'shulgabed'
 			end
@@ -107,6 +115,7 @@ if $ARGS[0] = 'sleep':
 end
 
 if $ARGS[0] = 'hide':
+	menu_off = 1
 	if $ARGS[1] = 'serge_tv':
 		if hour < 7 or hour >= 23:
 			gs'stat'

+ 68 - 7
locations/shulga_room.qsrc

@@ -10,8 +10,10 @@
 !>= 100 - Very close friends, he offers to arrange a webcam show together at his house ----------------------!
 !============================================================================================================!
 $location_type = 'private'
-if $ARGS[0] = '': gt 'shulga_room', 'start'
-if $ARGS[0] = 'start':
+if $ARGS[0] = 'start' or $ARGS[0] = '':
+	$menu_loc = 'shulga_room'
+	$menu_arg = 'start'
+	menu_off = 0
 	$metka = 'start'
 	$loc = 'shulga_room'
 	$locclass = 'livingr'
@@ -103,8 +105,13 @@ if $ARGS[0] = 'start':
 		act 'Look around the room': gt 'shulga_room', 'start'
 
 		act 'Take an hour long nap':
+			cla
 			if pcs_sleep < 90:
-				pcs_sleep += 10
+				if pcs_sleep >= 80:
+					pcs_sleep = 100
+				else
+					pcs_sleep += 10
+				end
 				pcs_health += 5
 				minut += 60
 				gs 'stat'
@@ -117,6 +124,26 @@ if $ARGS[0] = 'start':
 				act 'Stand up': gt 'shulga_room', 'start'
 			end
 		end
+		act 'Sleep for a few hours':
+			cla
+			if pcs_sleep < 90:
+				if pcs_sleep >= 60:
+					pcs_sleep = 100
+				else
+					pcs_sleep += 40
+				end
+				pcs_health += 5
+				minut += 240
+				gs 'stat'
+				'You sleep about four hours.'
+				act 'Get up': gt 'shulga_room', 'start'
+			else
+				minut += 5
+				gs 'stat'
+				'You are not tired enough to sleep, even for a short nap.'
+				act 'Stand up': gt 'shulga_room', 'start'
+			end
+		end
 	end
 
 	act 'Watch TV': gt 'shulga_room', 'shultv'
@@ -163,6 +190,7 @@ end
 
 !clothed as a prostitute: day and night
 if $ARGS[0] = 'sh_hooker':
+	menu_off = 1
 	sh_hooker_day = daystart
 	sh_hooker_count -= 1
 	gs 'stat'
@@ -206,6 +234,7 @@ end
 !Event Vasily and Sonya in the big room
 
 if $ARGS[0] = 'shulv_sexev1_sonya':
+	menu_off = 1
 	sexev_sonya_day = daystart
 	sexev_sonya_count -= 1
 	sh_sonya_sexev +=1
@@ -227,6 +256,7 @@ if $ARGS[0] = 'shulv_sexev1_sonya':
 end
 
 if $ARGS[0] = 'shulv_sexev2_sonya':
+	menu_off = 1
 	sexev_sonya_day = daystart
 	sexev_sonya_count -= 1
 	sh_sonya_sexev +=1
@@ -268,6 +298,7 @@ if $ARGS[0] = 'shulv_sexev2_sonya':
 end
 
 if $ARGS[0] = 'shulv_sex_sonya':
+	menu_off = 1
 	shulv_sexev_sonya = RAND(0,100)
 	if shulv_sexev_sonya <= 40: 
 		gt 'shulga_room', 'shulv_sexev1_sonya'
@@ -280,6 +311,7 @@ end
 !Event with Sonia #1
 
 if $ARGS[0] = 'gang_sexev1_sonya':
+	menu_off = 1
 	sexev_sonya_day = daystart
 	sexev_sonya_count -= 1
 	sh_sonya_sexev +=1
@@ -321,6 +353,7 @@ end
 
 !Event with Sonia #2
 if $ARGS[0] = 'gang_sexev2_sonya':
+	menu_off = 1
 	sexev_sonya_day = daystart
 	sexev_sonya_count -= 1
 	sh_sonya_sexev +=1
@@ -333,6 +366,7 @@ end
 
 !Event with Sonia #3
 if $ARGS[0] = 'gang_sexev3_sonya':
+	menu_off = 1
 	sexev_sonya_day = daystart
 	sexev_sonya_count -= 1
 	sh_sonya_sexev +=1
@@ -345,6 +379,7 @@ end
 
 !the choice of the opening event 3
 if $ARGS[0] = 'gang_sex_sonya':
+	menu_off = 1
 	gang_sexev_sonya = RAND(0,100)
 	if RAND(0,100) < 40: 
 		gt 'shulga_room', 'gang_sexev1_sonya'
@@ -361,6 +396,7 @@ end
 !Fucked for days by the boys
 
 if $ARGS[0] = 'gang_sex_room_ev1':
+	menu_off = 0
 	minut += 2
 	gangsexroom_day = daystart
 	gangsexroom_count -= 1
@@ -389,6 +425,7 @@ if $ARGS[0] = 'gang_sex_room_ev1':
 end
 
 if $ARGS[0] = 'gang_sex_room_ev1_1':
+	menu_off = 1
 	gs 'arousal','foreplay',5,'group','gangbang'
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/sex/1_4.jpg"></center>'
@@ -397,6 +434,7 @@ if $ARGS[0] = 'gang_sex_room_ev1_1':
 end
 
 if $ARGS[0] = 'gang_sex_room_ev1_2':
+	menu_off = 1
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/sex/1_5.jpg"></center>'
 	gs 'boyStat', 'A9','3'
 	gs 'boyStat', 'A10','1'
@@ -565,6 +603,7 @@ end
 !consent to sex if you get drunk years
 
 if $ARGS[0] = 'drunken_sex_yes':
+	menu_off = 1
 	minut += 5 
 	pcs_horny +=10
 	gs 'stat'
@@ -581,6 +620,7 @@ end
 !Present your ass
 
 if $ARGS[0] = 'drunken_body_popa':
+	menu_off = 1
 	gs 'arousal','flash',5,'group','gangbang','exhibitionism'
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/drunk_ev/popa'+rand(1,11)+'.jpg"></center>'
@@ -595,6 +635,7 @@ end
 !Show them your pussy
 
 if $ARGS[0] = 'drunken_body_piz':
+	menu_off = 1
 	gs 'arousal','flash',5,'group','gangbang','exhibitionism'
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/drunk_ev/piz'+rand(1,10)+'.jpg"></center>'
@@ -606,6 +647,7 @@ end
 !Shake your tits
 
 if $ARGS[0] = 'drunken_body_sisi':
+	menu_off = 1
 	gs 'arousal','flash',5,'group','gangbang','exhibitionism'
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/drunk_ev/sisi'+rand(1,11)+'.jpg"></center>'
@@ -617,6 +659,7 @@ end
 !Finger yourself
 
 if $ARGS[0] = 'drunken_body_mast':
+	menu_off = 1
 	gs 'arousal','masturbate',5,'group','gangbang','exhibitionism'
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/drunk_ev/mast'+rand(1,10)+'.jpg"></center>'
@@ -630,6 +673,7 @@ end
 !drunk sex
 
 if $ARGS[0] = 'drunken_sex':
+	menu_off = 1
 	gang +=1
 	gs 'boyStat', 'A9','3'
 	gs 'boyStat', 'A10','1'
@@ -698,6 +742,7 @@ end
 !abstaining from sex if you get drunk turnip years: pav_slut < 75 (If turnips >= 3, the failure will not be accessible)
 
 if $ARGS[0] = 'drunken_sex_no':
+	menu_off = 1
 	minut += 5 
 	pcs_dom +=1
 	pcs_health -= 10
@@ -711,6 +756,7 @@ if $ARGS[0] = 'drunken_sex_no':
 end
 
 if $ARGS[0] = 'drunken_sleep':
+	menu_off = 1
 	minut += 180 
 	if pcs_sleep < 75:
 		pcs_sleep += 25
@@ -729,6 +775,7 @@ if $ARGS[0] = 'drunken_sleep':
 end	
 
 if $ARGS[0] = 'shulga_beer':
+	menu_off = 1
 	if alko < 6: 
 		minut += 5 
 		alko += RAND(1,2)
@@ -762,6 +809,7 @@ end
 !====================================! 
 !watch porn TV
 if $ARGS[0] = 'view_pornotv':
+	menu_off = 1
 	act 'Flip to the porn channel':
 		*clr & cla
 		gs 'arousal','porn',20
@@ -775,6 +823,7 @@ if $ARGS[0] = 'view_pornotv':
 end
 !Group Event with porn hours 0 to 2 weekdays, when gopota hang out...
 if $ARGS[0] = 'view_pornotv_evgr':
+	menu_off = 1
 	act 'Watch some porn':
 		*clr & cla
 		gs 'arousal','porn',10
@@ -883,6 +932,7 @@ end
 
 !Event viewing porn channel with Vasily
 if $ARGS[0] = 'view_pornotv_vasya':
+	menu_off = 1
 	act 'Watch porn channel':
 		*clr & cla
 		pcs_mood += 4
@@ -976,6 +1026,7 @@ end
 !TV in the living room with Vasily!
 !==================================! 
 if $ARGS[0] = 'shultv':
+	menu_off = 1
 	rndtvs=rand(1,100)
 	*clr & cla
 	if rndtvs>10: minut += 30
@@ -1023,6 +1074,7 @@ end
 !Bazaar night with Vasily, Vitek, and Dan. On Weekdays hours: 0 to 2!
 !======================================! 
 if $ARGS[0] = 'shulga_bazar_night':
+	menu_off = 1
 	rnd_rebyata = RAND(0,1)
 	if rnd_rebyata = 0:$rnd_rebyata = 'Dan'
 	if rnd_rebyata = 1:$rnd_rebyata = 'Vitek'
@@ -1112,6 +1164,7 @@ end
 !Bazaar night with Dan. Monday - Thurstday hours: 20:00 - 24:00!
 !============================================! 
 if $ARGS[0] = 'den_bazar':
+	menu_off = 1
 	minut += 1
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/dan/dan.jpg"></center>'
@@ -1178,6 +1231,7 @@ end
 !Bazaar with Vitek(Kotov) Monday - Thurstday hours: 20:00 - 24:00!
 !=============================================! 
 if $ARGS[0] = 'vitek_bazar':
+	menu_off = 1
 	minut += 1
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vitek/vitek.jpg"></center>'
@@ -1250,6 +1304,7 @@ end
 
 !Do homework with Vasily
 if $ARGS[0] = 'shulga_lern':
+	menu_off = 1
 	!choice of set pictures
 	lern_imgset = RAND(1,7)
 	if lernHome ! 0:
@@ -1294,6 +1349,7 @@ end
 
 !Consent to sex
 if $ARGS[0] = 'shulga_lern_sex_yes':
+	menu_off = 1
 	shulga_lern_day = daystart
 	shulga_lern_count -= 1
 	npc_sex['A11'] += 1
@@ -1384,6 +1440,7 @@ end
 
 !Abstaining from sex
 if $ARGS[0] = 'shulga_lern_sex_no':
+	menu_off = 1
 	minut += 2
 	shulga_lern_day = daystart
 	shulga_lern_count -= 1
@@ -1461,14 +1518,15 @@ end
 !You nap with Vasilt!
 !---------------------------------------!
 if $ARGS[0] = 'sleep_vasya_bed':
+	menu_off = 1
 	cla
 	npc_rel['A11'] += 1
-	if pcs_sleep > 75:
-		pcs_sleep += 25
-	else
+	if pcs_sleep >= 60:
 		pcs_sleep = 100
+	else
+		pcs_sleep += 40
 	end
-	minut += 180
+	minut += 240
 	'You lay down and sleep for a few hours.'
 	act 'Get up': gt 'shulga_room'
 	gs 'stat'
@@ -1477,6 +1535,7 @@ end
 !He refuses to let you sleep next to him!
 !--------------------!
 if $ARGS[0] = 'sleep_vasya_otkaz':
+	menu_off = 1
 	cla
 	minut += 2
 	npc_rel['A11'] -=1
@@ -1490,6 +1549,7 @@ end
 !He allows you to sleep next to him!
 !---------------------!
 if $ARGS[0] = 'sleep_vasya_soglasie':
+	menu_off = 1
 	cla
 	minut += 2
 	gs 'stat'
@@ -1521,6 +1581,7 @@ end
 !-----Vasily sleeps-----!
 !---------------------!
 if $ARGS[0] = 'shulga_bazar_sleep':
+	menu_off = 1
 	*clr & cla
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/vasya_sleep.jpg"></center>'
 	'Vasily fast asleep'

+ 16 - 42
locations/shulgabath.qsrc

@@ -21,6 +21,9 @@ minut += 1
 gs 'stat'
 
 if $ARGS[0] = 'start':
+	$menu_loc = 'shulgabath'
+	$menu_arg = 'start'
+	menu_off = 0
 	!Sonia opening event in the bathroom
 	if soniaPS >= 2:
 		if RAND(0,100) >= 90 and sh_sonya_sexev > 2 and sonya_bazar_count > 0 and ev_sonya_count > 0 and hour <= 23 and ((week < 6 and hour >= 14) or (week >= 6 and hour >= 10)):
@@ -34,57 +37,20 @@ if $ARGS[0] = 'start':
 
 	'<center><b><font color = maroon>Bathroom</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/vanna.jpg"></center>'
-	'Uncle Sergey''s bathroom is small and very unpretentious. Nevertheless, it has everything a bathroom needs. There is a <a href="exec:GT ''mirror'',''start''">mirror</a> above the sink.'
+	*nl
+	'Uncle Sergey''s bathroom is small and very unpretentious. Nevertheless, it has everything a bathroom needs. There is a <a href="exec:GT ''mirror'',''start''">mirror</a> above the sink, where you can ' + iif(pcs_hairbsh = 0,'<a href="exec:GT ''mirror'',''brush''">brush</a>','brush') + ' your hair, a shower and bath tub.'
+	*nl
 
 	act 'Return to the hallway': gt'shulgahall'
 
-	dynamic $shower
-	gs 'din_van', 'prvt_pee'
-	dynamic $bteeth
-	dynamic $tampon
-	dynamic $quickwash
-	dynamic $wearpan
-	dynamic $removepan
-	dynamic $basin
+	gs 'din_van', 'private'
 
-	if (cumloc[6] = 1 or cumloc[7] = 1):
-		act 'Clean semen stains from your clothing':
-			*clr & cla
-			cumspclnt = 6
-			gs 'cum_cleanup'
-			minut = minut + 15
-			gs 'stat'
-
-			'<center><img <<$set_imgh>> src="images/shared/sex/cum/frotsp.jpg"></center>'
-			'You take fifteen minutes to thoroughly rinse the semen stains out of your clothes. By the time you''re done, all the evidence that remains of them are some quickly drying damp spots.'
-			act 'Finish': gt 'shulgabath', 'start'
-		end
-	end
-
-	dynamic $toymanage
-	dynamic $enema
-
-	if pregtest > 0 and (abortionbirthdate = 0 or daystart - abortionbirthdate > 100):
-		act 'Do a pregnancy test':
-			cla
-			pregtest -= 1
-			gs 'stat'
-			if pregchem > 120:
-				knowpreg = 1
-				thinkpreg = 1
-				'The test shows the two strips: you''re pregnant!'
-			else
-				knowpreg = 0
-				'The test shows one band: you''re not pregnant.'
-			end
-
-			act 'Finish':gt 'shulgabath', 'start'
-		end
 	end
 end
 
 !Bathroom, Sonia choice opening event:
 if $ARGS[0] = 'sexev':
+	menu_off = 1
 	if RAND(0,100) < 50: 
 		gt 'shulgabath', 'sexev1'
 	else 
@@ -94,6 +60,7 @@ end
 
 !Bath Sonia Event 1:
 if $ARGS[0] = 'sexev1':
+	menu_off = 1
 	*clr & cla
 	sexev_sonya_day = daystart
 	sexev_sonya_count -= 1
@@ -108,6 +75,7 @@ end
 
 !Bathtub, Sonia Event 2:
 if $ARGS[0] = 'sexev2':
+	menu_off = 1
 	*clr & cla
 	sexev_sonya_day = daystart
 	sexev_sonya_count -= 1
@@ -160,6 +128,7 @@ if $ARGS[0] = 'sexev2':
 end
 
 if $ARGS[0] = 'ev':
+	menu_off = 1
 	if RAND(0,100) <= 80:
 		gt 'shulgabath', 'ev1'
 	else
@@ -169,6 +138,7 @@ end
 
 !Sonia suggests marafet
 if $ARGS[0] = 'ev1':
+	menu_off = 1
 	*clr & cla
 	minut += 2
 	gs 'stat'
@@ -188,6 +158,7 @@ end
 
 !Sonya is sitting on the toilet
 if $ARGS[0] = 'ev2':
+	menu_off = 1
 	*clr & cla
 	minut += 2
 	gs 'stat'
@@ -199,6 +170,7 @@ end
 
 !Gossip with Sonia, If burned her sex a couple of times in this hut.
 if $ARGS[0] = 'bazar':
+	menu_off = 1
 	*clr & cla
 	ev_sonya_day = daystart
 	ev_sonya_count -= 1
@@ -240,6 +212,7 @@ end
 
 !gg and Sonia take a bath
 if $ARGS[0] = 'lesb':
+	menu_off = 1
 	*clr & cla
 	minut += 5
 	npc_sex['A25'] += 1
@@ -297,6 +270,7 @@ if $ARGS[0] = 'lesb':
 end
 
 if $ARGS[0] = 'serg_sex':
+	menu_off = 1
 	*clr & cla
 	gs 'boyStat', 'A112'
 	npc_sex[$boy] += 1

+ 9 - 4
locations/shulgabed.qsrc

@@ -6,6 +6,9 @@ $location_type = 'private'
 $locclass = 'bedr'
 
 if $ARGS[0] = '' or $ARGS[0] = 'wakeup':
+	$menu_loc = 'shulgabed'
+	$menu_arg = ''
+	menu_off = 0
 	*clr & cla
 	minut = minut + 1
 	gs 'stat'
@@ -25,6 +28,7 @@ if $ARGS[0] = '' or $ARGS[0] = 'wakeup':
 end
 
 if $ARGS[0] = 'sonya':
+	menu_off = 1
 	sexev_sonya_day = daystart
 	sexev_sonya_count -= 1
 	sh_sonya_sexev +=1
@@ -72,13 +76,14 @@ end
 
 !sleep when the bed is empty
 if $ARGS[0] = 'sleep':
-	act 'Lie down and take a nap (1:00)':
+	menu_off = 1
+	act 'Lie down and take a nap (4:00)':
 		cla
-		pcs_sleep += 10
+		pcs_sleep += 40
 		pcs_health += 5
-		minut += 60
+		minut += 240
 		gs 'stat'
-		'Since Sergey isn''t using his bed, you''re sure he won''t mind if you take a nap here. You lie down under the covers and snooze for an hour, feeling a bit less tired when you wake up again.'
+		'Since Sergey isn''t using his bed, you''re sure he won''t mind if you take a nap here. You lie down under the covers and snooze for a few hours, feeling a less tired when you wake up again.'
 		act 'Get out of bed': gt 'shulgabed','wakeup'
 	end
 end

+ 15 - 0
locations/shulgahall.qsrc

@@ -2,11 +2,16 @@
 
 CLOSE ALL
 $metka = ''
+$metkaM = ''
 $loc = 'shulgahall'
+$locM = 'shulgahall'
 $location_type = 'private'
 killvar '$locclass'
 
 if $ARGS[0] = '':
+	$menu_loc = 'shulgahall'
+	$menu_arg = ''
+	menu_off = 0
 	!count-in `s Event NPC can start with Mom a day
 	if sexev_momgg_day ! daystart: sexev_momgg_count = 2
 
@@ -23,6 +28,13 @@ if $ARGS[0] = '':
 
 	'<center><b><font color = maroon>Hallway</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/korr.jpg"></center>'
+	*nl
+	'The hallway of Uncle Sergey''s one bedroom apartment is similar to every other apartment in the complex. There are several doors leading to the various rooms. The main bedroom is Uncle Sergey''s. There''s also the kitchen, bathroom, and finally the livingroom, which Vasily uses for a bedroom.'
+	if home_owned[1] = 0:
+		'There are several <a href="exec:gt ''wardrobe'', ''start''">closets</a> in the hall, which Sergey said you can use to store your clothes, while you''re staying here</a>, and a large tall <a href="exec:gt ''mirror'', ''start''">mirror</a> on one of the doors.'
+	else
+		'There are several closets, in the hall</a>, and a large tall <a href="exec:gt ''mirror'', ''start''">mirror</a> on one of the doors.'
+	end
 
 	if momslut >= 1 and sexev_momgg_count > 0:
 		if indorf = 0 and hour < 23 and ((week < 6 and hour >= 15) or (week >= 6 and hour >= 10)):
@@ -48,6 +60,7 @@ if $ARGS[0] = '':
 end &!--- main ---
 
 if $ARGS[0] = 'shulga_home_momgg1':
+	menu_off = 1
 	sexev_momgg_day = daystart
 	sexev_momgg_count -= 1
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/smroom/momgg/ev1_1.jpg"></center>'
@@ -113,6 +126,7 @@ if $ARGS[0] = 'shulga_home_momgg1':
 end &! --- shulga_home_momgg1 ---
 
 if $ARGS[0] = 'shulga_home_momgg2':
+	menu_off = 1
 	sexev_momgg_day = daystart
 	sexev_momgg_count -= 1
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/smroom/momgg/ev2_1_'+rand(1,4)+'.jpg"></center>'
@@ -166,6 +180,7 @@ if $ARGS[0] = 'shulga_home_momgg2':
 end &! --- shulga_home_momgg2 ---
 
 if $ARGS[0] = 'shulga_home_momggbang':
+	menu_off = 1
 	sexev_momgg_day = daystart
 	sexev_momgg_count -= 1
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/smroom/momgg/ev3_1_'+rand(1,3)+'.jpg"></center>'