movie_studio.qsrc 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. # movie_studio
  2. !! Job Categories:
  3. !! $audition['roletype'] == 1 - Just a background extra
  4. !! $audition['roletype'] == 2 - An extra that appears in skimpy clothing or underwear
  5. !! $audition['roletype'] == 3 - An extra with one or more nude scenes
  6. !! $audition['roletype'] == 4 - A minor speaking part
  7. !! $audition['roletype'] == 5 - A minor speaking part with a nude scene
  8. !! $audition['roletype'] == 6 - A secondary or recurring character
  9. !! $audition['roletype'] == 7 - A secondary or recurring character with nude scenes
  10. !! $audition['roletype'] == 8 - A main character
  11. !! $audition['roletype'] == 9 - A main character with nude scenes
  12. !! Payment status
  13. !! acting['jobdone'] = 1 - You have acted in the role you were supposed to and can collect payment
  14. !! acting['jobdone'] = 2 - You have acted in the role you were supposed to and are being given a bonus for sexual favors
  15. if $ARGS[0] = 'start':
  16. cls
  17. minut += 5
  18. $loc = 'movie_studio'
  19. $loc_arg = 'start'
  20. $menu_loc = 'movie_studio'
  21. $menu_arg = 'start'
  22. menu_off = 0
  23. gs 'stat'
  24. gs 'themes', 'indoors'
  25. '<center><b><font color="maroon">St. Petersburg Filming Studio</font></b></center>'
  26. '<center><img <<$set_imgh>> src="images/locations/city/industrial/studio/start.jpg"></center>'
  27. 'You step into the entrance of the studio with different actors and crew bustling in every different direction.'
  28. !! if hour >= 22 or hour < 3:'<br> Despite the late hour, it seems no different than the times you''ve been here during the day. The film industry never seems to rest huh?'
  29. act 'Leave':
  30. if costuming['check'] = 1:
  31. if $clothingworntype = 'nude' and $pantyworntype ! 'none':
  32. msg'You''re still only wearing panties under your robe! Put your clothes back on before you go outside!'
  33. elseif $clothingworntype = 'nude':
  34. msg'You''re still only wearing a robe! Put your clothes back on before you go outside!'
  35. else
  36. msg'You''re still in costume, you should really put on your own clothes before you leave.'
  37. end
  38. elseif acting['pay'] > 0 and acting['jobdone'] = 1:
  39. msg'You should collect your pay from the office before you leave.'
  40. else
  41. gt'city_industrial'
  42. end
  43. end
  44. act 'Go to the sets':gt 'movie_studio', 'sets'
  45. !! act 'Go to the rehearsal stages':gt 'movie_studio', 'rehearsal_stage'
  46. act 'Go to the payment center':gt 'movie_studio', 'paycenter'
  47. !! act 'Go to the bathroom':gt 'movie_studio', 'bathroom'
  48. act 'Go to makeup and costuming':gt 'costuming', 'start'
  49. !! if $audition['roletype'] => 0:
  50. !! if $filmtype = 'movie' or $filmtype = 'tv':
  51. !! act 'See the director': gt 'movie_studio', 'director'
  52. !! end
  53. !! end
  54. end
  55. if $ARGS[0] = 'sets':
  56. $loc = 'movie_studio'
  57. $loc_arg = 'sets'
  58. cla & *clr
  59. '<center><b><font color="maroon">Filming Studio Main Sets</font></b></center>'
  60. '<center><img <<$set_imgh>> src="images/locations/city/industrial/studio/sets.jpg"></center>'
  61. 'You head over to where the main filming gets done, an enormous maze of wood and metal to be able to film all kinds of scenes within the controlled environment of a studio.'
  62. act 'Back to the entrance': gt 'movie_studio', 'start'
  63. act 'Go to makeup':gt 'costuming', 'start'
  64. act 'Go to the payment center':gt 'movie_studio', 'paycenter'
  65. !!act 'Go to the bathroom':gt 'movie_studio', 'bathroom'
  66. if $acting['role'] ! '' and acting['jobdone'] ! 1 and acting['shoot_day'] = daystart:
  67. act'Go to set <<acting[''setnumber'']>>':
  68. if costuming['check'] < 1:
  69. cla & *clr
  70. '<center><img <<$set_imgh>> src="images/locations/city/industrial/studio/sets.jpg"></center>'
  71. *nl
  72. 'You go to the corresponding set and when you get there and tell an assistant what you''re there for they take one look at you and start shouting.'
  73. '"What the fuck are you doing here without even having gone to makeup?! Go and get your fucking makeup and costuming done! We don''t have all day for this shit!"'
  74. act 'Go to makeup and costuming':gt 'costuming', 'start'
  75. elseif acting['roletype'] > 7:
  76. gt 'act_main1', 'setup'
  77. elseif acting['roletype'] > 5:
  78. gt 'act_secondary1', 'setup'
  79. elseif acting['roletype'] > 3:
  80. gt 'act_minor1', 'setup'
  81. elseif acting['roletype'] > 0:
  82. gt 'act_extras1', 'setup'
  83. end
  84. end
  85. end
  86. end
  87. if $ARGS[0] = 'paycenter':
  88. cla & *clr
  89. '<center><img <<$set_imgh>> src="images/locations/city/industrial/studio/paycenter.jpg"></center>'
  90. 'You walk over to the payment center and see a girl about your age sitting behind the glass.'
  91. '"Hi! Are you here to collect payment for something?"'
  92. act 'Leave': gt 'movie_studio', 'start'
  93. act 'Go to the sets': gt 'movie_studio', 'sets'
  94. act 'Collect your pay': gt 'movie_studio', 'payment'
  95. end
  96. if $ARGS[0] = 'payment':
  97. cla & *clr
  98. '<center><img <<$set_imgh>> src="images/locations/city/industrial/studio/paycenter.jpg"></center>'
  99. '"I''m here to collect my money for my jobs."'
  100. '"Okay! What''s you''re name?"'
  101. '"<<$pcs_firstname>> <<$pcs_lastname>>."'
  102. '"Alrighty, just let me look you up!"'
  103. act'Continue':
  104. cla & *clr
  105. '<center><img <<$set_imgh>> src="images/locations/city/industrial/studio/paycenter.jpg"></center>'
  106. if acting['cast'] < 1:
  107. act 'Leave': gt 'movie_studio', 'start'
  108. 'She clacks loudly on her keyboard, humming to herself as she scans the screen. A frown crosses her face. "I''m sorry, it looks like you haven''t been contracted to do any work yet and so no payment is authorized. In fact there isn''t even anything to authorize in the first place. Maybe try actually doing some work before coming to collect money?"'
  109. elseif acting['jobdone'] < 1:
  110. act 'Leave': gt 'movie_studio', 'start'
  111. 'She clacks loudly on her keyboard, humming to herself as she scans the screen. A frown crosses her face. "I''m sorry, it looks like you haven''t actually done your scene yet so so no payment is authorized. Maybe try actually doing your job before coming to collect unearned money?"'
  112. else
  113. 'She clacks loudly on her keyboard, humming to herself as she scans the screen.'
  114. '"Hmmm let''s see here... Aha! There you are! <<$pcs_firstname>> <<$pcs_lastname>>. For the role of <<$role>> yes?"'
  115. '"Yes, that''s correct."'
  116. '"Okay!" she says as she prints something out and then slides it under the glass towards you. "Please sign here and I''ll get your money." You lean down to scribble your signature while she rummages through a cabinet next to her and pulls out a small envelope. You slide the paper back to her and she checks it before nodding and sliding the envelope to you.'
  117. 'Opening it, you count out <<acting[''pay'']>> <b>₽</b> inside.'
  118. '"There you go! Have a nice day!"'
  119. money += acting['pay']
  120. actress_money += acting['pay']
  121. killvar 'acting'
  122. killvar 'role'
  123. act 'Leave': gt 'movie_studio', 'start'
  124. act 'Go to the sets': gt 'movie_studio', 'sets'
  125. !!act 'Go to the bathroom':gt 'movie_studio', 'bathroom'
  126. end
  127. end
  128. end
  129. if $ARGS[0] = 'showers':
  130. gs'stat'
  131. cla & *clr
  132. menu_off = 1
  133. shower_sex = rand(1,7)
  134. '<center><img <<$set_imgh>> src="images/locations/city/industrial/studio/shower.jpg"></center>'
  135. 'You walk over to the shower room. Every shower here has its own individual stall with a frosted glass door to offer a great deal of privacy. There is also shampoo, soap, and towels to be taken and used by anyone who needs them.'
  136. if model = 1:'It''s much nicer and more considerate than the showers at the modelling studio.'
  137. *nl
  138. 'A little bit aways are bathroom stalls with a line of sinks and mirrors on the wall opposite as well as several tampon dispensers.'
  139. act 'Go to the studio entrance':gt 'movie_studio', 'start'
  140. act 'Go to makeup': gt 'costuming', 'start'
  141. act 'Take a shower (0:15)':
  142. cla
  143. *clr
  144. minut += 15
  145. pcs_horny += 1
  146. pcs_hairbsh = 0
  147. pcs_makeup = 1
  148. inhib_exp += 1
  149. dynamic $showerdin
  150. '<center><video autoplay loop src="images/shared/home/bathroom/dush.mp4"></video></center>'
  151. 'You go into a stall and turn on the shower. You lather your body and wash.'
  152. if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
  153. if pcs_horny >= 40:
  154. act 'Use the showerhead on your pussy':
  155. cla
  156. *clr
  157. '<center><video autoplay loop src="images/shared/home/bathroom/wash2.mp4"></video></center>'
  158. *nl
  159. 'You''re feeling so horny right now and with the privacy of the stall, you decide to give yourself a little relief.'
  160. if hypnoAddict > 0:
  161. minut += 10
  162. 'You unconsciously avoid spraying water into your vagina.'
  163. act 'Dry off':gt 'movie_studio', 'showers'
  164. else
  165. if pcs_horny >= 70:
  166. if exhibitionist_lvl > 0:
  167. gs 'exhibitionism', 2
  168. gs 'arousal', 'clit_finger', 10, 'masturbate'
  169. gs 'arousal', 'end'
  170. pcs_mood += 15
  171. $orgasm_or = 'yes'
  172. $orgasm_txt = 'You loudly groan as you shudder in orgasm, uncaring if anybody hears you or notices what you''re up to. In fact, it kind of turns you on and makes you want to keep going...'
  173. act 'Dry off':gt 'movie_studio', 'showers'
  174. else
  175. pcs_mood += 15
  176. gs 'arousal', 'clit_finger', 10, 'masturbate'
  177. gs 'arousal', 'end'
  178. $orgasm_or = 'yes'
  179. $orgasm_txt = 'Soon you feel a warm wave spreading over your entire body and you shudder as an orgasm overtakes you, biting hard on your lip to keep from crying out. As your orgasm winds down, you rinse off one more time and turn off the water.'
  180. act 'Dry off':gt 'movie_studio', 'showers'
  181. end
  182. else
  183. pcs_horny += 5
  184. pcs_mood += 10
  185. 'At first it feels very nice, but after a while you become self conscious of how long you''ve been masturbating in the studio''s showers. Though even more frustrated now, you think maybe it''s time to stop.'
  186. gs 'arousal', 'clit_finger', 10, 'masturbate'
  187. gs 'arousal', 'end'
  188. act 'Dry off':gt 'movie_studio', 'showers'
  189. end
  190. end
  191. cumspclnt = 8
  192. gs 'cum_cleanup'
  193. end
  194. end
  195. act 'Get out of the shower':gt 'movie_studio', 'showers'
  196. end
  197. dynamic $brit
  198. if mesec > 0 and isprok = 0:
  199. act'Use a tampon':
  200. menu_off = 1
  201. modelmc_inventory['tampons'] = rand(1,2)
  202. cla
  203. isprok = 1
  204. minut += 5
  205. if modelmc_inventory['tampons'] = 1:
  206. 'Going to one of the dispensers, you take a tampon from it and tear open the packaging and inserting it into your pussy, carefully tucking the string inside so it won''t be visible from the outside and photographers won''t yell at you.'
  207. 'Your woman''s issue taken care of, you throw the trash away and finish up.'
  208. else
  209. 'You go over to one of the dispensers, cursing when you find it empty. Trying another one, you get your tampon and tear open the packaging and inserting it into your pussy, carefully tucking the string inside so it won''t be visible from the outside and photographers won''t yell at you.'
  210. 'Your woman''s issue taken care of, you throw the trash away and finish up.'
  211. end
  212. act 'Finish up': gt 'movie_studio', 'showers'
  213. end
  214. end
  215. !!act 'Go to the bathroom': gt 'movie_studio', 'bathroom'
  216. end
  217. --- movie_studio ---------------------------------