Explorar el Código

[added] Menu variables for H

Blatte hace 5 años
padre
commit
e8bdca3b4e

+ 1 - 0
locations/HotelAdmin.qsrc

@@ -2,6 +2,7 @@
 $metka = $ARGS[0]
 $loc = $CURLOC
 $location_type = 'event'
+menu_off = 1
 
 clr
 gs'stat'

+ 4 - 0
locations/HotelHole.qsrc

@@ -4,6 +4,9 @@ CLOSE ALL
 $metka = $ARGS[0]
 $prevloc = $loc
 $loc = $CURLOC
+$menu_loc = 'HotelHole'
+$menu_arg = ''
+menu_off = 0
 $location_type = 'public_indoors'
 
 clr
@@ -172,6 +175,7 @@ end
 
 if $ARGS[0] = 'Pavlin' :
 	*clr & cla
+	menu_off = 1
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/pavlin/pavlin.jpg"></center>'
 	'Varsonofy Krestovoz is a small time gangster who makes his money by whoring out vulnerable women in Pavlovsk. Few people know his name as he is usually called Pavlin (the Peacock).'

+ 9 - 0
locations/HotelRoom.qsrc

@@ -6,6 +6,9 @@ $locM = 'HotelRoom'
 $metka = 'normal'
 $loc = 'HotelRoom'
 $location_type = 'private'
+$menu_loc = 'HotelRoom'
+$menu_arg = 'normal'
+menu_off = 0
 clr
 gs 'stat'
 	cla
@@ -40,6 +43,9 @@ $metkaM = 'better'
 $locM = 'HotelRoom'
 $metka = 'better'
 $loc = 'HotelRoom'
+$menu_loc = 'HotelRoom'
+$menu_arg = 'better'
+menu_off = 0
 $location_type = 'private'
 clr
 gs 'stat'
@@ -74,6 +80,9 @@ $metkaM = 'best'
 $locM = 'HotelRoom'
 $metka = 'best'
 $loc = 'HotelRoom'
+$menu_loc = 'HotelRoom'
+$menu_arg = 'best'
+menu_off = 0
 $location_type = 'private'
 clr
 gs 'stat'

+ 4 - 2
locations/hairsalon.qsrc

@@ -1,7 +1,9 @@
 # hairsalon
 if $ARGS[0] = 'start':
-	cla
-	cls
+	cla & *clr
+	$menu_loc = 'hairsalon'
+	$menu_arg = 'start'
+	menu_off = 0
 	'<center><b><font color="maroon">The Golden Curl Salon</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/golden curl/golden curl.jpg"</center>'
 	'<center>A well reviewed hair salon, capable of creating the most beautiful hairstyles. For a price of course.</center>'

+ 3 - 0
locations/hotel_resep.qsrc

@@ -1,5 +1,8 @@
 # hotel_resep
 cls
+$menu_loc = 'hotel_resep'
+$menu_arg = ''
+menu_off = 0
 gs'stat'
 '<center><H4>Hotel reception</H4></center>'
 '<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/resep.girl0,'+rand(0,10)+'.jpg"></center>'

+ 1 - 2
locations/husb.qsrc

@@ -2,8 +2,7 @@
 
 if $ARGS[0] = 'start':
 	CLOSE ALL
-	cls
-	cla
+	cla & *clr
 	gs'stat'
 	'<center><B><font color = maroon><<$husName>></font></B></center>'
 	'<center><img <<$set_imgh>> src="images/characters/shared/<<HusbPic>>.jpg"></center>'

+ 1 - 0
locations/husbSex.qsrc

@@ -6,6 +6,7 @@ if $ARGS[0] = 'room':
 	husbandsexday += 1
 	suprdolg += 1
 	sexrand = RAND(0,3)
+	menu_off = 1
 
 	gs 'themes', 'indoors'