Răsfoiți Sursa

[added] Menu variables for S

Blatte 5 ani în urmă
părinte
comite
e54198086f

+ 3 - 0
locations/Serge_kuh.qsrc

@@ -16,6 +16,9 @@ if $ARGS[0] = '':
 	*clr & cla
 	gs 'boyStat', 'A112'
 	minut += 1
+	$menu_loc = 'Serge_kuh'
+	$menu_arg = ''
+	menu_off = 0
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/serge/serge2.jpg"></center>'
 	'Sergey Borisovich Shulgin, born in 1967. His hair is grey by now, and he has a small beer belly, but in your opinion he still looks good for his age. His then-wife divorced him a long time ago and he has been single ever since, raising Vasily all by himself.'

+ 1 - 0
locations/SoniaHome.qsrc

@@ -16,6 +16,7 @@ if $ARGS[0] = 'Aftermath':
 	NikoAftermath = 1
 	$location_type = 'private'
 	$locclass = 'bedr'
+	menu_off = 1
 	gs'stat'
 	'<center><b><h4><font color=#FF00FF><<"Sonia Ivanko">></font></h4></b></center>'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/niko/nikomisc/soniahome/bedroom/soniawake.jpg"></center>'

+ 4 - 2
locations/salon.qsrc

@@ -6,8 +6,10 @@ if $ARGS[0] = 'start':
 	if week = 1 and hour >= 9 and hour <= 10 and worksalon = 1:gt 'salon', 'beginwork'
 	if week = 3 and hour >= 9 and hour <= 10 and worksalon = 1:gt 'salon', 'beginwork'
 	if week = 5 and hour >= 9 and hour <= 10 and worksalon = 1:gt 'salon', 'beginwork'
-	cla
-	*clr
+	cla & *clr
+	$menu_loc = 'salon'
+	$menu_arg = 'start'
+	menu_off = 0
 	salonrand = rand(0, 9)
 	gs 'stat'
 	gs 'themes', 'indoors'

+ 9 - 0
locations/sauna.qsrc

@@ -7,6 +7,9 @@ if $ARGS[0] = '':
 	*clr & cla
 	$loc = 'sauna'
 	$metka = ''
+	$menu_loc = 'sauna'
+	$menu_arg = ''
+	menu_off = 0
 	sauna += 1
 	gs 'stat'
 	'<center><b>Sauna</b></center>'
@@ -39,6 +42,9 @@ if $ARGS[0] = 'sauna2':
 	*clr & cla
 	$loc = 'sauna'
 	$metka = 'sauna2'
+	$menu_loc = 'sauna'
+	$menu_arg = 'sauna2'
+	menu_off = 0
 	$location_type = 'indoors'
 	minut += 5
 	gs 'stat'
@@ -75,6 +81,9 @@ if $ARGS[0] = 'saunaroom':
 	$metkaBroom = 'saunaroom'
 	$locM = 'sauna'
 	$metkaM = 'saunaroom'
+	$menu_loc = 'sauna'
+	$menu_arg = 'saunaroom'
+	menu_off = 0
 	$location_type = 'private'
 	saunaYouRoom = 1
 	gs 'stat'

+ 3 - 0
locations/sbReksHome.qsrc

@@ -23,6 +23,9 @@ if $ARGS[0] = 'party':
 	gs 'themes', 'indoors'
 	$metka = 'party'
 	$loc = 'sbReksHome'
+	$menu_loc = 'sbReksHome'
+	$menu_arg = 'party'
+	menu_off = 0
 	cls
 	minut += 15
 	sisboyparty = 1

+ 1 - 0
locations/sentence.qsrc

@@ -4,6 +4,7 @@
 !!shows up when courtletter_date = daystart
 if $ARGS[0] = 'letter':
 	*clr & cla
+	menu_off = 1
 	courtletter_date = 0
 	courthearing_date = daystart + 7
 	if week = 6: courthearing_date += 2

+ 3 - 0
locations/serpent.qsrc

@@ -1,6 +1,9 @@
 # Serpent
 $metka = ''
 $loc = 'Serpent'
+$menu_loc = 'Serpent'
+$menu_arg = ''
+menu_off = 0
 $location_type = 'secluded'
 
 if findneck = 1:

+ 7 - 5
locations/sexshop.qsrc

@@ -3,12 +3,14 @@ $location_type = 'public_indoors'
 
 if $ARGS[0] = 'start':
 	CLOSE ALL
-	$loc = $CURLOC
-	$metka = $ARGS[0]
-	$sexloc = $CURLOC
+	$loc = 'sexshop'
+	$metka = 'start'
+	$sexloc = 'sexshop'
+	$menu_loc = 'sexshop'
+	$menu_arg = 'start'
+	menu_off = 0
     $location_type = 'public_indoors'
-	cla
-	*clr
+	cla & *clr
 
 	if kendra > 0 and rand(1, 10) = 10:gt 'sexshop', 'kendra'
 	if $pantyworntype = 'none' and rand(1, 10) = 10:gt 'sexshop', 'shprod'

+ 3 - 0
locations/shop.qsrc

@@ -3,6 +3,9 @@
 
 !! Main entrance
 if $ARGS[0] = 'start':
+	$menu_loc = 'shop'
+	$menu_arg = 'start'
+	menu_off = 0
 	CLOSE ALL
 	if sound = 0:PLAY 'sound/shop.mp3',30
 	$shoplocation = 'main'

+ 1 - 0
locations/shopdacha.qsrc

@@ -1,5 +1,6 @@
 # shopdacha
 clr
+menu_off = 1
 gs 'stat'
 gs 'themes', 'indoors'
 '<center><b><font color="maroon">Ilyich and Biryukov construction</font></b></center>'

+ 1 - 0
locations/shoplifting.qsrc

@@ -11,6 +11,7 @@ if $ARGS[0] = 'city':
 
 	act 'Attempt to steal':
 		*clr & cla
+		menu_off = 1
 		picrand = rand(0,7)
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/city/shared/shoplift/steal<<picrand>>.jpg"></center>'

+ 3 - 0
locations/sitr.qsrc

@@ -3,6 +3,9 @@
 CLOSE ALL
 $metka = ''
 $loc = 'sitr'
+$menu_loc = 'sitr'
+$menu_arg = ''
+menu_off = 0
 $location_type = 'private'
 $locclass = 'livingr'
 act 'Go to the corridor':gt 'korr'

+ 3 - 0
locations/sitr2x.qsrc

@@ -9,6 +9,9 @@ end
 
 $metka = ''
 $loc = 'sitr2x'
+$menu_loc = 'sitr2x'
+$menu_arg = ''
+menu_off = 0
 
 
 clr

+ 1 - 0
locations/sny.qsrc

@@ -2,6 +2,7 @@
 
 if $ARGS[0] = '3':
 	cls
+	menu_off = 1
 	gs 'stat'
 	if music_on = 1:
 		$track_loop = 'sound/newyear.mp3'

+ 1 - 0
locations/soniaDisco.qsrc

@@ -2,6 +2,7 @@
 
 
 if $ARGS[0] = '':
+	menu_off = 1
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/sonia/0.jpg"></center>'
 	'Vitek and some of his friends are on their way out of the disco, together with Sonia. In the paper bag Vasily has in his hand, you see the neck of a bottle.'

+ 1 - 0
locations/sportShop.qsrc

@@ -3,6 +3,7 @@
 if $ARGS[0] = 'start':
     $location_type = 'public_indoors'
 	cls
+	menu_off = 1
 	gs 'stat'
 	gs 'themes', 'indoors'
 	'<center><b><font color="maroon">Danilovich sporting goods</font></b></center>'

+ 3 - 0
locations/stripclub.qsrc

@@ -3,6 +3,9 @@ if $ARGS[0] = 'start':
 	cla
 	*clr
 	minut += 5
+	$menu_loc = 'stripclub'
+	$menu_arg = 'start'
+	menu_off = 0
 	gs 'stat'
 	gs 'themes', 'indoors'
 	'<center><b><font color="maroon">Strip Club</font></b></center>'

+ 3 - 0
locations/stwork.qsrc

@@ -5,6 +5,9 @@ if $ARGS[0] = 'start':
 	$locM = 'stwork'
 	$metkaM = 'start'
 	$sexloc = 'stwork'
+	$menu_loc = 'stwork'
+	$menu_arg = 'start'
+	menu_off = 0
 	$location_type = 'private'
 	clr
 	minut += 5

+ 6 - 2
locations/svidboy.qsrc

@@ -8,11 +8,11 @@ if $ARGS[0] = 'kinosvid':
 	else
 		$svidboy_home = 'torgcentr'
 	end
-	cla
-	*clr
+	cla & *clr
 	minut += 60
 	pcs_mood += 10
 	loverrelation[lover_number] += 3
+	menu_off = 1
 	gs 'stat'
 	'<center><b>Cinema</b></center>'
 	'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/kino0.jpg"></center>'
@@ -62,6 +62,7 @@ if $ARGS[0] = 'parksvid':
 	minut += 60
 	pcs_mood += 10
 	loverrelation[lover_number] += 3
+	menu_off = 1
 	gs 'stat'
 	'<center><b>Park</b></center>'
 	'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/sex_park0.jpg"></center>'
@@ -209,6 +210,7 @@ if $ARGS[0] = 'parksvid21':
 	end
 	cla
 	*clr
+	menu_off = 1
 	'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/sex_park7.jpg"></center>'
 	'Once <<$loverdesc[lover_number]>> finished, he asks you, "Well this little Papuan still here?"'
 	'"Yes, actively Fingering." you reply, glancing toward African.'
@@ -289,6 +291,7 @@ if $ARGS[0] = 'billsvid':
 	minut += 60
 	pcs_mood += 10
 	loverrelation[lover_number] += 3
+	menu_off = 1
 	gs 'stat'
 	picrand = rand(51, 52)
 	'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/bil<<picrand>>.jpg"></center>'
@@ -350,6 +353,7 @@ if $ARGS[0] = 'kafesvid':
 	minut += 60
 	pcs_mood += 10
 	loverrelation[lover_number] += 3
+	menu_off = 1
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/city/boyfriend/sex/event/kafe0.jpg"></center>'
 	'And you <<$loverdesc[lover_number]>> went into a small cafe in the center, it seems that it does not enjoy popularity, site visitors almost there, you sat at a table in one of the private booths.'