Parcourir la source

[fixed] did not order the elseif options correctly

hornguy6 il y a 6 mois
Parent
commit
0af337e4aa
1 fichiers modifiés avec 6 ajouts et 4 suppressions
  1. 6 4
      locations/gschool_lessons4.qsrc

+ 6 - 4
locations/gschool_lessons4.qsrc

@@ -1308,16 +1308,18 @@ if $ARGS[0] = 'shower2':
 			end
 		end
 	elseif gymshower >= 5 and gymshower <= 7:
-		if pcs_pubes > 25:
+		if pcs_pubes >= 40:
 			gt 'gschool_lessons4', 'pube_bully'
 		elseif grupTipe = 1 or grupTipe = 2:
 			gt'gschool_lessons4', 'pube_compliment'
-			!!elseif grupTipe = 4 or grupTipe = 2:
-			
+		elseif pcs_pubes > 25:
+			gt'gschool_lessons4','pube_bully'
+!!		elseif grupTipe = 4 or grupTipe = 2:
+!!			
 		else
 			jump 'gymshower_loop'
 		end
-		!!elseif gymshower = 6 and grupTipe = 5 and fame['pav_slut'] > 250:
+!!	elseif gymshower = 6 and grupTipe = 5 and fame['pav_slut'] > 250:
 		
 	else
 		'<center><video autoplay loop src="images/shared/home/bathroom/dush.mp4"></video></center>'