Browse Source

brothel.qsrc section 2 warning put in and placeholders for section2 work

Nekoforce 2 years ago
parent
commit
fe0b6fdb6d
1 changed files with 15 additions and 1 deletions
  1. 15 1
      locations/brothel.qsrc

+ 15 - 1
locations/brothel.qsrc

@@ -51,7 +51,7 @@ payRate = 1000
 if $ARGS[0] = 'lobby':
 	$menu_loc = 'brothel'
 	$menu_arg = 'lobby'
-	$loc_arg = 'inner'
+	$location_type = 'inner'
 	menu_off = 0
 	'<h3>Hotel Lobby</h3>'
 	*nl
@@ -1941,7 +1941,13 @@ if $ARGS[0] = 'dislike':
 end
       
 if $ARGS[0] = 'section2_warning':
+      '<center><img <<$set_imgh>> src="images/locations/shared/brothel/receptionist.jpg"></center>'
+      
       section_warn =  1
+      'As you walk toward the second Section, the receptionist suddenly speaks up: <font color=#<<$rec_font>>>"<<$pcs_firstname>>, you''ve never been in the second Section before, have you?"</font>'
+      'You stop, looking at him and shake your head. <font color=#<<$pcs_font>>>"No, so far not. Anything I should know?"</font>'
+      <font color=#<<$rec_font>>>"Yes, clients in there are usually very rich and have their own ideas of fun. So, if you want to get paid well, do what they order you to do. That also means you are on your own if anything... problematic happens to you. We have our rules, but with those clients, management is much more accommodating ."</font>'
+      'Slowly nodding to yourself, you give him a quick thanks, and resume your way towards the Section.'
       act 'Proceed to the second section':gt 'brothel','section2_lobby'
 end
 
@@ -1976,6 +1982,14 @@ if $ARGS[0] = 'section2_lobby':
 	act 'Go to the girl''s room':gt 'brothel', 'brothel_dressingroom', '2'
 	act 'Go to the reception': gt 'brothel', 'reception'
 end
+      
+if $ARGS[0] = 'section2_party':
+      act 'Return to the Lobby':gt 'brothel','section2_lobby'
+end
+      
+if $ARGS[0] = 'section2_bender':
+      act 'Return to the Lobby':gt 'brothel','section2_lobby'
+end
 
 --- brothel ---------------------------------