Преглед изворни кода

[fixed] no return act in event1. Reported by Sepis

anjuna krokus пре 1 месец
родитељ
комит
117ce7ab45
1 измењених фајлова са 13 додато и 13 уклоњено
  1. 13 13
      locations/stwork3.qsrc

+ 13 - 13
locations/stwork3.qsrc

@@ -221,13 +221,9 @@ end
 
 if $ARGS[0] = 'events1':
 	*clr & cla
-	'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/.jpg"></center>'
-	'Your break over, you get back to work serving the crowd of thirsty patrons.'
 
-	strip_club['rand'] = rand(0,8)
+	strip_club['rand'] = rand(0, 8)
 	if strip_club['rand'] = 0:
-		*clr & cla
-		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/.jpg"></center>'
 		'Serving a table at one of the private booths, you see two intimidating men sitting with a girl who looks like she''s high on something, and probably a little drunk as well. She crawls under the table as one of the men glares at you.'
 		'"Just put the drinks down and leave. You didn''t see anything."'
@@ -235,8 +231,6 @@ if $ARGS[0] = 'events1':
 		act 'Leave': gt 'stwork3', 'shift_end'
 
 	elseif strip_club['rand'] = 1:
-		*clr & cla
-		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/serve.jpg"></center>'
 		'You serve a table with two men watching the show on stage. They both drunkenly slap and grope your ass as you serve them their drinks.'
 
@@ -257,7 +251,6 @@ if $ARGS[0] = 'events1':
 			act 'Leave': gt 'stwork3', 'shift_end'
 		end
 	elseif strip_club['rand'] = 2 and pcs_apprnc > 60:
-		*clr & cla
 		'<center><img <<$set_imgh>> src="images/locations/city/residential/cafe/waitress_client.jpg"></center>'
 		'You serve a man sitting at a table in a private booth. He looks at you appreciatively. "Hey girl, want to keep me company?"'
 		'You notice the bulge in his pants.'
@@ -301,7 +294,6 @@ if $ARGS[0] = 'events1':
 			end
 		end
 	elseif strip_club['rand'] = 4:
-		*clr & cla
 		pcs_horny += 5
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/shared/sex/public/ivrand.jpg"></center>'
@@ -325,7 +317,6 @@ if $ARGS[0] = 'events1':
 		end
 	elseif strip_club['rand'] = 5:
 		if AlbinaQW['seen_strip'] = 0 and locat['A23'] = 21:
-			*clr & cla
 			AlbinaQW['seen_strip'] = 1
 			gs 'stat'
 			!! IMAGE
@@ -341,6 +332,10 @@ if $ARGS[0] = 'events1':
 				act 'Get back to work': gt 'stwork3', 'shift_end'
 			end
 		elseif AlbinaQW['seen_strip'] = 1 and locat['A23'] = 21:
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/.jpg"></center>'
+			'Your break over, you get back to work serving the crowd of thirsty patrons.'
+
 			if npc_rel['A23'] >= 70 or AlbinaQW['Friends'] = 2:
 				'You see Albina out on the floor in search of clients. She flashes you a smile and wiggles her ass in your direction, which gets the attention of a man who approaches and asks for a dance.'
 				'She winks at you before seductively leading him to one of the private rooms.'
@@ -350,11 +345,13 @@ if $ARGS[0] = 'events1':
 				act 'Get back to work': gt 'stwork3', 'shift_end'
 			end
 		else
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/.jpg"></center>'
+			'Your break over, you get back to work serving the crowd of thirsty patrons.'
 			'You see a stripper prowling the floor in search of a client wanting a lap dance. She quickly sets her sights on a man in the queue at the bar and starts flirting with him.'
 			act 'Get back to work': gt 'stwork3', 'shift_end'
 		end
 	elseif strip_club['rand'] = 6:
-		*clr & cla
 		minut += 2
 		gs 'stat'
 		'<center><video autoplay loop src="images/locations/city/redlight/stripclub/ruby_sex.mp4"></video></center>'
@@ -410,7 +407,6 @@ if $ARGS[0] = 'events1':
 			end
 		end
 	elseif strip_club['rand'] = 7:
-		*clr & cla
 		minut += 2
 		gs 'stat'
 		'<center><video autoplay loop src="images/locations/city/redlight/stripclub/stripper_bj.mp4"></video></center>'
@@ -446,7 +442,6 @@ if $ARGS[0] = 'events1':
 			act 'Leave': gt 'stwork3', 'shift_end'
 		end
 	elseif strip_club['rand'] = 8 and pcs_hotcat >= 6:
-		*clr & cla
 		minut += 2
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/.jpg"></center>'
@@ -459,6 +454,11 @@ if $ARGS[0] = 'events1':
 			act 'Go to his office': gt 'stwork2', 'manager_bonus'
 			act 'Turn him down': gt 'stwork3', 'shift_end'
 		end
+	else
+		gs 'stat'
+		'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/.jpg"></center>'
+		'Your break over, you get back to work serving the crowd of thirsty patrons.'
+		act 'Leave': gt 'stwork3', 'shift_end'
 	end
 end