casting.tw 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443
  1. :: casting
  2. <<set $here = 'casting'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <!-- !! Job Categories:-->
  5. <!-- !! audition['roletype'] == 1 - Just a background extra-->
  6. <!-- !! audition['roletype'] == 2 - An extra that appears in skimpy clothing or underwear-->
  7. <!-- !! audition['roletype'] == 3 - An extra with one or more nude scenes-->
  8. <!-- !! audition['roletype'] == 4 - A minor speaking part-->
  9. <!-- !! audition['roletype'] == 5 - A minor speaking part with a nude scene-->
  10. <!-- !! audition['roletype'] == 6 - A secondary or recurring character-->
  11. <!-- !! audition['roletype'] == 7 - A secondary or recurring character with nude scenes-->
  12. <!-- !! audition['roletype'] == 8 - A main character-->
  13. <!-- !! audition['roletype'] == 9 - A main character with nude scenes-->
  14. <!-- !! Audition Types-->
  15. <!-- !! defined by $audition['type']-->
  16. <!-- !! 'general' - general audition no special events usually for a minor speaking role-->
  17. <!-- !! 'extra' - an audition basically just to confirm scheduling and check that the PC isn't grossly ugly-->
  18. <!-- !! 'titty' - an audition based solely on appearance and size of breasts, usually for a role as an extra-->
  19. <!-- !! 'general_titty' - an audition for a minor speaking role that will include breast nudity, will usually swing towards acting talent than appearance but appearance can make up for lack of it-->
  20. <!-- !! Assorted variables-->
  21. <!-- !! pcs_perform - player''s total skill in their ability to act-->
  22. <!-- !! scene_prep - represents work done at home to prepare for the audition and the actual filming of the scene-->
  23. <!-- !! audition['month'] - month of the player''s audition-->
  24. <!-- !! audition['week'] - day of the week of the player's audition-->
  25. <!-- !! audition['calendar_day'] - displayed day on the board of the player''s audition-->
  26. <!-- !! audition['day'] - in game day of the player''s audition (like daystart)-->
  27. <!-- !! audition['number'] - the number that represents which the player is auditioning for-->
  28. <!-- !! audition['room'] - the room that the player''s audition is scheduled in-->
  29. <!-- !! acting['shoot_day'] - the day your scene is scheduled to be filmed-->
  30. <!-- !! acting['shoot_time'] - the hour of the day your scene is scheduled to filmed-->
  31. <!-- !! costuming['pantytype'] - the kind of panties for the role: normal, cute, or thong-->
  32. <<if $location_var[$here][0] == 'callboard'>>
  33. <<actCLA 'Leave'>>
  34. <<gt 'talent_agency' 'start'>>
  35. <</actCLA>>
  36. <<image "locations/city/citycenter/aurora/callboard.jpg">>
  37. <b>>Calls For Extras</b>
  38. <<if getvar("$casting_extra1") <= 40>>
  39. <<link "Background Shower Girl">><<gt 'casting' 'BackShowerGirl'>><</link>>
  40. <</if>>
  41. <<if getvar("$casting_extra2") <= 40>>
  42. <<link "Spring Break Flasher">><<gt 'casting' 'SpringBreakFlasher'>><</link>>
  43. <</if>>
  44. <<if getvar("$casting_extra3") <= 40>>
  45. <<link " ">><<gt 'casting' 'cadaver'>><</link>>
  46. <</if>>
  47. <<if getvar("$casting_extra4") <= 40>>
  48. <<link "Dildo Girl">><<gt 'casting' 'DildoGirl'>><</link>>
  49. <</if>>
  50. <<if getvar("$casting_extra5") <= 40>>
  51. <<link "Naked Locker Girl">><<gt 'casting' 'NakedLockerGirl'>><</link>>
  52. <</if>>
  53. <<if getvar("$casting_extra6") <= 40>>
  54. <<link "Undressing Locker Girl">><<gt 'casting' 'UndressingLockerGirl'>><</link>>
  55. <</if>>
  56. <<if getvar("$casting_extra7") <= 40>>
  57. <<link "Topless Cheerleader">><<gt 'casting' 'ToplessCheerleader'>><</link>>
  58. <</if>>
  59. <<if getvar("$casting_extra8") <= 40>>
  60. <<link "Hot Shower Girl">><<gt 'casting' 'HotShowerGirl'>><</link>>
  61. <</if>>
  62. <<if getvar("$casting_extra9") <= 40>>
  63. <<link "Werewolf Victim">><<gt 'casting' 'WerewolfGirl'>><</link>>
  64. <</if>>
  65. <b>>Calls For Day Players</b>
  66. <<if getvar("$casting_minor1") <= 25>>
  67. <<link "Diner Waitress">><<gt 'casting' 'DinerWaitress'>><</link>>
  68. <</if>>
  69. <<if getvar("$casting_minor2") <= 25>>
  70. <<link "Slutty Club Girl">><<gt 'casting' 'SluttyClubGirl'>><</link>>
  71. <</if>>
  72. <b>>Calls For Supporting Actress</b>
  73. <b>>Calls For Lead Actress</b>
  74. <</if>>
  75. <<if $location_var[$here][0] == 'callboard_extras_update'>>
  76. <<set $casting_extra1 = rand(1,100)>>
  77. <<set $casting_extra2 = rand(1,100)>>
  78. <<set $casting_extra3 = rand(1,100)>>
  79. <<set $casting_extra4 = rand(1,100)>>
  80. <<set $casting_extra5 = rand(1,100)>>
  81. <<set $casting_extra6 = rand(1,100)>>
  82. <<set $casting_extra7 = rand(1,100)>>
  83. <<set $casting_extra8 = rand(1,100)>>
  84. <<set $casting_extra9 = rand(1,100)>>
  85. <</if>>
  86. <<if $location_var[$here][0] == 'callboard_update'>>
  87. <<set $casting_minor1 = rand(1,100)>>
  88. <<set $casting_minor2 = rand(1,100)>>
  89. <</if>>
  90. <<if $location_var[$here][0] == 'audition_schedule'>>
  91. <<setinit $audition['week'] = rand(1,7)>>
  92. <<if $time.month == 2 and ($audition['week'] + $time.day) > 28>>
  93. <<setinit $audition['month'] = $next_month_name>>
  94. <<setinit $audition['calendar_day'] = $time.day - 28 + $audition['week']>>
  95. <<elseif ($time.month == 4 or $time.month == 6 or $time.month == 9 or $time.month == 11) and ($audition['week'] + $time.day) > 30>>
  96. <<setinit $audition['month'] = $next_month_name>>
  97. <<setinit $audition['calendar_day'] = $time.day - 30 + $audition['week']>>
  98. <<elseif ($time.month == 1 or $time.month == 3 or $time.month == 5 or $time.month == 7 or $time.month == 8 or $time.month == 10 or $time.month == 12) and ($audition['week'] + $time.day) > 31>>
  99. <<setinit $audition['month'] = $next_month_name>>
  100. <<setinit $audition['calendar_day'] = $time.day - 31 + $audition['week']>>
  101. <<else>>
  102. <<setinit $audition['calendar_day'] = $time.day + $audition['week']>>
  103. <<setinit $audition['month'] = $time.month>>
  104. <</if>>
  105. <<setinit $audition['day'] = $time.daystart + $audition['week']>>
  106. <<setinit $acting['shoot_day'] = daystart + rand(audition['day'] + rand(2,7))>>
  107. <<setinit $acting['shoot_time'] = rand(6,22)>>
  108. <</if>>
  109. <<if $location_var[$here][0] == 'clearcasting'>>
  110. <<set $audition to null>>
  111. <<set $acting to null>>
  112. <<set $role to null>>
  113. <</if>>
  114. <<if $location_var[$here][0] == 'tryout'>>
  115. <<image "locations/city/citycenter/aurora/front.jpg">>
  116. You decide to try for this one and go to the front desk to schedule the audition. The lady at the desk quickly puts your information into her computer and rummages through a file cabinet to pull out a script for you.
  117. <p>"Okay! You're all set! Don't be late!"</p>
  118. <<actCLA 'Take the script and leave'>>
  119. <<gt 'talent_agency' 'start'>>
  120. <</actCLA>>
  121. <</if>>
  122. <<if $location_var[$here][0] == 'general_tryout'>>
  123. <<image "locations/city/citycenter/aurora/front.jpg">>
  124. You walk over to the receptionist.
  125. <p>"Hi, I was just looking at the callboard and saw that they were holding auditions for $audition['role'] today?"</p>
  126. <p>"Yes! They are! Just go to the general audition room at the end of the hall. If the door is open, you're free to go in."</p>
  127. "Thanks," you nod.
  128. <<actCLA 'Continue'>>
  129. <<gt 'talent_agency' 'start'>>
  130. <</actCLA>>
  131. <</if>>
  132. <!-- !! ---------------------- Automation ----------------------------------------->
  133. <<if $location_var[$here][0] == 'details'>>
  134. <<gs 'casting' 'audition_schedule'>>
  135. <p>Pay: acting['pay'] <b>₽</b></p>
  136. <p>Audition time: 16:00-18:00, $time.weekday_name[$audition['week']], audition['calendar_day'] of $audition['month'].</p>
  137. <!-- !! 'Shoot time: <<acting_shoot_time>>:00'-->
  138. <</if>>
  139. <<if $location_var[$here][0] == 'general_details'>>
  140. <<gs 'casting' 'audition_schedule'>>
  141. <p>Pay: acting['pay'] <b>₽</b></p>
  142. Walk in auditions today. Ask receptionist for details.
  143. <!-- !! 'Shoot time: <<acting_shoot_time>>:00'-->
  144. <</if>>
  145. <!-- !! ---------------------- ROLES AS AN EXTRA ----------------------------------------->
  146. <<if $location_var[$here][0] == 'BackShowerGirl'>>
  147. <<setinit $audition['roletype'] = 3>>
  148. <<setinit $audition['type'] = 'titty'>>
  149. <<setinit $costuming['outfit'] = 'nude'>>
  150. <<setinit $acting['pay'] = ($audition['roletype'] + 1) * 800 + (15 * rand(0,roletype))>>
  151. Uninhibited girls wanted for the role of <b>Background Shower Girl.</b>
  152. <<gs 'casting' 'general_details'>>
  153. <<actCLA 'Return'>>
  154. <<gs 'casting' 'clearcasting'>>
  155. <<gt 'casting' 'callboard'>>
  156. <</actCLA>>
  157. <<actCLA 'Talk to the receptionist'>>
  158. <<setinit $audition['role'] = 'Background Shower Girl'>>
  159. <<gt 'casting' 'general_tryout'>>
  160. <</actCLA>>
  161. <</if>>
  162. <<if $location_var[$here][0] == 'SpringBreakFlasher'>>
  163. <<setinit $audition['roletype'] = 3>>
  164. <<setinit $audition['type'] = 'titty'>>
  165. <!-- !! acting['costume_unique'] = 1-->
  166. <<setinit $audition['roletits'] = 4>>
  167. <<setinit $acting['pay'] = ($audition['roletype'] + 1) * 800 + (15*rand(0,roletype))>>
  168. Big boobed girl wanted for the role of <b>Spring Break Flasher.</b>
  169. <<gs 'casting' 'general_details'>>
  170. <<actCLA 'Return'>>
  171. <<gs 'casting' 'clearcasting'>>
  172. <<gt 'casting' 'callboard'>>
  173. <</actCLA>>
  174. <<actCLA 'Talk to the receptionist'>>
  175. <<setinit $audition['role'] = 'Spring Break Flasher'>>
  176. <<gt 'casting' 'general_tryout'>>
  177. <</actCLA>>
  178. <</if>>
  179. <<if $location_var[$here][0] == 'Cadaver'>>
  180. <<setinit $audition['roletype'] = 3>>
  181. <<setinit $costuming['outfit'] = 'nude'>>
  182. <<setinit $acting['pay'] = ($audition['roletype'] + 1) * 800 + (15*rand(0,roletype))>>
  183. <<gs 'casting' 'audition_schedule'>>
  184. Young pretty girl wanted for the role of <b>Dead Girl 2</b>
  185. <<gs 'casting' 'details'>>
  186. <<actCLA 'Return'>>
  187. <<gs 'casting' 'clearcasting'>>
  188. <<gt 'casting' 'callboard'>>
  189. <</actCLA>>
  190. <<actCLA 'Talk to the receptionist'>>
  191. <<setinit $audition['role'] = 'cadaver'>>
  192. <<gt 'casting' 'general_tryout'>>
  193. <</actCLA>>
  194. <</if>>
  195. <<if $location_var[$here][0] == 'DildoGirl'>>
  196. <<setinit $audition['roletype'] = 3>>
  197. <<setinit $audition['type'] = 'titty'>>
  198. <<setinit $costuming['type'] = 'panties'>>
  199. <<setinit $costuming['panties'] = 'gm'>>
  200. <<setinit $costuming['pantynumber'] = 31>>
  201. <<setinit $acting['pay'] = ($audition['roletype'] + 1) * 800 + (15*rand(0,roletype))>>
  202. Big boobed girl wanted for the role of <b>Dildo Girl.</b>
  203. <<gs 'casting' 'general_details'>>
  204. <<actCLA 'Return'>>
  205. <<gs 'casting' 'clearcasting'>>
  206. <<gt 'casting' 'callboard'>>
  207. <</actCLA>>
  208. <<actCLA 'Talk to the receptionist'>>
  209. <<setinit $audition['role'] = 'Dildo Girl'>>
  210. <<gt 'casting' 'general_tryout'>>
  211. <</actCLA>>
  212. <</if>>
  213. <<if $location_var[$here][0] == 'NakedLockerGirl'>>
  214. <<setinit $audition['roletype'] = 3>>
  215. <<setinit $audition['type'] = 'titty'>>
  216. <<setinit $costuming['outfit'] = 'nude'>>
  217. <<setinit $acting['pay'] = ($audition['roletype'] + 1) * 800 + (15*rand(0,roletype))>>
  218. Young pretty girl wanted for the role of <b>Naked Locker Girl.</b>
  219. <<gs 'casting' 'general_details'>>
  220. <<actCLA 'Return'>>
  221. <<gs 'casting' 'clearcasting'>>
  222. <<gt 'casting' 'callboard'>>
  223. <</actCLA>>
  224. <<actCLA 'Talk to the receptionist'>>
  225. <<setinit $audition['role'] = 'Naked Locker Girl'>>
  226. <<gt 'casting' 'general_tryout'>>
  227. <</actCLA>>
  228. <</if>>
  229. <<if $location_var[$here][0] == 'UndressingLockerGirl'>>
  230. <<setinit $audition['roletype'] = 3>>
  231. <<setinit $audition['type'] = 'titty'>>
  232. <<setinit $costuming['type'] = 'normal'>>
  233. <<setinit $costuming['outfit'] = 'panties'>>
  234. <<setinit $costuming['panties'] = 'fashionista'>>
  235. <<setinit $costuming['pantynumber'] = 13>>
  236. <<setinit $costuming['pantytype'] = 'thong'>>
  237. <<setinit $costuming['pantydrawer'] = 'filled with thongs. She picks one out and'>>
  238. <<setinit $acting['pay'] = ($audition['roletype'] + 1) * 800 + (15 * rand(0,roletype))>>
  239. Big boobed girls wanted for the role of <b>Undressing Locker Girl.</b>
  240. <<gs 'casting' 'general_details'>>
  241. <<actCLA 'Return'>>
  242. <<gs 'casting' 'clearcasting'>>
  243. <<gt 'casting' 'callboard'>>
  244. <</actCLA>>
  245. <<actCLA 'Talk to the receptionist'>>
  246. <<setinit $audition['role'] = 'Undressing Locker Girl'>>
  247. <<gt 'casting' 'general_tryout'>>
  248. <</actCLA>>
  249. <</if>>
  250. <<if $location_var[$here][0] == 'ModestCheerleader'>>
  251. <<setinit $audition['roletype'] = 1>>
  252. <<setinit $audition['type'] = 'face_check'>>
  253. <<setinit $costuming['type'] = 'normal'>>
  254. <<setinit $costuming['outfit'] = 'cheerleader'>>
  255. <<setinit $acting['pay'] = ($audition['roletype'] + 1) * 800 + (15 * rand(0,roletype))>>
  256. Pretty girls wanted for the role of <b>Modest Cheerleader.</b>
  257. <<gs 'casting' 'general_details'>>
  258. <<actCLA 'Return'>>
  259. <<gs 'casting' 'clearcasting'>>
  260. <<gt 'casting' 'callboard'>>
  261. <</actCLA>>
  262. <<actCLA 'Talk to the receptionist'>>
  263. <<setinit $audition['role'] = 'Modest Cheerleader'>>
  264. <<gt 'casting' 'general_tryout'>>
  265. <</actCLA>>
  266. <</if>>
  267. <<if $location_var[$here][0] == 'UnderwearCheerleader'>>
  268. <<setinit $audition['roletype'] = 2>>
  269. <<setinit $audition['type'] = 'body_check'>>
  270. <<setinit $costuming['type'] = 'normal'>>
  271. <<setinit $costuming['outfit'] = 'underwear'>>
  272. <<setinit $costuming['underwear'] = 'cats'>>
  273. <<setinit $acting['pay'] = ($audition['roletype'] + 1) * 800 + (15 * rand(0,roletype))>>
  274. Pretty girls wanted for the role of <b>Underwear Cheerleader.</b>
  275. <<gs 'casting' 'general_details'>>
  276. <<actCLA 'Return'>>
  277. <<gs 'casting' 'clearcasting'>>
  278. <<gt 'casting' 'callboard'>>
  279. <</actCLA>>
  280. <<actCLA 'Talk to the receptionist'>>
  281. <<setinit $audition['role'] = 'Underwear Cheerleader'>>
  282. <<gt 'casting' 'general_tryout'>>
  283. <</actCLA>>
  284. <</if>>
  285. <<if $location_var[$here][0] == 'ToplessCheerleader'>>
  286. <<setinit $audition['roletype'] = 3>>
  287. <<setinit $audition['type'] = 'titty'>>
  288. <<setinit $costuming['outfit'] = 'panties'>>
  289. <<setinit $costuming['panties'] = 'cats'>>
  290. <<setinit $costuming['pantytype'] = 'normal'>>
  291. <<setinit $costuming['pantydrawer'] = 'to pull out a random pair of panties'>>
  292. <<setinit $acting['pay'] = ($audition['roletype'] + 1) * 800 + (15*rand(0,roletype))>>
  293. Young pretty girl wanted for the role of <b>Topless Cheerleader 3.</b>
  294. <<gs 'casting' 'general_details'>>
  295. <<actCLA 'Return'>>
  296. <<gs 'casting' 'clearcasting'>>
  297. <<gt 'casting' 'callboard'>>
  298. <</actCLA>>
  299. <<actCLA 'Talk to the receptionist'>>
  300. <<setinit $audition['role'] = 'Topless Cheerleader 3'>>
  301. <<gt 'casting' 'general_tryout'>>
  302. <</actCLA>>
  303. <</if>>
  304. <<if $location_var[$here][0] == 'HotShowerGirl'>>
  305. <<setinit $audition['roletype'] = 3>>
  306. <<setinit $audition['type'] = 'titty'>>
  307. <<setinit $costuming['outfit'] = 'nude'>>
  308. <<setinit $acting['pay'] = ($audition['roletype'] + 1) * 800 + (15*rand(0,roletype))>>
  309. Young pretty girl wanted for the role of <b>Hot Shower Girl.</b>
  310. <<gs 'casting' 'general_details'>>
  311. <<actCLA 'Return'>>
  312. <<gs 'casting' 'clearcasting'>>
  313. <<gt 'casting' 'callboard'>>
  314. <</actCLA>>
  315. <<actCLA 'Talk to the receptionist'>>
  316. <<setinit $audition['role'] = 'Hot Shower Girl'>>
  317. <<gt 'casting' 'general_tryout'>>
  318. <</actCLA>>
  319. <</if>>
  320. <<if $location_var[$here][0] == 'WerewolfGirl'>>
  321. <<setinit $audition['roletype'] = 3>>
  322. <<setinit $audition['type'] = 'titty'>>
  323. <<setinit $costuming['outfit'] = 'nude'>>
  324. <<setinit $acting['pay'] = ($audition['roletype'] + 1) * 800 + (15*rand(0,roletype))>>
  325. <<setinit $audition['roletits'] = 4>>
  326. Big boobed girl wanted for the role of <b>Werewolf Victim.</b>
  327. <<gs 'casting' 'general_details'>>
  328. <<actCLA 'Return'>>
  329. <<gs 'casting' 'clearcasting'>>
  330. <<gt 'casting' 'callboard'>>
  331. <</actCLA>>
  332. <<actCLA 'Talk to the receptionist'>>
  333. <<setinit $audition['role'] = 'Werewolf Victim'>>
  334. <<gt 'casting' 'general_tryout'>>
  335. <</actCLA>>
  336. <</if>>
  337. <!-- !! ---------------------- MINOR SPEAKING ROLES ----------------------------------------->
  338. <<if $location_var[$here][0] == 'DinerWaitress'>>
  339. <<setinit $audition['roletype'] = 5>>
  340. <<setinit $audition['room'] = rand(1,5)>>
  341. <<setinit $audition['requirement'] = 50>>
  342. <!-- !! acting['costume_unique'] = 1-->
  343. <<setinit $acting['pay'] = ($audition['roletype'] + 1) * 800 + (15*rand(0,roletype))>>
  344. <<setinit $acting['scenecount'] = 2>>
  345. <<gs 'casting' 'audition_schedule'>>
  346. Casting season two of "The Line", a television police drama. Pretty girls wanted for the role of <b>Diner Waitress.</b>
  347. Description: A diner waitress meets a main character at her workplace before having a one night stand with him.
  348. Requires nudity: Yes
  349. Must be comfortable with simulated sex scenes
  350. <p>Number of scenes: acting['scenecount']</p>
  351. One dialogue scene, one sex scene.
  352. <<gs 'casting' 'details'>>
  353. <<actCLA 'Return'>>
  354. <<gs 'casting' 'clearcasting'>>
  355. <<gt 'casting' 'callboard'>>
  356. <</actCLA>>
  357. <<actCLA 'Try out for this role'>>
  358. <<setinit $audition['role'] = 'Diner Waitress'>>
  359. <<gs 'casting' 'tryout'>>
  360. <</actCLA>>
  361. <</if>>
  362. <<if $location_var[$here][0] == 'HotBartender'>>
  363. <<setinit $audition['roletype'] = 5>>
  364. <<setinit $audition['room'] = rand(1,5)>>
  365. <<setinit $audition['requirement'] = 50>>
  366. <!-- !! acting['costume_unique'] = 1-->
  367. <<setinit $acting['pay'] = ($audition['roletype'] + 1) * 800 + (15*rand(0,roletype))>>
  368. <<setinit $acting['scenecount'] = 3>>
  369. <<gs 'casting' 'audition_schedule'>>
  370. <p>Casting for the role of <b>Vera:</b> Female, 18-25</p>
  371. Description: Vera is an attractive bartender who hooks up with the main character after his girlfriend has just broken up with him. She appears again to talk to him when he shows up at the bar later.
  372. Requires nudity: Yes
  373. Must be comfortable with simulated sex scenes
  374. <p>Number of scenes: acting['scenecount']</p>
  375. Three dialogue scenes, including one sex scene.
  376. <<gs 'casting' 'details'>>
  377. <<actCLA 'Return'>>
  378. <<gs 'casting' 'clearcasting'>>
  379. <<gt 'casting' 'callboard'>>
  380. <</actCLA>>
  381. <<actCLA 'Try out for this role'>>
  382. <<setinit $audition['role'] = 'Vera'>>
  383. <<gs 'casting' 'tryout'>>
  384. <</actCLA>>
  385. <</if>>
  386. <<if $location_var[$here][0] == 'SluttyClubGirl'>>
  387. <<setinit $audition['roletype'] = 5>>
  388. <!-- !! audition['number'] = 1-->
  389. <<setinit $audition['room'] = rand(1,5)>>
  390. <<setinit $audition['requirement'] = 60>>
  391. <!-- !! acting['costume_unique'] = 1-->
  392. <<setinit $audition['unique'] = 1>>
  393. <<setinit $acting['pay'] = ($audition['roletype'] + 1) * 800 + (15*rand(0,roletype))>>
  394. <<setinit $acting['scenecount'] = 1>>
  395. <<gs 'casting' 'audition_schedule'>>
  396. <p>Casting "Snare: The Seventh Seduction", a feature length horror film. Pretty girls wanted for the role of <b>Slutty Club Girl (Day Player):</b> Female, 18-30</p>
  397. Role Description: A party girl the main character meets at a club and unsuccessfully tries to flirt with.
  398. Requires nudity: Yes
  399. <p>Number of scenes: acting['scenecount']</p>
  400. <<gs 'casting' 'details'>>
  401. <<actCLA 'Return'>>
  402. <<gs 'casting' 'clearcasting'>>
  403. <<gt 'casting' 'callboard'>>
  404. <</actCLA>>
  405. <<actCLA 'Try out for this role'>>
  406. <<setinit $audition['role'] = 'Slutty Club Girl'>>
  407. <<gs 'casting' 'tryout'>>
  408. <</actCLA>>
  409. <</if>>
  410. <!-- !! ---------------------- MAIN CHARACTER ROLES ----------------------------------------->
  411. <<if $location_var[$here][0] == 'YulyaGavrikov'>>
  412. <<setinit $audition['roletype'] = 9>>
  413. <<setinit $audition['role'] = 'YulyaGavrikov'>>
  414. <<setinit $audition['number'] = 1>>
  415. <<setinit $audition['room'] = rand(1,5)>>
  416. <<setinit $acting['filmdays'] = 40>>
  417. <<setinit $acting['pay'] = ($audition['roletype'] + 1) * 800 + (15*rand(0,roletype))>>
  418. <<gs 'casting' 'audition_schedule'>>
  419. <p>Casting "Unashamed,"for the lead female role of <b>Yulya Gavrikov (Lead):</b> Female, 18-25</p>
  420. Synopsis: Unashamed is a comedic drama that follows the Gavrikov family as they struggle through their problems of self image, romance, sexual identity, work and life balance, and most of all what it means to stick together as a family and be able to love each other without shame.
  421. Role Description: Yulya is a sexually free and uninhibited university student who is constantly getting into trouble with her many hookups. Though constantly getting together with people and desperately wanting some kind of genuine attachment, Yulya fears commitment and tries to cover up the fact by keeping her partners at an emotional arms length through sex and physicality.
  422. <p>Audition: Room audition['room'] - 16:00-18:00, $time.weekday_name[$audition['week']], audition['calendar_day'] of $audition['month'].</p>
  423. Filming duration: 2 months
  424. <<actCLA 'Return'>>
  425. <<gs 'casting' 'clearcasting'>>
  426. <<gt 'casting' 'callboard'>>
  427. <</actCLA>>
  428. <<actCLA 'Try out for this role'>>
  429. <<setinit $audition['role'] = 'Yulya Gavrikov'>>
  430. <<gs 'casting' 'tryout'>>
  431. <</actCLA>>
  432. <</if>>