pornstudio.qsrc 45 KB

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