foto_shoot.qsrc 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969
  1. # foto_shoot
  2. !! ----------------------------------------------------------------------------------------------------
  3. !!
  4. !! --------------------------------------- Job Requests -----------------------------------------------
  5. !!
  6. !! ----------------------------------------------------------------------------------------------------
  7. if $ARGS[0] = 'model':
  8. menu_off = 1
  9. if model = 0:model = 1
  10. *clr & cla
  11. minut += 5
  12. modelpay = (pcs_mdlng/2 * 10) + ((min(city_modelling, 700) + pcs_apprnc)/2)
  13. modelpayfin = 900 + (15*rand(0,5))
  14. gs 'stat'
  15. '<center><b><font color="maroon">Manager</font></b></center>'
  16. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fotograph.jpg"></center>'
  17. '"Hello <<$pcs_firstname>>. Are you here to work? What kind of shoot would you like to do today?"'
  18. *nl
  19. !! '<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>'
  20. '<center><b><font color="blue">Modelling guide</font></b></center>'
  21. *pl '<center><table align="center" width=80%>'
  22. '<b>Catalog</b> - A catalog shoot is any shoot that is meant to appear in a basic paper or online catalog. They don''t do much for your fame but the base pay is steady.'
  23. '<b>Fashion</b> - A fashion shoot is more stylized and though the base pay is not as high, there will be a higher bonus based on your modelling skill and fame.'
  24. '<b>Glamour</b> - A glamour shoot will always involve nudity or risqué clothing, though will always be artistic 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.'
  25. '<b>Erotic</b> - An erotic shoot makes no excuses about its purpose. The intent is to capture sexual images of female bodies to sell to pornography sites and erotic magazines. This type of modelling will have the highest bonuses based on your appearance but will also increase your fame in the porn industry as well.'
  26. *p '</table></center>'
  27. act'Never mind':
  28. cla & *clr
  29. '<center><b><font color="maroon">Manager</font></b></center>'
  30. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fotograph.jpg"></center>'
  31. '"Sorry, I just realized that I have something to do right now. Can I come back later?"'
  32. '"Sure, no problem <<$pcs_lastname>>, just let us know when you''re ready to work.'
  33. act'Leave':gt 'foto','studio'
  34. end
  35. act'Actually I''d like to practice':gt'foto','practicemodel'
  36. act'"I''d like to do a catalog shoot"':
  37. cla & *clr
  38. if modelfoto >= 10 and pcs_mdlng > 20 and modelfoto_fashion < 1:gt'foto_events','fashion_persuasion'
  39. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fotograph.jpg"></center>'
  40. '"Alright, what kind of shoot? Clothing or swimsuits?"'
  41. act'Clothing':
  42. shoot_type = catalog
  43. modelfoto += 1
  44. modelfoto_catalog += 1
  45. model_job_week += 1
  46. cla & *clr
  47. mdlng_exp += rand(2,5)
  48. minut += 120
  49. money += 450
  50. modelfotomoney += 450
  51. if rand(1,2) = 1:
  52. '<center><video autoplay loop src="images/locations/city/citycenter/photo/catalog/1.mp4"></video></center>'
  53. 'You spend two hours modelling various tights with tops for the online catalogs of retail clothing stores. You change clothes probably 30 times over the shoot, but always wear the same expression. It''s boring but it still gets you paid.'
  54. else
  55. '<center><video autoplay loop src="images/locations/city/citycenter/photo/catalog/2.mp4"></video></center>'
  56. 'You spend two hours modelling various dresses for the online catalogs of retail clothing stores. You change clothes probably 30 times over the shoot, but always wear the same expression. It''s boring but it still gets you paid.'
  57. end
  58. *nl
  59. 'You recieve 450 <b>₽</b> for the job.'
  60. act 'Leave':gt 'foto', 'studio'
  61. end
  62. act'Swimsuits':
  63. shoot_type = swim_catalog
  64. modelfoto += 1
  65. modelfoto_catalog += 1
  66. model_job_week += 1
  67. cla & *clr
  68. mdlng_exp += rand(2,5)
  69. minut += 120
  70. money += 450
  71. modelfotomoney += 450
  72. '<center><video autoplay loop src="images/locations/city/citycenter/photo/bikini/<<rand(1,3)>>.mp4"></video></center>'
  73. bikinicatalog += 1
  74. '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.'
  75. *nl
  76. 'You recieve 450 <b>₽</b> for the job.'
  77. act 'Leave':gt 'foto', 'studio'
  78. end
  79. end
  80. act'"I''d like to do a fashion shoot"':
  81. if pcs_mdlng < 20:
  82. 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."'
  83. else
  84. cla & *clr
  85. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fotograph.jpg"></center>'
  86. '"Alright, what kind of shoot would you like to do? Fashion, bikini, or lingerie?"'
  87. act 'Fashion':
  88. shoot_type = fashion
  89. if modelfoto_fashion >= 10 and modelfoto_bikini + modelfoto_lingerie < 1 and modelfoto_glamour < 1 and modelfoto_nude < 1: gt'foto_events','lingerie_persuasion'
  90. cla
  91. act 'Look at something else':gt 'foto','model'
  92. act 'Agree (2:00)':gt 'foto_shoot','fashion'
  93. end
  94. act 'Bikini':
  95. shoot_type = bikini
  96. *clr & cla
  97. if modelfoto_bikini + modelfoto_lingerie >= 10 and pcs_mdlng > 20 and modelfoto_glamour < 1 and modelfoto_nude < 1:gt'foto_events','glamour_persuasion'
  98. if pcs_inhib < 20:
  99. '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.'
  100. act 'Look at something else':gt 'foto','model'
  101. act 'Look at other options':gt'foto_shoot','model'
  102. if pcs_mdlng > 20:
  103. gs 'willpower', 'skill', 'pcs_inhib', 'self', 'easy'
  104. else
  105. gs 'willpower', 'skill', 'pcs_inhib', 'self', 'hard'
  106. end
  107. if will_cost <= pcs_willpwr:
  108. *nl
  109. 'Or you could just force yourself do it anyways...'
  110. act 'Agree (2:00) (<<will_cost>> Willpower)':gt'foto_shoot','bikini'
  111. end
  112. else
  113. cla
  114. act 'Look at something else':gt 'foto','model'
  115. act 'Agree (2:00)':gt'foto_shoot','bikini'
  116. end
  117. end
  118. act 'Lingerie modelling':
  119. shoot_type = lingerie
  120. *clr & cla
  121. if modelfoto_bikini + modelfoto_lingerie >= 10 and modelfoto_glamour < 1 and modelfoto_nude < 1:gt'foto_events','glamour_persuasion'
  122. if pcs_inhib < 25:
  123. '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.'
  124. act 'Look at something else':gt 'foto','model'
  125. act 'Look at other options':gt'foto_shoot','model'
  126. if pcs_mdlng > 20:
  127. gs 'willpower', 'skill', 'pcs_inhib', 'self', 'easy'
  128. else
  129. gs 'willpower', 'skill', 'pcs_inhib', 'self', 'hard'
  130. end
  131. if will_cost <= pcs_willpwr:
  132. *nl
  133. 'Or you could just force yourself do it anyways...'
  134. act 'Agree (2:00) (<<will_cost>> Willpower)':gt'foto_shoot','lingerie'
  135. end
  136. else
  137. cla
  138. act 'Look at something else':gt 'foto','model'
  139. act 'Agree (2:00)':gt'foto_shoot','lingerie'
  140. end
  141. end
  142. end
  143. end
  144. act'"I''d like to do a glamour shoot"':
  145. if pcs_inhib < 30 and modelfoto_glamour < 1:
  146. 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.'
  147. else
  148. gt'foto_shoot', 'glamour_shoot'
  149. end
  150. end
  151. act'"I''d like to do a nude shoot"':
  152. if pcs_inhib < 30 and modelfoto_nude < 1:
  153. 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.'
  154. else
  155. gt'foto_shoot', 'nude_shoot'
  156. end
  157. end
  158. if Fit['FMR'] = 0:
  159. act '"I''d like to do a fitness shoot"':gt'foto_shoot','fitness_shoot'
  160. end
  161. end
  162. !! 'Info guides:'
  163. !! '<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>'
  164. !! '<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>'
  165. !! '<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>'
  166. !! '<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>'
  167. !! '<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>'
  168. !! act 'Erotic clothing with breast nudity':
  169. !!already matched the exhibitionism value above
  170. !! cla
  171. !! act 'Look at something else':gt 'foto','model'
  172. !! act 'Agree (2:00)':
  173. !! *clr & cla
  174. !! minut += 120
  175. !! modelpayfin = 700 + (modelpay) + (15*rand(0,5))
  176. !! modelfoto_nip += 1
  177. !! mdlng_exp += rand(6,10)
  178. !! city_modelling += rand(7,13)
  179. !! pav_modelling += rand(1,city_modelling)/10
  180. !! inhib_exp += 2
  181. !! gs 'stat'
  182. !! '<center><video autoplay loop src="images/locations/city/citycenter/photo/model5.mp4"></video></center>'
  183. !! 'You dressed up in sexy clothes and spend the next two hours striking various poses for a photographer, your nipples occasionally slipping out from behind the clothing.'
  184. !! *nl
  185. !! '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.'
  186. !! if pcs_mdlng >= 40 and commercial = 0:
  187. !! act 'Leave':gt'foto_events','commercial'
  188. !! else
  189. !! act 'Leave':gt 'foto', 'end'
  190. !! end
  191. !! end
  192. !! end
  193. !! ----------------------------------------------------------------------------------------------------
  194. !!
  195. !! ------------------------------------- Glamour Requests ---------------------------------------------
  196. !!
  197. !! ----------------------------------------------------------------------------------------------------
  198. if $ARGS[0] = 'glamour_shoot':
  199. cla & *clr
  200. menu_off = 1
  201. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fotograph.jpg"></center>'
  202. '"Alright, we can do that. What kind of glamour shoot?"'
  203. act 'Sexy clothing':
  204. *clr & cla
  205. shoot_type = sexy_clo
  206. if modelfoto_ero_clo >= 10 and modelfoto_trans_ling + modelfoto_trans_ling < 1 and modelfoto_nip < 1 and modelfoto_nude < 1: gt'foto_events','trans_persuasion'
  207. if pcs_inhib < 30:
  208. if modelfoto_ero_clo > 0:
  209. 'You think about asking to do this shoot but hesitate. You''ve done it before but still... Are you really comfortable with <i>more</i> of these kinds of pictures of you floating around?'
  210. else
  211. '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.'
  212. end
  213. act 'Look at something else':gt 'foto','model'
  214. act 'Look at other options':gt'foto_shoot','model'
  215. if pcs_inhib > 20:
  216. gs 'willpower', 'skill', 'pcs_inhib', 'self', 'easy'
  217. else
  218. gs 'willpower', 'skill', 'pcs_inhib', 'self', 'hard'
  219. end
  220. if will_cost <= pcs_willpwr:
  221. *nl
  222. 'Or you could just force yourself do it anyways...'
  223. act 'Agree (2:00) (<<will_cost>> Willpower)':gt'foto_shoot','sexy'
  224. end
  225. else
  226. cla
  227. act 'Look at something else':gt 'foto','model'
  228. act 'Agree (2:00)':gt'foto_shoot','sexy'
  229. end
  230. end
  231. act 'Transparent clothing':
  232. *clr & cla
  233. shoot_type = trans_clo
  234. if modelfoto_trans_ling + modelfoto_transparent >= 5 and modelfoto_topless < 1 and modelfoto_nude < 1: gt'foto_events','topless_persuasion'
  235. if pcs_inhib < 45:
  236. if modelfoto_transparent > 0:
  237. 'You think about asking to do this shoot but hesitate. You''ve done it before but still... Are you really comfortable with <i>more</i> of these kinds of pictures of you floating around?'
  238. else
  239. '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.'
  240. end
  241. act 'Look at something else':gt 'foto','model'
  242. act 'Look at other options':gt'foto_shoot','model'
  243. if pcs_inhib > 40:
  244. gs 'willpower', 'skill', 'pcs_inhib', 'self', 'easy'
  245. else
  246. gs 'willpower', 'skill', 'pcs_inhib', 'self', 'hard'
  247. end
  248. if will_cost <= pcs_willpwr:
  249. *nl
  250. 'Or you could just force yourself do it anyways...'
  251. act 'Agree (2:00) (<<will_cost>> Willpower)':gt'foto_shoot','transparent'
  252. end
  253. else
  254. cla
  255. act 'Not for me':gt 'foto','studio'
  256. act 'Agree (2:00)':gt'foto_shoot','transparent'
  257. end
  258. end
  259. act 'Transparent Lingerie':
  260. shoot_type = trans_ling
  261. *clr & cla
  262. if modelfoto_trans_ling + modelfoto_transparent >= 5 and modelfoto_topless < 1 and modelfoto_nude < 1: shoot_type = trans_ling & gt'foto_events','topless_persuasion'
  263. if pcs_inhib < 45:
  264. if modelfoto_trans_ling > 0:
  265. 'You think about asking to do this shoot but hesitate. You''ve done it before but still... Are you really comfortable with <i>more</i> of these kinds of pictures of you floating around?'
  266. else
  267. '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.'
  268. end
  269. act 'Look at something else':gt 'foto','model'
  270. act 'Look at other options':gt'foto_shoot','model'
  271. if pcs_inhib > 40:
  272. gs 'willpower', 'skill', 'pcs_inhib', 'self', 'easy'
  273. else
  274. gs 'willpower', 'skill', 'pcs_inhib', 'self', 'hard'
  275. end
  276. if will_cost <= pcs_willpwr:
  277. *nl
  278. 'Or you could just force yourself do it anyways...'
  279. act 'Agree (2:00) (<<will_cost>> Willpower)':gt'foto_shoot','trans_ling'
  280. end
  281. else
  282. cla
  283. act 'Not for me':gt 'foto','studio'
  284. act 'Agree (2:00)':gt'foto_shoot','trans_ling'
  285. end
  286. end
  287. act 'Topless':
  288. shoot_type = topless
  289. *clr & cla
  290. if modelfoto_topless >= 5 and modelfoto_nude < 1: gt'foto_events','nude_persuasion'
  291. if pcs_inhib < 50:
  292. if modelfoto_topless > 0:
  293. 'You think about asking to do this shoot but hesitate. You''ve done it before but still... Are you really comfortable with <i>more</i> of these kinds of pictures of you floating around?'
  294. else
  295. '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.'
  296. end
  297. act 'Look at something else':gt 'foto','model'
  298. act 'Look at other options':gt'foto_shoot','model'
  299. if pcs_inhib > 45:
  300. gs 'willpower', 'skill', 'pcs_inhib', 'self', 'easy'
  301. else
  302. gs 'willpower', 'skill', 'pcs_inhib', 'self', 'hard'
  303. end
  304. if will_cost <= pcs_willpwr:
  305. *nl
  306. 'Or you could just force yourself do it anyways...'
  307. act 'Agree (2:00) (<<will_cost>> Willpower)':gt'foto_shoot','topless'
  308. end
  309. else
  310. cla
  311. act 'Look at something else':gt 'foto','model'
  312. act 'Agree (2:00)':gt'foto_shoot','topless'
  313. end
  314. end
  315. end
  316. !! ----------------------------------------------------------------------------------------------------
  317. !!
  318. !! -------------------------------------- Nude Requests -----------------------------------------------
  319. !!
  320. !! ----------------------------------------------------------------------------------------------------
  321. if $ARGS[0] = 'nude_shoot':
  322. cla & *clr
  323. menu_off = 1
  324. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fotograph.jpg"></center>'
  325. '"Alright, we can do that. What kind of nude shoot?"'
  326. act 'Tasteful nude':
  327. shoot_type = taste_nude
  328. *clr & cla
  329. if modelfoto_tastenude >= 5 and modelfoto_topless + modelfoto_toplessnude + modelfoto_fullnude < 1: gt'foto_events','nude_persuasion'
  330. if pcs_inhib < 40:
  331. if modelfoto_tastenude > 0:
  332. 'You think about asking to do this shoot but hesitate. You''ve done it before but still... Are you really comfortable with <i>more</i> of these kinds of pictures of you floating around?'
  333. else
  334. '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.'
  335. end
  336. act 'Look at something else':gt 'foto','model'
  337. act 'Look at other options':gt'foto_shoot','model'
  338. if pcs_inhib > 35:
  339. gs 'willpower', 'skill', 'pcs_inhib', 'self', 'easy'
  340. else
  341. gs 'willpower', 'skill', 'pcs_inhib', 'self', 'hard'
  342. end
  343. if will_cost <= pcs_willpwr:
  344. *nl
  345. 'Or you could just force yourself do it anyways...'
  346. act 'Agree (2:00) (<<will_cost>> Willpower)':gt'foto_shoot','tasteful'
  347. end
  348. else
  349. cla
  350. act 'Look at something else':gt 'foto','model'
  351. act 'Agree (2:00)':gt'foto_shoot','tasteful'
  352. end
  353. end
  354. act 'Topless nude':
  355. shoot_type = top_nude
  356. *clr & cla
  357. if modelfoto_toplessnude >= 3 and modelfoto_pussy < 1:gt'foto_events','nude_persuasion'
  358. if pcs_inhib < 55:
  359. if modelfoto_toplessnude > 0:
  360. 'You think about asking to do this shoot but hesitate. You''ve done it before but still... Are you really comfortable with <i>more</i> of these kinds of pictures of you floating around?'
  361. else
  362. '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.'
  363. end
  364. act 'Look at something else':gt 'foto','model'
  365. act 'Look at other options':gt'foto_shoot','model'
  366. if pcs_inhib > 50:
  367. gs 'willpower', 'skill', 'pcs_inhib', 'self', 'easy'
  368. else
  369. gs 'willpower', 'skill', 'pcs_inhib', 'self', 'hard'
  370. end
  371. if will_cost <= pcs_willpwr:
  372. *nl
  373. 'Or you could just force yourself do it anyways...'
  374. act 'Agree (2:00) (<<will_cost>> Willpower)':gt'foto_shoot','topless_nude'
  375. end
  376. else
  377. cla
  378. act 'Look at something else':gt 'foto','model'
  379. act 'Agree (2:00)':gt'foto_shoot','topless_nude'
  380. end
  381. end
  382. act 'Full nude':
  383. shoot_type = full_nude
  384. *clr & cla
  385. if pcs_inhib < 60:
  386. if modelfoto_fullnude > 0:
  387. 'You think about asking to do this shoot but hesitate. You''ve done it before but still... Are you really comfortable with <i>more of these kinds of pictures of you floating around?'
  388. elseif modelfoto_pussy < 1:
  389. 'You think about asking to do this shoot but hesitate, not sure if you''re ready to put pictures of your pussy all over the internet.'
  390. else
  391. '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.'
  392. end
  393. act 'Look at something else':gt 'foto','model'
  394. act 'Look at other options':gt'foto_shoot','model'
  395. if pcs_inhib > 55:
  396. gs 'willpower', 'skill', 'pcs_inhib', 'self', 'easy'
  397. else
  398. gs 'willpower', 'skill', 'pcs_inhib', 'self', 'hard'
  399. end
  400. if will_cost <= pcs_willpwr:
  401. *nl
  402. 'Or you could just force yourself do it anyways...'
  403. act 'Agree (2:00) (<<will_cost>> Willpower)':gt'foto_shoot','nude'
  404. end
  405. else
  406. cla
  407. act 'Look at something else':gt 'foto','model'
  408. act 'Agree (2:00)':gt'foto_shoot','nude'
  409. end
  410. end
  411. act 'Erotic':
  412. shoot_type = erotic
  413. *clr & cla
  414. if pcs_inhib < 65:
  415. if modelfoto_pussy < 1:
  416. 'You think about asking to do this shoot but hesitate, not sure if you''re ready to put pictures of your pussy and asshole all over the internet, especially ones that focus on them!'
  417. elseif modelfoto_erotic >= 0:
  418. 'You think about asking to do this shoot but hesitate. You''ve done it before but still... Are you really comfortable with <i>more</i> of these kinds of pictures of you floating around?'
  419. else
  420. '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.'
  421. end
  422. act 'Look at something else':gt 'foto','model'
  423. act 'Look at other options':gt'foto_shoot','model'
  424. if pcs_inhib > 60:
  425. gs 'willpower', 'skill', 'pcs_inhib', 'self', 'easy'
  426. else
  427. gs 'willpower', 'skill', 'pcs_inhib', 'self', 'hard'
  428. end
  429. if will_cost <= pcs_willpwr:
  430. *nl
  431. 'Or you could just force yourself do it anyways...'
  432. act 'Agree (2:00) (<<will_cost>> Willpower)':gt'foto_shoot','erotic'
  433. end
  434. else
  435. cla
  436. act 'Look at something else':gt 'foto','model'
  437. act 'Agree (2:00)':gt'foto_shoot','erotic'
  438. end
  439. end
  440. end
  441. !! ----------------------------------------------------------------------------------------------------
  442. !!
  443. !! ------------------------------------- Fitness Requests ---------------------------------------------
  444. !!
  445. !! ----------------------------------------------------------------------------------------------------
  446. if $ARGS[0] = 'fitness_shoot':
  447. cla & *clr
  448. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fotograph.jpg"></center>'
  449. '"Alright, what kind of shoot would you like to do? Sportwear, Sport underwear, or Artistic nude?"'
  450. act 'Sportwear':
  451. cla
  452. act 'Look at something else':gt 'foto','model'
  453. act 'Agree (2:00)':gt'foto_shoot','sportswear'
  454. end
  455. act 'Sports underwear':
  456. if pcs_inhib < 20:
  457. 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.'
  458. else
  459. cla
  460. act 'Look at something else':gt 'foto','model'
  461. act 'Agree (2:00)':gt'foto_shoot','sports_underwear'
  462. end
  463. end
  464. act 'Artistic nude':
  465. if pcs_inhib < 45:
  466. 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.'
  467. else
  468. cla
  469. act 'Look at something else':gt 'foto','model'
  470. act 'Agree (2:00)':gt'foto_shoot','fitness_artistic_nude'
  471. end
  472. end
  473. end
  474. !! ----------------------------------------------------------------------------------------------------
  475. !!
  476. !! ------------------------------------- Modelling Shoots ---------------------------------------------
  477. !!
  478. !! ----------------------------------------------------------------------------------------------------
  479. if $ARGS[0] = 'fashion':
  480. *clr & cla
  481. minut += 120
  482. modelpayfin = 300 + (modelpay) + (15*rand(0,5)) + (pcs_apprnc) + (min(city_modelling, 700)/2) + (pcs_mdlng/2 * 10)
  483. modelfoto_fashion += 1
  484. mdlng_exp += rand(5,8)
  485. gs 'fame', 'city', 'modelling', rand(7,12)
  486. gs 'fame', 'pav', 'modelling', rand(1,city_modelling)/10
  487. if city_modelling > 200: gs 'fame', 'city', 'modelling', rand(3,6)
  488. fashionshoot = rand(1,2)
  489. gs 'stat'
  490. if fashionshoot = 1:
  491. '<center><video autoplay loop src="images/locations/city/citycenter/photo/fashion/<<rand(1,5)>>.mp4"></video></center>'
  492. else
  493. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fashion/<<rand(1,14)>>.jpg"></center>'
  494. end
  495. 'You dress up in the latest in fashion wear and spend the next two hours posing for the photographer.'
  496. *nl
  497. '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.'
  498. if pcs_mdlng >= 40 and commercial = 0:
  499. act 'Leave':gt'foto_events','commercial'
  500. else
  501. act 'Leave':gt 'foto', 'end'
  502. end
  503. end
  504. if $ARGS[0] = 'bikini':
  505. *clr & cla
  506. minut += 120
  507. modelpayfin = 325 + (modelpay) + (15*rand(0,5)) + (pcs_apprnc) + (min(city_modelling, 700)/2) + (pcs_mdlng/2 * 10)
  508. modelfoto_bikini += 1
  509. if pcs_inhib < 20: gs 'willpower','pay','self'
  510. gs 'fame', 'city', 'modelling', rand(7,12)
  511. gs 'fame', 'pav', 'modelling', rand(1,city_modelling)/10
  512. if city_modelling > 200: gs 'fame', 'city', 'modelling', rand(3,6)
  513. mdlng_exp += rand(6,10)
  514. if pcs_inhib < 50:inhib_exp += rand(0,1)
  515. gs 'stat'
  516. '<center><video autoplay loop src="images/locations/city/citycenter/photo/bikini/<<rand(4,5)>>.mp4"></video></center>'
  517. *nl
  518. 'You spend the shoot in designer bikinis, modelling them to appear in various higher end magazines.'
  519. *nl
  520. 'Two hours later, you''re all done. The photographer thanks you for your time and pays you <<modelpayfin>> <b>₽</b> for the job.'
  521. if pcs_mdlng >= 40 and commercial = 0:
  522. act 'Leave':gt'foto_events','commercial'
  523. else
  524. act 'Leave':gt 'foto', 'end'
  525. end
  526. end
  527. if $ARGS[0] = 'lingerie':
  528. *clr & cla
  529. minut += 120
  530. modelpayfin = 350 + (modelpay) + (15*rand(0,5)) + (pcs_apprnc) + (min(city_modelling, 700)/2) + (pcs_mdlng/2 * 10)
  531. modelfoto_lingerie += 1
  532. mdlng_exp += rand(6,10)
  533. if pcs_inhib < 25: gs 'willpower','pay','self'
  534. gs 'fame', 'city', 'modelling', rand(7,13)
  535. gs 'fame', 'pav', 'modelling', rand(0,city_modelling)/10
  536. if city_modelling > 200: gs 'fame', 'city', 'modelling', rand(3,6)
  537. inhib_exp += rand(0,2)
  538. shoot = rand(1,2)
  539. gs 'stat'
  540. if shoot = 1:
  541. '<center><video autoplay loop src="images/locations/city/citycenter/photo/lingerie/<<rand(1,5)>>.mp4"></video></center>'
  542. else
  543. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/lingerie/<<rand(1,11)>>.jpg"></center>'
  544. end
  545. 'You put on some high end lingerie and spend the next two hours striking various poses for a photographer for use in fashion magazines.'
  546. *nl
  547. '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.'
  548. if pcs_mdlng >= 40 and commercial = 0:
  549. act 'Leave':gt'foto_events','commercial'
  550. else
  551. act 'Leave':gt 'foto', 'end'
  552. end
  553. end
  554. if $ARGS[0] = 'sexy':
  555. *clr & cla
  556. minut += 120
  557. modelpayfin = 500 + (modelpay) + (15*rand(0,5)) + (pcs_apprnc) + (min(city_modelling, 700)/2) + (pcs_mdlng/2 * 10)
  558. modelfoto_glamour += 1
  559. modelfoto_ero_clo += 1
  560. mdlng_exp += rand(5,10)
  561. if pcs_inhib < 30: gs 'willpower','pay','self'
  562. gs 'fame', 'city', 'modelling', rand(7,12)
  563. gs 'fame', 'pav', 'modelling', rand(1,city_modelling)/10
  564. if city_modelling > 200: gs 'fame', 'city', 'modelling', rand(1,6)
  565. inhib_exp += rand(0,1)
  566. gs 'stat'
  567. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/sexy/<<rand(1,20)>>.jpg"></center>'
  568. 'You dress up in sexy clothes and spend the next two hours posing for the photographer.'
  569. *nl
  570. '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.'
  571. act 'Leave':gt 'foto','end'
  572. end
  573. if $ARGS[0] = 'transparent':
  574. *clr & cla
  575. minut += 120
  576. modelpayfin = 600 + (modelpay) + (pcs_apprnc) + (15*rand(0,5))
  577. modelfoto_glamour += 1
  578. modelfoto_transparent += 1
  579. modelfoto_nip += 1
  580. mdlng_exp += rand(6,10)
  581. if pcs_inhib < 45: gs 'willpower','pay','self'
  582. gs 'fame', 'city', 'modelling', rand(7,13)
  583. gs 'fame', 'pav', 'modelling', rand(1,city_modelling)/10
  584. if city_modelling > 200: gs 'fame', 'city', 'modelling', rand(3,8)
  585. inhib_exp += rand(0,2)
  586. gs 'stat'
  587. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/seethru/<<rand(1,10)>>.jpg"></center>'
  588. '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.'
  589. *nl
  590. '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.'
  591. if pcs_mdlng >= 40 and commercial = 0:
  592. act 'Leave':gt'foto_events','commercial'
  593. else
  594. act 'Leave':gt 'foto', 'end'
  595. end
  596. end
  597. if $ARGS[0] = 'trans_ling':
  598. *clr & cla
  599. minut += 120
  600. modelpayfin = 650 + (modelpay * 2) + (pcs_apprnc) + (15*rand(0,7))
  601. modelfoto_glamour += 1
  602. modelfoto_trans_ling += 1
  603. modelfoto_nip += 1
  604. modelfoto_lingerie += 1
  605. mdlng_exp += rand(8,10)
  606. if pcs_inhib < 45: gs 'willpower','pay','self'
  607. gs 'fame', 'city', 'modelling', rand(9,14)
  608. gs 'fame', 'pav', 'modelling', rand(0,city_modelling)/10
  609. if city_modelling > 200: gs 'fame', 'city', 'modelling', rand(3,8)
  610. inhib_exp += rand(0,2)
  611. gs 'stat'
  612. if rand(0,1) = 1:
  613. '<center><video autoplay loop src="images/locations/city/citycenter/photo/ling_trans/<<rand(1,3)>>.mp4"></video></center>'
  614. else
  615. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/ling_trans/<<rand(1,12)>>.jpg"></center>'
  616. end
  617. 'You put on some very lacy, very transparent underwear and get to posing, your nipples often showing through the thin fabric.'
  618. *nl
  619. '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.'
  620. *nl
  621. if pcs_mdlng >= 40 and commercial = 0:
  622. act 'Leave':gt'foto_events','commercial'
  623. else
  624. act 'Leave':gt 'foto', 'end'
  625. end
  626. end
  627. if $ARGS[0] = 'topless':
  628. *clr & cla
  629. minut += 120
  630. modelpayfin = 700 + (modelpay) + (pcs_apprnc) + (15*rand(0,5))
  631. modelfoto_nip += 1
  632. modelfoto_topless += 1
  633. mdlng_exp += rand(6,10)
  634. if pcs_inhib < 50: gs 'willpower','pay','self'
  635. gs 'fame', 'city', 'modelling', rand(8,14)
  636. gs 'fame', 'pav', 'modelling', rand(1,city_modelling)/10
  637. if city_modelling > 200: gs 'fame', 'city', 'modelling', rand(3,8)
  638. inhib_exp += rand(0,2)
  639. gs 'stat'
  640. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/topless/<<rand(1,27)>>.jpg"></center>'
  641. 'You spend two hours striking various posing with topless breasts, listening to instruction while the photographer takes pictures of you.'
  642. *nl
  643. '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.'
  644. if pcs_mdlng >= 40 and commercial = 0:
  645. act 'Leave':gt'foto_events','commercial'
  646. else
  647. act 'Leave':gt 'foto', 'end'
  648. end
  649. end
  650. if $ARGS[0] = 'tasteful':
  651. *clr & cla
  652. minut += 120
  653. modelpay = (pcs_mdlng/2 * 10) + min(city_modelling, 700) + pcs_apprnc
  654. modelpayfin = 600 + (modelpay * 2) + (15*rand(0,5))
  655. modelfoto_tastenude += 1
  656. modelfoto_nude += 1
  657. mdlng_exp += rand(9,10)
  658. if pcs_inhib < 40: gs 'willpower','pay','self'
  659. gs 'fame', 'city', 'modelling', rand(10,20)
  660. gs 'fame', 'pav', 'modelling', rand(0,city_modelling)/4
  661. if city_modelling > 200: gs 'fame', 'city', 'modelling', rand(3,10)
  662. inhib_exp += rand(0,2)
  663. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/tastenude/<<rand(1,14)>>.jpg"></center>'
  664. 'Already naked, you step onto the set and begin the shoot immediately.'
  665. *nl
  666. '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.'
  667. if pcs_mdlng >= 40 and commercial = 0:
  668. act 'Leave':gt'foto_events','commercial'
  669. else
  670. act 'Leave':gt 'foto', 'end'
  671. end
  672. end
  673. if $ARGS[0] = 'topless_nude':
  674. *clr & cla
  675. modelpay = (pcs_mdlng/2 * 10) + min(city_modelling, 700) + pcs_apprnc
  676. minut += 120
  677. modelpayfin = 600 + (modelpay * 2) + (15*rand(0,5))
  678. modelfoto_nude += 1
  679. modelfoto_toplessnude += 1
  680. mdlng_exp += rand(9,10)
  681. if pcs_inhib < 55: gs 'willpower','pay','self'
  682. gs 'fame', 'city', 'modelling', rand(10,20)
  683. gs 'fame', 'pav', 'modelling', rand(0,city_modelling)/4
  684. if city_modelling > 200: gs 'fame', 'city', 'modelling', rand(3,10)
  685. inhib_exp += rand(1,3)
  686. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/topnude/<<rand(1,40)>>.jpg"></center>'
  687. 'Already naked, you step onto the set and begin the shoot immediately.'
  688. *nl
  689. '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.'
  690. if pcs_mdlng >= 40 and commercial = 0:
  691. act 'Leave':gt'foto_events','commercial'
  692. else
  693. act 'Leave':gt 'foto', 'end'
  694. end
  695. end
  696. if $ARGS[0] = 'nude':
  697. *clr & cla
  698. minut += 120
  699. modelpay = (pcs_mdlng/2 * 10) + min(city_modelling, 700) + pcs_apprnc
  700. modelpayfin = 600 + (modelpay * 2) + (15*rand(0,5))
  701. if modelfoto_nude = 0: modelpayfin = modelpayfin * 2 & foto_persuade = 0
  702. modelfoto_nude += 1
  703. modelfoto_fullnude += 1
  704. modelfoto_nip += 1
  705. modelfoto_pussy += 1
  706. mdlng_exp += rand(9,10)
  707. if pcs_inhib < 60: gs 'willpower','pay','self'
  708. gs 'fame', 'city', 'modelling', rand(10,20)
  709. gs 'fame', 'pav', 'modelling', rand(10,15)
  710. if city_modelling > 200: gs 'fame', 'city', 'modelling', rand(5,10)
  711. inhib_exp += rand(1,3)
  712. if pcs_pubes <= 20:
  713. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/nude/<<rand(1,17)>>.jpg"></center>'
  714. 'Already naked, you step onto the set and begin the shoot immediately.'
  715. *nl
  716. '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.'
  717. else
  718. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/bnude/<<rand(1,12)>>.jpg"></center>'
  719. 'Already naked, you step onto the set and begin the shoot immediately.'
  720. *nl
  721. 'You spend two hours posing confidently for a photographer taking pictures of you, your <<$pcdesc_pubes>> pussy providing a nice contrast to the rest of your smooth body. 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.'
  722. end
  723. if modelfoto_nude = 1 and foto_persuade ! 5:
  724. 'You blink at the amount but the person who gave it to you reassures you it''s normal. The studio has a policy of doubling the pay for a model''s nude debut.'
  725. elseif modelfoto_nude = 1 and foto_persuade = 5:
  726. 'It even includes the bonus the manager said they''d give you for your debut!'
  727. end
  728. if pornstudio = 0:pornstudio = 2 & *nl & '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."'
  729. if pcs_mdlng >= 40 and commercial = 0:
  730. act 'Leave':gt'foto_events','commercial'
  731. else
  732. act 'Leave':gt 'foto', 'end'
  733. end
  734. end
  735. if $ARGS[0] = 'erotic':
  736. *clr & cla
  737. minut += 120
  738. modelpay = (pcs_mdlng/2 * 10) + (pcs_apprnc * 3)
  739. modelpayfin = 1000 + (modelpay * 2) + (15*rand(0,5))
  740. modelfoto_erotic += 1
  741. modelfoto_nude += 1
  742. modelfoto_nip += 1
  743. modelfoto_pussy += 1
  744. modelfoto_asshole += 1
  745. mdlng_exp += rand(1,4)
  746. if pcs_inhib < 65: gs 'willpower','pay','self'
  747. gs 'fame', 'city', 'modelling', rand(5,10)
  748. gs 'fame', 'city', 'porn', rand(5,15)
  749. gs 'fame', 'pav', 'porn', rand(0,15)
  750. if pcs_inhib < 60:inhib_exp += rand(1,3)
  751. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/erotic/<<rand(1,10)>>.jpg"></center>'
  752. if $pantyworntype ! 'none':
  753. else
  754. 'Already naked, you step onto the set and begin the shoot immediately.'
  755. end
  756. *nl
  757. 'You spend two hours posing while the photographer takes many photos of your nude body, but especially your breasts, pussy, and asshole. You can see the rock-hard outline of his cock the whole time and you are paid <<modelpayfin>> <b>₽</b> for your work.'
  758. 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 read it and see that it''s for a porn production company in St. Petersburg. "You''re basically already shooting softcore nudes, so we thought we''d offer you the chance to go hardcore."'
  759. if pcs_mdlng >= 40 and commercial = 0:
  760. act 'Leave':gt'foto_events','commercial'
  761. else
  762. act 'Leave':gt 'foto', 'end'
  763. end
  764. end
  765. if $ARGS[0] = 'sportswear':
  766. *clr & cla
  767. minut += 120
  768. modelpayfin = 300 + (modelpay) + (15*rand(0,5)) + (pcs_apprnc) + (city_modelling/2) + (pcs_mdlng/2 * 10) + (city_sport/2)
  769. modelfoto_fitness += 1
  770. pcs_sweat = 60
  771. mdlng_exp += rand(2,4)
  772. gs 'fame', 'city', 'modelling', rand(3,6)
  773. gs 'stat'
  774. if bodset = 2 and salocatnow >= 2:
  775. *clr & cla
  776. modelpayfin += 300
  777. gs 'stat'
  778. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fitness/FSM<<rand(1,4)>>.jpg"></center>'
  779. else:
  780. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fitness/FSV<<rand(1,4)>>.jpg"></center>'
  781. end
  782. *nl
  783. 'Modeling sportwear, is slighty different from other jobs. First, you are taken to the near-by Havanna Fitness Center, as the studio doesn''t have all the necessary props to do it. Second, you must look "dynamic", and that means do some warm-ups, and add some oil, to give that "sweaty" and "sporty" look. After that, you are ready to pose the next two hours for the photographer.'
  784. *nl
  785. '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.'
  786. if pcs_mdlng >= 40 and commercial = 0:
  787. act 'Leave':gt'foto_events','commercial'
  788. else
  789. act 'Leave':gt 'foto', 'end'
  790. end
  791. end
  792. if $ARGS[0] = 'sports_underwear':
  793. *clr & cla
  794. minut += 120
  795. modelpayfin = 325 + (modelpay) + (15*rand(0,5)) + (pcs_apprnc) + (city_modelling/2) + (pcs_mdlng/2 * 10) + (city_sport/2)
  796. modelfoto_fitness += 1
  797. pcs_sweat = 60
  798. gs 'fame', 'city', 'modelling', rand(3,6)
  799. mdlng_exp += rand(3,6)
  800. if pcs_inhib < 50:inhib_exp += 1
  801. gs 'stat'
  802. if bodset = 2 and salocatnow >= 2:
  803. *clr & cla
  804. modelpayfin += 325
  805. gs 'stat'
  806. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fitness/FUM<<rand(1,4)>>.jpg"></center>'
  807. else:
  808. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fitness/FUV<<rand(1,4)>>.jpg"></center>'
  809. end
  810. *nl
  811. 'Modeling sport underwear, is slighty different from other jobs. First, you are taken to the Havanna Fitness Center, as the studio doesn''t have all the necessary props to do it. Second, you must look "dynamic", and that means do some warm-ups, and add some oil, to give that "sweaty" and "sporty" look. After that, you are ready to pose the next two hours for the photographer.'
  812. *nl
  813. 'After having taken all his pictures, you and the crew head back to Aphrodite , counting out your <<modelpayfin>> <b>₽</b> to hand to you.'
  814. act 'Leave':gt 'foto', 'end'
  815. end
  816. if $ARGS[0] = 'fitness_artistic_nude':
  817. *clr & cla
  818. minut += 120
  819. modelpay = (pcs_mdlng/2 * 10) + city_modelling + pcs_apprnc + city_sport
  820. modelpayfin = 600 + (modelpay * 2) + (15*rand(0,5))
  821. modelfoto_fitness += 1
  822. modelfoto_nude += 1
  823. pcs_sweat = 60
  824. mdlng_exp += rand(4,5)
  825. gs 'fame', 'city', 'modelling', rand(5,10)
  826. inhib_exp += 2
  827. gs 'stat'
  828. if bodset = 2 and salocatnow >= 2:
  829. *clr & cla
  830. modelpayfin += 600
  831. gs 'stat'
  832. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fitness/FNM<<rand(1,4)>>.jpg"></center>'
  833. else:
  834. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/fitness/FNV<<rand(1,4)>>.jpg"></center>'
  835. end
  836. *nl
  837. 'Already naked, you do some warm-ups, work up a sweat, add some body-oil and step onto the set to begin the shoot.'
  838. *nl
  839. '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, are less provocative, than artistic, as they must show your body in movement so they can appear in sports-related advertisements, articles, and 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.'
  840. act 'Leave':gt 'foto', 'end'
  841. end
  842. !! act 'Variety shoot':
  843. !! if pcs_inhib < 60:
  844. !! 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.'
  845. !! gt 'foto', 'nude_shoot'
  846. !! else
  847. !! cla
  848. !! act 'Look at something else':gt 'foto','model'
  849. !!
  850. !! act 'Agree (2:00)':
  851. !! *clr & cla
  852. !! minut += 120
  853. !! modelpayfin = 825 + (modelpay * 2) + (15*rand(0,7))
  854. !! mdlng_exp += 10
  855. !! city_modelling += rand(10,20)
  856. !! pav_modelling += rand(0,city_modelling)/10
  857. !! inhib_exp += 3
  858. !! modelfoto_glamour += 1
  859. !! modelfoto_nip += 1
  860. !! modelfoto_fashion += 1
  861. !! modelfoto_lingerie += 1
  862. !! modelfoto_topless += 1
  863. !! modelfoto_pussy += 1
  864. !! gs 'stat'
  865. !! '<center><video autoplay loop src="images/locations/city/citycenter/photo/vmodel.mp4"></video></center>'
  866. !! '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.'
  867. !! *nl
  868. !! '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.'
  869. !! if pcs_mdlng >= 40 and commercial = 0:
  870. !! act 'Leave':gt'foto_events','commercial'
  871. !! else
  872. !! act 'Leave':gt 'foto', 'end'
  873. !! end
  874. !! end
  875. !! end
  876. !! end
  877. !!end
  878. --- foto_shoot ---------------------------------