Browse Source

[changed] new code for catalog shoots

hornguy6 4 years ago
parent
commit
d2e50c2c8e
1 changed files with 13 additions and 4 deletions
  1. 13 4
      locations/foto_shoot.qsrc

+ 13 - 4
locations/foto_shoot.qsrc

@@ -39,30 +39,39 @@ if $ARGS[0] = 'model':
 		
 		act'Clothing':
 			shoot_type = catalog
+			modelfoto += 1
 			modelfoto_catalog += 1
 			cla & *clr
 			mdlng_exp += rand(2,5)
 			minut += 120
 			money += 450
-			'<center><video autoplay loop src="images/locations/city/citycenter/photo/fashion3.mp4"></video></center>'
-			'You spend two hours modelling for the online catalogs of retail clothing stores, wearing various different dresses but the same expression. It''s boring but it still gets you paid.'
+			modelfotomoney += 450
+			if rand(1,2) = 1:
+				'<center><video autoplay loop src="images/locations/city/citycenter/photo/catalog/1.mp4"></video></center>'
+				'You spend two hours modelling various tights with tops for the online catalogs of retail clothing stores. You change clothes probably 30 times over the shoot, but always wear the same expression. It''s boring but it still gets you paid.'
+			else
+				'<center><video autoplay loop src="images/locations/city/citycenter/photo/catalog/2.mp4"></video></center>'
+				'You spend two hours modelling various dresses for the online catalogs of retail clothing stores. You change clothes probably 30 times over the shoot, but always wear the same expression. It''s boring but it still gets you paid.'
+			end
 			*nl
 			'You recieve 450 <b>₽</b> for the job.'
-			act 'Leave':gt 'foto', 'end'
+			act 'Leave':gt 'foto', 'studio'
 		end
 		act'Swimsuits':
 			shoot_type = swim_catalog
+			modelfoto += 1
 			modelfoto_catalog += 1
 			cla & *clr
 			mdlng_exp += rand(2,5)
 			minut += 120
 			money += 450
+			modelfotomoney += 450
 			'<center><video autoplay loop src="images/locations/city/citycenter/photo/bikini/<<rand(1,3)>>.mp4"></video></center>'
 			bikinicatalog += 1
 			'You change in and out of various different bikinis, modelling them with the same pose and expression for use in online and department store catalogs.'
 			*nl
 			'You recieve 450 <b>₽</b> for the job.'
-			act 'Leave':gt 'foto', 'end'
+			act 'Leave':gt 'foto', 'studio'
 		end
 	end