Browse Source

[Fixed] Fixed menu variables for nightclub

ADCSux 2 years ago
parent
commit
1f9c7e62bf
2 changed files with 17 additions and 17 deletions
  1. 9 9
      locations/city_nightclub.qsrc
  2. 8 8
      locations/city_nightclubToilet.qsrc

+ 9 - 9
locations/city_nightclub.qsrc

@@ -3,13 +3,13 @@
 CLOSE ALL
 !!needs a complete rework of the club
 if $ARGS[0] = 'start':
-	$loc = 'nightclub'
+	$loc = 'city_nightclub'
 	$loc_arg = 'start'
-	$menu_loc = 'nightclub'
+	$menu_loc = 'city_nightclub'
 	$menu_arg = 'start'
 	menu_off = 0
 	$location_type = 'public_outdoors'
-	$sexloc = 'nightclub'
+	$sexloc = 'city_nightclub'
 	*clr & cla
 	minut += 5
 	gs 'stat'
@@ -448,7 +448,7 @@ end
 if $ARGS[0] = 'bar':
 	*clr & cla
 	minut += 5
-	$menu_loc = 'club'
+	$menu_loc = 'city_nightclub'
 	$menu_arg = 'bar'
 	menu_off = 0
 	gs 'stat'
@@ -807,7 +807,7 @@ if $ARGS[0] = 'sex':
 					gs 'cum_manage'
 					'You take his cock and point it away from you. He groans as he cums and most of his cum gets splattered onto the floor, with a few drips covering your hand.'
 
-					act 'Stand up':gt 'city_nightclub', 'tou'
+					act 'Stand up':gt 'city_nightclubToilet', 'clubtoilet_men'
 				end
 
 				act 'Let him cum on your face':
@@ -818,7 +818,7 @@ if $ARGS[0] = 'sex':
 					'<center><img <<$set_imgh>> src="images/locations/city/citycenter/nightclub/sex/clubfacial1.jpg"></center>'
 					'You grabbed his cock and point his "gun" at your face. He groans as he cums and you can feel hot streams of semen covering your face.'
 
-					act 'Stand up':gt 'city_nightclub', 'tou'
+					act 'Stand up':gt 'city_nightclubToilet', 'clubtoilet_men'
 				end
 
 				exit
@@ -831,7 +831,7 @@ if $ARGS[0] = 'sex':
 				'The bloke grabs your hair and cums on your face. You quickly close your eyes, but it''s too late, a few drips of semen make it into your eyes. It hurts a bit.'
 			end
 
-			act 'Stand up':gt 'city_nightclub', 'tou'
+			act 'Stand up':gt 'city_nightclubToilet', 'clubtoilet_men'
 		end
 
 		act 'Swallow his cum':
@@ -846,7 +846,7 @@ if $ARGS[0] = 'sex':
 			gs 'arousal', 'end'
 			gs 'stat'
 
-			act 'Stand up':gt 'city_nightclub', 'tou'
+			act 'Stand up':gt 'city_nightclubToilet', 'clubtoilet_men'
 		end
 	end
 
@@ -877,7 +877,7 @@ if $ARGS[0] = 'sex':
 		gs 'arousal', 'end'
 		gs 'stat'
 
-		act 'Leave cubicle':gt 'city_nightclub', 'tou'
+		act 'Leave cubicle':gt 'city_nightclubToilet', 'clubtoilet_men'
 	end
 end
 

+ 8 - 8
locations/city_nightclubToilet.qsrc

@@ -2,8 +2,8 @@
 
 if $ARGS[0] = 'start':
     $location_type = 'public_indoors'
-    $menu_loc = 'clubtoilet'
-    $loc = 'clubtoilet'
+    $menu_loc = 'city_nightclubToilet'
+    $loc = 'city_nightclubToilet'
     gs 'themes', 'indoors'
     $menu_arg = 'start'
 	$loc_arg = 'start'
@@ -34,8 +34,8 @@ if $ARGS[0] = 'clubtoilet_men':
 	$loc = 'clubtoilet_men'
 	$locM_arg = 'men'
 	$locM = 'clubtoilet_men'
-	$menu_loc = 'clubtoilet_men'
-	$menu_arg = 'men'
+	$menu_loc = 'city_nightclubToilet'
+	$menu_arg = 'clubtoilet_men'
 	menu_off = 0
 	$location_type = 'bathroom'
 	$locclass = 'restroom'
@@ -53,12 +53,12 @@ if $ARGS[0] = 'clubtoilet_men':
 end
 
 if $ARGS[0] = 'clubtoilet_women':
-    $loc_arg = 'womens'
+    $loc_arg = 'women'
 	$loc = 'clubtoilet_women'
-	$locM_arg = 'womens'
+	$locM_arg = 'women'
 	$locM = 'clubtoilet_women'
-	$menu_loc = 'clubtoilet_women'
-	$menu_arg = 'womens'
+	$menu_loc = 'city_nightclubToilet'
+	$menu_arg = 'clubtoilet_women'
 	menu_off = 0
 	$location_type = 'bathroom'
 	$locclass = 'restroom'