Forráskód Böngészése

[added] locations I missed for menu variables

KevinSmarts 5 éve
szülő
commit
5b225867ea
3 módosított fájl, 28 hozzáadás és 0 törlés
  1. 3 0
      locations/Nord.qsrc
  2. 7 0
      locations/police_station.qsrc
  3. 18 0
      locations/postoffice.qsrc

+ 3 - 0
locations/Nord.qsrc

@@ -6,6 +6,9 @@ if $ARGS[0] = '':
 	$metkaStreet = ''
 	$locStreet = 'Nord'
 	$location_type = 'public_outdoors'
+	$menu_loc = 'Nord'
+	$menu_arg = ''
+	menu_off = 0
 	CLOSE ALL
 	if sound = 0:
 		if month >=11 and month <= 12 or month >=1 and month <=3:

+ 7 - 0
locations/police_station.qsrc

@@ -1,6 +1,9 @@
 # police_station
 
 if $ARGS[0] = 'start':
+	$menu_loc = 'police_station'
+	$menu_arg = 'start'
+	menu_off = 0
 	'<center><h1><font color="maroon">Police station Entrance</font></h1></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/police/cityext.jpg"></center>'
 	'The St. Petersburg police station has definitely seen better days, but continues to stand the test of time. While not as large as other police stations, it still strikes fear into any criminal that passes through its doors.'
@@ -9,6 +12,9 @@ if $ARGS[0] = 'start':
 end
 
 if $ARGS[0] = 'reception':
+	$menu_loc = 'police_station'
+	$menu_arg = 'reception'
+	menu_off = 0
 	'<center><h1><font color="maroon">Reception area</font></h1></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/police/cityrec.jpg"></center>'
 	'Upon entering the station you''re welcomed by a reception desk. The officers sitting here are protected by thick glass and you see several monitors and computers keeping an eye on everything that''s happening inside and outside the building.'
@@ -16,6 +22,7 @@ if $ARGS[0] = 'reception':
 end
 
 if $ARGS[0] = 'entrance':
+	menu_off = 1
 	'<center><h1><font color="maroon">Reception area</font></h1></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/police/cityrec.jpg"></center>'
 	'The officer drags you in by the arm, his grip tightening whenever he feels the slightest bit of resistance from you. You expect him to take you straight in to be booked, but to your dismay he stops at the front desk to put you on display to the other officers as he gloats.'

+ 18 - 0
locations/postoffice.qsrc

@@ -2,6 +2,9 @@
 
 if $ARGS[0] = 'start':
 	cls
+	$menu_loc = 'postoffice'
+	$menu_arg = 'start'
+	menu_off = 0
 	gs 'stat'
 	$postloc = ''
 
@@ -21,6 +24,7 @@ if $ARGS[0] = 'start':
 		if exhibitionist_lvl > 2:
 			act 'Flash both your tits and your pussy to skip the line':
 				cls
+				menu_off = 1
 				gs 'flash', 'full', 'inside', 5
 				gs 'stat'
 
@@ -31,6 +35,7 @@ if $ARGS[0] = 'start':
 		if exhibitionist_lvl > 1:
 			act 'Flash your pussy to skip the line':
 				cls
+				menu_off = 1
 				gs 'flash', 'pussy', 'inside', 5
 				gs 'stat'
 
@@ -41,6 +46,7 @@ if $ARGS[0] = 'start':
 		if exhibitionist_lvl > 0 or pcs_inhib >= 45:
 			act 'Flash your tits to skip the line':
 				cls
+				menu_off = 1
 				gs 'flash', 'tits', 'inside', 5
 				gs 'stat'
 
@@ -51,6 +57,7 @@ if $ARGS[0] = 'start':
 		if exhibitionist_lvl > 0:
 			act 'Suggest a blowjob in exchange for jumping the queue':
 				cls
+				menu_off = 1
 				if cumloc[12] = 0 and cumloc[11] = 0:
 					pcs_throat += 1
 					gs 'npcgeneratec', 0, 'stranger', rand(18,45)
@@ -133,6 +140,9 @@ end
 if $postloc = 'counter':
 	cla
 	*clr
+	$menu_loc = 'postoffice'
+	$menu_arg = 'counter'
+	menu_off = 0
 	'<center><b><font color="maroon">Counter</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/shared/postoffice/counter.jpg"></center>'
 	'The counter, its boring here.'
@@ -140,6 +150,7 @@ if $postloc = 'counter':
 	if bankAccount = 1 and money > 0:
 		act 'Deposit money to your bank account':
 			cla
+			menu_off = 1
 			minut += 5
 			gs 'stat'
 			kartaIN = input ("How much money do you want to deposit into the account?")
@@ -163,6 +174,8 @@ if $postloc = 'counter':
 	
 	if legal_fine > 0:
 		act 'Pay toward legal fine':
+			menu_off = 1
+			gs 'stat'
 			fineIN = input ("How much money do you want to pay off your fine/s?")
 
 			if fineIN <= 0 or fineIN > money:
@@ -180,6 +193,7 @@ if $postloc = 'counter':
 				money -= legal_fine
 				legal_fine = 0
 				*clr & cla
+				menu_off = 1
 				gs 'stat'
 				'<center><b><font color="maroon">Counter</font></b></center>'
 				'<center><img <<$set_imgh>> src="images/locations/shared/postoffice/counter.jpg"></center>'
@@ -191,6 +205,7 @@ if $postloc = 'counter':
 
 	if used_pattest > 0:
 		act 'Send paternity test (20.000<b>₽</b>)':
+			menu_off = 1
 			if money >= 20000:
 				dynamic $send_test
 				cls
@@ -205,6 +220,7 @@ if $postloc = 'counter':
 	
 	act 'Check received mail':
 		cls
+		menu_off = 1
 		gs 'stat'
 		minut += 5
 		if mail <= 0:
@@ -257,6 +273,7 @@ if $postloc = 'counter':
 	if money > 0:
 		act 'Put the money on the phone':
 			cla
+			menu_off = 1
 			set minut = minut + 5
 			obmennik = input ("How many <b>₽</b> do you want to deposit?")
 
@@ -321,6 +338,7 @@ end
 if $postloc = 'post_off':
 	cla
 	*clr
+	menu_off = 1
 	minut += 30
 	gs 'stat'
 	'<center><b><font color="maroon">Postmaster Office</font></b></center>'