Browse Source

[changed]
Modelling Studio:
1. Shoots will be categorized into Catalog, Fashion, and Glamour
2. Catalog has the highest base pay but doesn't garner any fame whatsoever or take skill into account
3. Fashion will have a lower base pay but have a bonus based on fame, skill, and appearance with a moderate fame increase
4. Glamour shoots will have a medium base pay but have the highest bonuses related to fame, skill, and appearance and the greatest fame increase. The downside will be that you need lower inhibition and will increase fame in Pavlovsk at a higher rate than it currently does, thus if you did a schoolgirl start means you need to worry about your parents and your classmates finding out.
[added] new dialogue option with Anastasia

hornguy6 5 years ago
parent
commit
27cd1417dc
2 changed files with 426 additions and 254 deletions
  1. 278 209
      locations/foto.qsrc
  2. 148 45
      locations/foto_models.qsrc

+ 278 - 209
locations/foto.qsrc

@@ -944,8 +944,11 @@ if $ARGS[0] = 'practicemodel':
 	gs 'stat'
 	'<center><b><font color="maroon">Photographer</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fotograph.jpg"></center>'
-	'	"Hello <<$pcs_firstname>>. We''ve already done a paid shoot with you this week, so we can''t do another one. '
-	'	But would you like to get some practice in?"'
+	if model_week = (daystart - week) / 7 and model_job_week >= 2:
+		'	"Hello <<$pcs_firstname>>. We''ve already done a paid shoot with you this week, so we can''t do another one. But would you like to get some practice in?"'
+	else
+		'"Oh, you want to practice today?"'
+	end
 	act '"Maybe not today"' :gt 'foto','studio'
 	act '"Yes, please"':
 		cla
@@ -1762,161 +1765,153 @@ if $ARGS[0] = 'model':
 	if model = 0:model = 1
 	*clr & cla
 	minut += 5
-	modelpay = (pcs_mdlng/2 * 10) + city_modelling + pcs_apprnc
+	modelpay = (pcs_mdlng/2 * 10) + ((city_modelling + pcs_apprnc)/2)
+	modelpayfin = 900 + (15*rand(0,5))
 	gs 'stat'
 	'<center><b><font color="maroon">Photographer</font></b></center>'
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fotograph.jpg"></center>'
 	'	"Hello <<$pcs_firstname>>. Are you here to work? What kind of shoot would you like to do today?"'
 	*nl
-	'	(A "nude shoot" qualifies as any job that explicitly shows genitals. Jobs like bikini or lingerie modelling count as clothed shoots.)'
-
-	act'"I''d like to do a clothed shoot"':
+!!	'	<a href="exec:gs ''shortgs'',''msg'',''There are three types of shoots: Catalog, Fashion, and Glamour. A catalog shoot is any shoot that is meant to appear in a shopping magazine or online catalog. They don''t do much for your fame but the base pay is steady. A fashion shoot is more stylized and though the base pay is not as high, there will be a bonus tip based on your modelling skill and fame. A glamour shoot will always involve nudity or risqué clothing and will typically be erotic in nature. This type of modelling will have good pay with good bonuses based on skill and fame, but also will spread your fame beyond the city far more quickly. If you grew up in a small town outside St. Petersburg, the pictures may reach its populace sooner rather than later.''">Modelling Shoot Guide</a>'
+	
+	act'Never mind':
+		cla
+		'"Sorry, I just realized that I have something to do right now. Can I come back later?"'
+		'"Sure, no problem <<$pcs_lastname>>, just let us know when you''re ready to work.'
+		act'Leave':gt 'foto','studio'
+	end
+	
+	act'Actually I''d like to practice':gt'foto','practicemodel'
+		
+	act'"I''d like to do a catalog shoot"':
 		cla & *clr
 		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fotograph.jpg"></center>'
-		'	"Alright, we can do that. What would you like to do?"'
-
-		act 'Fashion':
-			cla
-			act 'Maybe not today':gt 'foto','studio'
-
-			act 'Agree (2:00)':
-				*clr & cla
-				minut += 120
-				modelpayfin = 600 + (modelpay) + (15*rand(0,5)) + (pcs_apprnc)
-				modelfoto_fashion += 1
-				mdlng_exp += rand(5,8)
-				city_modelling += rand(7,12)
-				pav_modelling += rand(1,city_modelling)/10
-				shoot_type = rand(1,2)
-				gs 'stat'
-				if shoot_type = 1:
-					'<center><video autoplay loop src="images/locations/city/citycenter/photo/fashion<<rand(1,2)>>.mp4"></video></center>'
-					'	You dress up in the latest in fashion wear and spend the next two hours sexily posing for the photographer.'
-				elseif shoot_type = 2:
-					'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fashion<<rand(1,3)>>.jpg"></center>'
-					'	You dress up in the latest in fashion wear and spend the next two hours sexily posing for the photographer.'
-				else
-					'<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.'
-				end
-				*nl
-				'	After having taken all his pictures, the photographer thanks you for your time and concludes the shoot, counting out your <<modelpayfin>> <b>₽</b> to hand to you.'
-				act 'Leave':gt 'foto', 'end'
-			end
+		'	"Alright, what kind of shoot? Clothing or swimsuits?"'
+		
+		act'Clothing':
+			modelfoto_catalog += 1
+			cla & *clr
+			'<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.'
+			act 'Leave':gt 'foto', 'end'
 		end
-
-		act 'Bikini modelling':
-			if pcs_inhib < 20:
-				msg'You think about asking to do this shoot but then blush and realize you aren''t confident enough to have pictures of yourself like this circling around the internet. Maybe you could practice it later, but you''re not ready to do it for real.'
-				gt 'foto', 'model'
-			else
+		act'Swimsuits':
+			modelfoto_catalog += 1
+			cla & *clr
+			'<center><video autoplay loop src="images/locations/city/citycenter/photo/bikini<<rand(3,5)>>.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.'
+			act 'Leave':gt 'foto', 'end'
+		end
+	end
+	
+	act'"I''d like to do a fashion shoot"':
+		if pcs_mdlng < 20:
+			msg'"Sorry, but you aren''t a skilled enough model to do this kind of publication yet. Maybe get some practice in on your off days."'
+		else
+			cla & *clr
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fotograph.jpg"></center>'
+			'	"Alright, what kind of shoot would you like to do? Fashion, bikini, or lingerie?"'
+			act 'Fashion':
 				cla
 				act 'Maybe not today':gt 'foto','studio'
 
 				act 'Agree (2:00)':
 					*clr & cla
 					minut += 120
-					modelpayfin = 650 + (modelpay) + (15*rand(0,5))
-					modelfoto_bikini += 1
+					modelpayfin = 300 + (modelpay) + (15*rand(0,5)) + (pcs_apprnc) + (city_modelling/2) + (pcs_mdlng/2 * 10)
+					modelfoto_fashion += 1
+					mdlng_exp += rand(5,8)
 					city_modelling += rand(7,12)
 					pav_modelling += rand(1,city_modelling)/10
-					mdlng_exp += rand(6,10)
-					if pcs_inhib < 50:inhib_exp += 1
-					bikinishoot = rand(1,3)
+					fashionshoot = rand(1,2)
 					gs 'stat'
-					if bikinishoot = 1:
-						city_modelling += rand(1,5)
-						pav_modelling += rand(1,city_modelling)/25
-						'<center><video autoplay loop src="images/locations/city/citycenter/photo/bikini.mp4"></video></center>'
-						'	As you''re putting on a bikini the photographer tells you that you''ll be participating in a glamour shoot today, the product from today going to end up in the spreads of a magazine. You spend the duration of the shoot posing somewhat suggestively, though never in an explicitly erotic fashion.'
-					elseif bikinishoot = 2:
-						'<center><video autoplay loop src="images/locations/city/citycenter/photo/bikini2.mp4"></video></center>'
-						'	You change in and out of various designer label bikinis, posing suggestively for the photos to be used in the company''s online catalog.'
-						if bikinicatalog = 1:
-							bikinicatalog = 2
-							'	It appears that unlike more low-end and retail companies that want your posing to be consistent, designer labels want your posing to be evocative and varied. Whatever works you guess.'
-						end
-					elseif bikinishoot = 3:
-						'<center><video autoplay loop src="images/locations/city/citycenter/photo/bikini<<rand(3,5)>>.mp4"></video></center>'
-						if bikinicatalog = 0:bikinicatalog = 1
-						'	You change in and out of various different bikinis, modelling them with the same pose and expression for use in online catalogs.'
-					end
-					*nl
-					'	Two hours later, you''re all done. The photographer thanks you for your time, pays you <<modelpayfin>> <b>₽</b> for the job.'
-					if pcs_mdlng >= 40 and commercial = 0:
-						act 'Leave':gt'foto','commercial'
+					if fashionshoot = 1:
+						'<center><video autoplay loop src="images/locations/city/citycenter/photo/fashion<<rand(1,2)>>.mp4"></video></center>'
 					else
-						act 'Leave':gt 'foto', 'end'
+						'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fashion<<rand(1,5)>>.jpg"></center>'
 					end
-				end
-			end
-		end
-
-		act 'Erotic clothed':
-			if pcs_inhib < 25:
-				msg'You think about asking to do this shoot but then blush and realize you aren''t confident enough to have pictures of yourself like this circling around the internet. Maybe you could practice it later, but you''re not ready to do it for real.'
-				gt 'foto', 'model'
-			else
-				cla
-				act 'Maybe not today':gt 'foto','studio'
-
-				act 'Agree (2:00)':
-					*clr & cla
-					minut += 120
-					modelpayfin = 650 + (modelpay) + (15*rand(0,5))
-					modelfoto_ero_clo += 1
-					mdlng_exp += rand(5,10)
-					city_modelling += rand(7,12)
-					pav_modelling += rand(1,city_modelling)/10
-					inhib_exp += 1
-					gs 'stat'
-					'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/ero<<rand(1,3)>>.jpg"></center>'
-					'	You dress up in sexy clothes and spend the next two hours posing for the photographer.'
+					'	You dress up in the latest in fashion wear and spend the next two hours posing for the photographer.'
 					*nl
 					'	After having taken all his pictures, the photographer thanks you for your time and concludes the shoot, counting out your <<modelpayfin>> <b>₽</b> to hand to you.'
 					act 'Leave':gt 'foto', 'end'
 				end
 			end
-		end
 
-		act 'Lingerie modelling':
-			if pcs_inhib < 25:
-				msg'You think about asking to do this shoot but then blush and realize you aren''t confident enough to have pictures of yourself like this circling around the internet. Maybe you could practice it later, but you''re not ready to do it for real.'
-				gt 'foto', 'model'
-			else
-				cla
-				act 'Maybe not today':gt 'foto','studio'
+			act 'Bikini':
+				if pcs_inhib < 20:
+					msg'You think about asking to do this shoot but then blush and realize you aren''t confident enough to have pictures of yourself like this circling around the internet. Maybe you could practice it later, but you''re not ready to do it for real.'
+				else
+					cla
+					act 'Maybe not today':gt 'foto','studio'
 
-				act 'Agree (2:00)':
-					*clr & cla
-					minut += 120
-					modelpayfin = 650 + (modelpay) + (15*rand(0,5))
-					modelfoto_lingerie += 1
-					mdlng_exp += rand(6,10)
-					city_modelling += rand(7,13)
-					pav_modelling += rand(0,city_modelling)/10
-					inhib_exp += 2
-					shoot_type = rand(1,2)
-					gs 'stat'
-					if shoot_type = 1:
-						'<center><video autoplay loop src="images/locations/city/citycenter/photo/lingerie<<rand(1,2)>>.mp4"></video></center>'
-					else
-						'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/lingerie<<rand(1,3)>>.jpg"></center>'
+					act 'Agree (2:00)':
+						*clr & cla
+						minut += 120
+						modelpayfin = 325 + (modelpay) + (15*rand(0,5)) + (pcs_apprnc) + (city_modelling/2) + (pcs_mdlng/2 * 10)
+						modelfoto_bikini += 1
+						city_modelling += rand(7,12)
+						pav_modelling += rand(1,city_modelling)/10
+						mdlng_exp += rand(6,10)
+						if pcs_inhib < 50:inhib_exp += 1
+						bikinishoot = rand(1,3)
+						gs 'stat'
+						if bikinishoot = 1:
+							'<center><video autoplay loop src="images/locations/city/citycenter/photo/bikini.mp4"></video></center>'
+						elseif bikinishoot = 2:
+							'<center><video autoplay loop src="images/locations/city/citycenter/photo/bikini2.mp4"></video></center>'
+						end
+						'	You spend the shoot in designer bikinis, modelling them to appear in various higher end magazines.'
+						*nl
+						'	Two hours later, you''re all done. The photographer thanks you for your time, pays you <<modelpayfin>> <b>₽</b> for the job.'
+						if pcs_mdlng >= 40 and commercial = 0:
+							act 'Leave':gt'foto','commercial'
+						else
+							act 'Leave':gt 'foto', 'end'
+						end
 					end
-					'	You put on some sexy lingerie and spend the next two hours striking various poses for a photographer.'
-					*nl
-					'	After having taken all his pictures, the photographer thanks you for your time and concludes the shoot, counting out your <<modelpayfin>> <b>₽</b> to hand to you.'
-					if pcs_mdlng >= 40 and commercial = 0:
-						act 'Leave':gt'foto','commercial'
-					else
-						act 'Leave':gt 'foto', 'end'
+				end
+			end
+
+
+			act 'Lingerie modelling':
+				if pcs_inhib < 25:
+					msg'You think about asking to do this shoot but then blush and realize you aren''t confident enough to have pictures of yourself like this circling around the internet. Maybe you could practice it later, but you''re not ready to do it for real.'
+				else
+					cla
+					act 'Maybe not today':gt 'foto','studio'
+
+					act 'Agree (2:00)':
+						*clr & cla
+						minut += 120
+						modelpayfin = 350 + (modelpay) + (15*rand(0,5)) + (pcs_apprnc) + (city_modelling/2) + (pcs_mdlng/2 * 10)
+						modelfoto_lingerie += 1
+						mdlng_exp += rand(6,10)
+						city_modelling += rand(7,13)
+						pav_modelling += rand(0,city_modelling)/10
+						inhib_exp += 2
+						shoot_type = rand(1,2)
+						gs 'stat'
+						if shoot_type = 1:
+							'<center><video autoplay loop src="images/locations/city/citycenter/photo/lingerie<<rand(1,3)>>.mp4"></video></center>'
+						else
+							'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/lingerie<<rand(1,2)>>.jpg"></center>'
+						end
+						'	You put on some high end lingerie and spend the next two hours striking various poses for a photographer for use in fashion magazines.'
+						*nl
+						'	After having taken all his pictures, the photographer thanks you for your time and concludes the shoot, counting out your <<modelpayfin>> <b>₽</b> to hand to you.'
+						if pcs_mdlng >= 40 and commercial = 0:
+							act 'Leave':gt'foto','commercial'
+						else
+							act 'Leave':gt 'foto', 'end'
+						end
 					end
 				end
 			end
 		end
 	end
 
-	act'"I''d like to do a nude shoot"':
+	act'"I''d like to do a glamour shoot"':
 		if pcs_inhib < 30:
 			msg'You toy with the idea of exposing yourself on camera but then blush and realize you aren''t confident enough to have pictures of yourself like this circling around the internet. Maybe you could practice it later, but you''re not ready to do it for real.'
 		else
@@ -1929,6 +1924,13 @@ if $ARGS[0] = 'nude_shoot':
 	cla & *clr
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fotograph.jpg"></center>'
 	'	"Alright, we can do that. What kind of nude shoot?"'
+	
+!!	'Info guides:'
+!!	'<a href="exec:gs ''shortgs'',''msg'',''This type of shoot is not particularly more explicit, but the clothes being modelled are inherently more sensual and will require some confidence to be able to wear them.''">Erotic clothed</a>'
+!!	'<a href="exec:gs ''shortgs'',''msg'',''A topless shoot is any shoot that has you baring your breasts and shoulders while still wearing bottoms of some kind, whether that be trousers, skirt, or underwear.''">Topless</a>'
+!!	'<a href="exec:gs ''shortgs'',''msg'',''A tastefully nude shoot is one that does not show genitals of any kind, neither vagina or nipple. Your pay will be based more on your fame and appearance than your skill.''">Tasteful nude</a>'
+!!	'<a href="exec:gs ''shortgs'',''msg'',''A topless nude shoot is one step further in eroticism while still maintaining class. Your nipples will be exposed but your vagina will remain hidden. It is considered erotic without being slutty, like a character nude scene in a film. Skill plays a larger role in this type of shoot.''">Topless nude</a>'
+!!	'<a href="exec:gs ''shortgs'',''msg'',''A fully nude shoot bares all. Your breasts, nipples, and vagina will be visible. It is the most erotic, gives the highest bonus from appearance and fame, but will also spread your fame further and faster. If you are an aspiring star, this may be good for your publicity. But if there are people you want to hide your work from, this might reach them sooner than expected.''">Fully nude</a>'
 
 !!	act 'Erotic clothing with breast nudity':
 		!!already matched the exhibitionism value above
@@ -1957,6 +1959,33 @@ if $ARGS[0] = 'nude_shoot':
 !!			end
 !!		end
 !!	end
+	act 'Erotic clothed':
+		if pcs_inhib < 30:
+			msg'You think about asking to do this shoot but then blush and realize you aren''t confident enough to have pictures of yourself like this circling around the internet. Maybe you could practice it later, but you''re not ready to do it for real.'
+			gt 'foto', 'model'
+		else
+			cla
+			act 'Maybe not today':gt 'foto','studio'
+
+			act 'Agree (2:00)':
+				*clr & cla
+				minut += 120
+				modelpayfin = 400 + (modelpay) + (15*rand(0,5))
+				modelfoto_glamour += 1
+				modelfoto_ero_clo += 1
+				mdlng_exp += rand(5,10)
+				city_modelling += rand(7,12)
+				pav_modelling += rand(1,city_modelling)/10
+				inhib_exp += 1
+				gs 'stat'
+				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/ero<<rand(1,3)>>.jpg"></center>'
+				'	You dress up in sexy clothes and spend the next two hours posing for the photographer.'
+				*nl
+				'	After having taken all his pictures, the photographer thanks you for your time and concludes the shoot, counting out your <<modelpayfin>> <b>₽</b> to hand to you.'
+				act 'Leave':gt 'foto','end'
+			end
+		end
+	end
 
 	act 'Transparent clothing':
 		!!already matched the exhibitionism value above
@@ -1965,16 +1994,16 @@ if $ARGS[0] = 'nude_shoot':
 
 		act 'Agree (2:00)':
 			*clr & cla
-
 			minut += 120
-			modelpayfin = 700 + (modelpay) + (15*rand(0,5))
+			modelpayfin = 500 + (modelpay) + (15*rand(0,5))
+			modelfoto_glamour += 1
 			modelfoto_nip += 1
 			mdlng_exp += rand(6,10)
 			city_modelling += rand(7,13)
 			pav_modelling += rand(1,city_modelling)/10
 			inhib_exp += rand(1,3)
 			gs 'stat'
-			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/seethru1.jpg"><img <<$set_imgh>> src="images/locations/city/citycenter/photo/seethru2.jpg"></center>'
+			'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/seethru<<rand(1,6)>>.jpg"></center>'
 			'	You put on a transparent top and spend the next two hours in various poses for the photographer, a flash highlighting your breasts with every click of the camera.'
 			*nl
 			'	After having taken all his pictures, the photographer thanks you for your time and concludes the shoot, counting out your <<modelpayfin>> <b>₽</b> to hand to you.'
@@ -1985,6 +2014,40 @@ if $ARGS[0] = 'nude_shoot':
 			end
 		end
 	end
+	
+	act 'Transparent Lingerie':
+		if pcs_inhib < 55:
+			msg'You think about asking to do this shoot but then blush and realize you aren''t confident enough to have pictures of yourself like this circling around the internet. Maybe you could practice it later, but you''re not ready to do it for real.'
+		else
+			cla
+			act 'Not for me':gt 'foto','studio'
+
+			act 'Agree (2:00)':
+				*clr & cla
+				minut += 120
+				modelpayfin = 525 + (modelpay * 2) + (15*rand(0,7))
+				modelfoto_glamour += 1
+				modelfoto_nip += 1
+				modelfoto_lingerie += 1
+				mdlng_exp += rand(8,10)
+				city_modelling += rand(9,14)
+				pav_modelling += rand(0,city_modelling)/10
+				inhib_exp += 4
+				gs 'stat'
+				'<center><video autoplay loop src="images/locations/city/citycenter/photo/lingerie_trans<<rand(1,3)>>.mp4"></video></center>'
+				'	You put on some very lacy, very transparent underwear and get to posing, your nipples often showing through the thin fabric.'
+				*nl
+				'	After having taken all his pictures, the photographer thanks you for your time and concludes the shoot, counting out your <<modelpayfin>> <b>₽</b> to hand to you.'
+				*nl
+				if pornstudio = 0:pornstudio = 2 & '	At the end of the shoot a staff member comes up to you. "By the way, you should take this," he says, handing you a business card. You''re shocked to see that it''s for a porn production company in St. Petersburg. "Since you''ve shown that you''re willing to go full nude, we figure we might as well let you know this opportunity exists. We share a couple of models with them and from what we can tell, it increases sales for both of us. If you feel like you''re up to it, use this card and tell them we sent you. That will get you a special audition. But we understand if you don''t go. We know it''s not for everyone and that some of you want more legitimate fame."'
+				if pcs_mdlng >= 40 and commercial = 0:
+					act 'Leave':gt'foto','commercial'
+				else
+					act 'Leave':gt 'foto', 'end'
+				end
+			end
+		end
+	end
 
 	act 'Topless':
 		if pcs_inhib < 50:
@@ -1993,28 +2056,20 @@ if $ARGS[0] = 'nude_shoot':
 		else
 			cla
 			act 'Maybe not today':gt 'foto','studio'
+			
 			act 'Agree (2:00)':
 				*clr & cla
 				minut += 120
-				modelpayfin = 750 + (modelpay) + (15*rand(0,5))
+				modelpayfin = 550 + (modelpay) + (15*rand(0,5))
 				modelfoto_nip += 1
 				modelfoto_topless += 1
 				mdlng_exp += rand(6,10)
 				city_modelling += rand(8,14)
 				pav_modelling += rand(1,city_modelling)/10
 				inhib_exp += 3
-				shoot_type = rand(1,3)
 				gs 'stat'
-				if shoot_type = 1:
-					'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/topless<<rand(1,5)>>.jpg"></center>'
-					'	You put on some pants and omit a top leaving your breasts exposed. You spend two hours striking various poses, covering and uncovering your breasts, and listen to instruction while the photographer takes pictures of you.'
-				elseif shoot_type = 2:
-					'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/topless<<rand(6,12)>>.jpg"></center>'
-					'	Putting on some sexy panties, you spend the next two hours having photos taken of you with exposed breasts.'
-				else
-					'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/topless13.jpg"></center>'
-					'	You dress up in special one piece bunny suit, put on some floppy ears, and pull the top down to expose your breasts. The photographer takes pictures of you for some kind of special issue.'
-				end
+				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/topless<<rand(1,22)>>.jpg"></center>'
+				'	You spend two hours striking various posing with topless breasts, listening to instruction while the photographer takes pictures of you.'
 				*nl
 				'	After having taken all his pictures, the photographer thanks you for your time and concludes the shoot, counting out your <<modelpayfin>> <b>₽</b> to hand to you.'
 				if pcs_mdlng >= 40 and commercial = 0:
@@ -2026,31 +2081,28 @@ if $ARGS[0] = 'nude_shoot':
 		end
 	end
 
-	act 'Transparent Lingerie':
+	act 'Tasteful nude':
 		if pcs_inhib < 55:
 			msg'You think about asking to do this shoot but then blush and realize you aren''t confident enough to have pictures of yourself like this circling around the internet. Maybe you could practice it later, but you''re not ready to do it for real.'
-			gt 'foto', 'nude_shoot'
 		else
 			cla
-			act 'Not for me':gt 'foto','studio'
-
+			act 'Maybe not today':gt 'foto','studio'
+			
 			act 'Agree (2:00)':
 				*clr & cla
 				minut += 120
-				modelpayfin = 800 + (modelpay * 2) + (15*rand(0,7))
-				modelfoto_nip += 1
-				modelfoto_lingerie += 1
-				mdlng_exp += rand(8,10)
-				city_modelling += rand(9,14)
-				pav_modelling += rand(0,city_modelling)/10
-				inhib_exp += 4
-				gs 'stat'
-				'<center><video autoplay loop src="images/locations/city/citycenter/photo/lingerie_trans<<rand(1,3)>>.mp4"></video></center>'
-				'	You put on some very lacy, very transparent underwear and get to posing, your nipples often showing through the thin fabric.'
-				*nl
-				'	After having taken all his pictures, the photographer thanks you for your time and concludes the shoot, counting out your <<modelpayfin>> <b>₽</b> to hand to you.'
+				modelpay = (pcs_mdlng/2 * 10) + city_modelling + pcs_apprnc
+				modelpayfin = 600 + (modelpay * 2) + (15*rand(0,5))
+				modelfoto_glamour += 1
+				modelfoto_nude += 1
+				mdlng_exp += rand(9,10)
+				city_modelling += rand(10,20)
+				pav_modelling += rand(0,city_modelling)/4
+				inhib_exp += 5
+				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/nude<<rand(1,6)>>.jpg"></center>'
+				'	Already naked, you step onto set and begin the shoot immediately.'
 				*nl
-				if pornstudio = 0:pornstudio = 2 & '	At the end of the shoot a staff member comes up to you. "By the way, you should take this," he says, handing you a business card. You''re shocked to see that it''s for a porn production company in St. Petersburg. "Since you''ve shown that you''re willing to go full nude, we figure we might as well let you know this opportunity exists. We share a couple of models with them and from what we can tell, it increases sales for both of us. If you feel like you''re up to it, use this card and tell them we sent you. That will get you a special audition. But we understand if you don''t go. We know it''s not for everyone and that some of you want more legitimate fame."'
+				'	You spend two hours posing confidently for a photographer taking pictures of you, often being asked to carefully position your hands or legs in ways that tastefully hides your pussy and nipples. These images, though incredibly provocative, are still somehow considered to be conservative enough to be allowed on the front cover of fashion, sports, and other tabloid magazines. When the shoot ends, both you and the photographers are very proud of the results and you are paid <<modelpayfin>> <b>₽</b> for your work.'
 				if pcs_mdlng >= 40 and commercial = 0:
 					act 'Leave':gt'foto','commercial'
 				else
@@ -2059,58 +2111,31 @@ if $ARGS[0] = 'nude_shoot':
 			end
 		end
 	end
-
-
-	act 'Nude':
+	
+	act 'Topless nude':
 		if pcs_inhib < 60:
 			msg'You think about asking to do this shoot but then blush and realize you aren''t confident enough to have pictures of yourself like this circling around the internet. Maybe you could practice it later, but you''re not ready to do it for real.'
-			gt 'foto', 'nude_shoot'
 		else
 			cla
 			act 'Maybe not today':gt 'foto','studio'
-
+			
 			act 'Agree (2:00)':
 				*clr & cla
+				modelpay = (pcs_mdlng/2 * 10) + city_modelling + pcs_apprnc
 				minut += 120
-				modelpayfin = 800 + (modelpay * 2) + (15*rand(0,7))
+				modelpayfin = 600 + (modelpay * 2) + (15*rand(0,5))
+				modelfoto_glamour += 1
 				modelfoto_nude += 1
 				mdlng_exp += rand(9,10)
 				city_modelling += rand(10,20)
 				pav_modelling += rand(0,city_modelling)/4
 				inhib_exp += 5
-				shoot_type = rand(1,4)
-				gs 'stat'
-				if shoot_type <= 2:
-					modelfoto_pussy += 1
-					modelfoto_nip += 1
-					if pcs_pubes <= 20:
-						'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/nude<<rand(1,3)>>.jpg"></center>'
-						'	Already naked, you step onto set and begin the shoot immediately.'
-						*nl
-						'	You spend two hours posing confidently for a photographer taking pictures of you that fully expose your breasts and pussy. When the shoot ends, both you and the photographers are very proud of the results and you are paid <<modelpayfin>> <b>₽</b> for your work.'
-					else
-						'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/nude<<rand(13,19)>>.jpg"></center>'
-						'	Already naked, you step onto set and begin the shoot immediately.'
-						*nl
-						'	You spend two hours posing confidently for a photographer taking pictures of you, your thick bush being used as a simple censor of your pussy and make it more "acceptable" as art while still maintaining the feeling of eroticism. When the shoot ends, both you and the photographers are very proud of the results and you are paid <<modelpayfin>> <b>₽</b> for your work.'
-					end
-				elseif shoot_type = 3:
-					modelfoto_nip += 1
-					'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/nude<<rand(4,11)>>.jpg"></center>'
-					'	Already naked, you step onto set and begin the shoot immediately.'
-					*nl
-					'	You spend two hours posing confidently for a photographer taking pictures of you, often being asked to carefully position your hands or legs in ways that tastefully shields your pussy while simultaneously teasing the would-be readers of what they cannot see. When the shoot ends, both you and the photographers are very proud of the results and you are paid <<modelpayfin>> <b>₽</b> for your work.'
-				else
-					city_modelling += rand(0,5)
-					pav_modelling += rand(0,2)
-					'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/nude12.jpg"></center>'
-					'	Already naked, you step onto set and begin the shoot immediately.'
-					*nl
-					'	You spend two hours posing confidently for a photographer taking pictures of you, often being asked to carefully position your hands or legs in ways that tastefully hides your pussy and nipples. These images, though incredibly provocative, are still somehow considered to be conservative enough to be allowed on the front cover of fashion, sports, and other tabloid magazines. When the shoot ends, both you and the photographers are very proud of the results and you are paid <<modelpayfin>> <b>₽</b> for your work.'
-				end
+				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/nude<<rand(7,28)>>.jpg"></center>'
+				'	Already naked, you step onto set and begin the shoot immediately.'
 				*nl
+				'	You spend two hours posing confidently for a photographer taking pictures of you, often using props, hands, legs, or shadow to shield your pussy while simultaneously teasing the would-be readers of what they cannot see. When the shoot ends, both you and the photographers are very proud of the results and you are paid <<modelpayfin>> <b>₽</b> for your work.'
 				if pornstudio = 0:pornstudio = 2 & '	At the end of the shoot a staff member comes up to you. "By the way, you should take this," he says, handing you a business card. You''re shocked to see that it''s for a porn production company in St. Petersburg. "Since you''ve shown that you''re willing to go full nude, we figure we might as well let you know this opportunity exists. We share a couple of models with them and from what we can tell, it increases sales for both of us. If you feel like you''re up to it, use this card and tell them we sent you. That will get you a special audition. But we understand if you don''t go. We know it''s not for everyone and that some of you want more legitimate fame."'
-
+						
 				if pcs_mdlng >= 40 and commercial = 0:
 					act 'Leave':gt'foto','commercial'
 				else
@@ -2119,11 +2144,10 @@ if $ARGS[0] = 'nude_shoot':
 			end
 		end
 	end
-
-	act 'Variety shoot':
+	
+	act 'Full nude':
 		if pcs_inhib < 60:
 			msg'You think about asking to do this shoot but then blush and realize you aren''t confident enough to have pictures of yourself like this circling around the internet. Maybe you could practice it later, but you''re not ready to do it for real.'
-			gt 'foto', 'nude_shoot'
 		else
 			cla
 			act 'Maybe not today':gt 'foto','studio'
@@ -2131,21 +2155,29 @@ if $ARGS[0] = 'nude_shoot':
 			act 'Agree (2:00)':
 				*clr & cla
 				minut += 120
-				modelpayfin = 825 + (modelpay * 2) + (15*rand(0,7))
-				mdlng_exp += 10
-				city_modelling += rand(10,20)
-				pav_modelling += rand(0,city_modelling)/10
-				inhib_exp += 3
+				modelpay = (pcs_mdlng/2 * 10) + city_modelling + pcs_apprnc
+				modelpayfin = 600 + (modelpay * 2) + (15*rand(0,5))
+				modelfoto_glamour += 1
+				modelfoto_nude += 1
 				modelfoto_nip += 1
-				modelfoto_fashion += 1
-				modelfoto_lingerie += 1
-				modelfoto_topless += 1
 				modelfoto_pussy += 1
-				gs 'stat'
-				'<center><video autoplay loop src="images/locations/city/citycenter/photo/vmodel.mp4"></video></center>'
-				'	You spend two hours posing for the photographer, changing in and out of various underwears, sexy clothings, and lingeries until you end the shoot fully striped down and dancing naked.'
-				*nl
-				'	After having taken all his pictures, the photographer thanks you for your time and concludes the shoot, counting out your <<modelpayfin>> <b>₽</b> to hand to you.'
+				mdlng_exp += rand(9,10)
+				city_modelling += rand(10,20)
+				pav_modelling += rand(10,15)
+				inhib_exp += 5
+				if pcs_pubes <= 20:
+					'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/nude<<rand(29,35)>>.jpg"></center>'
+					'	Already naked, you step onto set and begin the shoot immediately.'
+					*nl
+					'	You spend two hours posing confidently for a photographer taking pictures of you that fully expose your breasts and pussy. When the shoot ends, both you and the photographers are very proud of the results and you are paid <<modelpayfin>> <b>₽</b> for your work.'
+				else
+					'<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/nude<<rand(36,41)>>.jpg"></center>'
+					'	Already naked, you step onto set and begin the shoot immediately.'
+					*nl
+					'	You spend two hours posing confidently for a photographer taking pictures of you, your thick bush being used as a simple censor of your pussy and make it more "acceptable" as art while still maintaining the feeling of eroticism. When the shoot ends, both you and the photographers are very proud of the results and you are paid <<modelpayfin>> <b>₽</b> for your work.'
+				end
+				if pornstudio = 0:pornstudio = 2 & '	At the end of the shoot a staff member comes up to you. "By the way, you should take this," he says, handing you a business card. You''re shocked to see that it''s for a porn production company in St. Petersburg. "Since you''ve shown that you''re willing to go full nude, we figure we might as well let you know this opportunity exists. We share a couple of models with them and from what we can tell, it increases sales for both of us. If you feel like you''re up to it, use this card and tell them we sent you. That will get you a special audition. But we understand if you don''t go. We know it''s not for everyone and that some of you want more legitimate fame."'
+
 				if pcs_mdlng >= 40 and commercial = 0:
 					act 'Leave':gt'foto','commercial'
 				else
@@ -2156,6 +2188,43 @@ if $ARGS[0] = 'nude_shoot':
 	end
 end
 
+!!	act 'Variety shoot':
+!!		if pcs_inhib < 60:
+!!			msg'You think about asking to do this shoot but then blush and realize you aren''t confident enough to have pictures of yourself like this circling around the internet. Maybe you could practice it later, but you''re not ready to do it for real.'
+!!			gt 'foto', 'nude_shoot'
+!!		else
+!!			cla
+!!			act 'Maybe not today':gt 'foto','studio'
+!!
+!!			act 'Agree (2:00)':
+!!				*clr & cla
+!!				minut += 120
+!!				modelpayfin = 825 + (modelpay * 2) + (15*rand(0,7))
+!!				mdlng_exp += 10
+!!				city_modelling += rand(10,20)
+!!				pav_modelling += rand(0,city_modelling)/10
+!!				inhib_exp += 3
+!!				modelfoto_glamour += 1
+!!				modelfoto_nip += 1
+!!				modelfoto_fashion += 1
+!!				modelfoto_lingerie += 1
+!!				modelfoto_topless += 1
+!!				modelfoto_pussy += 1
+!!				gs 'stat'
+!!				'<center><video autoplay loop src="images/locations/city/citycenter/photo/vmodel.mp4"></video></center>'
+!!				'	You spend two hours posing for the photographer, changing in and out of various underwear, sexy clothings, and lingeries until you end the shoot fully striped down and dancing naked.'
+!!				*nl
+!!				'	After having taken all his pictures, the photographer thanks you for your time and concludes the shoot, counting out your <<modelpayfin>> <b>₽</b> to hand to you.'
+!!				if pcs_mdlng >= 40 and commercial = 0:
+!!					act 'Leave':gt'foto','commercial'
+!!				else
+!!					act 'Leave':gt 'foto', 'end'
+!!				end
+!!			end
+!!		end
+!!	end
+!!end
+
 if $ARGS[0] = 'commercial':
 	*clr & cla
 	commercial = 1

+ 148 - 45
locations/foto_models.qsrc

@@ -1065,69 +1065,172 @@ if $ARGS[0] = 'anastasia_chat':
 				anastasia_exercise = 1
 				act'Keep chatting':gt 'foto_models','anastasia_chat'
 			end
+!!			if guy > 0:
+!!				act'Oh! You mean like fucking!':
+!!					*clr & cla
+!!					'	"Oh! You mean like fucking!"'
 		end
 	end
 
 	if anastasiasex = 0:
-		act 'Tell her you saw her having sex in the empty set':
-			cla
-			'	"Oh you saw that?" She barely even reacts to what you said. She doesn''t appear to be surprised or embarrassed at all.'
-			act 'Continue':
+		act 'Tell her you saw her having sex in the empty set':gt'foto_models','anastasiasex'
+	end
+	if anastasiasex = 1:
+		act 'Ask for sex advice':gt 'foto_models','anastasiasextalk'
+	end
+!	if city_modelling > 100 and anastasiasex = 1 and anastasia_ask = 0:
+!		act'Ask Anastasia how to start selling yourself like she does':gt'foto_models','anastasia_ask'
+!	end
+end
+
+if $ARGS[0] = 'anastasiasex':
+	cla
+	anastasiasex = 1
+	'	"Oh you saw that?" She barely even reacts to what you said. She doesn''t appear to be surprised or embarrassed at all.'
+	act 'Continue':
+		*clr & cla
+		'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/2.jpg"></center>'
+		'	"Just one of the perks of being the top model in Russia." She pauses for a moment to run her hands through her hair, almost like she''s stretching...'
+		'	"All the men end up wanting to fuck you."'
+		act 'Uh...':
+			*clr & cla
+			'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/3.jpg"></center>'
+			'	Her candor catches you off guard, especially with how nonchalantly she says it. You didn''t expect her to be so open about her sexuality like that.'
+			'	"What''s the matter <<$pcs_nickname>>? You look shocked." She says, laying down on a couch of one of the nearby sets. Your teeth make a clicking sound as they snap together, not realizing your mouth had been agape. Following that, you can''t help but be excruciatingly aware of her wide open legs and her pussy that is spreading with them.'
+			'	"Oh come now darling, you know that even I have my needs don''t you? Sexually and financially that is."'
+			'	The word "financially" makes you pause, making you forget whatever it was you were about to say.'
+			act'"Financially?"':
 				*clr & cla
-				'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/2.jpg"></center>'
-				'	"Just one of the perks of being the top model in Russia." She pauses for a moment to run her hands through her hair, almost like she''s stretching...'
-				'	"All the men end up wanting to fuck you."'
-				act 'Uh...':
+				'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/5.jpg"></center>'
+				'	Anastasia sits up a bit. "Yes, financially. I need money to live don''t I?"'
+				'	"No, wait! That''s not what I meant! Who were those men?"'
+				act'Continue':
 					*clr & cla
-					'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/3.jpg"></center>'
-					'	Her candor catches you off guard, especially with how nonchalantly she says it. You didn''t expect her to be so open about her sexuality like that.'
-					'	"What''s the matter <<$pcs_nickname>>? You look shocked." She says, laying down on a couch of one of the nearby sets. Your teeth make a clicking sound as they snap together, not realizing your mouth had been agape. Following that, you can''t help but be excruciatingly aware of her wide open legs and her pussy that is spreading with them.'
-					'	"Oh come now darling, you know that even I have my needs don''t you? Sexually and financially that is."'
-					'	The word "financially" makes you pause, making you forget whatever it was you were about to say.'
-					act'"Financially?"':
+					'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/4.jpg"></center>'
+					'	She leans back again and closes her eyes as if she were tired. "My clients of course. I''m the number one model in the city, it makes it easy to do some escorting on the side. It''s a good deal for everyone. They get to live their dream, the studio makes more money on set rental, and in the end I get to supplement my sexual and financial needs. Men will pay a lot of money to have sex with a model like me."'
+					act'"But-"':
 						*clr & cla
-						'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/5.jpg"></center>'
-						'	Anastasia sits up a bit. "Yes, financially. I need money to live don''t I?"'
-						'	"No, wait! That''s not what I meant! Who were those men?"'
-						act'Continue':
+						'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/6.jpg"></center>'
+						'	Before you can say anything she interrupts you as she gets on her knees and sticks her ass out towards you, saying, "Especially like this." The pose is particularly provacative, now showing her slightly parted pussy. "A tip for you <<$pcs_nickname>>, if you ever get to a position in your career like mine, you''ll find that this position is especially versatile."'
+						'	"If they want to fuck you from behind, they can pick either hole. If you''re on top, all you have to do is work your bum like this," she starts moving her hips up and down, simulating a cowgirl position, "and they''ll hit all the right spots. For you and for them. They cum in no time and so do I! As you saw, this position is also great if you want to service two, or even three men at once."'
+						act '"No, wait! I wasn''t asking about any of this!"':
 							*clr & cla
-							'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/4.jpg"></center>'
-							'	She leans back again and closes her eyes as if she were tired. "My clients of course. I''m the number one model in the city, it makes it easy to do some escorting on the side. It''s a good deal for everyone. They get to live their dream, the studio makes more money on set rental, and in the end I get to supplement my sexual and financial needs. Men will pay a lot of money to have sex with a model like me."'
-							act'"But-"':
+							'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/9.jpg"></center>'
+							'	"<<$pcs_nickname>>," she says, "if you''re going to have a career in this industry you can''t be naive about how it works. This is just another way to use your fame."'
+							'	She sounds vaguely disappointed in you, like a mother trying to teach her child manners.'
+							act'Continue':
 								*clr & cla
-								'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/6.jpg"></center>'
-								'	Before you can say anything she interrupts you as she gets on her knees and sticks her ass out towards you, saying, "Especially like this." The pose is particularly provacative, now showing her slightly parted pussy. "A tip for you <<$pcs_nickname>>, if you ever get to a position in your career like mine, you''ll find that this position is especially versatile."'
-								'	"If they want to fuck you from behind, they can pick either hole. If you''re on top, all you have to do is work your bum like this," she starts moving her hips up and down, simulating a cowgirl position, "and they''ll hit all the right spots. For you and for them. They cum in no time and so do I! As you saw, this position is also great if you want to service two, or even three men at once."'
-								act '"No, wait! I wasn''t asking about any of this!"':
-									*clr & cla
-									'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/9.jpg"></center>'
-									'	"<<$pcs_nickname>>," she says, "if you''re going to have a career in this industry you can''t be naive about how it works. This is just another way to use your fame."'
-									'	She sounds vaguely disappointed in you, like a mother trying to teach her child manners.'
-									act'Continue':
-										*clr & cla
-										'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/1.jpg"></center>'
-										'	She picks up her panties and gets up again. "Listen <<$pcs_nickname>>, you''re great at this job, and one day you might be as famous or even more famous a model than I am. And I want you to be ready when it happens. So just in case, my advice to you is to make sure you''re on birth control, make sure you enjoy yourself, and <i>always</i> charge extra for creampies and swallowing."'
-										'	And with that, she walks away, leaving you in the confused state of feeling like your <<$npc_nickname[''A29'']>> just gave you advice on how to make the transition from nude model to professional hooker.'
-										anastasiasex = 1
-										act 'Leave':gt 'foto','studio'
-									end
-								end
+								'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/1.jpg"></center>'
+								'	She picks up her panties and gets up again. "Listen <<$pcs_nickname>>, you''re great at this job, and one day you might be as famous or even more famous a model than I am. And I want you to be ready when it happens. So just in case, my advice to you is to make sure you''re on birth control, make sure you enjoy yourself, and <i>always</i> charge extra for creampies, swallowing, and anal."'
+								'	And with that, she walks away, leaving you in the confused state of feeling like your <<$npc_nickname[''A29'']>> just gave you advice on how to make the transition from nude model to professional hooker.'
+								act 'Leave':gt 'foto','studio'
 							end
 						end
 					end
 				end
 			end
 		end
+		
+		if guy >= 10:
+			act'I know what you mean':
+				*clr & cla
+				'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/3.jpg"></center>'
+				'"Oh yeah, I know what you mean," you nod.'
+				'"Oh?"'
+				act'Being pretty makes people want you':
+					cla & *nl
+					'"It''s not like I wasn''t pretty before I became a model," you shrug, smiling back. "Men want to fuck pretty girls."'
+					'"Men want to fuck anything that has two legs and a pussy dear. Though they will pay more to fuck <i>famous</i> pretty girls," she smirks.'
+					act'Pay?':gt'foto_models','anastasiasex2'
+					if slutty > 0:
+						act'Oh! We can do that here?':gt'foto_models','anastasiasex3'
+					end
+				end
+				
+				if pcs_cupsize <= 25:
+					act'I''ve got big boobs':
+						cla & *nl
+						'"I had big boobs in high school too," you grin, looking down meaningfully at your <<$titsize>> breasts. "Boys wouldn''t be boys if they didn''t drool over the thought of fucking busty girls like me.'
+						'"True," she smirks. "Though they will pay more to fuck <i>famous</i> busty girls,"'
+						act'Pay?':gt'foto_models','anastasiasex2'
+						if slutty > 0:
+							act'Oh! We can do that here?':gt'foto_models','anastasiasex3'
+						end
+					end
+				end
+				if exhibitionist_lvl > 1:
+					act'Showing them your tits does that':
+						cla & *nl
+						'"Yeah, flashing your tits in the park tends to make boys want to fuck you," you say, biting your lip with a smile.'
+						'"You sly little minx you!" she chuckles. "I won''t deny that, I certainly teased enough boys during my youth as well. Though grown men tend to pay more for a fuck when they see your breasts on a magazine cover instead of pulled out of your blouse in the park."'
+						act'Pay?':gt'foto_models','anastasiasex2'
+						if slutty > 0:
+							act'Oh! We can do that here?':gt'foto_models','anastasiasex3'
+						end
+					end
+				end
+			end
+		end
 	end
-	if anastasiasex = 1:
-		act 'Ask for sex advice':gt 'foto_models','anastasiasex'
+end
+
+if $ARGS[0] = 'anastasiasex2':
+	*clr & cla
+	'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/5.jpg"></center>'
+	'"Pay?" you ask quizzically.'
+	'"Yes. Pay."'
+	'Anastasia regards you with a slight tilt of the head. "Those men were my clients. Who did you think they were?"'
+	'"Oh," you say. "I thought you were just doing it for fun."'
+	'"Well, I do still fuck for fun," she smiles. "But it''s much more efficient to charge for it as well. I''m the number one model in the city after all, it makes it easy to do some escorting on the side. It''s a good deal for everyone. They get to live their dream, the studio makes more money on set rental, and in the end I get to supplement my sexual and financial needs. Men will pay a lot of money to have sex with a model like me."'
+	act'Makes sense':
+		*clr & cla
+		'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/1.jpg"></center>'
+		'"Makes sense I suppose," you say, musing what Anastasia''s just told you. She picks up her panties and stands, regarding you warmly with a motherly touch on your cheek.'
+		'"Oh <<pcs_firstname>>, you''re such a big girl," she says. "Not everyone would understand like you do. With an attitude like yours, you''ll go far in this industry. I see the potential in you to be as famous or even more famous than I am one day! Can I give you some advice?"'
+		'"Of course Anastasia," you nod, leaning in.'
+		'"Three important things," she says, whispering in your ear. "Make sure to enjoy yourself, never forget your birth control, and <i>always</i> charge extra for creampies, swallowing, and anal."'
+		'With that, she stands back and gives you an eager smile. "Got it?"'
+		act'Uhh, yeah...':
+			*clr & cla
+			'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/1.jpg"></center>'
+			'"Uhh, yeah..." you say, trailing off. You weren''t sure what kind of advice you were expecting, but it sure wasn''t professional hooking tips.'
+			'"Words to live by dear," she smiles. "Words to live by. If you ever need more advice on that kind of thing, don''t be afraid to ask. Don''t be a stranger!"'
+			'With that, she bids you farewell, walking towards another part of the studio.'
+			act 'Leave':gt 'foto','studio'
+		end
+		
+		act'Yes':
+			*clr & cla
+			'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/1.jpg"></center>'
+			'"Yes Anastasia" you say, nodding obediently.'
+			'"Words to live by dear," she smiles. "Words to live by. If you ever need more advice on that kind of thing, don''t be afraid to ask. Don''t be a stranger!"'
+			'With that, she bids you farewell, walking towards another part of the studio.'
+			act 'Leave':gt 'foto','studio'
+		end
 	end
-!	if city_modelling > 100 and anastasiasex = 1 and anastasia_ask = 0:
-!		act'Ask Anastasia how to start selling yourself like she does':gt'foto_models','anastasia_ask'
-!	end
 end
 
-if $ARGS[0] = 'anastasiasex':
+if $ARGS[0] = 'anastasiasex3':
+	*clr & cla
+	'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/face.jpg"></center>'
+	'"We can do that here?" you exclaim.'
+	'"But of course," she smiles at you. "We''re erotic models in the cultural capital of the nation my dear, it makes it easy to do some escorting on the side. The studio won''t complain because it makes more money on set rental, and at the same time, girls like you and me get to supplement our financial needs, not to mention all the enjoyable fucking we get to do. Men will pay a lot of money to have sex with a models like us."'
+	act'Wow!':
+		*clr & cla
+		'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/1.jpg"></center>'
+		'"Wow!"'
+		'"Yes indeed, we are quite privileged to have the opportunities we do. However, I really must be going deary. I have an appointment soon." You nod as she stand and picks up her panties. "Let me know if you''d like to get started on escorting. I''d love to help introduce you to the company. But before I go, may I offer some advice?"'
+		'You listen eagerly as Anastasia leans in to whisper in your ear.'
+		'"There are three things you need to know in this business. Make sure to enjoy yourself, never forget your birth control, and <i>always</i> charge extra for creampies, swallowing, and anal."'
+		'She stands back, meeting your eyes with a smile. "Words to live by my dear. Words to live by. But I must be off now. Don''t be a stranger!"'
+		'With that, she bids you farewell, walking towards another part of the studio.'
+		
+		'<b>dev note: escorting business still WIP</b>'
+		act 'Leave':gt 'foto','studio'
+	end
+end
+
+if $ARGS[0] = 'anastasiasextalk':
 	cla
 	'<center><img src="images/locations/city/citycenter/photo/portraits/anastasia_p/talking/face.jpg"></center>'
 	'	"Sure <<$pcs_nickname>>, what would you like help with?"'
@@ -1202,7 +1305,7 @@ if $ARGS[0] = 'anastasiasex':
 			'	You blush even harder as she casually slips in the option of using this position for girls with strap-ons. Just when you thought it couldn''t get any more embarrassing...'
 			*nl
 			'	"Is there anything else you wanted to ask about?"'
-			act '"Yeah, I actually wanted to ask..."':gt'foto_models','anastasiasex'
+			act '"Yeah, I actually wanted to ask..."':gt'foto_models','anastasiasextalk'
 			act '"No, that was all"':
 				*clr & cla
 				'<center><video autoplay loop src="images/locations/city/citycenter/studio/sex/pornwalk1.mp4"></video></center>'