city_experimental_trials_list.qsrc 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515
  1. # city_experimental_trials_list
  2. $loc = 'city_experimental_trials_list'
  3. $location_type = 'private'
  4. $locM = 'city_experimental_trials_list'
  5. $exp_docs[0] = 'Doctor Sokolnikov'
  6. $exp_docs[1] = 'Doctor Ivanov'
  7. $trial_names[0] = 'Enhancement pill'
  8. trial_pays[0] = 500
  9. $trial_sections[0] = 'enhancement_pill'
  10. trial_maxs[0] = -1
  11. !trial_durations[0] = Varies per pill.
  12. $trial_names[1] = 'Breast Cream'
  13. trial_pays[1] = 5000
  14. $trial_sections[1] = 'breast_cream'
  15. trial_maxs[1] = 1
  16. trial_durations[1] = 4
  17. $trial_names[2] = 'Hair Extension Shampoo'
  18. trial_pays[2] = 2500
  19. $trial_sections[2] = 'hair_cream'
  20. trial_maxs[2] = 1
  21. trial_durations[2] = 5
  22. $trial_names[3] = 'Aphrodisiac pills'
  23. trial_pays[3] = 10000
  24. $trial_sections[3] = 'aphrodisiac_pill'
  25. trial_maxs[3] = 1
  26. trial_durations[3] = 5
  27. $trial_names[4] = 'Butt Injection'
  28. trial_pays[4] = 10000
  29. $trial_sections[4] = 'butt_injection'
  30. trial_maxs[4] = 1
  31. trial_durations[4] = 5
  32. $trial_names[5] = 'Fertility treatment'
  33. trial_pays[5] = 10000
  34. $trial_sections[5] = 'fertility_shot'
  35. trial_maxs[5] = 1
  36. trial_durations[5] = 3
  37. !{
  38. $trial_names[6] = 'Growth Hormones'
  39. trial_pays[6] = 5000
  40. $trial_sections[6] = 'growth_hormones'
  41. trial_maxs[6] = 1
  42. trial_durations[6] = ?
  43. Drugs
  44. }
  45. if $ARGS[0] = 'see_trials':
  46. $menu_loc = 'city_experimental_trials_list'
  47. $menu_arg = 'see_trials'
  48. menu_off = 0
  49. $loc_arg = 'see_trials'
  50. minut += 2
  51. gs 'stat'
  52. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\experiment_form.jpg"></center>'
  53. 'You look through the long list of various available clinical trials and the following stick out:'
  54. *nl
  55. *nl
  56. *p '<center><table align="center" width=80%>'
  57. cetl_i = 0
  58. :loop_start
  59. $temp_bgcolor = func('themes', 'alt_color', $temp_bgcolor)
  60. $temp_text = ''
  61. if trial_maxs[cetl_i] = -1 or experimentQW['times_participated_<<cetl_i>>'] < trial_maxs[cetl_i]:
  62. $temp_text += '<tr><td bgcolor="<<$temp_bgcolor>>" align="center"><a href="exec: gt ''city_experimental_trials_list'', ''<<$trial_sections[cetl_i]>>''"><<$trial_names[cetl_i]>></a>'
  63. else
  64. $temp_text += '<tr><td bgcolor="<<$temp_bgcolor>>" align="center"><font color="<<$fcolor>>"><<$trial_names[cetl_i]>></font>'
  65. end
  66. $temp_text += '</td> <td bgcolor="<<$temp_bgcolor>>" align="right"><font color="<<$fcolor>>">₽<<trial_pays[cetl_i]>></font></td></tr>'
  67. *p '<<$temp_text>>'
  68. cetl_i += 1
  69. if cetl_i < arrsize('$trial_names'): jump 'loop_start'
  70. *p '</table></center>'
  71. killvar '$temp_bgcolor'
  72. killvar 'loop_start'
  73. killvar '$temp_text'
  74. killvar 'cetl_i'
  75. act 'Go back': gs 'city_experimental_trials_list', 'killvars' & gt 'city_experimental_trials', 'front_desk'
  76. end
  77. !! Enhancement pill
  78. if $ARGS[0] = $trial_sections[0]:
  79. $menu_loc = 'city_experimental_trials_list'
  80. $menu_arg = $trial_sections[0]
  81. menu_off = 0
  82. $loc_arg = $trial_sections[0]
  83. minut += 2
  84. !!Image of the desk, or an experimental trials folder
  85. '<center><img <<$set_imgh>> src="images\system\image_needed.png"></center>'
  86. 'We have developed a range of enhancement pills that are designed to improve both body and mood. They''ve just been approved for human trials, so we''re still cataloguing the effects.'
  87. 'The following are expected: mood swings, aches, itches, rashes and physical changes.'
  88. act 'Sign up':
  89. $experimentQW['trial_active'] = $trial_names[0]
  90. menu_off = 1
  91. minut += 2
  92. gs 'stat'
  93. *clr & cla
  94. if rand(0,1) = 0:
  95. $temp_doc = $exp_docs[0]
  96. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc1.jpg"></center>'
  97. else
  98. $temp_doc = $exp_docs[1]
  99. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc2.jpg"></center>'
  100. end
  101. 'You are approached by a doctor in a white lab coat, <<$temp_doc>> neatly sown on the chest. "Miss <<$pcs_lastname>>? Please follow me."'
  102. *nl
  103. 'You are guided through narrow hallways until you end up in <<$temp_doc>>''s private office, where you take a seat in one of the free chairs available.'
  104. temp_rand = rand(0,89)
  105. !! Change tits
  106. if temp_rand < 10:
  107. $temp_pill_color = 'cyan'
  108. $experimentQW['trial_active'] = 'pill_cyan'
  109. $experimentQW['pill_cyan_taken'] += 1
  110. experimentQW['trial_duration'] = rand(1,3)
  111. !! Change stren, vital, or agil
  112. elseif temp_rand < 20:
  113. $temp_pill_color = 'red'
  114. $experimentQW['trial_active'] = 'pill_red'
  115. $experimentQW['pill_red_taken'] += 1
  116. experimentQW['trial_duration'] = rand(2,4)
  117. !! Change intel, cha, perception?
  118. elseif temp_rand < 30:
  119. $temp_pill_color = 'blue'
  120. $experimentQW['trial_active'] = 'pill_blue'
  121. $experimentQW['pill_blue_taken'] += 1
  122. experimentQW['trial_duration'] = rand(2,4)
  123. !! Change skin
  124. elseif temp_rand < 40:
  125. $temp_pill_color = 'yellow'
  126. $experimentQW['trial_active'] = 'pill_yellow'
  127. $experimentQW['pill_yellow_taken'] += 1
  128. experimentQW['trial_duration'] = rand(2,5)
  129. !! Change butt
  130. elseif temp_rand < 50:
  131. $temp_pill_color = 'orange'
  132. $experimentQW['trial_active'] = 'pill_orange'
  133. $experimentQW['pill_orange_taken'] += 1
  134. experimentQW['trial_duration'] = rand(2,4)
  135. !! Change inhib
  136. elseif temp_rand < 60:
  137. $temp_pill_color = 'violet'
  138. $experimentQW['trial_active'] = 'pill_violet'
  139. $experimentQW['pill_violet_taken'] += 1
  140. experimentQW['trial_duration'] = 1
  141. !! Change min_arousal
  142. elseif temp_rand < 65:
  143. $temp_pill_color = 'brown'
  144. $experimentQW['trial_active'] = 'pill_brown'
  145. $experimentQW['pill_brown_taken'] += 1
  146. experimentQW['trial_duration'] = rand(2,4)
  147. !! Change clit
  148. elseif temp_rand < 70:
  149. $temp_pill_color = 'purple'
  150. $experimentQW['trial_active'] = 'pill_purple'
  151. $experimentQW['pill_purple_taken'] += 1
  152. experimentQW['trial_duration'] = rand(2,4)
  153. !! Change alko_status
  154. elseif temp_rand < 80:
  155. $temp_pill_color = 'green'
  156. $experimentQW['trial_active'] = 'pill_green'
  157. $experimentQW['pill_green_taken'] += 1
  158. experimentQW['trial_duration'] = 1
  159. !! Give exhib level or change willwpower
  160. elseif temp_rand < 85:
  161. $temp_pill_color = 'gray'
  162. $experimentQW['trial_active'] = 'pill_gray'
  163. $experimentQW['pill_gray_taken'] += 1
  164. experimentQW['trial_duration'] = 1
  165. !! Give bimbo lvl or change willpower?
  166. elseif temp_rand < 90:
  167. $temp_pill_color = 'pink'
  168. $experimentQW['trial_active'] = 'pill_pink'
  169. $experimentQW['pill_pink_taken'] += 1
  170. experimentQW['trial_duration'] = 1
  171. end
  172. experimentQW['times_participated_0'] += 1
  173. '<<$temp_doc>> briefly searches through a drawer, pulls out a nondescript <font color=<<$temp_pill_color>>><<$temp_pill_color>> pill</font> and hands it to you. "Please swallow this, and you''ll get paid."'
  174. killvar '$temp_doc'
  175. killvar 'temp_rand'
  176. act 'Swallow the <font color=<<$temp_pill_color>>><<$temp_pill_color>> pill</font>':
  177. minut += 3
  178. *clr & cla
  179. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\pill<<rand(2, 4)>>.jpg"></center>'
  180. 'The doctor observes as you swallow the pill and then makes a note on a clipboard. "Thank you for your participation, Miss <<$pcs_lastname>>. We''ll speak again soon."'
  181. gs 'city_experimental_trials_list', 'act_return', trial_pays[0]
  182. end
  183. end
  184. gs 'city_experimental_trials_list', 'act_go_back'
  185. !! Breast Cream
  186. elseif $ARGS[0] = $trial_sections[1]:
  187. $menu_loc = 'city_experimental_trials_list'
  188. $menu_arg = $trial_sections[1]
  189. menu_off = 0
  190. $loc_arg = $trial_sections[1]
  191. minut += 2
  192. 'We have developed a cream, based on natural hormones, which enhances the natural growth of breasts, leading to fuller and more natural looking breasts.'
  193. 'No side effects are listed for this clinical trial.'
  194. act 'Sign up':
  195. experimentQW['times_participated_1'] += 1
  196. $experimentQW['trial_active'] = $trial_sections[1]
  197. experimentQW['trial_duration'] = trial_durations[1]
  198. menu_off = 1
  199. minut += 2
  200. gs 'stat'
  201. *clr & cla
  202. if rand(0,1) = 0:
  203. $temp_doc = $exp_docs[0]
  204. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc1.jpg"></center>'
  205. else
  206. $temp_doc = $exp_docs[1]
  207. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc2.jpg"></center>'
  208. end
  209. 'You are approached by a doctor in a white lab coat, <<$temp_doc>> neatly sown on the chest. "Miss <<$pcs_lastname>>? Please follow me."'
  210. *nl
  211. 'You are guided through narrow hallways until you end up in <<$temp_doc>>''s private office, where he gestures you lie on the exam table. "Please lie down and expose your chest."'
  212. act 'Undress and lie down':
  213. minut += 1
  214. pcs_horny += 5
  215. gs 'stat'
  216. *clr & cla
  217. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\bustcream1.jpg"></center>'
  218. '<<$temp_doc>> puts on a pair of latex gloves and grabs a generic white tube. Squeezing a large amount of white cream into his hands, he starts massaging it into your breasts.'
  219. 'The massage continues for about a minute, at which point <<$temp_doc>> steps away and takes off his gloves. "Thank you for your participation, Miss <<$pcs_lastname>>. We''ll speak again soon."'
  220. gs 'city_experimental_trials_list', 'act_return', trial_pays[1]
  221. end
  222. end
  223. gs 'city_experimental_trials_list', 'act_go_back'
  224. !! Hair extension shampoo
  225. elseif $ARGS[0] = $trial_sections[2]:
  226. $menu_loc = 'city_experimental_trials_list'
  227. $menu_arg = $trial_sections[2]
  228. menu_off = 0
  229. $loc_arg = $trial_sections[2]
  230. minut += 2
  231. 'We have developed a hair extension shampoo which enhances your natural hair growth, leading to longer, fuller and glossier hair.'
  232. 'No side effects are listed for this clinical trial.'
  233. act 'Sign up':
  234. experimentQW['times_participated_2'] += 1
  235. $experimentQW['trial_active'] = $trial_sections[2]
  236. experimentQW['trial_duration'] = trial_durations[2]
  237. menu_off = 1
  238. minut += 2
  239. gs 'stat'
  240. *clr & cla
  241. if rand(0,1) = 0:
  242. $temp_doc = $exp_docs[0]
  243. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc1.jpg"></center>'
  244. else
  245. $temp_doc = $exp_docs[1]
  246. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc2.jpg"></center>'
  247. end
  248. 'You are approached by a doctor in a white lab coat, <<$temp_doc>> neatly sown on the chest. "Miss <<$pcs_lastname>>? Please follow me."'
  249. *nl
  250. 'You are guided through narrow hallways until you end up in <<$temp_doc>>''s private office, where he gestures you lie on the exam table. "Please lie down."'
  251. act 'Lie down':
  252. minut += 1
  253. gs 'stat'
  254. *clr & cla
  255. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\haircream1.jpg"></center>'
  256. '<<$temp_doc>> puts on a pair of latex gloves and grabs a generic chestnut brown tube. He squeezes a large amount of beige cream into his hands and starts massaging it into your hair and scalp.'
  257. 'The massage continues for about a minute, at which point <<$temp_doc>> steps away and takes off his gloves. "Thank you for your participation, Miss <<$pcs_lastname>>. We''ll speak again soon."'
  258. gs 'city_experimental_trials_list', 'act_return', trial_pays[2]
  259. end
  260. end
  261. gs 'city_experimental_trials_list', 'act_go_back'
  262. !! Aphrodisiac
  263. elseif $ARGS[0] = $trial_sections[3]:
  264. $menu_loc = 'city_experimental_trials_list'
  265. $menu_arg = $trial_sections[3]
  266. menu_off = 0
  267. $loc_arg = $trial_sections[3]
  268. minut += 2
  269. 'We have developed a general aphrodisiac to put you and your partner in the mood and ready to go for hours.'
  270. 'No side effects are listed for this clinical trial.'
  271. *nl
  272. '<sub><small>Warning! This is a strictly personal enhancer. The clinic is not liable for any criminal allegations if used on other subjects.</small></sub>'
  273. act 'Sign up':
  274. experimentQW['times_participated_3'] += 1
  275. $experimentQW['trial_active'] = $trial_sections[3]
  276. experimentQW['trial_duration'] = trial_durations[3]
  277. menu_off = 1
  278. minut += 2
  279. gs 'stat'
  280. *clr & cla
  281. if rand(0,1) = 0:
  282. $temp_doc = $exp_docs[0]
  283. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc1.jpg"></center>'
  284. else
  285. $temp_doc = $exp_docs[1]
  286. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc2.jpg"></center>'
  287. end
  288. 'You are approached by a doctor in a white lab coat, <<$temp_doc>> neatly sown on the chest. "Miss <<$pcs_lastname>>? Please follow me."'
  289. *nl
  290. 'You are guided through narrow hallways until you end up in <<$temp_doc>>''s private office, where you take a seat in one of the free chairs available.'
  291. '<<$temp_doc>> briefly searches through a drawer, pulls out a brightly coloured pink pill and hands it to you. "Please swallow this, and you''ll get paid."'
  292. killvar '$temp_doc'
  293. act 'Swallow the aphrodisiac</font>':
  294. minut += 3
  295. *clr & cla
  296. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\pill1.jpg"></center>'
  297. 'The doctor observes as you swallow the pill and then makes a note on a clipboard. "Thank you for your participation, Miss <<$pcs_lastname>>. We''ll speak again soon."'
  298. gs 'city_experimental_trials_list', 'act_return', trial_pays[3]
  299. end
  300. end
  301. gs 'city_experimental_trials_list', 'act_go_back'
  302. !! Butt injection
  303. elseif $ARGS[0] = $trial_sections[4]:
  304. $menu_loc = 'city_experimental_trials_list'
  305. $menu_arg = $trial_sections[4]
  306. menu_off = 0
  307. $loc_arg = $trial_sections[4]
  308. minut += 2
  309. 'Dissapointed by your genetic disposition to a flat behind, but afraid of invasive surgery? We at Kardashian Medics have heard you and developed our patented<sup>*</sup> KBI treatment! Get a behind like ours!'
  310. 'No side effects are listed for this clinical trial.'
  311. '<br><br><br><br><br><br><br><br><br><br>'
  312. '<sub><small>*Patent following. The Kardashian Butt Injection is not affiliated with the Kardashian family.</small></sub>'
  313. act 'Sign up':
  314. experimentQW['times_participated_4'] += 1
  315. $experimentQW['trial_active'] = $trial_sections[4]
  316. experimentQW['trial_duration'] = trial_durations[4]
  317. menu_off = 1
  318. minut += 2
  319. gs 'stat'
  320. *clr & cla
  321. if rand(0,1) = 0:
  322. $temp_doc = $exp_docs[0]
  323. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc1.jpg"></center>'
  324. else
  325. $temp_doc = $exp_docs[1]
  326. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc2.jpg"></center>'
  327. end
  328. 'You are approached by a doctor in a white lab coat, <<$temp_doc>> neatly sown on the chest. "Miss <<$pcs_lastname>>? Please follow me."'
  329. *nl
  330. 'You are guided through narrow hallways until you end up in <<$temp_doc>>''s private office, where he gestures you lie on the exam table. "Please expose your buttocks and lie face down on the exam table."'
  331. act 'Undress and lie down':
  332. minut += 3
  333. *clr & cla
  334. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\assinjection1.jpg"></center>'
  335. '<<$temp_doc>> briefly searches through a drawer and pulls out a syringe filled with a light brownish liquid. A mild sting and a small injection in each bottock, and you are done.'
  336. '"Thank you for your participation, Miss <<$pcs_lastname>>. We''ll speak again soon."'
  337. gs 'city_experimental_trials_list', 'act_return', trial_pays[4]
  338. end
  339. end
  340. gs 'city_experimental_trials_list', 'act_go_back'
  341. !! Fertility shot
  342. elseif $ARGS[0] = $trial_sections[5]:
  343. $menu_loc = 'city_experimental_trials_list'
  344. $menu_arg = $trial_sections[5]
  345. menu_off = 0
  346. $loc_arg = $trial_sections[5]
  347. minut += 2
  348. 'Do you want a baby, but are having problems getting pregnant? Fear not, for we have developed the answer! Just one shot and your chances of bringing that little ray of sunshine into your life will quadruple!'
  349. 'Side effects include: Hormonal imbalance, superovulation and uncontrolled arousal.'
  350. act 'Sign up':
  351. experimentQW['times_participated_5'] += 1
  352. $experimentQW['trial_active'] = $trial_sections[5]
  353. experimentQW['trial_duration'] = trial_durations[5]
  354. menu_off = 1
  355. minut += 2
  356. gs 'stat'
  357. *clr & cla
  358. if rand(0,1) = 0:
  359. $temp_doc = $exp_docs[0]
  360. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc1.jpg"></center>'
  361. else
  362. $temp_doc = $exp_docs[1]
  363. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc2.jpg"></center>'
  364. end
  365. 'You are approached by a doctor in a white lab coat, <<$temp_doc>> neatly sown on the chest. "Miss <<$pcs_lastname>>? Please follow me."'
  366. *nl
  367. 'You are guided through narrow hallways until you end up in <<$temp_doc>>''s private office, where he gestures you lie on the exam table. "Please expose your stomach and lie face down on the exam table."'
  368. act 'Lie down':
  369. minut += 3
  370. *clr & cla
  371. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\pregshot1.jpg"></center>'
  372. '<<$temp_doc>> briefly searches through a drawer and pulls out a syringe filled with a bubbling red liquid. A sharp sting and an injection into your lower stomach, and you are done.'
  373. '"Thank you for your participation, Miss <<$pcs_lastname>>. We''ll speak again soon."'
  374. gs 'city_experimental_trials_list', 'act_return', trial_pays[5]
  375. end
  376. end
  377. gs 'city_experimental_trials_list', 'act_go_back'
  378. end
  379. if $ARGS[0] = 'act_go_back':
  380. act 'Go back':
  381. gt 'city_experimental_trials_list', 'see_trials'
  382. end
  383. end
  384. if $ARGS[0] = 'act_return':
  385. temp_pay = ARGS[1]
  386. act 'Return to the clinic':
  387. money += temp_pay
  388. killvar 'temp_pay'
  389. gs 'city_experimental_trials_list', 'killvars'
  390. gt 'city_clinic', 'start'
  391. end
  392. end
  393. if $ARGS[0] = 'killvars':
  394. killvar '$trial_names'
  395. killvar 'trial_pays'
  396. killvar 'trial_codes'
  397. killvar '$exp_docs'
  398. killvar '$temp_doc'
  399. end
  400. --- city_experimental_trials_list ---------------------------------