Browse Source

[added] Menu variables for Q

Blatte 5 years ago
parent
commit
7bf151e557

+ 2 - 2
locations/qjob.qsrc

@@ -1,8 +1,8 @@
 # qjob
 
 if $ARGS[0] = 'var1':
-	cla
-	*clr
+	cla & *clr
+	menu_off = 1
 	var = rand(0, 3)
 
 	if var ! 0:

+ 1 - 0
locations/qwBarBilliard.qsrc

@@ -2,6 +2,7 @@
 
 $location_type = 'event'
 gs 'themes', 'indoors'
+menu_off = 1
 
 if $ARGS[0] = 'billiard_engine':
 	cla

+ 1 - 0
locations/qwBarBilliard2.qsrc

@@ -2,6 +2,7 @@
 
 $location_type = 'event'
 gs 'themes', 'indoors'
+menu_off = 1
 
 if $ARGS[0] = 'VicArt_Ev1_Cash':
 	*clr & cla

+ 1 - 1
locations/qwBarEncounters.qsrc

@@ -2,7 +2,7 @@
 
 gs 'stat'
 $location_type = 'event'
-
+menu_off = 1
 gs 'themes', 'indoors'
 
 

+ 3 - 0
locations/qwBarPoletToilet.qsrc

@@ -6,6 +6,9 @@ $loc = 'qwBarPoletToilet'
 $metka = ''
 $locM = 'qwBarPoletToilet'
 $metkaM = ''
+$menu_loc = 'qwBarPoletToilet'
+$menu_arg = ''
+menu_off = 0
 
 if MartinTalkDaystart ! daystart:
 	MartinTalkDaystart = daystart

+ 1 - 0
locations/qwIzoldaApp.qsrc

@@ -2,6 +2,7 @@
 if $ARGS[0] = '':
 	$location_type = 'private'
 	minut += 15
+	menu_off = 1
 	gs 'stat'
 	gs 'boyStat', 'A111'
 	if hour >= 16 and izoldaday ! daystart:

+ 1 - 0
locations/qwloc.qsrc

@@ -2,6 +2,7 @@
 $location_type = 'event_outdoors'
 if $ARGS[0] = '':
 	minut += 5
+	menu_off = 1
 	gs 'stat'
 	'<center><b><font color="maroon">Man</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/characters/city/vladimir/001.jpg"></center>'

+ 1 - 0
locations/qwlocdog.qsrc

@@ -1,6 +1,7 @@
 # qwlocdog
 cls
 minut += 3
+menu_off = 1
 gs 'stat'
 'You pick up the phone and a female voice answers, "Hello <<$pcs_nickname>>, this is Margaret. Let''s meet up in the cafe."'
 

+ 3 - 0
locations/qwmeet.qsrc

@@ -4,6 +4,7 @@ if $ARGS[0] = '':
 	minut += 5
 	vladimirQW = 25
 	vladimirday = daystart
+	menu_off = 1
 	gs 'stat'
 	'<center><b><font color="maroon">Vladimir</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/characters/city/vladimir/001.jpg"></center>'
@@ -116,6 +117,7 @@ end &! --- qwmeetdy ---
 !! start of the second date
 if $ARGS[0] = '2':
 	minut += 3
+	menu_off = 1
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/city/glory/001.jpg"></center>'
 	'Glory smiled and gestured for you to get in the car on the front passenger seat.'
@@ -477,6 +479,7 @@ end &! --- qwpbereg2 ---
 !! start of the third date
 if $ARGS[0] = '3':
 	minut += 3
+	menu_off = 1
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/city/glory/001.jpg"></center>'
 	'Glory smiled and gestured for you to get in the car on the front passenger seat.'