|
@@ -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
|