Komp.qsrc 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778
  1. # komp
  2. !2021/04/26
  3. if $ARGS[0] = 'start':
  4. *clr & cla
  5. killvar '$account_used'
  6. !! This is stupid, if Sveta uses the library computer or Artem's computer, her electricity bill won't go up
  7. !!elektro += 5
  8. gs 'stat'
  9. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/komp.jpg"></center>'
  10. 'Your computer boots up and you''re soon looking at your operating system''s main screen.'
  11. act 'Shut your computer down':
  12. killvar '$subs'
  13. killvar 'access'
  14. gt 'komp', 'fin'
  15. end
  16. act 'Play Solitaire (0:20)': gt 'komp', 'pasians'
  17. if AlbinaQW['flashdrive'] = 1:
  18. if $loc = 'dachain' or $loc = 'sitr' or $loc = 'bedr' or $loc = 'bedr2x' or ($loc = 'uni_dorm' and $loc_arg = 'dorm_room') or ($loc = 'city_mansion_residence_2' and $loc_arg = 'yoffice') or ($loc = 'pav_shared_apt' and $loc_arg = 'pcsRoom') or ($loc = 'mey_home' and $loc_arg = 'guest_bedroom') or ($loc = 'city_house_res_misc' and $loc_arg = 'livroom') or $loc = 'nichBedroomServant' or (locat['Anya_inroom'] = 0 and $loc = 'bedrPar'):
  19. act 'Check Albina''s flash drive': gt 'albina_house_events', 'flash_drive'
  20. end
  21. end
  22. if GameCD > 0: act 'Play Disopl': gt 'KGDstart'
  23. if mc_inventory['tech_game_ds'] > 0: act 'Play Sunset Dead': gt 'KGZstart'
  24. if GameCD3 > 0: act 'Play Albido': gt 'FSstart'
  25. !!act 'SunReview of the Dead': gt 'KGZstart'
  26. !! If the access uses one of the home connections (i.e. Sveta is at home, or in a location that she owns and the 'internet_enabled' value is 1, then Sveta is paying utlities.
  27. !! Now electricity can go up - but by 5???
  28. elektro += 5
  29. !! Only because subscription[$subs] is easier to type than subscription[$access[''subscription'']]
  30. $subs = $access['subscription']
  31. !! Any location that calls 'komp', 'start' has to set up $access.
  32. !! $access includes the subscription/conection used, and limitations like 'noporn' and 'nocamshow'
  33. !! arrived here from mobile net.
  34. !! Sveta can access the internet if > 0
  35. if subscription[$subs] > 0:
  36. if access['metered'] = 0:
  37. act 'Browse the internet': gt 'komp', 'browse'
  38. else
  39. act 'Browse the internet - You have <<subscription[$subs]>> minutes of access left': gt 'komp', 'browse'
  40. end
  41. else
  42. 'You don''t have internet access here, and you don''t even have mobile internet.'
  43. end
  44. end
  45. if $ARGS[0] = 'browse':
  46. *clr & cla
  47. gs 'stat'
  48. menu_off = 0
  49. act 'Close the browser': gt 'komp','start'
  50. !! TODO: Update
  51. !! check if the original account still valid?
  52. !! if account_used > 0
  53. !! There are 3 ways this can happen during the use of the inernet:
  54. !! 1. Sveta is using minute based internet and ran out of minutes.
  55. !! 2. Sveta is using a subscription, she didn''t have enough money to pay the monthly fee, the grace period expired and the interned service has been cut off.
  56. !! 3. Sveta is using free internet and something went really, really wrong that set subscription[''free''] to 0.
  57. if subscription[$subs] < 1:
  58. '<center><b>Browser</b></center>'
  59. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/eror.jpg"></center>'
  60. 'You have no internet access. '+iif(access['metered'], ' You have to buy more minutes.', ' Maybe you forgot to pay the internet bill?')
  61. if camwhore = 1 and access['nocamshow'] = 0 and mc_inventory['tech_webcam'] = 1:
  62. 'Since MyFreeCams will cover the cost, you can still log on to do a cam show.'
  63. act 'Go to MyFreeCams.org': gt 'komp_camgirl', 'start'
  64. end
  65. else
  66. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/komp.jpg"></center>'
  67. if access['general-text'] = 1: '<center><h4 style="color: red;"><b><<$access[''general-text'']>></b></h4></center>'
  68. 'You head to your favourite start page while you decide what you want to do.'
  69. 'A blinking banner for a <a href="exec: gt ''komp'',''agent''">Kirsanova Real Estate Agency</a> keeps popping up in the corner.'
  70. if access['noporn'] = 1:
  71. "<b><<$access['noporn']>></b>"
  72. end
  73. if camwhore = 1 and access['nocamshow'] = 1 and mc_inventory['tech_webcam'] = 1:
  74. "<b><<$access['nocamshow']>></b>"
  75. end
  76. if func('homes_properties', 'is_property_of_status', 'owned', 'city_apartment') and husband = 0: act 'Rent your apartment out': gt 'komp', 'sale'
  77. if access['noporn'] = 0: act 'Watch porn': gt 'komp', 'porno'
  78. act 'Browse a dating website (1:00)': gt 'komp', 'znak'
  79. if hour < 20 and hour > 7:
  80. if $clothingworntype = 'nude':
  81. 'You should get dressed before searching for jobs.'
  82. else
  83. act 'Look for a job online': gt 'komp', 'rabota'
  84. end
  85. end
  86. act 'Search for cable TV services (1:00)': gt 'komp', 'kabtv'
  87. act 'Play an online game': gt 'KGstart'
  88. act 'Check social media on Assbook': gt 'komp_assbook', 'main'
  89. if shantfoto > 0: act 'Find the girl you took photos of in the park': gt 'komp_assbook', 'blackmail'
  90. if fuckornot = 3: act 'Visit ''Fuckable or not'' site': $view_location = 'komp' & gt 'komp_HF_or_not', 'fuckornot'
  91. if hotornot >= 2: act 'Visit ''Hot or not'' site': $view_location = 'komp' & gt 'komp_HF_or_not', 'hotornot'
  92. if fuckornot_uni = 1: act 'Visit ''Fuckable or not'' University site': $view_location = 'komp' & gt 'komp_HF_or_not', 'fuckornot_uni'
  93. if hotornot_uni = 1: act 'Visit ''Hot or not'' University site': $view_location = 'komp' & gt 'komp_HF_or_not', 'hotornot_uni'
  94. !!if bankAccount > 0: act 'Visit the bank website': gt 'komp', 'bank'
  95. if gor_dorm = 7: act 'Read letter from Eugene': gt 'etoexhib', 'pos91'
  96. if camwhore = 1 and access['nocamshow'] = 0 and mc_inventory['tech_webcam'] = 1: act 'Go to MyFreeCams.org': gt 'komp_camgirl', 'start'
  97. if (mid($start_type,1,2) = 'sg' and SchoolAtestat = 0) or func('uniutil', 'student', 'enrolled'): act 'Spend time studying': gt 'komp', 'study'
  98. if sucpcinfo = 0 and succubxp > 0: act 'Research the strange feelings you''ve been having': gt 'succubus', 'kompresearch'
  99. end
  100. end
  101. if $ARGS[0] = 'sale':
  102. *clr & cla
  103. !! TODO: Update time and internet
  104. !! IMPORTANT: What happens if an activity takes more time than the minutes Sveta has? We just say "You tried, but could not finish"?
  105. if access['metered'] and subscription[$subs] < 15:
  106. 'You check the website, but realize that <<subscription[$subs]>> minutes won''t be enough to fill out all the forms.'
  107. else
  108. minut += 30
  109. elektro += 3
  110. gs 'internet_mobile', 'use_internet', $subs, 30
  111. gs 'stat'
  112. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/komp.jpg"></center>'
  113. 'You go to a popular website where people can post advertisements for free. You could post an advertisement here.'
  114. if obkvsdam >= 1 and func('homes_properties', 'property_status', 'city_apartment') = 2: 'You place an advertisement to rent out your apartment. You should check every once in a while to see if anyone responds.'
  115. if obkvsdam = 0 and func('homes_properties', 'property_status', 'city_apartment') = 2:
  116. act 'Rent out your city residential apartment': obkvsdam = 1 & gt 'komp', 'sale'
  117. elseif obkvsdam > 0:
  118. act 'Check if you got any replies':
  119. cla
  120. if obkvsdam = 1:
  121. 'Nobody has responded to your offer to rent out your apartment yet.'
  122. elseif obkvsdam > 1:
  123. predsum = 14000 + (obkvsdam*1000)
  124. 'Someone wants to stay in your apartment for a month! They''re offering you <<predsumm>> <b>₽</b> in cash.'
  125. act 'Accept the offer':
  126. gs 'homes_properties', 'tenants_move_in', 'city_apartment', iif(month + 1 > 12, 1, month + 1), MIN(day, monthsEnd[tenant_endmonth])
  127. karta += predsumm
  128. gt 'komp', 'start'
  129. end
  130. killvar 'predsum'
  131. end
  132. act 'Leave this website': gt 'komp', 'browse'
  133. end
  134. end
  135. end
  136. act 'Leave this website': gt 'komp', 'browse'
  137. end
  138. if $ARGS[0] = 'porno':
  139. *clr & cla
  140. gs 'stat'
  141. if subscription[$subs] < 1:
  142. '<center><b>Browser</b></center>'
  143. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/eror.jpg"></center>'
  144. 'You have no internet access. '+iif(access['metered'], ' You have to buy more minutes.', ' Maybe you forgot to pay the internet bill?')
  145. act 'Close the browser': gt 'komp','start'
  146. elseif access['noporn'] = 1:
  147. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/komp.jpg"></center>'
  148. '<<$access[''noporn'']>>'
  149. act 'Leave this website': gt 'komp', 'browse'
  150. else
  151. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/komp.jpg"></center>'
  152. 'You go to a porn site and browse through videos for a few minutes.'
  153. if fame['city_porn'] >= 100:
  154. act 'Watch one of your own videos':
  155. *clr & cla
  156. gs 'stat'
  157. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/porno.jpg"></center>'
  158. 'You find a video you like the look of and click on it before getting comfortable. When the video loads up, you''re surprised to find that the girl starring in it is you!'
  159. act 'Watch it':
  160. cla
  161. elektro += 3
  162. pcs_mood += rand(10,20)
  163. minut += 30
  164. gs 'internet_mobile', 'use_internet', $subs, 30
  165. gs 'stat'
  166. 'Watching yourself performing on camera is an oddly erotic experience.'
  167. if fame['city_porn'] < 300:
  168. 'Most of the people commenting don''t appear to really know who you are. You wonder if anyone you know has seen your videos?'
  169. else
  170. 'The viewers have no trouble recognizing you and a lot of the comments refer to you by your stage name. You wonder if anyone you know has seen your videos?'
  171. end
  172. gs 'arousal', 'porn', 30
  173. gs 'arousal', 'erotic', 30
  174. minut -= 30
  175. gs 'stat'
  176. act 'The video ends': gt 'komp', 'porno'
  177. end
  178. act 'Turn it off':
  179. cla
  180. minut += 5
  181. gs 'stat'
  182. 'You immediately turn the video off and leave the website. If you found that video yourself, then how many people have seen you?'
  183. act 'Leave this website': gt 'komp', 'browse'
  184. end
  185. end
  186. end
  187. act 'Watch vanilla porn':
  188. *clr & cla
  189. elektro += 3
  190. pcs_mood += rand(10,20)
  191. minut += 30
  192. gs 'internet_mobile', 'use_internet', $subs, 30
  193. gs 'stat'
  194. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/porno.jpg"></center>'
  195. 'You find a video of a girl getting fucked and spend some time watching it while imagining yourself being in her place.'
  196. gs 'arousal', 'porn', 30
  197. minut -= 30
  198. gs 'stat'
  199. act 'The video ends': gt 'komp', 'porno'
  200. end
  201. act 'Watch anal porn':
  202. *clr & cla
  203. elektro += 3
  204. pcs_mood += rand(10,20)
  205. minut += 30
  206. gs 'internet_mobile', 'use_internet', $subs, 30
  207. gs 'stat'
  208. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/porno.jpg"></center>'
  209. 'You find a video of a girl getting fucked in the ass and spend some time watching it while imagining yourself being in her place.'
  210. gs 'arousal', 'porn', 30
  211. minut -= 30
  212. gs 'stat'
  213. act 'The video ends': gt 'komp', 'porno'
  214. end
  215. act 'Watch lesbian porn':
  216. *clr & cla
  217. elektro += 3
  218. pcs_mood += rand(10,20)
  219. minut += 30
  220. gs 'internet_mobile', 'use_internet', $subs, 30
  221. gs 'stat'
  222. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/porno.jpg"></center>'
  223. 'You find a video of two girls licking each other''s pussies and imagine yourself as one of them.'
  224. gs 'arousal', 'porn', 30
  225. minut -= 30
  226. gs 'stat'
  227. act 'The video ends': gt 'komp', 'porno'
  228. end
  229. act 'Watch BBC porn':
  230. *clr & cla
  231. elektro += 3
  232. pcs_mood += rand(10,20)
  233. minut += 30
  234. gs 'internet_mobile', 'use_internet', $subs, 30
  235. gs 'stat'
  236. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/porno.jpg"></center>'
  237. 'You find a video of a girl getting fucked by a BBC and spend some time watching it. You can''t keep your eyes off the massive cock on your screen as you imagine yourself being in the girl''s place.'
  238. gs 'arousal', 'porn', 30
  239. minut -= 30
  240. gs 'stat'
  241. act 'The video ends': gt 'komp', 'porno'
  242. end
  243. if pcs_horny >= 50: act 'Masturbate': gt 'komp', 'masturbate'
  244. act 'Leave this website': gt 'komp', 'browse'
  245. end
  246. end
  247. if $ARGS[0] = 'masturbate':
  248. *clr & cla
  249. !! needs this because you can arrive here from this code block and time can be gone
  250. if subscription[$subs] < 1:
  251. 'You have no internet access. '+iif(access['metered'], ' You have to buy more minutes.', ' Maybe you forgot to pay the internet bill?')
  252. else
  253. gs 'sweat', 'add', 10
  254. if divanmastr = 0:
  255. divanmastr = 1
  256. if pcs_inhib < 30:inhib_exp += rand(1,3)
  257. end
  258. gs 'stat'
  259. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/kompmas.jpg"></center>'
  260. 'You click on a link to something really dirty and get comfortable in front of your computer, rubbing your clit and fingering yourself while imagining you''re the girl in the video.'
  261. gs 'arousal', 'clit_finger', 30, 'masturbate'
  262. gs 'arousal', 'vaginal_finger', 30, 'masturbate'
  263. minut -= 30
  264. gs 'stat'
  265. if pcs_horny >= 100:
  266. $orgasm_or = 'yes'
  267. $orgasm_txt = 'Your muscles suddenly tighten and you stifle your moans as you have a powerful orgasm. That was just what you needed!'
  268. gs 'arousal', 'clit_finger', -1, 'masturbate'
  269. gs 'stat'
  270. end
  271. act 'Stop masturbating': divanmastr = 0 & gt 'komp', 'porno'
  272. gs 'arousal', 'end'
  273. gs 'stat'
  274. if pcs_horny >= 50: act 'Masturbate some more': gt 'komp', 'masturbate'
  275. end
  276. end
  277. if $ARGS[0] = 'pasians':
  278. *clr & cla
  279. minut += 20
  280. elektro += 3
  281. pcs_mood += rand(10, 20)
  282. gs 'stat'
  283. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/komp.jpg"></center>'
  284. 'You entertain yourself by playing a game of solitaire on the computer.'
  285. act 'Play for another 20 minutes': gt 'komp', 'pasians'
  286. act 'Return to desktop': gt 'komp', 'start'
  287. end
  288. if $ARGS[0] = 'znak':
  289. *clr & cla
  290. minut += 30
  291. pcs_mood += 5
  292. elektro += 3
  293. gs 'internet_mobile', 'use_internet', $subs, 30
  294. gs 'stat'
  295. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/komp.jpg"></center>'
  296. 'You enter a dating site, and immediately see all sorts of profiles of both men and women.'
  297. 'The guys on this site are rather cute! If you''re single, you could try contacting one. Who knows, maybe you''ll meet the man of your dreams through here!'
  298. if gor_dorm = 8:
  299. act 'Pick someone suitable for Eugenia':
  300. cla
  301. gor_dorm = 9
  302. 'You click through dozens of profiles before choosing a guy you think would be a good match for Eugenia. You send him a message, asking if he wants to meet up somewhere.'
  303. 'Now the waiting game begins! Let''s hope you picked a nice guy for her...'
  304. act 'Leave this website': gt 'komp', 'browse'
  305. end
  306. !! Eligible homes: 1, 2, 3, 4, 5, 7 , 10, 11, 15
  307. elseif $home['type'] ! 'permanent_residence':
  308. pcs_mood += rand(5,10)
  309. 'You spend time looking at the various profiles, but it won''t let you register unless you have your own home.'
  310. 'Still, some of the pictures were quite raunchy and the more desperate profiles were really funny.'
  311. else
  312. if pcs_lover < 3:
  313. act 'Look for a kind man':
  314. cla
  315. gs 'boygirl', 0
  316. gs 'boyfrend', 'start'
  317. haraklover[lover_number] = 0
  318. 'You find a guy named <<$loverdesc[lover_number]>> and send him your number after checking out his profile. You hope he''ll call you!'
  319. act 'Leave this website': gt 'komp', 'browse'
  320. end
  321. act 'Look for a normal guy':
  322. cla
  323. gs 'boygirl', 0
  324. gs 'boyfrend', 'start'
  325. haraklover[lover_number] = 1
  326. 'You find a guy named <<$loverdesc[lover_number]>> and send him your number after checking out his profile. You hope he''ll call you!'
  327. act 'Leave this website': gt 'komp', 'browse'
  328. end
  329. act 'Look for a strong man':
  330. cla
  331. gs 'boygirl', 0
  332. gs 'boyfrend', 'start'
  333. haraklover[lover_number] = 2
  334. 'You find a guy named <<$loverdesc[lover_number]>> and send him your number after checking out his profile. You hope he''ll call you!'
  335. act 'Leave this website': gt 'komp', 'browse'
  336. end
  337. end
  338. end
  339. act 'Leave this website': gt 'komp', 'browse'
  340. end
  341. if $ARGS[0] = 'kabtv':
  342. *clr & cla
  343. minut += 5
  344. elektro += 3
  345. gs 'internet_mobile', 'use_internet', $subs, 5
  346. gs 'stat'
  347. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/komp.jpg"></center>'
  348. 'You check out the website of the local cable TV provider. A subscription for cable TV costs 300 <b>₽</b> per month, payable on the 25th.'
  349. ''
  350. if kabel = 1:
  351. 'You currently have a cable subscription for your TV.'
  352. act 'Cancel your cable subscription (300 <b>₽</b>)':
  353. cla
  354. kabel = 0
  355. karta -= 300
  356. msg 'Your subscription has been cancelled and you can no longer watch the extra channels. The cable firm charges a one-time fee of 300 <b>₽</b> for disconnecting you.'
  357. gt 'komp', 'browse'
  358. end
  359. elseif kabel = 0 and mc_inventory['tech_tv'] >= 1 and mc_inventory['plasma_tv'] = 0:
  360. 'You currently do not have a cable subscription for your TV.'
  361. act 'Get cable services for your TV':
  362. cla
  363. msg 'Your TV is too old for cable. You''ll have to upgrade to a better one first.'
  364. gt 'komp', 'browse'
  365. end
  366. elseif kabel = 0 and mc_inventory['plasma_tv'] >= 1:
  367. 'You currently do not have a cable subscription for your TV.'
  368. act 'Get cable services for your TV (300 <b>₽</b> per month)':
  369. cla
  370. kabel = 1
  371. minut += 10
  372. gs 'internet_mobile', 'use_internet', $subs, 10
  373. gs 'stat'
  374. msg 'Soon after you fill out the form, you get a confirmation message that your sign-up was successful. You should have the extra channels on your TV now.'
  375. gt 'komp', 'browse'
  376. end
  377. else
  378. 'You don''t even have a TV!'
  379. act 'Leave this website': gt 'komp', 'browse'
  380. end
  381. act 'Leave this website': gt 'komp', 'browse'
  382. end
  383. if $ARGS[0] = 'foto':
  384. *clr & cla
  385. gs 'stat'
  386. if subscription[$subs] < 1:
  387. '<center><b>Browser</b></center>'
  388. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/eror.jpg"></center>'
  389. 'You have no internet access. '+iif(access['metered'], ' You have to buy more minutes.', ' Maybe you forgot to pay the internet bill?')
  390. act 'Close the browser': gt 'komp','start'
  391. else
  392. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/komp.jpg"></center>'
  393. 'You''re currently on Russia''s biggest social network site, "Assbook". Almost everyone has an account here, probably including the girl you took that photo of the other day!'
  394. '"Maybe if I can find her, I can blackmail her?" you think to yourself. "This photo is very raunchy, after all... I bet she would hate to see it published if she''s important!"'
  395. 'You can''t help but rub your pussy every now and then while you look at it. You''ll probably keep a copy of this for yourself, either way!'
  396. if shantfoto > 0:
  397. act 'Try to find out who she is (1:00)':
  398. cla
  399. minut += 60
  400. elektro += 6
  401. gs 'internet_mobile', 'use_internet', $subs, 60
  402. fotsearchrand = rand(0,10)
  403. if fotsearchrand <= 7:
  404. 'Despite your best efforts, you don''t manage to find the girl this time.'
  405. act 'Go back to the "Assbook" main page': gt 'komp', 'foto'
  406. end
  407. if fotsearchrand > 7:
  408. shantfoto -= 1
  409. 'Despite your best efforts, you don''t manage to... Wait, that''s her! You found her!'
  410. gerofotorand = rand(0,100)
  411. if gerofotorand > 30:
  412. 'Your hopes are quickly shattered when you check out her profile. Cheap clothes, few friends, lives in a poor district of the city... This girl isn''t worth blackmailing.'
  413. act 'Go back to the "Assbook" main page': gt 'komp', 'foto'
  414. end
  415. if gerofotorand >= 5 and gerofotorand <= 30:
  416. shantsr += 1
  417. 'As you click through her profile, you find that the outfits she''s wearing in her photos look stylish, so she definitely has money.'
  418. '"Why not spend some of it on me?" you laugh to yourself.'
  419. 'You send a copy of the photo with a message telling her she has 48 hours to transfer 5,000 <b>₽</b> into your bank account, otherwise you''ll send the photo to her entire friends list.'
  420. act 'Go back to the "Assbook" main page': gt 'komp', 'foto'
  421. end
  422. if gerofotorand < 5:
  423. shantbog += 1
  424. 'You can hardly believe it when you check out her profile. This girl is a celebrity! It would be a major scandal if this photo got published!'
  425. 'You send a copy of the photo with a message telling her she has 48 hours to transfer 30,000 <b>₽</b> into your bank account, otherwise you''ll leak the photo to the press.'
  426. act 'Go back to the "Assbook" main page': gt 'komp', 'foto'
  427. end
  428. end
  429. end
  430. end
  431. act 'Leave this website': gt 'komp', 'browse'
  432. end
  433. end
  434. if $ARGS[0] = 'rabota':
  435. *clr & cla
  436. if subscription[$subs] < 1:
  437. '<center><b>Browser</b></center>'
  438. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/eror.jpg"></center>'
  439. 'You have no internet access. '+iif(access['metered'], ' You have to buy more minutes.', ' Maybe you forgot to pay the internet bill?')
  440. act 'Close the browser': gt 'komp','start'
  441. else
  442. minut += 30
  443. elektro += 3
  444. gs 'internet_mobile', 'use_internet', $subs, 30
  445. komprabota = rand(0,12)
  446. if $loc = 'vasilyhome': komprabota = rand(5,15)
  447. gs 'stat'
  448. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/komp.jpg"></center>'
  449. if komprabota = 0 and gorodokkomp = 0:
  450. 'You find a job vacancy on a legit-looking website. It reads: "Wanted <b>URGENTLY</b>! Female underwear model for a photoshoot. Pay: 2000 <b>₽</b> cash."'
  451. 'The description explains that they need someone today. If you decide to take this job, then you''ll need to go there right away.'
  452. if pcs_apprnc < 120:
  453. 'You consider it for a moment but decide against it. You''re probably not pretty enough to be an underwear model.'
  454. elseif pcs_apprnc >= 120:
  455. act 'Accept the job': gt 'qjob', 'var1'
  456. end
  457. if hour < 20 and hour > 7: act 'Search for more jobs': gt 'komp', 'rabota'
  458. act 'Leave this website': gt 'komp', 'browse'
  459. elseif komprabota = 1 and gorodokkomp = 0:
  460. 'You find a job vacancy on a legit-looking website. It reads: "Wanted <b>URGENTLY</b>! Female underwear model for a photoshoot. Pay: 2000 <b>₽</b> cash."'
  461. 'The description explains that they need someone today. If you decide to take this job, then you''ll need to go there right away.'
  462. if pcs_apprnc < 120:
  463. 'You consider it for a moment, but decide against it. You''re probably not pretty enough to be an underwear model.'
  464. elseif pcs_apprnc >= 120:
  465. act 'Accept the job': gt 'qjob', 'var2'
  466. end
  467. if hour < 20 and hour > 7: act 'Search for more jobs': gt 'komp', 'rabota'
  468. act 'Leave this website': gt 'komp', 'browse'
  469. elseif komprabota > 1 and komprabota < 5 and gorodokkomp = 0:
  470. 'You find a job vacancy on a legit-looking website. It reads: "Wanted <b>URGENTLY</b>! Good-looking female model, posing for artwork. Must be able to stand still in one pose for a long time. Pay: 1000 <b>₽</b> cash."'
  471. 'The description explains that they need someone today. If you decide to take this job, then you''ll need to go there right away.'
  472. if pcs_apprnc < 60:
  473. 'You consider it for a moment but decide against it. You''re probably not pretty enough to be a model.'
  474. elseif pcs_apprnc >= 60:
  475. act 'Accept the job': gt 'qjob', 'var3'
  476. end
  477. if hour < 20 and hour > 7: act 'Search for more jobs': gt 'komp', 'rabota'
  478. act 'Leave this website': gt 'komp', 'browse'
  479. elseif komprabota > 4 and komprabota < 8 and camwhore = 0:
  480. 'You find a job vacancy on a legit-looking website. It reads: "Webcam models wanted! Flexible working hours. Click for more info."'
  481. act 'Gather more information':
  482. *clr & cla
  483. minut += 5
  484. elektro += 1
  485. gs 'internet_mobile', 'use_internet', $subs, 5
  486. gs 'stat'
  487. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore1.jpg"></center>'
  488. 'You click the button and get taken to the full job description.'
  489. '<i>You will be required to expose your body in front of viewers and fulfil their every wish. Payment is based on a tip system: Customers on the website buy tokens which they can use to tip girls they enjoy watching.'
  490. 'The website will cover all costs during your shows, but how much money you make is up to you: The better you are at attracting viewers, and the more you''re willing to do to please them, the more likely they will be to tip you.'
  491. 'Any tokens you earn will be converted to rubles and paid into your bank account immediately after a session ends. The website also hides your stream for viewers from your region, so the chance of you being recognized by someone you know in real life is very low.'
  492. 'If you''re interested, please fill in the questionnaire below.</i>'
  493. if bankAccount = 0:
  494. 'You need a valid bank account to be able to register for this job.'
  495. else
  496. if pcs_inhib >= 40 or exhibitionist_lvl > 1 or (pcs_inhib >= 35 and exhibitionist_lvl > 0):
  497. act 'Fill in the questionnaire':
  498. *clr & cla
  499. camwhore = 1
  500. mfcclients = 0
  501. camclients = 0
  502. mfccum = 0
  503. minut += 20
  504. gs 'stat'
  505. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/camwhore2.jpg"></center>'
  506. if $pcs_webcamname = '':
  507. 'You consider which name you''d like to register under.'
  508. $pcs_webcamname = input("Which name would you like to use? (Leave blank for <<$pcs_nickname>>)")
  509. if $pcs_webcamname = '':$pcs_webcamname = '<<$pcs_nickname>>'
  510. end
  511. 'You fill out the questionnaire and register yourself as a webcam model. Ten minutes later, you''re approved and can now earn money as a webcam girl.'
  512. 'Of course, you''ll need a functioning webcam to do this! If you don''t have one yet, they''re fairly cheap to buy at most local supermarket chains.'
  513. act 'Leave this website': gt 'komp','browse'
  514. end
  515. act 'Leave this website': gt 'komp','browse'
  516. else
  517. *nl
  518. 'You don''t feel comfortable showing off your body in this way.'
  519. end
  520. end
  521. if hour < 20 and hour > 7: act 'Search for more jobs': gt 'komp','rabota'
  522. act 'Leave this website': gt 'komp','browse'
  523. end
  524. elseif komprabota > 7 and komprabota < 10 and film = 0:
  525. 'You find a job vacancy on a legit-looking website. It reads: "Nude female models wanted! Flexible hours and pay. Click for more info."'
  526. act 'Gather more information':
  527. *clr & cla
  528. minut += 5
  529. elektro += 1
  530. gs 'internet_mobile', 'use_internet', $subs, 5
  531. gs 'stat'
  532. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/komp.jpg"></center>'
  533. 'You click the button for the full job description, but it''s brief and not entirely helpful.'
  534. '<i>Are you a girl who likes exposing herself on camera in erotic situations for other people''s pleasure? If so, then come to this address and ask for Dimitri! Under 21s preferred.</i>"'
  535. 'A quick search of the listed address tells you that it''s located somewhere in the red light district of the city.'
  536. if pornstudio = 0: 'You''ve heard rumours that an underground porn studio is located somewhere in that area.'
  537. if pornstudio = 1: 'The porn studio is located in that area. This job listing suddenly makes more sense to you.'
  538. if pcs_inhib >= 40:
  539. act 'Write down the address':
  540. cla
  541. minut += 2
  542. if pornstudio = 0: pornstudio = 1
  543. gs 'stat'
  544. 'You quickly take a note of the address. A job is a job, even if it is seedy.'
  545. act 'Leave this website': gt 'komp','browse'
  546. end
  547. else
  548. *nl
  549. 'You have a good idea what this listing is implying, and don''t feel comfortable going along with it. You quickly close the tab.'
  550. act 'Leave this website': gt 'komp','browse'
  551. end
  552. end
  553. else
  554. 'Unfortunately, you don''t find any jobs you would consider doing.'
  555. if hour < 20 and hour > 7: act 'Search for more jobs': gt 'komp','rabota'
  556. act 'Leave this website': gt 'komp','browse'
  557. end
  558. end
  559. end
  560. if $ARGS[0] = 'study':
  561. *clr & cla
  562. minut += 30
  563. elektro += 3
  564. gs 'internet_mobile', 'use_internet', $subs, 30
  565. gs 'exp_gain', 'intel', 1 + rand(0, drugVars['mentats_dose'])
  566. gs 'exp_gain', 'compskl', 1
  567. '<center><b>The Institute for Education Measurement</b></center>'
  568. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/study.jpg"></center>'
  569. 'You spend an hour on the IEM website, reading news articles and educational blogs. You already feel a bit smarter.'
  570. act 'Leave this website': gt 'komp','browse'
  571. end
  572. if $ARGS[0] = 'agent' :
  573. *clr & cla
  574. minut += 30
  575. elektro += 3
  576. gs 'internet_mobile', 'use_internet', $subs, 30
  577. gs 'stat'
  578. gs 'housing', 'rent'
  579. gs 'housing', 'sale'
  580. '<center><b>Kirsanova Real Estate Agency</b></center>'
  581. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/agent.jpg"></center>'
  582. *nl
  583. 'You''re currently at the website of the largest real estate agency in the area, Kirsanova Real Estate Agency.'
  584. '<br>The website shows they have apartments available for rent or purchase in various areas, both in and out of the city. Renting or purchasing requires you to visit the agency in the city center to fill out an application and collect the keys. Rent on all properties is deducted every month on the 25th.'
  585. *nl
  586. '<b>Property listing</b>:'
  587. if func('homes_properties', 'is_property_of_status', 'rented', 'city_apartment') :
  588. if func('homes_properties', 'get_rent_days', 'city_apartment') > 0:
  589. 'You have <B><<func(''homes_properties'', ''get_rent_days'', ''city_apartment'')>> days</B> remaining on the rental of your St. Petersburg apartment.'
  590. *nl
  591. end
  592. if karta + bankDebtLimit >= func('homes_properties', 'get_rent_amount', 'city_apartment'):
  593. act 'Pay rent on St. Petersburg':
  594. cla
  595. gs 'homes_properties', 'pay_rent', 'city_apartment', 'card'
  596. 'After a very simple procedure, you can now call an apartment in the city residential district home for another month. You have <B><<func(''homes_properties'', ''get_rent_days'', ''city_apartment'')>> days</B> remaining on the rental of your apartment.'
  597. act 'Leave this website': gt 'komp','browse'
  598. end
  599. end
  600. elseif func('homes_properties', 'has_access', 'city_apartment') = 0:
  601. 'There is an apartment in St. Petersburg residential area available, for rent or purchase.'
  602. 'Rent is: <<func(''homes_properties'', ''get_rent_amount'', ''city_apartment'')>><b>₽</b> per month. Current sale price is listed at: <<func(''homes_properties'', ''get_property_sales_price'', ''city_apartment'')>> <b>₽</b>.'
  603. *nl
  604. end
  605. if func('homes_properties', 'has_access', 'village_cottage') = 0:
  606. 'There is a holiday cottage with an adjacent allotment in the communal village for sale.'
  607. 'Current sale price is listed at: <<func(''homes_properties'', ''get_property_sales_price'', ''village_cottage'')>> <b>₽</b>.'
  608. *nl
  609. end
  610. if func('homes_properties', 'is_property_of_status', 'rented', 'old_town_apartment'):
  611. if func('homes_properties', 'get_rent_days', 'old_town_apartment') >= 0:
  612. 'You have <B><<func(''homes_properties'', ''get_rent_days'', ''old_town_apartment'')>> days</B> remaining on the rental of your Pushkin apartment.'
  613. *nl
  614. end
  615. if karta + bankDebtLimit >= func('homes_properties', 'get_rent_amount', 'old_town_apartment'):
  616. act 'Pay rent on Pushkin':
  617. cla
  618. gs 'homes_properties', 'pay_rent', 'old_town_apartment', 'card'
  619. 'After a very simple procedure, you can now call an apartment in Pushkin home for another month. You have <B><<func(''homes_properties'', ''get_rent_days'', ''old_town_apartment'')>> days</B> remaining on the rental of your apartment.'
  620. act 'Leave this website': gt 'komp','browse'
  621. end
  622. end
  623. elseif func('homes_properties', 'has_access', 'old_town_apartment') = 0:
  624. 'There is an apartment in Pushkin area (Old Town) available to rent.'
  625. 'Rent is: <<func(''homes_properties'', ''get_rent_amount'', ''old_town_apartment'')>><b>₽</b> per month.'
  626. *nl
  627. end
  628. if func('homes_properties', 'has_access', 'matryona_mansion') = 0:
  629. 'There is a plot in the suburbs available for purchase, with planning permission for a mansion.'
  630. 'Current sale price is listed at: <<func(''homes_properties'', ''get_property_sales_price'', ''matryona_mansion'')>> <b>₽</b>.'
  631. *nl
  632. end
  633. act 'Leave this website': gt 'komp','browse'
  634. end
  635. if $ARGS[0] = 'bank':
  636. '<center><img <<$set_imgh>> src="images/pc/items/accessories/computer/online_bank.jpg"></center>'
  637. if karta + bankDebtLimit >= 10:
  638. *pl
  639. 'You can buy prepaid internet access online through your bank account. 1 hour of internet only costs 10 <b>₽</b>! *'
  640. *pl
  641. if karta >= 0:
  642. 'You have <<karta>> <b>₽</b> in your account.'
  643. 'You have an overdraft limit of <font color="blue"><<bankDebtLimit>></font>!'
  644. else
  645. 'You are overdrawn by <font color="red"><<-1 * karta>> <b>₽</b></font>.'
  646. 'You have a remaining credit limit of <font color="blue"><<bankDebtLimit + karta>></font>!'
  647. end
  648. *pl
  649. !! TODO: This needs to be updated
  650. act 'Buy internet time':
  651. cla
  652. intinp = input ("How many hours of internet access do you wish to purchase? (1hr = 10 <b>₽</b>)")
  653. if intinp <= 0 or intinp * 10 > karta + bankDebtLimit:
  654. 'Invalid amount.'
  655. else
  656. karta -= intinp * 10
  657. internet += intinp
  658. 'You pay for <<intinp>> hours of prepaid internet access. You have a total of <<internet>> hours of internet access remaining.'
  659. '<<intinp * 10>> <b>₽</b> was removed from your account to pay for it.'
  660. end
  661. act 'Continue': gt 'komp', 'bank'
  662. end
  663. end
  664. act 'Close your browser': gt 'komp', 'browse'
  665. end
  666. if $ARGS[0] = 'fin': gt $loc, $loc_arg
  667. --- komp ---------------------------------