Browse Source

potential fix for the label not found error and moved the return option to the top

julzor 6 years ago
parent
commit
461f319544
2 changed files with 3 additions and 3 deletions
  1. 2 2
      locations/qwBarPolet
  2. 1 1
      locations/qwBarPoletToilet

+ 2 - 2
locations/qwBarPolet

@@ -147,8 +147,8 @@ if $ARGS[0] = '':
 			BillHour = hour
 			:bill_loop
 				bill_rand = rand(1,6)
-				if bill_rand = 0 and VicArt_BillDay = 1:jump 'pic_loop'
-				if bill_rand = 1 and PBB_BillDay = 1:jump 'pic_loop'
+				if bill_rand = 0 and VicArt_BillDay = 1:jump 'bill_loop'
+				if bill_rand = 1 and PBB_BillDay = 1:jump 'bill_loop'
 			end
 		end
 		*nl

+ 1 - 1
locations/qwBarPoletToilet

@@ -21,9 +21,9 @@ if temp <= 6:
 	'You walk into the unisex toilet, bracing yourself for the absolute worst, but find it surprisingly clean, all things considered.' 
 	'The smell of urine is noticeable, but not overwhelming, and both the stalls and the floor look relatively hygienic (so do the urinals, but you''re not really in a position to make use of that insight).'
 	'The <a href="exec:gt ''mirror'', ''start''">mirror</a> you see above the sinks has some cracks radiating from one of the corners, but other than that, it''s perfectly usable.'
+	act 'Return to the main room': minut += 1 & gt 'qwBarPolet'
 	dynamic $basin
 	dynamic $quickwash
-	act 'Return to the main room': minut += 1 & gt 'qwBarPolet'
 elseif temp = 7:
 	if pcs_horny < 90: pcs_horny += 10
 	'<center><video autoplay loop src="images/locations/city/industrial/bar/sex/bathroom/eventb1.mp4"></video></center>'