소스 검색

[added] Menu variables for L

Blatte 5 년 전
부모
커밋
8c94f4c8ea

+ 1 - 0
locations/LariskaGo.qsrc

@@ -1,4 +1,5 @@
 # LariskaGo
+menu_off = 1
 gs'stat'
 
 '<center><b><font color="maroon"><<$npc_firstname[''A13'']>> <<$npc_lastname[''A13'']>></font></b></center>'

+ 3 - 1
locations/LariskaHome.qsrc

@@ -5,7 +5,9 @@ March 25,2016
 Cleaned up the dialog
 added a few lines to the BDSM room to improve immersion
 }
-
+$menu_loc = 'LariskaHome'
+$menu_arg = ''
+menu_off = 0
 $location_type = 'indoors'
 CLOSE ALL
 gs'stat'

+ 1 - 0
locations/LariskaStart.qsrc

@@ -6,6 +6,7 @@ if $ARGS[0] = 'start':
 	numnpc = 13
 	minut += 5
 	$static_num = 'A13'
+	menu_off = 1
 	gs'stat'
 
 	'<center><b><font color = maroon><<$npc_firstname[$static_num]>> <<$npc_lastname[$static_num]>></font></b></center>'

+ 4 - 3
locations/lab.qsrc

@@ -1,8 +1,9 @@
 # lab
 if $ARGS[0] = 'start':
-	cla
-	clr
-	*clr
+	cla & *clr
+	$menu_loc = 'lab'
+	$menu_arg = 'start'
+	menu_off = 0
 	CLOSE ALL
 	if sound = 0:PLAY 'sound/street.mp3',30
 	minut += 5

+ 3 - 0
locations/laketoilet.qsrc

@@ -8,6 +8,9 @@ if $ARGS[0] = 'main':
 	$location_type = 'bathroom'
 	$locM = 'laketoilet'
 	$metkaM = 'main'
+	$menu_loc = 'laketoilet'
+	$menu_arg = 'main'
+	menu_off = 0
 
 	cla
 	*clr

+ 3 - 0
locations/lesbidomhouse.qsrc

@@ -4,6 +4,9 @@
 if $ARGS[0] = 'start':
 	cls
 	minut += 5
+	$menu_loc = 'lesbidomhouse'
+	$menu_arg = 'start'
+	menu_off = 0
 	gs'stat'
 	temp = RAND(0,2)
 

+ 5 - 1
locations/lesbisubhouse.qsrc

@@ -5,7 +5,11 @@ if $ARGS[0] = 'start':
 
 	$metka = 'start'
 	$loc = 'lesbisubhouse'
-	gs'stat'
+	$menu_loc = 'lesbisubhouse'
+	$menu_arg = 'start'
+	menu_off = 0
+	gs 'stat'
+	
 	if mistbondage = 0:
 		cls
 		lesbiday = day

+ 5 - 2
locations/liam.qsrc

@@ -1,8 +1,11 @@
 # liam
 
-$metka = $ARGS[0]
-$loc = $CURLOC
+$metka = ''
+$loc = 'liam'
 $location_type = 'public_outdoors'
+$menu_loc = 'liam'
+$menu_arg = ''
+menu_off = 0
 CLOSE ALL
 if sound = 0:PLAY 'sound/street.mp3',30
 cls

+ 3 - 0
locations/liames.qsrc

@@ -3,6 +3,9 @@
 $metka = ''
 $loc = 'liames'
 $location_type = 'public_outdoors'
+$menu_loc = 'liames'
+$menu_arg = ''
+menu_off = 0
 CLOSE ALL
 clr
 gs'stat'

+ 2 - 2
locations/love.qsrc

@@ -1,7 +1,7 @@
 # love
 if $ARGS[0] = 'start':
-	cla
-	*clr
+	cla & *clr
+	menu_off = 1
 
 	if haraklover[lover_number] = 0:gt 'love', '0'
 	if haraklover[lover_number] = 1:gt 'love', '1'

+ 3 - 0
locations/lug.qsrc

@@ -4,6 +4,9 @@ if $ARGS[0] = 'start':
 	$metka = 'start'
 	$loc = 'lug'
 	$location_type = 'public_outdoors'
+	$menu_loc = 'lug'
+	$menu_arg = 'start'
+	menu_off = 0
 	gs'stat'
 	'<center><img <<$set_imgh>> src="images/locations/oldtown/park/lug.jpg" ></center>'
 	'It''s a small but well maintained meadow with evergreen grass, perfect for laying down to rest, have a picnic or just sunbathe. Mothers with small children regularly visit this place.'