city_experimental_trials_list.qsrc 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523
  1. # city_experimental_trials_list
  2. $loc = 'city_experimental_trials_list'
  3. $location_type = 'private'
  4. $locM = 'city_experimental_trials_list'
  5. $doc1 = 'Doctor Sokolnikov'
  6. $doc2 = '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. !!Image of the desk, or a experimental trials folder.
  53. '<center><img <<$set_imgh>> src="images\system\image_needed.png"></center>'
  54. 'You look through the long list of various available clinical trials and the following stick out:'
  55. *nl
  56. '<center><table align="center" width=80%>'
  57. cetl_i = 0
  58. :loop_start
  59. $temp_bgcolor = iif(cetl_i mod 2 = 0, '#C0F1F1', '#E6F2FF')
  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="black"><<$trial_names[cetl_i]>></font>'
  65. end
  66. $temp_text += '</td> <td bgcolor="<<$temp_bgcolor>>" align="right"><font color="black">₽<<trial_pays[cetl_i]>></font></td></tr>'
  67. '<<$temp_text>>'
  68. cetl_i += 1
  69. if cetl_i < arrsize('$trial_names'): jump 'loop_start'
  70. '</table></center>'
  71. killvar '$temp_bgcolor'
  72. killvar 'loop_start'
  73. killvar '$temp_text'
  74. killvar 'cetl_i'
  75. act 'Go back': 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 a 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 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. temp_rand = rand(0, 1)
  95. if temp_rand = 0:
  96. $temp_doc = $doc1
  97. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc1.jpg"></center>'
  98. else
  99. $temp_doc = $doc2
  100. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc2.jpg"></center>'
  101. end
  102. 'You are approached by a doctor in a white lab coat, his name neatly sown on the chest tells you it''s <<$temp_doc>>. "Miss <<$pcs_lastname>>? Please follow me."'
  103. *nl
  104. '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.'
  105. temp_rand = rand(0, 89)
  106. !! Change tits
  107. if temp_rand < 10:
  108. $temp_pill_color = 'cyan'
  109. $experimentQW['trial_active'] = 'pill_cyan'
  110. $experimentQW['pill_cyan_taken'] += 1
  111. experimentQW['trial_duration'] = rand(1, 3)
  112. !! Change stren, vital, or agil
  113. elseif temp_rand < 20:
  114. $temp_pill_color = 'red'
  115. $experimentQW['trial_active'] = 'pill_red'
  116. $experimentQW['pill_red_taken'] += 1
  117. experimentQW['trial_duration'] = rand(2, 4)
  118. !! Change intel, cha, perception?
  119. elseif temp_rand < 30:
  120. $temp_pill_color = 'blue'
  121. $experimentQW['trial_active'] = 'pill_blue'
  122. $experimentQW['pill_blue_taken'] += 1
  123. experimentQW['trial_duration'] = rand(2, 4)
  124. !! Change skin
  125. elseif temp_rand < 40:
  126. $temp_pill_color = 'yellow'
  127. $experimentQW['trial_active'] = 'pill_yellow'
  128. $experimentQW['pill_yellow_taken'] += 1
  129. experimentQW['trial_duration'] = rand(2, 5)
  130. !! Change butt
  131. elseif temp_rand < 50:
  132. $temp_pill_color = 'orange'
  133. $experimentQW['trial_active'] = 'pill_orange'
  134. $experimentQW['pill_orange_taken'] += 1
  135. experimentQW['trial_duration'] = rand(2, 4)
  136. !! Change inhib
  137. elseif temp_rand < 60:
  138. $temp_pill_color = 'violet'
  139. $experimentQW['trial_active'] = 'pill_violet'
  140. $experimentQW['pill_violet_taken'] += 1
  141. experimentQW['trial_duration'] = 1
  142. !! Change min_arousal
  143. elseif temp_rand < 65:
  144. $temp_pill_color = 'brown'
  145. $experimentQW['trial_active'] = 'pill_brown'
  146. $experimentQW['pill_brown_taken'] += 1
  147. experimentQW['trial_duration'] = rand(2, 4)
  148. !! Change clit
  149. elseif temp_rand < 70:
  150. $temp_pill_color = 'purple'
  151. $experimentQW['trial_active'] = 'pill_purple'
  152. $experimentQW['pill_cyan_taken'] += 1
  153. experimentQW['trial_duration'] = rand(2, 4)
  154. !! Change alko_status
  155. elseif temp_rand < 80:
  156. $temp_pill_color = 'green'
  157. $experimentQW['trial_active'] = 'pill_green'
  158. $experimentQW['pill_green_taken'] += 1
  159. experimentQW['trial_duration'] = 1
  160. !! Give exhib level or change willwpower
  161. elseif temp_rand < 85:
  162. $temp_pill_color = 'gray'
  163. $experimentQW['trial_active'] = 'pill_gray'
  164. $experimentQW['pill_gray_taken'] += 1
  165. experimentQW['trial_duration'] = 1
  166. !! Give bimbo lvl or change willpower?
  167. elseif temp_rand < 90:
  168. $temp_pill_color = 'pink'
  169. $experimentQW['trial_active'] = 'pill_pink'
  170. $experimentQW['pill_pink_taken'] += 1
  171. experimentQW['trial_duration'] = 1
  172. end
  173. experimentQW['times_participated_0'] += 1
  174. '<<$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."'
  175. killvar '$temp_doc'
  176. killvar 'temp_rand'
  177. act 'Swallow the <font color=<<$temp_pill_color>>><<$temp_pill_color>> pill</font>':
  178. minut += 3
  179. *clr & cla
  180. !!Image of Sveta swallowing pills.
  181. '<center><img <<$set_imgh>> src="images\system\image_needed.png"></center>'
  182. '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."'
  183. act 'Return to the clinic': pcs_money += trial_pays[0] & gt 'city_clinic', 'start'
  184. end
  185. end
  186. act 'Go back': gt 'city_experimental_trials_list', 'see_trials'
  187. !! Breast Cream
  188. elseif $ARGS[0] = $trial_sections[1]:
  189. $menu_loc = 'city_experimental_trials_list'
  190. $menu_arg = $trial_sections[1]
  191. menu_off = 0
  192. $loc_arg = $trial_sections[1]
  193. minut += 2
  194. 'We have developed a breast cream, based on natural hormones, which enhances the natural breast growth leading to fuller and natural looking breasts.'
  195. 'No side effects are listed for this clinical trial.'
  196. act 'Sign up':
  197. experimentQW['times_participated_1'] += 1
  198. $experimentQW['trial_active'] = $trial_sections[1]
  199. experimentQW['trial_duration'] = trial_durations[1]
  200. menu_off = 1
  201. minut += 2
  202. gs 'stat'
  203. *clr & cla
  204. temp_rand = rand(0, 1)
  205. if temp_rand = 0:
  206. $temp_doc = $doc1
  207. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc1.jpg"></center>'
  208. else
  209. $temp_doc = $doc2
  210. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc2.jpg"></center>'
  211. end
  212. killvar 'temp_rand'
  213. 'You are approached by a doctor in a white lab coat, his name neatly sown on the chest tells you it''s <<$temp_doc>>. "Miss <<$pcs_lastname>>? Please follow me."'
  214. *nl
  215. '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."'
  216. act 'Undress and lie down':
  217. minut += 1
  218. pcs_horny += 5
  219. gs 'stat'
  220. *clr & cla
  221. !!Image of doctor putting cream on Sveta''s breasts.
  222. '<center><img <<$set_imgh>> src="images\system\image_needed.png"></center>'
  223. '<<$temp_doc>> puts on a pair of latex gloves, grabs a generic white tube, squeezes a large amount of white cream in his hands, and starts massaging it into your breasts.'
  224. 'The massage continues for about a minute, at which point <<$temp_doc>> steps away and takes of his gloves. "Thank you for your participation miss <<$pcs_lastname>>, you can get dressed now and we''ll speak again soon."'
  225. act 'Dress and return to the clinic': pcs_money += trial_pays[1] & gt 'city_clinic', 'start'
  226. end
  227. killvar '$temp_doc'
  228. end
  229. act 'Go back': gt 'city_experimental_trials_list', 'see_trials'
  230. !! Hair extension shampoo
  231. elseif $ARGS[0] = $trial_section[2]:
  232. $menu_loc = 'city_experimental_trials_list'
  233. $menu_arg = $trial_section[2]
  234. menu_off = 0
  235. $loc_arg = $trial_section[2]
  236. minut += 2
  237. 'We have developed a hair extension shampoo, which enhances your natural hair growth leading to longer, fuller and glossier hair.'
  238. 'No side effects are listed for this clinical trial.'
  239. act 'Sign up':
  240. experimentQW['times_participated_2'] += 1
  241. $experimentQW['trial_active'] = $trial_sections[2]
  242. experimentQW['trial_duration'] = trial_duration[2]
  243. menu_off = 1
  244. minut += 2
  245. gs 'stat'
  246. *clr & cla
  247. temp_rand = rand(0, 1)
  248. if temp_rand = 0:
  249. $temp_doc = $doc1
  250. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc1.jpg"></center>'
  251. else
  252. $temp_doc = $doc2
  253. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc2.jpg"></center>'
  254. end
  255. killvar 'temp_rand'
  256. 'You are approached by a doctor in a white lab coat, his name neatly sown on the chest tells you it''s <<$temp_doc>>. "Miss <<$pcs_lastname>>? Please follow me."'
  257. *nl
  258. '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."'
  259. act 'Lie down':
  260. minut += 1
  261. gs 'stat'
  262. *clr & cla
  263. !!Image of doctor putting shampoo in Sveta''s hair.
  264. '<center><img <<$set_imgh>> src="images\system\image_needed.png"></center>'
  265. '<<$temp_doc>> puts on a pair of latex gloves, grabs a generic chestnut brown tube, squeezes a large amount of beige cream in his hands, and starts massaging it into your hair and scalp.'
  266. 'The massage continues for about a minute, at which point <<$temp_doc>> steps away and takes of his gloves. "Thank you for your participation miss <<$pcs_lastname>>, you can get dressed now and we''ll speak again soon."'
  267. act 'Dress and return to the clinic': pcs_money += trial_pays[2] & gt 'city_clinic', 'start'
  268. end
  269. killvar '$temp_doc'
  270. end
  271. act 'Go back': gt 'city_experimental_trials_list', 'see_trials'
  272. !! Aphrodisiac
  273. elseif $ARGS[0] = $trial_sections[3]:
  274. $menu_loc = 'city_experimental_trials_list'
  275. $menu_arg = $trial_sections[3]
  276. menu_off = 0
  277. $loc_arg = $trial_sections[3]
  278. minut += 2
  279. 'We have developed a general aphrodisiac to put you and your partner in the mood and ready to go for hours.'
  280. 'No side effects are listed for this clinical trial.'
  281. *nl
  282. '<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>'
  283. act 'Sign up':
  284. experimentQW['times_participated_2'] += 1
  285. $experimentQW['trial_active'] = $trial_sections[3]
  286. experimentQW['trial_duration'] = trial_durations[3]
  287. menu_off = 1
  288. minut += 2
  289. gs 'stat'
  290. *clr & cla
  291. temp_rand = rand(0, 1)
  292. if temp_rand = 0:
  293. $temp_doc = $doc1
  294. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc1.jpg"></center>'
  295. else
  296. $temp_doc = $doc2
  297. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc2.jpg"></center>'
  298. end
  299. killvar 'temp_rand'
  300. 'You are approached by a doctor in a white lab coat, his name neatly sown on the chest tells you it''s <<$temp_doc>>. "Miss <<$pcs_lastname>>? Please follow me."'
  301. *nl
  302. '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.'
  303. '<<$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."'
  304. killvar '$temp_doc'
  305. act 'Swallow the aphrodisiac</font>':
  306. minut += 3
  307. *clr & cla
  308. !!Image of Sveta swallowing pills.
  309. '<center><img <<$set_imgh>> src="images\system\image_needed.png"></center>'
  310. '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."'
  311. act 'Return to the clinic': pcs_money += trial_pays[3] & gt 'city_clinic', 'start'
  312. end
  313. end
  314. act 'Go back': gt 'city_experimental_trials_list', 'see_trials'
  315. !! Butt injection
  316. elseif $ARGS[0] = $trial_sections[4]:
  317. $menu_loc = 'city_experimental_trials_list'
  318. $menu_arg = $trial_sections[4]
  319. menu_off = 0
  320. $loc_arg = $trial_sections[4]
  321. minut += 2
  322. '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.'
  323. 'No side effects are listed for this clinical trial.'
  324. '<br><br><br><br><br><br><br><br><br><br>'
  325. '<sub><small>*Patent following. The Kardashian Butt Injection is not affiliated with Kardashian family.</small></sub>'
  326. act 'Sign up':
  327. experimentQW['times_participated_2'] += 1
  328. $experimentQW['trial_active'] = $trial_sections[4]
  329. experimentQW['trial_duration'] = trial_durations[4]
  330. menu_off = 1
  331. minut += 2
  332. gs 'stat'
  333. *clr & cla
  334. temp_rand = rand(0, 1)
  335. if temp_rand = 0:
  336. $temp_doc = $doc1
  337. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc1.jpg"></center>'
  338. else
  339. $temp_doc = $doc2
  340. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc2.jpg"></center>'
  341. end
  342. killvar 'temp_rand'
  343. 'You are approached by a doctor in a white lab coat, his name neatly sown on the chest tells you it''s <<$temp_doc>>. "Miss <<$pcs_lastname>>? Please follow me."'
  344. *nl
  345. '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."'
  346. act 'Undress and lie down':
  347. minut += 3
  348. *clr & cla
  349. !!Image of butt injection.
  350. '<center><img <<$set_imgh>> src="images\system\image_needed.png"></center>'
  351. '<<$temp_doc>> briefly searches through a drawer, pulls out a syringe filled with a light brownish liquid. A mild sting and a small injection in each bottock, and you are done.'
  352. '"Thank you for your participation miss <<$pcs_lastname>>, we''ll speak again soon."'
  353. act 'Return to the clinic': pcs_money += trial_pays[4] & gt 'city_clinic', 'start'
  354. end
  355. killvar '$temp_doc'
  356. end
  357. act 'Go back': gt 'city_experimental_trials_list', 'see_trials'
  358. !! Fertility shot
  359. elseif $ARGS[0] = $trial_sections[5]:
  360. $menu_loc = 'city_experimental_trials_list'
  361. $menu_arg = $trial_sections[5]
  362. menu_off = 0
  363. $loc_arg = $trial_sections[5]
  364. minut += 2
  365. 'Do you want a baby, but having problems getting pregnant? Fear not, for we have developed a new fertility treatment. One shot and your chances of bringing that sunshine into your life will quadrupple.'
  366. 'Side effects include: Hormonal imbalance, superovulation, and uncontroled arousal.'
  367. act 'Sign up':
  368. experimentQW['times_participated_2'] += 1
  369. $experimentQW['trial_active'] = $trial_sections[4]
  370. experimentQW['trial_duration'] = trial_durations[4]
  371. menu_off = 1
  372. minut += 2
  373. gs 'stat'
  374. *clr & cla
  375. temp_rand = rand(0, 1)
  376. if temp_rand = 0:
  377. $temp_doc = $doc1
  378. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc1.jpg"></center>'
  379. else
  380. $temp_doc = $doc2
  381. '<center><img <<$set_imgh>> src="images\locations\city\residential\clinic\experiments\doc2.jpg"></center>'
  382. end
  383. killvar 'temp_rand'
  384. 'You are approached by a doctor in a white lab coat, his name neatly sown on the chest tells you it''s <<$temp_doc>>. "Miss <<$pcs_lastname>>? Please follow me."'
  385. *nl
  386. '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."'
  387. act 'Lie down':
  388. minut += 3
  389. *clr & cla
  390. !!Image of stomach/womb injection.
  391. '<center><img <<$set_imgh>> src="images\system\image_needed.png"></center>'
  392. '<<$temp_doc>> briefly searches through a drawer, pulls out a syringe filled with a bubbling red liquid. A sharp sting and an injection into your lower stomach, and you are done.'
  393. '"Thank you for your participation miss <<$pcs_lastname>>, we''ll speak again soon."'
  394. act 'Return to the clinic': pcs_money += trial_pays[5] & gt 'city_clinic', 'start'
  395. end
  396. killvar '$temp_doc'
  397. end
  398. act 'Go back': gt 'city_experimental_trials_list', 'see_trials'
  399. end
  400. killvar '$trial_names'
  401. killvar 'trial_pays'
  402. killvar 'trial_codes'
  403. killvar '$doc1'
  404. killvar '$doc2'
  405. --- city_experimental_trials_list ---------------------------------