pornstudio.qsrc 43 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168
  1. # pornstudio
  2. $location_type = 'public_indoors'
  3. if $ARGS[0] = 'start':
  4. CLOSE ALL
  5. $metka = 'start'
  6. $loc = 'pornstudio'
  7. $menu_loc = 'pornstudio'
  8. $menu_arg = 'start'
  9. menu_off = 0
  10. gs 'pornhist', 'short'
  11. cls
  12. minut += 5
  13. gs 'stat'
  14. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/studia_0.jpg"></center>'
  15. act 'Leave':gt 'Nord', 'redlight'
  16. if hour < 10 or hour > 22:
  17. 'The Porn studio is closed. Opening hours are between 10 and 22'
  18. exit
  19. end
  20. 'Manager''s office open.'
  21. act 'Go to the manager':gt 'pornstudio', 'manager'
  22. act 'Visit the managers PA':gt 'pornstudio', 'pa'
  23. if bomzQW = 1 and week = 4 and workDisk = 0:
  24. act 'Arrive for work':gt 'pornstudio', 'delivery'
  25. end
  26. if workDolg > 0 and money >= workDolg:
  27. act 'Repay your debt':
  28. cls
  29. menu_off = 1
  30. minut += 5
  31. workDisk = 0
  32. money -= workDolg
  33. workDolg = 0
  34. gs 'stat'
  35. 'You give the money that you owe to the studio.'
  36. act 'Leave':gt 'pornstudio', 'start'
  37. end
  38. elseif workDolg = 0:
  39. if workDisk = 1 and week = 5:
  40. act 'Take the disk':
  41. cls
  42. menu_off = 1
  43. minut += 5
  44. workDisk = 2
  45. gs 'stat'
  46. 'You are given a thumb drive, and asked if you remember all the instructions. You nod your head and leave with the drive.'
  47. 'Moving away from the studio near you hear someone else came out of a nearby building and follow for you.'
  48. '<font color="magenta"> "Avoid deserted places, maybe this will blow over"</font> you reassure yourself, and carry on.'
  49. act 'Leave':gt 'Nord', 'redlight'
  50. end
  51. elseif workDisk = 3 and week = 5:
  52. act 'Give the envelope':
  53. cls
  54. menu_off = 1
  55. minut += 5
  56. workDisk = 4
  57. gs 'stat'
  58. if konvert = 0:
  59. workDolg = 200000
  60. workDolgDay = 7
  61. 'Digging through your things you begin to panic. No envelope. You search everything again, but you don''t find the envelope.'
  62. 'SHIT!! But how could you let this happen! What have you gotten into now?!'
  63. 'You stand there unable to speak. Looks like you''re fucked.'
  64. 'The Manager grabs his phone and makes a call. You can''t hear exactly what he is saying because your heart is beating so loud, he hangs up.'
  65. '"You are very lucky, the boss is in a good mood. So has given you one week to cover his losses."'
  66. '"You have until next Friday evening to bring me 200,000 <b>₽</b>. Do this and we''re done, you will never work for us anymore.'
  67. '<font color="#0D42C0">Fail, and bad things will happen to you.</font>'
  68. else
  69. konvert = 0
  70. money += 5000
  71. 'You give the envelope to the manager and he gives you 5,000 <b>₽</b>.'
  72. end
  73. act 'Leave':gt 'Nord', 'redlight'
  74. end
  75. end
  76. end
  77. if pfilmNO = 1 and pfilmNoVenera = 1 and Venera = 0:
  78. act 'Show your medical certificate':
  79. cls
  80. menu_off = 1
  81. minut += 5
  82. pfilmNoVenera = 0
  83. pfilmNO = 0
  84. gs 'stat'
  85. 'You hand over your medical certificate showing that you are STD free. They promise to consider your reinstatement as a porn actress.'
  86. act 'Leave':gt 'pornstudio', 'start'
  87. end
  88. end
  89. end
  90. if $ARGS[0] = 'pa':
  91. *clr & cla
  92. minut += 5
  93. $menu_loc = 'pornstudio'
  94. $menu_arg = 'pa'
  95. menu_off = 0
  96. gs 'stat'
  97. 'There is a young guy tapping on the computer keyboard in a small office.'
  98. if film = 0:
  99. '"Who are you? This office is for staff only."'
  100. else
  101. '<font color="#0D42C0"> "Hi <<$pfname>>, what can I do for you?"</font>'
  102. act 'Change your porn name':
  103. *clr & cla
  104. menu_off = 1
  105. gs 'stat'
  106. '"I would like to change my professional name. Is it possible?"'
  107. '"Of course, just give me a minute to register it in the database. So, what would you ike to be called?"'
  108. act '"I want to be called..."':
  109. $pfname = input("Enter the name you want to be known as.")
  110. if $pfname = '':$pfname = 'Lotta Cox'
  111. gt 'pornstudio', 'pa'
  112. end
  113. act '"Ehh, leave it."':gt 'pornstudio', 'pa'
  114. end
  115. if pfilmSTOP = 0:
  116. act 'What''s the rating of my videos?':
  117. cla
  118. minut += 5
  119. menu_off = 1
  120. gs 'stat'
  121. '"You''ve made <<film>> films.'
  122. if porn_fame < 10:
  123. 'You are unknown, nobody knows your name. You are one of hundreds. You will get to play tertiary characters in big movies. Your own movies sold really cheap.'
  124. elseif porn_fame < 20:
  125. 'You are still unknown, but your name is mentioned in the credits. You are unlikely to get recognized. Your own movies are still sold cheap.'
  126. elseif porn_fame < 35:
  127. 'You are mentioned here and there, but you will still mostly get secondary roles in most of your porn movies. Your name is slowly emerging and you have your own fans.'
  128. elseif porn_fame < 50:
  129. 'You are a minor, but known porn actress. You occasionally get primary roles, and could get back cover appearances. Your movies are getting more popular, which means more fans and money.'
  130. elseif porn_fame < 70:
  131. 'You are a known porn actress. You play mostly primary roles, and you appear on the front cover. Your movies are sold at a decent price, and in big number. You may appear in a variety of magazines, with reports about you.'
  132. elseif porn_fame < 95:
  133. 'You are a famous porn actress. You always play the main role, with your name everything can be sold. You are a brand name, it is on T-shirts and sex toys.'
  134. else
  135. 'You are a true Porn Star, your name and face is everywhere!'
  136. end
  137. if porn_fame >= 20:
  138. ftypecount[0] = pornvag & $ftypecount[0] = 'vaginal'
  139. ftypecount[1] = pornanal & $ftypecount[1] = 'anal'
  140. ftypecount[2] = pornbeast & $ftypecount[2] = 'beastiality'
  141. ftypecount[3] = porngang & $ftypecount[3] = 'group sex'
  142. ftypecount[4] = porncream & $ftypecount[4] = 'creampie'
  143. ftypecount[5] = pornhole & $ftypecount[5] = 'gloryhole'
  144. ftypecount[6] = pornbdsm & $ftypecount[6] = 'bdsm'
  145. ftypecount[7] = pornlesbo & $ftypecount[7] = 'lesbian'
  146. ftypecount[8] = pornpreg & $ftypecount[8] = 'pregnant'
  147. ftypecount[9] = pornexhib & $ftypecount[9] = 'public'
  148. ftypecount[10] = pornmast & $ftypecount[10] = 'masturbation'
  149. ftypecount[11] = pornbukk & $ftypecount[11] = 'cumshot'
  150. ftypecount[12] = pornbj & $ftypecount[12] = 'blowjob'
  151. ftypecount[13] = pornhj & $ftypecount[13] = 'handjob'
  152. ftypecount[14] = pornswall & $ftypecount[14] = 'cum swallowing'
  153. ftypecount[15] = porngasm & $ftypecount[15] = 'orgasm'
  154. k = 1
  155. :repeating
  156. c = 15
  157. :ftypecount
  158. current = ftypecount[c]
  159. $current = $ftypecount[c]
  160. c -= 1
  161. if current > ftypecount[c]:
  162. ftypecount[c+1] = ftypecount[c]
  163. $ftypecount[c+1] = $ftypecount[c]
  164. ftypecount[c] = current
  165. $ftypecount[c] = $current
  166. end
  167. if c >= k:jump 'ftypecount'
  168. k += 1
  169. if k < 15:jump 'repeating'
  170. if ftypecount[1] = ftypecount[0]:
  171. if ftypecount[0] = ftypecount[2]:
  172. 'You are known from your <<$ftypecount[0]>>, <<$ftypecount[1]>> and <<$ftypecount[2]>> scenes.'
  173. else
  174. 'You are known from your <<$ftypecount[0]>> and <<$ftypecount[1]>> scenes.'
  175. end
  176. else
  177. 'You are known from your <<$ftypecount[0]>> scenes.'
  178. end
  179. end
  180. if film < 10 and porn_fame < 10:
  181. 'The guy whispers "By the way, if you wanted, I could completely remove them from our systems - for a good price of course."'
  182. act 'Tell me more':
  183. cla
  184. minut += 5
  185. films_stop_payment = film * 40000
  186. gs 'stat'
  187. '"Seeing as you''re not well known, it''s unlikely anyone would notice. However, to remove them you''d have to cover the studios potential future profits, 40,000 <b>₽</b> per film. That''s a total of <<films_stop_payment>> <b>₽</b>.'
  188. 'Also, that would piss off your co-stars and our director. It would end your porn career. You should know, there is no guarantee that there are no other copies of your movies out there anyway, so think carefully."'
  189. if money >= films_stop_payment:
  190. act 'Remove them':
  191. minut += 5
  192. money -= films_stop_payment
  193. pfilmSTOP = 1
  194. killvar 'pfilmday'
  195. killvar 'pornplan'
  196. killvar 'porntaken'
  197. killvar 'pornstack'
  198. killvar 'prodcosttrue'
  199. killvar 'prodcost'
  200. film = 0
  201. gs 'stat'
  202. 'We never met. Have a nice day, and don''t come back'
  203. act 'Leave':gt 'pornstudio', 'start'
  204. end
  205. end
  206. act 'Not interested':gt 'pornstudio', 'start'
  207. end
  208. act 'Leave':gt 'pornstudio', 'start'
  209. end
  210. act 'Leave':gt 'pornstudio', 'start'
  211. end
  212. end
  213. act 'Leave':gt 'pornstudio', 'start'
  214. end
  215. act 'Leave':gt 'pornstudio', 'start'
  216. end
  217. if $ARGS[0] = 'delivery':
  218. cls
  219. minut += 15
  220. menu_off = 1
  221. gs 'stat'
  222. 'We made inquiries about you, and everything seems in order. Essentially, we give you a thumb drive, you deliver it to the sauna, they give you an envelope and you bring it to us. Immediately.'
  223. 'Upon delivery of envolope you get 5000 <b>₽</b>. Deliveries are available every Friday, after the studio has opened. If you agree, then visit any Friday, and choose a safe mode of transport.'
  224. act 'No, I don''t think it''s for me (leave)':bomzQW = -1 & gt 'Nord', 'redlight'
  225. act 'Agree to work':
  226. cls
  227. minut += 15
  228. gs 'stat'
  229. 'Just this time, we will take you. In the future you''ll have to make your own way, because Fridays are getting risky for us, but we need to intruduce you to our colleagues.'
  230. act 'Let''s go':
  231. cls
  232. workDisk = 1
  233. minut += 15
  234. gs 'stat'
  235. 'You slip into a jeep by the entrance, and are driven to the sauna.'
  236. if saunasex = 1:
  237. 'You recall going to this sauna. You had some pretty energetic sex here.'
  238. elseif sauna > 0:
  239. 'Oh, it''s the sauna near your home.'
  240. else
  241. 'This sauna is located near your home, it is strange that you did not notice it before.'
  242. end
  243. 'You go to the sauna, and you''re introduced to the local managers. it is explained to you who you need to deliver to, and reminded that it is necessary to return the envelope the same day you receive it.'
  244. '"Don''t forget to use secure transport. We''ll see you on Fridays and don''t fuck up."'
  245. act 'Leave':bomzQW = 2 & gt 'street'
  246. end
  247. end
  248. end
  249. if $ARGS[0] = 'shower':
  250. *clr & cla
  251. $location_type = 'bathroom'
  252. $locM = 'pornstudio'
  253. menu_off = 1
  254. $metkaM = 'bathroom'
  255. minut += 5
  256. pcs_horny += 1
  257. pcs_makeup = 1
  258. dynamic $showerdin
  259. gs 'stat'
  260. '<center><video autoplay loop src="images/shared/home/bathroom/dush.mp4"></video></center>'
  261. 'You enter the shower cubicle. Turned on the shower and gently wash all traces of semen from your body.'
  262. act 'Look in the mirror': gt 'mirror', 'start'
  263. act 'Go and see Peter':gt 'pornstudio', 'postvideo'
  264. end
  265. if $ARGS[0] = 'bathroom':
  266. *clr & cla
  267. $location_type = 'bathroom'
  268. $locM = 'pornstudio'
  269. $metkaM = 'bathroom'
  270. $menu_loc = 'pornstudio'
  271. $menu_arg = 'bathroom'
  272. menu_off = 0
  273. gs 'stat'
  274. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/photo/shower.jpg"></center>'
  275. 'You are in the shower room after your movie shoot, you should go and see Peter to get your pay unless you need to use the mirror again.'
  276. act 'Look in the mirror': gt 'mirror', 'start'
  277. act 'Go and see Peter':gt 'pornstudio', 'postvideo'
  278. end
  279. if $ARGS[0] = 'manager':
  280. cls
  281. minut += 5
  282. menu_off = 1
  283. gs 'stat'
  284. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/studia_0.jpg"></center>'
  285. 'You walk into the office of the producer in the porn production company, and you see that the producer is here.'
  286. if firstkasting = 0:gt 'pornstudio', 'first'
  287. if pregtime >= 90 and pregtalkpornstudio = 0:gt 'pornstudio', 'pregreact'
  288. if pfilmNO = 1:
  289. ! Banned from shooting porn
  290. 'You''re blacklisted, no decent porn studio will hire you, goodbye.'
  291. elseif pfilmSTOP = 1:
  292. ! No longer shooting porn
  293. 'I''m sorry I thought you had retired...'
  294. elseif ((pfilmday[0] > 0 and hour > 12) or pornmiss = 1) and prodcosttrue <= 20000 and missedshoot = 0:
  295. ! You missed your shooting time, but you have a chance to work it off
  296. missedshoot = 1
  297. pornmiss = 0
  298. 'Peter seems really agitated, as he storms to you, ready to yell your head off.'
  299. '"Didn''t I tell you not to be late? Where the fuck where you? I''ve wasted a lot of money! I had to pay actors, assistants, the director and the doctor just to sit on their asses! The whole shoot was a bust, just because of you, slut!"'
  300. 'He managed to cool off a little with the airing some of his frustration, and after a deep breath he continues more calmly.'
  301. if pfilmday[1] = 0:
  302. missday = rand(0,3)
  303. porntaken['1,<<missday>>'] = 0
  304. act 'Jump in tomorrow':
  305. prodcost = 0
  306. pfilmNOPAY = 1
  307. porntaken['1,<<missday>>'] = 2
  308. pfilmday[1] = pornplan['1,<<missday>>']
  309. pornstack += 1
  310. freefilm = 1
  311. gt 'pornstudio', 'start'
  312. end
  313. '"I''ll give you a chance to make it right. An another actress has gotten sick and cancelled her shoot. If you jump in instead of her, your debt is canceled. Or you can work it off, but that will take longer. Of course you can also pay it back, if you have the money. And no, I do not remember what the fuck are we going to shoot, in this whole shitstorm I didn''t even remembered to eat!"'
  314. else
  315. 'You know what, you can work it off, but it will take you a while. Of course you can also pay it back, if you have the money."'
  316. end
  317. act 'Accept your debt':prodcosttrue += prodcost & gt 'pornstudio', 'start'
  318. act 'Fuck this shit, I quit!':
  319. pfilmNO = 1
  320. killvar 'prodcosttrue'
  321. killvar 'pfilmday'
  322. killvar 'pornplan'
  323. killvar 'porntaken'
  324. gt 'pornstudio', 'start'
  325. end
  326. exit
  327. elseif prodcosttrue > 20000 and prodcost > 0:
  328. ! You really fucked up, you are banned from porn for life
  329. pfilmNO = 1
  330. killvar 'prodcosttrue'
  331. killvar 'pfilmday'
  332. killvar 'pornplan'
  333. killvar 'porntaken'
  334. 'You did not come to the shoot. You fucked me, and you already owed me a lot of money! I paid a lot of money for assistants, actors, cameramen, plus studio rental, and you took it and threw it in my face.'
  335. 'No, I do not want to work with you and moreover, you''re blacklisted.'
  336. elseif pfilmday[0] > 0 and hour >= 10 and hour <= 12:
  337. ! You have porn shoot today, and you are in time
  338. pornnow = 1
  339. if hour = 10:'"Come on honey, inspection."'
  340. if hour = 11:'"You''re late, my patience is not eternal", Peter says strictly. "Quickly now, to the inspection!"'
  341. if hour = 12:'"What the hell? Everyone''s waiting for you. Hurry up, get inspected! Now!"'
  342. act 'Go for medical check-up':gt 'pornstudio', 'medical', pfilmday[0]
  343. exit
  344. elseif film = 0 and pornstack = 0:
  345. ! Your first ever movie offer
  346. if firstoffer = 0:
  347. firstoffer = 1
  348. 'So, you''re the new girl. As luck would have it we are looking for a brand new girl for our shoot. It''s called ''Girls Jerk Guys #36''.'
  349. 'Guess what? You have to jerk off a guy, in this one he will finish on you tits. It pays 500 <b>₽</b>.'
  350. else
  351. 'Hello <<$pfname>>, since you are brand new, all I can offer is an introductory movie called ''Girls Jerk Guys #36''.'
  352. 'Yes, you have to jerk off a guy, in this one he will finish on you tits. It pays 500 <b>₽</b>.'
  353. end
  354. act 'Agree':
  355. cla
  356. pornstack += 1
  357. pfilmday[1] = 1
  358. 'Cool, we shoot tomorrow. Get here between 10 and 11, and please do not be late.'
  359. act 'Leave':gt 'pornstudio', 'start'
  360. end
  361. act 'I don''t think I''m ready':gt 'pornstudio', 'start'
  362. exit
  363. elseif film > 0:
  364. gs 'pornstudio', 'options'
  365. else
  366. 'Peter looks up from his paperwork, and greets you. "Welcome <<$pfname>>! Can I help you with something?"'
  367. end
  368. if porndebt > 0:
  369. act 'Ask about your debt':'"Of course, <<$pcs_nickname>>! You current debt to the company is <<porndebt>> <b>₽</b>."'
  370. end
  371. act 'Leave':gt 'pornstudio', 'start'
  372. end
  373. if $ARGS[0] = 'options':
  374. '"Come on <<$pfname>>. Let''s see what I can offer for you."'
  375. if film < 5:
  376. fmulti = 100
  377. elseif film < 10:
  378. fmulti = 120
  379. elseif film < 15:
  380. fmulti = 140
  381. elseif film < 25:
  382. fmulti = 160
  383. elseif film < 50:
  384. fmulti = 180
  385. elseif film >= 50:
  386. fmulti = 200
  387. end
  388. act 'Filter by date':
  389. $selection = {
  390. *clr
  391. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/studia_0.jpg"></center>'
  392. '<font color="grey">The selected days will not be displayed</font><br>'
  393. m1 = month
  394. d1 = day + 1
  395. if monthsend[m1] < d1: m1 += 1 & d1 = 1
  396. if m1 > 12: m1 = 1
  397. w2 = week + 1
  398. if w2 > 7: w2 = 1
  399. p1 = 1
  400. w1 = 1
  401. :monthloop
  402. *p '<Table border=0 cellpadding=1><TR><TH colspan=7><b><i><font size=6 color="brown"><<$monthName[m1]>></font></i></b></TH></TR>'
  403. *p '<TR align="center"><TH> Monday </TH><TH> Tuesday </TH><TH>Wednesday</TH><TH> Thursday </TH><TH> Friday </TH><TH> Saturday </TH><TH> Sunday </TH></TR>'
  404. :weekloop
  405. selected[p1] = p1
  406. if w1 = 1:*p '<TR>'
  407. !making sure that the date and the day of the week are in the correct position
  408. if w2 ! 1:
  409. if w2 = 7:
  410. w1 = 7 & *p '<TD></TD><TD></TD><TD></TD><TD></TD><TD></TD><TD></TD>'
  411. elseif w2 = 6:
  412. w1 = 6 & *p '<TD></TD><TD></TD><TD></TD><TD></TD><TD></TD>'
  413. elseif w2 = 5:
  414. w1 = 5 & *p '<TD></TD><TD></TD><TD></TD><TD></TD>'
  415. elseif w2 = 4:
  416. w1 = 4 & *p '<TD></TD><TD></TD><TD></TD>'
  417. elseif w2 = 3:
  418. w1 = 3 & *p '<TD></TD><TD></TD>'
  419. else
  420. w1 = 2 & *p '<TD></TD>'
  421. end
  422. w2 = 1
  423. end
  424. !selectable day display comes
  425. if inversefilter = 1:
  426. if datefilter['<<selected[p1]>>'] = 1:
  427. datefilter['<<selected[p1]>>'] = 0
  428. else
  429. datefilter['<<selected[p1]>>'] = 1
  430. end
  431. end
  432. if m1 = 1 and d1 >= 1 and d1 <= 8:nh1 = 1
  433. if m1 = 2 and d1 = 23:nh1 = 1
  434. if m1 = 3 and d1 = 8:nh1 = 1
  435. if m1 = 5 and (d1 = 1 or d1 = 2):nh1 = 1
  436. if m1 = 5 and d1 = 9:nh1 = 1
  437. if m1 = 6 and (d1 = 12 or d1 = 13):nh1 = 1
  438. if m1 = 11 and d1 = 4:nh1 = 1
  439. if nh1 = 1:
  440. $option = '<font color="red"><del><b><<d1>><b></del></font>'
  441. elseif pfilmday[p1] > 0:
  442. $option = '<font color="green"><<d1>></font>'
  443. elseif datefilter['<<selected[p1]>>'] = 1 or (weekdayfilter = 1 and w1 < 6) or (weekendfilter = 1 and w1 >= 6):
  444. $option = '<font color="grey"><del><<d1>></del></font>'
  445. else
  446. $option = '<a href="exec:datefilter[''<<selected[p1]>>''] = 1 & dynamic $selection"><font color="black"><<d1>></font></a>'
  447. end
  448. killvar 'nh1'
  449. *p '<TD align="center"><font size=5><<$option>></font></TD>'
  450. !preparing for next day
  451. d1 += 1
  452. p1 += 1
  453. w1 += 1
  454. !we have to check the end of the month too
  455. if monthsend[m1] < d1:
  456. !Oh-oh, this is the next month already!
  457. *p '</TR></TABLE><br>'
  458. if w1 = 8: w1 = 1
  459. w2 = w1
  460. w1 = 1
  461. m1 += 1
  462. if m1 > 12: m1 = 1
  463. d1 = 1
  464. !does it necessary to display the next month?
  465. if p1 < 50:jump 'monthloop'
  466. else
  467. !the next day is still the same month
  468. if p1 < 50:
  469. !the next day have to be displayed
  470. if w1 = 8: *p '</TR>' & w1 = 1
  471. jump 'weekloop'
  472. else
  473. !the next day does not have to be displayed
  474. *p '</TR></TABLE><br>'
  475. end
  476. end
  477. inversefilter = 0
  478. ''
  479. if weekdayfilter = 0:
  480. $weekdayfilter = '<a href="exec:weekdayfilter = 1 & dynamic $selection">Remove weekdays</a>'
  481. else
  482. $weekdayfilter = '<a href="exec:weekdayfilter = 0 & dynamic $selection">Restore weekdays</a>'
  483. end
  484. if weekendfilter = 0:
  485. $weekendfilter = '<a href="exec:weekendfilter = 1 & dynamic $selection">Remove weekends</a>'
  486. else
  487. $weekendfilter = '<a href="exec:weekendfilter = 0 & dynamic $selection">Restore weekends</a>'
  488. end
  489. *p '<<$weekdayfilter>> <<$weekendfilter>> <a href="exec:inversefilter = 1 & dynamic $selection">Inverse selection</a><br>'
  490. *p '<a href="exec:killvar ''datefilter'' & killvar ''selected'' & weekdayfilter = 0 & weekendfilter = 0 & dynamic $selection">Clear date filters</a>'
  491. }
  492. dynamic $selection
  493. end
  494. !{ act 'Filter by tag':
  495. $displaytag = {
  496. *clr
  497. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/studia_0.jpg"></center>'
  498. '<font color="grey">The selected tags will not be displayed</font><br><br>Currenty filtered tags: <font color="green"><<$tagfilter>></font>'
  499. if flag_tag[1] = 0:'<a href="exec:$tagfilter += ''hetero '' & flag_tag[1] = 1 & dynamic $displaytag">heterosexual</a>'
  500. if flag_tag[2] = 0:'<a href="exec:$tagfilter += ''lesbian '' & flag_tag[2] = 1 & dynamic $displaytag">lesbian</a>'
  501. if flag_tag[3] = 0:'<a href="exec:$tagfilter += ''threesome '' & flag_tag[3] = 1 & dynamic $displaytag">threesome</a>'
  502. if flag_tag[4] = 0:'<a href="exec:$tagfilter += ''gangbang '' & flag_tag[4] = 1 & dynamic $displaytag">gangbang</a>'
  503. if flag_tag[5] = 0:'<a href="exec:$tagfilter += ''facial '' & flag_tag[5] = 1 & dynamic $displaytag">facial</a>'
  504. if flag_tag[6] = 0:'<a href="exec:$tagfilter += ''vaginal '' & flag_tag[6] = 1 & dynamic $displaytag">vaginal</a>'
  505. if flag_tag[7] = 0:'<a href="exec:$tagfilter += ''anal '' & flag_tag[7] = 1 & dynamic $displaytag">anal</a>'
  506. if flag_tag[8] = 0:'<a href="exec:$tagfilter += ''blowjob '' & flag_tag[8] = 1 & dynamic $displaytag">blowjob</a>'
  507. if flag_tag[9] = 0:'<a href="exec:$tagfilter += ''handjob '' & flag_tag[9] = 1 & dynamic $displaytag">handjob</a>'
  508. if flag_tag[10] = 0:'<a href="exec:$tagfilter += ''cumshot '' & flag_tag[10] = 1 & dynamic $displaytag">cumshot</a>'
  509. if flag_tag[11] = 0:'<a href="exec:$tagfilter += ''swallowing '' & flag_tag[11] = 1 & dynamic $displaytag">swallowing</a>'
  510. if flag_tag[12] = 0:'<a href="exec:$tagfilter += ''DP '' & flag_tag[12] = 1 & dynamic $displaytag">DP</a>'
  511. if flag_tag[13] = 0:'<a href="exec:$tagfilter += ''creampie '' & flag_tag[13] = 1 & dynamic $displaytag">creampie</a>'
  512. ''
  513. '<a href="exec:killvar ''$tagfilter'' & killvar ''flag_tag'' & dynamic $displaytag">Clear date filters</a>'
  514. }
  515. dynamic $displaytag
  516. end
  517. }
  518. act 'Filter by participants':
  519. $displaynum = {
  520. *clr
  521. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/studia_0.jpg"></center>'
  522. '<font color="grey">The movies above the selected number of partners will not be displayed</color><br>'
  523. if ppnum = 1:
  524. $pp1 = '<b><font color="red" size=8>1</font></b>'
  525. else
  526. $pp1 = '<a href="exec:ppnum = 1 & dynamic $displaynum"><font size=8 color="black">1</font></a>'
  527. end
  528. if ppnum = 2:
  529. $pp2 = '<b><font color="red" size=8>2</font></b>'
  530. else
  531. $pp2 = '<a href="exec:ppnum = 2 & dynamic $displaynum"><font size=8 color="black">2</font></a>'
  532. end
  533. if ppnum = 3:
  534. $pp3 = '<b><font color="red" size=8>3</font></b>'
  535. else
  536. $pp3 = '<a href="exec:ppnum = 3 & dynamic $displaynum"><font size=8 color="black">3</font></a>'
  537. end
  538. if ppnum = 4:
  539. $pp4 = '<b><font color="red" size=8>4</font></b>'
  540. else
  541. $pp4 = '<a href="exec:ppnum = 4 & dynamic $displaynum"><font size=8 color="black">4</font></a>'
  542. end
  543. if ppnum = 5:
  544. $pp5 = '<b><font color="red" size=8>5</font></b>'
  545. else
  546. $pp5 = '<a href="exec:ppnum = 5 & dynamic $displaynum"><font size=8 color="black">5</font></a>'
  547. end
  548. '<Table border=0 cellspacing=10><TR><TH><<$pp1>></TH><TH><<$pp2>></TH><TH><<$pp3>></TH><TH><<$pp4>></TH><TH><<$pp5>></TH></TR>'
  549. ''
  550. '<a href="exec:killvar ''ppnum'' & dynamic $displaynum">Clear participant limitations</a>'
  551. }
  552. dynamic $displaynum
  553. end
  554. act 'Porn production schedule':
  555. $contracting = {
  556. *clr
  557. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/studia_0.jpg"></center>'
  558. ''
  559. d1 = day
  560. w1 = week
  561. m1 = month
  562. counter = 1
  563. $pornofday = ''
  564. :pornopt
  565. killvar 'nh1'
  566. pcount[counter] = counter
  567. w1 += 1
  568. if w1 > 7:w1 = 1
  569. d1 += 1
  570. if monthsend[m1] < d1: m1 += 1 & d1 = 1
  571. if m1 > 12: m1 = 1
  572. if m1 = 1 and d1 >= 1 and d1 <= 8:nh1 = 1
  573. if m1 = 2 and d1 = 23:nh1 = 1
  574. if m1 = 3 and d1 = 8:nh1 = 1
  575. if m1 = 5 and (d1 = 1 or d1 = 2):nh1 = 1
  576. if m1 = 5 and d1 = 9:nh1 = 1
  577. if m1 = 6 and (d1 = 12 or d1 = 13):nh1 = 1
  578. if m1 = 11 and d1 = 4:nh1 = 1
  579. if (weekdayfilter = 1 and w1 >= 6) or (weekendfilter = 1 and w1 < 6) or (weekdayfilter = 0 and weekendfilter = 0) or nh1 = 1:
  580. if datefilter['<<selected[counter]>>'] = 0:
  581. if nh1 = 1:
  582. $pornofday = '<i><b>National holiday, no shootings!</b></i><br>'
  583. else
  584. porns = 0
  585. :pornplanloop
  586. dynamic $pornfilmdesc, pornplan['<<counter>>,<<porns>>']
  587. if (pfactor <= ppnum) or (ppnum = 0):
  588. if porntaken['<<counter>>,<<porns>>'] = 2:
  589. $pornofday += '<font color="green"><b><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></b> - <i>Already contracted</i></font><br>'
  590. elseif pfilmday[counter] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
  591. $pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
  592. elseif pfilmday[counter - 1] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
  593. $pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
  594. elseif pfilmday[counter - 2] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
  595. $pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
  596. elseif pfilmday[counter - 3] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
  597. $pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
  598. elseif pfilmday[counter - 4] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
  599. $pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
  600. elseif pfilmday[counter - 5] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
  601. $pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
  602. elseif pfilmday[counter + 1] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
  603. $pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
  604. elseif pfilmday[counter + 2] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
  605. $pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
  606. elseif pfilmday[counter + 3] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
  607. $pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
  608. elseif pfilmday[counter + 4] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
  609. $pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
  610. elseif pfilmday[counter + 5] > 0 and porntaken['<<counter>>,<<porns>>'] = 0:
  611. $pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
  612. elseif porntaken['<<counter>>,<<porns>>'] = 1:
  613. $pornofday += '<font color="red"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>> - <i>Taken by someone else</i></font><br>'
  614. elseif pornstack < 10:
  615. $pornofday += '<a href="exec:pornstack += 1 & porntaken[''<<counter>>,<<porns>>''] = 2 & pfilmday[<<pcount[counter]>>] = pornplan[''<<counter>>,<<porns>>''] & gs ''stat'' & dynamic $contracting"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></a><br>'
  616. else
  617. $pornofday += '<font color="grey"><<$porndesc[pornplan[''<<counter>>,<<porns>>'']]>></font><br>'
  618. end
  619. end
  620. if porns < 3: porns += 1 & jump 'pornplanloop'
  621. end
  622. if $pornofday ! '':
  623. '<<$monthName[m1]>> <<d1>>, <<$week[w1]>>:'
  624. '<<$pornofday>>'
  625. $pornofday = ''
  626. end
  627. end
  628. end
  629. if counter < 49:
  630. counter += 1
  631. jump 'pornopt'
  632. end
  633. }
  634. dynamic $contracting
  635. end
  636. if pornstack > 1 or (freefilm = 0 and pornstack > 0):
  637. act 'Cancel out a contract':
  638. $canceling = {
  639. *clr
  640. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/studia_0.jpg"></center>'
  641. d1 = day
  642. w1 = week
  643. m1 = month
  644. i = 1
  645. :nopornopt
  646. pcount[i] = i
  647. w1 += 1
  648. if w1 > 7:w1 = 1
  649. d1 += 1
  650. if monthsend[m1] < d1: m1 += 1 & d1 = 1
  651. if (pfilmday[i] = 1 and freefilm = 0) or pfilmday[i] > 1:'<<$monthName[m1]>> <<d1>>, <<$week[w1]>>:'
  652. porns = 0
  653. :nopornplanloop
  654. if porntaken['<<i>>,<<porns>>'] = 2:'<a href="exec:pornstack -= 1 & porntaken[''<<i>>,<<porns>>''] = 0 & pfilmday[<<pcount[i]>>] = 0 & gs ''stat'' & dynamic $canceling"><<$porndesc[pornplan[''<<i>>,<<porns>>'']]>></a>'
  655. if porns < 3: porns += 1 & jump 'nopornplanloop'
  656. if i < 49:
  657. i += 1
  658. jump 'nopornopt'
  659. end
  660. }
  661. dynamic $canceling
  662. end
  663. end
  664. act 'Leave':
  665. killvar 'ppnum'
  666. killvar 'displaynum'
  667. killvar 'displaytext'
  668. killvar 'displayimage'
  669. killvar '$pp1'
  670. killvar '$pp2'
  671. killvar '$pp3'
  672. killvar '$pp4'
  673. killvar '$pp5'
  674. killvar 'displaytag'
  675. killvar 'flag_tag'
  676. killvar 'selection'
  677. killvar 'datefilter'
  678. killvar 'selected'
  679. killvar 'option'
  680. killvar 'tagfilter'
  681. killvar 'contracting'
  682. killvar 'pcount'
  683. killvar 'weekdayfilter'
  684. killvar 'weekendfilter'
  685. gt 'pornstudio', 'start'
  686. end
  687. end
  688. if $ARGS[0] = 'first':
  689. cls
  690. menu_off = 1
  691. gs 'stat'
  692. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/studia_0.jpg"></center>'
  693. 'You sit down on the sofa and greet the boss. "I see it''s your first time with us. Do you want to be a porn star?'
  694. if pcs_inhib < 40 and (money <= 500 and karta <= 500 and home_owned[2] = 0) or (narkoman = 1 or SLomka > 0):
  695. 'While you do not feel confident enough showing off your body, you are so desperate for money, you will do anything.'
  696. act 'Continue':gt 'pornstudio', 'yes'
  697. elseif pcs_inhib < 40:
  698. 'You do not feel confident enough to have start a porn career, you should get more used to showing off your body first.'
  699. act 'Leave':gt 'pornstudio', 'start'
  700. else
  701. act 'Continue':gt 'pornstudio', 'yes'
  702. end
  703. end
  704. if $ARGS[0] = 'yes':
  705. cls
  706. menu_off = 1
  707. gs 'stat'
  708. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/studia_0.jpg"></center>'
  709. 'You sit down on the sofa and greet the boss. "I see it''s your first time with us. Do you want to be a porn star?'
  710. act 'Yes':
  711. cla
  712. minut += 5
  713. gs 'stat'
  714. 'You confirm your desire to act in a porn movie. The boss nods, "Let''s see your papers, are you 18 or older?"'
  715. if age >= 18:
  716. '"Yes I am." You answer, handing him your passport.'
  717. '"All right. First we''ll need to do a casting. Take off your clothes and let me see your body."'
  718. elseif fakepassport = 1:
  719. '"Yes I am." You answer, handing him your fake passport.'
  720. 'You see him frown as he checks your passport with suspicion.'
  721. '"Well, I guess everything is in order. First we''ll need to do a casting. Take off your clothes and let me see your body."'
  722. else
  723. '"Nearly..." You plead.'
  724. '"Right. Then here''s my card, be sure to come back when you are old enough.'
  725. fakepassport = 2
  726. act 'Leave': gt 'pornstudio', 'start'
  727. exit
  728. end
  729. act 'Make excuses and leave':gt 'pornstudio', 'start'
  730. act 'Undress':
  731. cla
  732. minut += 5
  733. gs 'stat'
  734. 'You undress in front of the boss, he gets up from his chair and walks towards you. "Lie down on the couch and spread your legs."'
  735. act 'Grab your clothes and run out':gt 'pornstudio', 'start'
  736. act 'Lie down on the sofa and spread your legs':
  737. cla
  738. minut += 5
  739. gs 'stat'
  740. 'You lie down on the sofa and spread your legs. The boss takes a few pictures on his phone, explaining that it is for the portfolio. After that, the boss asks you to kneel.'
  741. act 'Kneel':
  742. cla
  743. minut += 5
  744. gs 'stat'
  745. 'You get up from the sofa and kneel in front of the boss. He takes a few more pictures. "Now open your mouth and stick out your tongue as if I was about to finish on your face."'
  746. act 'Open your mouth and stick out your tongue':
  747. cla
  748. minut += 5
  749. gs 'stat'
  750. 'You have open your mouth and stuck out your tongue. The boss says, "Not bad, now suck my thumb."'
  751. act 'Suck his thumb':
  752. cla
  753. minut += 5
  754. gs 'stat'
  755. 'You start to suck his thumb trying to look as sexy as possible. Meanwhile he touches your breast with his other hand while you are busy with his finger.'
  756. 'He pulls his finger out of your mouth and curtly tells you. "Get dressed." He sits down at his desk. You quickly dress and sit down.'
  757. '"You can call me Peter. You are going to need a pornstar name.'
  758. act 'Choose your pornstar name':
  759. cla
  760. firstkasting = 1
  761. $pfname = input ("What will be your pornstar name?")
  762. if $pfname <= 0:$pfname = '<<$pcs_nickname>> BimboStar'
  763. '"<<$pfname>>, wonderful name. Now listen, before shooting starts you have to pass the medical examination. If we find any sign of a sexually transmitted disease, you are out, no exceptions.'
  764. 'Now you are registered. We are quite big in the industry, shooting about four movies every day so you can choose what movies are you willing to be in. Remember to take care of your health, but if you got sick or something, just cancel the shoot. You can do that up to the day of the shooting.'
  765. 'Come see me when you want a contract."'
  766. act '.....':gt 'pornstudio', 'start'
  767. end
  768. end
  769. end
  770. end
  771. end
  772. end
  773. end
  774. end
  775. if $ARGS[0] = 'medical':
  776. *clr & cla
  777. menu_off = 1
  778. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/exam.jpg"></center>'
  779. minut += 5
  780. gs 'stat'
  781. 'You go into the office where the doctor was waiting in a white robe. He quickly pulls on rubber gloves and tells you to undress.'
  782. 'You removed the clothes and sit on the gynecological chair. The doctor comes up to you and starts the check up. After inspection, he takes a blood sample.'
  783. '"It will be about half an hour for the tests to be completed. It will tell us if you have caught something."'
  784. act 'Wait':
  785. cla
  786. minut += 30
  787. gs 'stat'
  788. '...'
  789. '...'
  790. if venera > 0:
  791. pfilmNO = 1
  792. pfilmNoVenera = 1
  793. 'Your analysis showed an STD. The doctor tells you and calls Peter. Peter looks at the test results.'
  794. '"Sorry, but as long as you have an STD you cannot make films."'
  795. act 'Leave':gt 'pornstudio', 'start'
  796. else
  797. '"Very good, you are clean. You can go to the dressing room."'
  798. act 'Go to the dressing room':
  799. pf = ARGS[1]
  800. dynamic $pornfilmdesc, pf
  801. gs 'pornfilm', 'pornactor'
  802. *clr & cla
  803. '<center><img width=700 src="images/locations/city/citycenter/studio/makeup.jpg"></center>'
  804. minut += 30
  805. cumspclnt = 20
  806. gs 'cum_cleanup'
  807. pcs_sweat = 0
  808. pcs_hairbsh = 1
  809. pcs_makeup = 4
  810. pcs_lipbalm += 8
  811. pcs_breath = 1
  812. gs 'stat'
  813. !! pornvnesh uses the same calc as pcs_apprnc except the clothing bonus is hard coded (to 900 and then reduced) and the glasses penalty is removed
  814. pornvnesh = pcs_apprncbase + (pcs_apprncbase * 3 / 5) + mopkoef + (pcs_hairbsh * 10) + lipbalmKoef + (pcs_breath * 5) - sweatKoef - dyevmod - hairkoef - legkoef
  815. 'In the dressing room a skinny whiter-haired woman is waiting for you.'
  816. 'You take a thorough shower, carefully washing yourself, and getting an enema too, then you put on some makeup and get your hair done.'
  817. act 'Go to the set':gt 'pornfilm', '<<pf>>'
  818. end
  819. end
  820. end
  821. end
  822. if $ARGS[0] = 'postvideo':
  823. cls
  824. menu_off = 1
  825. minut += 30
  826. pf = pfilmday[0]
  827. pfilmday[0] = 0
  828. pornstack -= 1
  829. pornnow = 0
  830. if film < 5:
  831. fmulti = 25
  832. elseif film < 10:
  833. fmulti = 30
  834. elseif film < 15:
  835. fmulti = 35
  836. elseif film < 25:
  837. fmulti = 40
  838. elseif film < 50:
  839. fmulti = 45
  840. elseif film >= 50:
  841. fmulti = 50
  842. end
  843. film += 1
  844. if film = 1:
  845. $porntitle[film] = 'Girls Jerk Guys #36 - '
  846. $pornfilmstory[film] = '<<$pfname>>''s introduction to the world of porn, where she jerk off <<$pakter[1]>> on her tits.'
  847. else
  848. if $pstory = '' and editpornname = 1:
  849. $pornfilmstory[film] = input('You can enter the story of the porn movie. This action can be done only once, but you can choose to do it later! (Just hit Enter/Esc when blank)<br>Tags of the current movie: <font color=#541717 size=2><<$pfilmtags>></font>')
  850. else
  851. $pornfilmstory[film] = $pstory
  852. end
  853. if editpornname = 1:
  854. $porntitle[film] = input("Enter the name of the porn movie. <i>This action can be done only once, but you can choose to do it later! (Just hit Enter/Esc when blank)</i>")
  855. end
  856. end
  857. if pfilmNOPAY = 0:
  858. pfcash = pcash * fmulti
  859. money += pfcash
  860. 'Peter counts <<pfcash>> <b>₽</b> out for your film and wishes good luck.'
  861. else
  862. pfilmNOPAY = 0
  863. pfcash = 0
  864. 'You have fulfilled your obligation and the made the film for free.'
  865. end
  866. pornfilmYear[film] = year
  867. pornfilmMonth[film] = month
  868. pornfilmDay[film] = day
  869. porndaystart[film] = daystart
  870. pornfilmType[film] = pf
  871. pornfilmCash[film] = pfcash
  872. pornfilmActAge[film] = age
  873. pornfilmAppAge[film] = vidage
  874. pornfilmpregchem[film] = pregchem
  875. pornfilmacting[film] = acting+orgasmbonus+pcs_intel/10
  876. dynamic $pornfilmdesc, pf
  877. killvar 'orgasmbonus'
  878. if pornfilmacting[film] >= 90:
  879. porn_fame += 3
  880. elseif pornfilmacting[film] >= 75:
  881. porn_fame += 2
  882. elseif pornfilmacting[film] >= 60:
  883. porn_fame += 1
  884. end
  885. pornfilmvnesh[film] = pornvnesh
  886. killvar 'pornvnesh'
  887. if pornfilmvnesh[film] >= 200:
  888. porn_fame += 3
  889. elseif pornfilmvnesh[film] >= 150:
  890. porn_fame += 2
  891. elseif pornfilmvnesh[film] >= 90:
  892. porn_fame += 1
  893. end
  894. acting += actbonus
  895. if pfType ! 0:
  896. unprotfilm = -1
  897. if succubusflag = 1:
  898. !! May add a check to clear unprotfilm based on sucpcinfo (the PC knows Succubae are immune to STD''s)
  899. if pfcash > 0:
  900. $tmp = '"I almost can''t believe <i>they</i> paid <i>me</i> <<pfcash>><b>₽</b> for a wonderful meal!"'
  901. else
  902. $tmp = '"And they think I''m doing this for free, when really they''re paying in other coin!"'
  903. end
  904. 'You let slip a satisfied smirk and think to yourself, <<$tmp>>'
  905. elseif knowpreg = 0 and thinkpreg = 0 and pillcon2 < 1000:
  906. pornDanger[film] = 1
  907. !! Left "ppreg" pending its eventual use
  908. if ppreg = 0:
  909. if pfcash > 0:
  910. $tmp = ' Was <<pfcash>> <b>₽</b> worth the risk of getting pregnant by a porn actor you''ll probably never see again?'
  911. else
  912. $tmp = ' You didn''t even get paid to risk pregnancy by a porn actor you''ll never see again.'
  913. end
  914. 'With a growing sense of horror you realize that you aren''t on the shot and have no idea when you last took a birth control pill.<<$tmp>>'
  915. else
  916. !{If she has birth control and deliberately isn''t using it, obviously she wants to get pregnant or just doesn''t care.}
  917. if pfcash > 0:
  918. $tmp = ' Either way, <<pfcash>> <b>₽</b> will definitely help make a better life for you and your baby if you end up pregnant.'
  919. else
  920. $tmp = ' The fact that you weren''t even paid to take this risk excites you more than you''d like to admit.'
  921. end
  922. 'From the moment you stepped onto the set you kept thinking about how you were completely unprotected during this shoot. You aren''t sure if you''re afraid of the consequences- or excited by them.<<$tmp>>'
  923. pcs_horny += 10
  924. end
  925. end
  926. killvar '$tmp'
  927. end
  928. if pfactor = 50:
  929. $pornfilmActor[film] = 'Fifty fans of'
  930. else
  931. dynamic $pornactor
  932. $pornfilmActor[film] = ''
  933. pact = pfactor
  934. :pornactortext
  935. if pact > 1:
  936. $pornfilmActor[film] += $pakter[pact]+', '
  937. else
  938. $pornfilmActor[film] += $pakter[pact]
  939. end
  940. pact -= 1
  941. if pact > 0:jump 'pornactortext'
  942. end
  943. if film < 10:
  944. filmkoef = 10
  945. elseif film < 25:
  946. filmkoef = 5
  947. else
  948. filmkoef = 0
  949. end
  950. pfcash = 0
  951. gs 'stat'
  952. act 'Leave':gt 'pornstudio', 'start'
  953. end
  954. if $ARGS[0] = '1':
  955. $metka = $ARGS[0]
  956. $loc = $CURLOC
  957. minut = minut + 5
  958. clr
  959. menu_off = 1
  960. gs'stat'
  961. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/pierre_1.jpg"></center>'
  962. 'You''ve come to the studio, eyes looking for someone-anything, Who can come up with a question.'
  963. 'To you I approached a young man, introduced by Peter, you are greeted and met.'
  964. act 'To state the purpose of your visit':
  965. *clr & cla
  966. minut = minut+60
  967. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/pierre_2.jpg"></center>'
  968. 'Peter smiled and said, that the new actresses are always welcome, just terrible, of course, business do not take. On the first couple have held auditions, If you like public - they can not be held.'
  969. 'I''ll tell you, here and how, but under one condition - you have to undress.'
  970. act 'Undress':
  971. *clr & cla
  972. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/casting_3.jpg"></center>'
  973. 'First held casting actresses - as I have said, if you are terrible - You can not hope, comes only when you have a beautiful appearance.'
  974. act '...':
  975. *clr & cla
  976. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/model_0.jpg"></center>'
  977. 'Then the girl chosen for the lead role.'
  978. 'Here you have to be the most beautiful.'
  979. act '...':
  980. *clr & cla
  981. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/film_0.jpg"></center>'
  982. 'Well, then she shot - interesting and exciting processes'
  983. 'And the output we obtain...'
  984. act '...':
  985. *clr & cla
  986. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/dvd-disx.jpg"></center>'
  987. 'So on what I make money.'
  988. act 'All clear, and how and where it is all sold? Can, I want to see for yourself...':
  989. *clr & cla
  990. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/pierre_2.jpg"></center>'
  991. 'The sauna is in a residential area we have one man.. And in a sex shop, How could you understand, there garters. Now that''s thinking of selling the university. If we would have with the people who helped - b good profits increased, entitlements to dividends assistant, of course.'
  992. act 'And what-problems with the law?':
  993. *clr & cla
  994. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/ment_0.jpg"></center>'
  995. 'Specifically for you - unavailable. We''ve got their contracts with the cops, maybe in the future you will be able to help us to keep them in force, In the meantime - I told you everything, weekend tasted.'
  996. act 'Well, sort of understood everything':
  997. *clr & cla
  998. pornstudio = 3
  999. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/pierre_2.jpg"></center>'
  1000. 'Good for, girl, walk and not take away from me more time'
  1001. gt'pornstudio','start'
  1002. end
  1003. end
  1004. end
  1005. end
  1006. end
  1007. end
  1008. end
  1009. end
  1010. end
  1011. if $ARGS[0] = '2':
  1012. $metka = $ARGS[0]
  1013. $loc = $CURLOC
  1014. menu_off = 1
  1015. clr
  1016. ! WD: Fix Uninitialised ~ 'carrf' to 'carrar'
  1017. carrar = RAND(40, 100)
  1018. gs 'stat'
  1019. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/studio/casting_<<rand(1,6)>>.jpg"></center>'
  1020. 'You spent eight hours posing in a variety of sexy underwear, for the casting director.'
  1021. minut = minut+120
  1022. gs 'stat'
  1023. minut = minut+120
  1024. gs 'stat'
  1025. minut = minut+120
  1026. gs 'stat'
  1027. minut = minut+120
  1028. gs 'stat'
  1029. if pcs_apprnc < carrar:
  1030. 'You don''t have what it takes, sorry'
  1031. elseif pcs_apprnc >= carrar:
  1032. actr = 1
  1033. 'You get the Role'
  1034. end
  1035. act 'Finish':
  1036. gt 'pornstudio','start'
  1037. end
  1038. end
  1039. if $ARGS[0] = '3':
  1040. $metka = $ARGS[0]
  1041. $loc = $CURLOC
  1042. clr
  1043. actr = 0
  1044. gs 'stat'
  1045. gt 'bdsm'
  1046. end
  1047. if $ARGS[0] = 'pregreact':
  1048. '"Wow, since you are so visibly pregnant. I''m surprised you still want to do the shoot. The good news is, we''ve been looking into appealing to people with different fetishes, so this is the perfect opportunity to start marketing to pregnancy fetishists. But, this that is also going to change the shoots you can do. You see, this is more of a niche thing and not something we can really use for wide appeal. You can still work, but only on specific pregnancy shoots, so you might not get the same amount of work you got before. But don''t worry, if we can find a way to make money off of you, we definitely will," the manager ends with a smile.'
  1049. act 'Continue':pregtalkpornstudio = 1 & gt 'pornstudio', 'manager'
  1050. end
  1051. --- pornstudio ---------------------------------