korr2x.qsrc 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323
  1. # korr2x
  2. !2021/05/08
  3. CLOSE ALL
  4. if sound = 0:PLAY 'sound/korr.mp3',30
  5. $loc_arg = ''
  6. $loc = 'korr2x'
  7. $loc_arg = ''
  8. $menu_loc = 'korr2x'
  9. $menu_arg = ''
  10. menu_off = 0
  11. $location_type = 'private'
  12. killvar '$locclass'
  13. clr
  14. !!have to give Sveta ownership of plasma tv so she can get cable
  15. mc_inventory['plasma_tv'] = 1
  16. popolaini = 0
  17. saunaYouRoom = 0
  18. boycherdaksex = 0
  19. bonusZ = 0
  20. music_on = 0
  21. minut = minut + 1
  22. elektro = elektro + 1
  23. gs'stat'
  24. gs 'themes', 'indoors'
  25. gs 'courtletter'
  26. '<center><b><font color = maroon>Corridor</font></b></center>'
  27. '<center><img <<$set_imgh>> src="images/locations/pushkin/apartment/korr2x.jpg"></center>'
  28. if mc_inventory['umbrella'] > 0:'Your umbrella is on a hook.'
  29. if krolik = 1:'Your rabbit <a href="exec:gt ''krol'', ''start''"><<$namekrol>></a> sits in it''s cage on the floor.'
  30. if ParrotQW['Owned1'] = 1:'Your parrot <a href="exec:gt ''popu'', ''start''"><<$ParrotQW[''Name1'']>></a> sits in it''s cage.'
  31. if parkday ! daystart and parkblackmail = 1:
  32. parkblackmail = 2
  33. parkday = daystart
  34. 'A heavy envelope has arrived in the mail. When you open it, you''re horrified to find several pictures of you giving blowjobs to the guys in the park inside. A small note accompanying them says:'
  35. *nl
  36. '"If you don''t want these pictures to be posted on your door and sent to your work place, then come to this address. If you don''t come today, these pictures will be hanging in your stairwell tomorrow."'
  37. *nl
  38. 'You check the address and find that it''s Aphrodite Photography in the City Center.'
  39. elseif parkday ! daystart and parkblackmail = 2:
  40. parkblackmail = 0
  41. fotoyousuck = 1
  42. 'You''re horrifed and embarrassed when you see photos of you with your face covered in cum with two dicks in your mouth covering your stairwell walls.'
  43. end
  44. act 'Go to the bedroom': gt'bedr2x'
  45. act 'Go to the bathroom': gt'vanr2x'
  46. act 'Go to the kitchen': gt'kuhr2x'
  47. act 'Go to the living room': gt'sitr2x'
  48. act '<b><font color="maroon">Go outside</font></b>':
  49. cla
  50. if $clothingworntype = 'nude':
  51. '<b><font color="red">You need to get dressed before going out.</font></b>'
  52. xgt $curloc
  53. elseif sick > 72:
  54. '<b><font color="red">You''re too sick to walk around in the streets.</font></b>'
  55. xgt $curloc
  56. else
  57. xgt'pushkin_sq'
  58. end
  59. end
  60. !!if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
  61. if hour >= 9 and hour <= 20 and santehnikDolg > 0 and money >= santehnikDolg:
  62. '<b><font color = red>The doorbell rings</font></b>'
  63. act 'Answer the door':
  64. cla
  65. gs 'stat'
  66. 'You go to the door and look through the peephole to see a dark male figure. "It''s me. Grisha, the plumber. You owe me some money, remember?" he says through the door.'
  67. act 'Open the door':
  68. cla
  69. money -= santehnikDolg
  70. santehnikDolg = 0
  71. gs 'stat'
  72. 'You open the door and Grisha smiles. "I thought you were hiding from me. So, do you have my money?" You nod and pay him the money you owe.'
  73. act 'Close the door':gt $curloc
  74. end
  75. end
  76. end
  77. if func('homes_properties', 'is_current_home') = 0:
  78. act 'Set this apartment as your main home':gs 'homes_properties', 'set_home' & gt 'korr2x'
  79. else
  80. if $status['dog'] ! 'blocked' and menu_off = 0 and rex['owned'] = 1:
  81. if rex['status'] = 0:
  82. gt 'pet_dog', 'name'
  83. elseif hour > 5:
  84. '<br>Your dog <a href="exec: gt ''pet_dog'', ''start''"><<$rex[''name'']>></a> is lying on the floor.<br>'
  85. elseif hour < 6:
  86. '<br><<$rex[''name'']>> is sleeping in his dog basket.<br>'
  87. end
  88. end
  89. end
  90. if BurgerQW['IlyQW'] = 3 and hour >= 9 and hour <= 20:
  91. cls
  92. BurgerQW['IlyQW'] = 4
  93. if DolgRS <= moneySUM:
  94. money = moneySUM-650000
  95. karta = 0
  96. stolmoney = 0
  97. minut += 120
  98. 'The police arrive and take you to court. You manage to pay off your debts and are released.'
  99. act 'Leave the courthouse':gt'city_center'
  100. elseif DolgRS > moneySUM:
  101. DolgRS = 650000-moneySUM-60000
  102. money = 0
  103. karta = 0
  104. stolmoney = 0
  105. vidage += 7
  106. year += 5
  107. age = year - ((pcs_dob - (pcs_dob mod 10000)) / 10000)
  108. money = 2000
  109. 'The police arrive and take you to court. After standing trial, you''re given five years of jail time and are required to pay your debt of <<DolgRS>>.'
  110. act 'Serve your time':
  111. cla
  112. srok_kolvo = 1
  113. srok_otsidki += 5
  114. pcs_mass['body'] = 10
  115. fat = 10
  116. if defcurly = 0:
  117. curly = 0
  118. else
  119. curly = 2147483647
  120. end
  121. straight = 0
  122. pcs_makeup = 1
  123. pcs_skin = 0
  124. pcs_tan = 0
  125. pcs_leghair = 12
  126. pcs_pubes = 30
  127. bfa = 0
  128. drugVars['cocaine_addict'] = 0
  129. drugVars['cocaine_system'] = 0
  130. drugVars['heroin_need'] = 0
  131. work = 0
  132. workKafe['job'] = 0
  133. workhosp = 0
  134. worksalon = 0
  135. tanwork = 0
  136. workSec = 0
  137. preg = 0
  138. young_shop_work = 0
  139. gs 'uniutil', 'student', 'unenroll'
  140. gs 'stat'
  141. 'Time drags on slowly. Your life and work are tedious and monotonous. You sew, have meals in the dining room and go to sleep surrounded by other female inmates. 1,000 <b>₽</b> of your 2,000 <b>₽</b> per month salary goes towards your debt repayment.'
  142. 'As slow as it seems, time doesn''t stand still and your torment finally comes to an end. You''re released and given 2,000 <b>₽</b>. You board the train and return to the city.'
  143. act 'Get off the train': gt 'city_industrial_train', 'outside'
  144. end
  145. end
  146. exit
  147. end
  148. if BurgerQW['IlyQWDay'] ! daystart and BurgerQW['IlyQW'] = 1 and hour >= 8 and hour <= 20:
  149. '<b><font color = red>The doorbell rings</font></b>'
  150. act 'Answer the door':
  151. cla
  152. gs 'stat'
  153. 'You walk up to the door and look through the peephole. You see a few men, and even in the dark, you recognize them from their caps. "<<$pcs_firstname>> <<$pcs_lastname>>! This is the police, open up!"'
  154. act 'Open the door':
  155. cla
  156. minut += 120
  157. BurgerQW['IlyQW'] = 2
  158. gs 'stat'
  159. 'You open the door, wondering what they want from you. There are several men in uniform and others in civilian clothes. A lean and skinny man with with a weeks worth of stubble and a pistol in a holster slung under his armpit speaks to you. "Please take a seat while we search the apartment. This is a warrant for your arrest and this is a search warrant for your apartment. You can read them." The men start searching your apartment and a few minutes later, one of them reappears. "Here are the keys. According to the description, these look like the keys to the office and the safe where the money was stolen." The detective frowns at you and nods at the officer, who pulls your hands behind your back and snaps the handcuffs around your wrists.'
  160. wait 1500
  161. 'You''re escorted out of the building in handcuffs and pushed into a police car. After the door slams shut, the car starts up and drives through the city streets until it stops outside the police station and you''re pulled out and brought into an interview room where the dectective is waiting for you. He takes the handcuffs off you and offers you a seat. You sit in a hard and uncomfortable chair while the detective turns the TV on and inserts a video tape. On the screen is footage from a security camera in Bystroeshke showing you appear in the corridor and enter the office before exiting a few minutes later holding a thick envelope. The detective takes the tape out and inserts another one.'
  162. 'It shows Chubais'' office. The door opens and you walk in holding some keys. You go to the safe, open it with one of the keys and take the envelope with <<$BurgerQW[''IlySecurityCamDesc'']>> written on it. The detective turns the TV off, picks up a plastic bag with the keys inside and finally speaks. "Tests prove that the keys found in your apartment are those to the office and the safe of Bystroezhki. The tapes from the surveillance cameras clearly show you entering the office and taking 650,000 rubles." He takes out a pen and paper and begins to write. While writing, he looks up at you with gloomy eyes. "A confession will help you in the court. Since this is a first time offense and provided you return the money, you may be given a suspended sentence if you admit your guilt."'
  163. act 'Sign the confession':
  164. cla
  165. minut += 60
  166. gs 'stat'
  167. 'You sign the confession and the detective signals for an officer, who enters the room as the detective nods in your direction. "Take her."'
  168. act 'Go with him': gt'kameraKPZ'
  169. end
  170. act 'Tell the truth':
  171. cla
  172. minut += 60
  173. gs 'stat'
  174. 'You tell the detective what actually happened and how Ilyushkin framed you, but he barely listens to you before he slams his fist on the table and yells at you. "I wasn''t born yesterday! If you will not cooperate, you''ll rot in prison!" An officer then enters the room and the detective nods in your direction. "Take her."'
  175. act 'Go with him': gt'kameraKPZ'
  176. end
  177. end
  178. end
  179. exit
  180. end
  181. if gopstop > 30: gt 'police','1'
  182. if sick > 0 and doktorday ! daystart: act 'Call a doctor': doktorday = daystart & dynamic $polidin
  183. $drPP = {
  184. *clr & cla
  185. 'You answer the door. On the threshold is an older, balding man with a medical bag in his hand.'
  186. '"Hello, doctor."'
  187. '"Hello, dear. I''m the local doctor. Now please go back to bed and don''t stand in this cold air.'
  188. act 'Go back to bed':
  189. *clr & cla
  190. '<center><img <<$set_imgh>> src="images/locations/shared/apartment/event/sick/drpp1.jpg"></center>'
  191. 'You walk back to the bedroom with the doctor. He sits on the edge of the bed and feels your forehead.'
  192. '"So Miss <<$pcs_lastname>>. What are your symptoms?'
  193. '"Ahem, ahem... Well, Doctor, I have a sore throat - very sore actually - and a high temperature," you reply.'
  194. '"And a nasty cough too I see. And judging by your voice, also a running nose."'
  195. '"Yes... Aachoo!!"'
  196. '"Please remove your clothes so I can examine you," he orders.'
  197. act 'Undress':
  198. *clr & cla
  199. minut += 5
  200. clr
  201. gs 'stat'
  202. '<center><img <<$set_imgh>> src="images/locations/shared/apartment/event/sick/drpp2.jpg"></center>'
  203. 'You undress and the doctor listens to your lungs for a while.'
  204. '"Now let''s take a look at your throat. Open your mouth wide and say ''aahh''."'
  205. act 'Ahh':
  206. *clr & cla
  207. '<center><img <<$set_imgh>> src="images/locations/shared/apartment/event/sick/drpp3.jpg"></center>'
  208. 'You open your mouth and the doctor looks in.'
  209. '"Mmmm, I see. Let''s take your temperature."'
  210. act 'Put the thermometer under your armpit':
  211. *clr & cla
  212. '<center><img <<$set_imgh>> src="images/locations/shared/apartment/event/sick/drpp4.jpg"></center>'
  213. 'The doctor waits a few minutes, then looks at the thermometer and shakes his head.'
  214. act 'What''s wrong with me?':
  215. cla
  216. 'You have the flu," he calmly replies. "Nothing too serious, I''ll just give you an injection and you''ll feel better soon. Stay in bed, drink plenty of fluids and try to rest as much as possible. When you feel better, come to the clinic. Now please roll over so I can give you the injection."'
  217. act 'Roll over':
  218. *clr & cla
  219. minut += 10
  220. sick -= 2
  221. mc_inventory['antibiotics'] += 3
  222. gs 'stat'
  223. '<center><img <<$set_imgh>> src="images/locations/shared/apartment/event/sick/drpp5.jpg"></center>'
  224. 'The doctor jabs a needle into your ass and injects the contents.'
  225. '"Now remember. Stay in bed, drink lots of fluids and try to rest. When you feel better come by the clinic."'
  226. '"Thank you Doctor, I will."'
  227. 'You escort the doctor back to the entrance, where he says goodbye and leaves. After shutting the door, you head back to bed.'
  228. act 'Go back to bed': gt'bedr2x'
  229. end
  230. end
  231. end
  232. end
  233. end
  234. end
  235. }
  236. $polidin = {
  237. *clr & cla
  238. minut + 15
  239. gs 'stat'
  240. callrand = rand(0,2)
  241. if callrand = 0:'<center><img <<$set_imgh>> src="images/locations/shared/apartment/event/sick/housecall.jpg"></center>'
  242. if callrand = 1:'<center><img <<$set_imgh>> src="images/locations/shared/apartment/event/sick/housecall.jpg"></center>'
  243. if callrand = 2:'<center><img <<$set_imgh>> src="images/locations/shared/apartment/event/sick/housecall.jpg"></center>'
  244. 'You dial the number of the clinic several times, but it''s always busy.'
  245. act 'Keep trying':
  246. cla
  247. 'Finally, a tired nurse''s voice answers. "Hello, this is the clinic. How can I help you?"'
  248. act 'Ask for doctor':
  249. cla
  250. '"Hello. Can I get a house call?" you manage to say between coughing fits.'
  251. '"Your name and address, please?" she asks.'
  252. act 'Give your address':
  253. cla
  254. 'You have a coughing fit before you''re able to answer. "Sorry, it''s <<$pcs_firstname>> <<$pcs_lastname>>. Street Park House 4, apartment 69," you manage before sneezing.'
  255. '"One moment please," she responds before she puts you on hold.'
  256. act 'Wait':
  257. cla
  258. minut += 5
  259. gs 'stat'
  260. 'You wait for five minutes, occasionally coughing and sneezing, until she finally returns. "So Miss <<$pcs_lastname>>, what are your symptoms?"'
  261. 'You start to answer, but end up coughing. "Sorry, I have a fever, sore throat, a cough and a runny nose."'
  262. '"Is your temperature high?"'
  263. '"Yes, quite so. 39.2°C," you tell her, followed by a sneeze.'
  264. '"Very well. A doctor will come see you at home."'
  265. '"How soon?"'
  266. '"As soon as one is free," she answers. "Yours isn''t an isolated case."'
  267. '"Thank you," you respond and hang up.'
  268. if ninelsex = 1:
  269. act 'Is Ninel available?':
  270. cla
  271. '"Is Doctor Pavlovna available? She is my regular doctor."'
  272. '"Let me check." The nurse puts you on hold for a few minutes before returning. "Yes, she is free and will make the house call."'
  273. '"Once again, thank you very much," you reply and hang up.'
  274. act 'Continue':gt'housecall','ninel3'
  275. end
  276. end
  277. act 'Go back to bed':
  278. *clr & cla
  279. picrand = rand(0,6)
  280. if picrand = 0:'<center><img <<$set_imgh>> src="images/locations/shared/apartment/event/sick/sick27.jpg"></center>'
  281. if picrand = 1:'<center><img <<$set_imgh>> src="images/locations/shared/apartment/event/sick/sick21.jpg"></center>'
  282. if picrand = 2:'<center><img <<$set_imgh>> src="images/locations/shared/apartment/event/sick/sick22.jpg"></center>'
  283. if picrand = 3:'<center><img <<$set_imgh>> src="images/locations/shared/apartment/event/sick/sick23.jpg"></center>'
  284. if picrand = 4:'<center><img <<$set_imgh>> src="images/locations/shared/apartment/event/sick/sick24.jpg"></center>'
  285. if picrand = 5:'<center><img <<$set_imgh>> src="images/locations/shared/apartment/event/sick/sick25.jpg"></center>'
  286. if picrand = 6:'<center><img <<$set_imgh>> src="images/locations/shared/apartment/event/sick/sick26.jpg"></center>'
  287. timerand = rand(0,5)
  288. if timerand = 0:minut = minut + 30
  289. if timerand = 1:minut = minut + 60
  290. if timerand = 2:minut = minut + 90
  291. if timerand = 3:minut = minut + 120
  292. if timerand = 4:minut = minut + 150
  293. if timerand = 5:minut = minut + 180
  294. 'You lie in bed, shivering while wrapped in a blanket. Time drags by painfully slow. You can''t say how much time passes before the doorbell rings.'
  295. act 'Open the door':
  296. if ninelmet > 0 and sick <= 50:
  297. gt 'housecall','ninel1'
  298. elseif ninelmet = 0 or sick > 50:
  299. doctrnd = rand(0,1)
  300. if doctrnd = 0:dynamic $drPP
  301. if doctrnd = 1: gt 'housecall','ninel0'
  302. end
  303. end
  304. end
  305. end
  306. end
  307. end
  308. end
  309. }
  310. --- korr2x ---------------------------------