Komp.qsrc 52 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549
  1. # Komp
  2. if $ARGS[0] = 'start':
  3. cls
  4. elektro += 5
  5. gs 'stat'
  6. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/komp.jpg"></center>'
  7. 'Your computer boots up, and soon you''re looking at your operating system''s main screen.'
  8. act 'Play Solitaire (0:20)':gt 'Komp', 'pasians'
  9. if GameCD > 0:act 'Play Disopl':gt 'KGDstart'
  10. if GameCD2 > 0:act 'Play Sunset Dead':gt 'KGZstart'
  11. if GameCD3 > 0:act 'Play Albido':gt 'FSstart'
  12. !!act 'SunReview of the Dead':gt 'KGZstart'
  13. if student > 0 and kursovik < 100:'You should probably do some of your <a href="exec:gt ''Komp'',''kursak''">coursework</a>.'
  14. if $LOC = 'shulga_room':
  15. internet = 100000
  16. act 'Browse the internet':gt 'Komp', 'brows'
  17. else
  18. 'You have <<internet>> hours of prepaid internet access remaining.'
  19. if internet > 0:
  20. act 'Browse the internet':gt 'Komp', 'brows'
  21. end
  22. end
  23. act 'Shut your computer down':
  24. if $LOC = 'shulga_room':
  25. internet = internetS
  26. end
  27. cla
  28. gt 'Komp', 'fin'
  29. end
  30. end
  31. if $ARGS[0] = 'brows':
  32. cls
  33. gs 'stat'
  34. if internet <= 0:
  35. '<center><b>Browser</b></center>'
  36. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/eror.jpg"></center>'
  37. 'You have no prepaid internet access remaining. You need to buy more, before you can go online again.'
  38. if camwhore = 1:
  39. 'Since MyFreeCams will cover the cost, you can still log on to do a cam show.'
  40. act 'Go to MyFreeCams.org':gt 'Komp', 'mfc'
  41. end
  42. else
  43. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/komp.jpg"></center>'
  44. 'You go to your favourite start page, while you try to decide on what you want to see right now.'
  45. 'A blinking banner for a <a href="exec:gt ''Komp'',''agent''">Kirsanova Real Estate Agency</a> keeps popping up in the corner.'
  46. if home_owned[1] = 2 and husband = 0:act 'Rent your apartment out':gt 'Komp', 'sale'
  47. act 'Search for porn (1:00)':gt 'Komp', 'porno'
  48. act 'Browse a dating website (1:00)':gt 'Komp', 'znak'
  49. if hour < 20 and hour > 7:
  50. if $clothingworntype = 'nude':
  51. 'You need to be dressed before searching jobs.'
  52. else
  53. act 'Look for a job online':gt 'Komp', 'rabota'
  54. end
  55. end
  56. act 'Search for cable TV services (1:00)':gt 'Komp', 'kabtv'
  57. act 'Play an online game':gt 'KGstart'
  58. if bankAccount > 0: act 'Visit your bank, maybe to purchase more online time': gt 'Komp', 'bank'
  59. if shantfoto > 0:act 'Find the girl you took photos of in the park on "Assbook"':gt 'Komp', 'foto'
  60. if gor_dorm = 7:act 'Read letter from Eugene':gt 'etoexhib', 'pos91'
  61. if camwhore = 1:act 'Go to MyFreeCams.org':gt 'Komp', 'mfc'
  62. if (storyline = 1 and SchoolAtestat = 0) or student > 0:act 'Spend time studying':gt 'Komp', 'study'
  63. if sucpcinfo = 0 and succubxp > 0: act 'Research the strange feelings you''ve been having': gt 'succubus', 'kompresearch'
  64. end
  65. act '<B>Close the browser</B>':gt 'Komp','start'
  66. end
  67. if $ARGS[0] = 'sale':
  68. *clr & cla
  69. minut += 60
  70. elektro += 3
  71. internet -= 1
  72. gs 'stat'
  73. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/komp.jpg"></center>'
  74. 'You go to a popular website where people can post advertisements for free. You could post an advertisement here.'
  75. if obkvsdam >= 1 and home_owned[1] = 2: 'You placed an advertisement to rent out your apartment. You should probably check every once in a while to see if anyone responded.'
  76. if obkvsdam = 0 and home_owned[1] = 2:
  77. act 'Rent out your city residential apartment':obkvsdam = 1 & gt 'Komp', 'sale'
  78. elseif obkvsdam > 0:
  79. act 'Check if you got any replies':
  80. cla
  81. if obkvsdam = 1:
  82. 'No one has responded to your offer to rent out your apartment just yet.'
  83. elseif obkvsdam > 1:
  84. if obkvsdam = 2:predsumm = 16000
  85. if obkvsdam = 3:predsumm = 17000
  86. if obkvsdam = 4:predsumm = 18000
  87. if obkvsdam = 5:predsumm = 19000
  88. 'Someone wants to stay in your apartment for a month! They''re offering you <<predsumm>> <b>₽</b> in cash.'
  89. act 'Accept the offer':
  90. sdaday = day
  91. sdamonth = month + 1
  92. if sdamonth > 12:sdamonth = 1
  93. if sdaday > monthsEnd[sdamonth]:sdaday = monthsEnd[sdamonth]
  94. home_owned[1] = 3
  95. karta += predsumm
  96. gt 'Komp', 'start'
  97. end
  98. end
  99. act 'Leave this website':gt 'Komp', 'brows'
  100. end
  101. end
  102. act 'Leave this website':gt 'Komp', 'brows'
  103. end
  104. if $ARGS[0] = 'porno':
  105. cls
  106. gs 'stat'
  107. if internet <= 0:
  108. '<center><b>Browser</b></center>'
  109. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/eror.jpg"></center>'
  110. 'You have no prepaid internet access remaining. You need to buy more, before you can go online again.'
  111. act '<B>Close the browser</B>':gt 'Komp','start'
  112. elseif sisterHere > 0 and sisboytrio = 0 and $loc = 'bedrPar':
  113. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/komp.jpg"></center>'
  114. 'You shouldn''t watch porn with your sister in the room, she would notice for sure!'
  115. act 'Leave this website':gt 'Komp', 'brows'
  116. else
  117. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/komp.jpg"></center>'
  118. 'You go to a porn site and browse for a few minutes, trying to find a hot video.'
  119. act 'Watch porn':
  120. cls
  121. elektro += 3
  122. pcs_willpwr += rand(5, 10)
  123. pcs_mood += rand(10, 20)
  124. internet -= 1
  125. gs 'stat'
  126. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/porno.jpg"></center>'
  127. 'You find a video you think you''d enjoy, and spend some time watching it. Wow, that girl is so lucky...'
  128. gs 'arousal', 'voyeur', 60
  129. gs 'stat'
  130. act 'The video ends...':gt 'Komp', 'porno'
  131. end
  132. if pcs_horny >= 50:act 'Masturbate (0:15)':gt 'Komp', 'masturbate'
  133. act 'Leave this website':gt 'Komp', 'brows'
  134. end
  135. end
  136. if $ARGS[0] = 'masturbate':
  137. cls
  138. internet -= 1
  139. elektro += 1
  140. pcs_sweat += 10
  141. if divanmastr = 0:
  142. divanmastr = 1
  143. stat['mast'] += 1
  144. if pcs_inhib < 30:inhib_exp += rand(1,3)
  145. end
  146. gs 'stat'
  147. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/kompmas.jpg"></center>'
  148. 'You get comfortable in front of your computer and with one hand begin to fondle your breasts, while you click on a link to something really dirty.'
  149. 'You let go of the mouse and start rubbing your pussy, imagining you''re the woman in the video. The fantasy and your touching are getting you all hot and bothered.'
  150. gs 'arousal', 'masturbate', 15
  151. gs 'stat'
  152. if pcs_horny >= 100:
  153. $orgasm_or = 'custom'
  154. $orgasm_txt = 'Suddenly your muscles tighten and you cum powerfully, while you stifle your moans so your neighbours won''t find out. Afterwards, you have goosebumps all over your skin. That was just what you needed!'
  155. end
  156. act 'Stop masturbating':divanmastr = 0 & gt 'Komp', 'porno'
  157. gs 'arousal', 'end'
  158. gs 'stat'
  159. if pcs_horny >= 50:act 'Masturbate some more (0:15)':gt 'Komp', 'masturbate'
  160. end
  161. if $ARGS[0] = 'pasians':
  162. cla
  163. clr
  164. *clr
  165. minut += 20
  166. elektro += 3
  167. pcs_willpwr += rand(5, 10)
  168. pcs_mood += rand(10, 20)
  169. gs 'stat'
  170. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/komp.jpg"></center>'
  171. 'You entertain yourself for about twenty minutes, playing a game of solitaire on the computer.'
  172. act 'Play for another 20 minutes':gt 'Komp', 'pasians'
  173. act 'Return to desktop':gt 'Komp', 'start'
  174. end
  175. if $ARGS[0] = 'znak':
  176. cla
  177. clr
  178. *clr
  179. minut += 60
  180. pcs_mood += 5
  181. elektro += 3
  182. internet -= 1
  183. gs 'stat'
  184. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/komp.jpg"></center>'
  185. 'You enter a dating site, and immediately see all sorts of profiles of both men and women.'
  186. '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!'
  187. if gor_dorm = 8:
  188. act 'Pick someone suitable for Eugenia':
  189. cla
  190. gor_dorm = 9
  191. 'You click through dozens of profiles, before choosing a guy who you think would be a good match for Eugenia. You send him a message, asking if he wants to meet up somewhere.'
  192. 'Now the waiting game begins! Let''s hope you picked a nice guy for her...'
  193. act 'Leave this website':gt 'Komp', 'brows'
  194. end
  195. elseif home_cur ! 1 and home_cur ! 3 and home_cur ! 4 and home_cur ! 5:
  196. pcs_willpwr += rand(5, 10)
  197. pcs_mood += rand(5, 10)
  198. 'You spend time looking at the various profiles, but it won''t let you register unless you have your own home and it is set as your current home.'
  199. 'Still, some of the pictures were quite raunchy and the more desperate profiles were really funny.'
  200. else
  201. if pcs_lover < 3:
  202. act 'Look for a kind man':
  203. cla
  204. gs 'boy'
  205. gs 'boyfrend', 'start'
  206. haraklover[lover_number] = 0
  207. 'You find a guy named <<$loverdesc[lover_number]>>, and send him your number after checking out his profile. You hope he will call you!'
  208. act 'Leave this website':gt 'Komp', 'brows'
  209. end
  210. act 'Look for a normal guy':
  211. cla
  212. gs 'boy'
  213. gs 'boyfrend', 'start'
  214. haraklover[lover_number] = 1
  215. 'You find a guy named <<$loverdesc[lover_number]>>, and send him your number after checking out his profile. You hope he will call you!'
  216. act 'Leave this website':gt 'Komp', 'brows'
  217. end
  218. act 'Look for a strong man':
  219. cla
  220. gs 'boy'
  221. gs 'boyfrend', 'start'
  222. haraklover[lover_number] = 2
  223. 'You find a guy named <<$loverdesc[lover_number]>>, and send him your number after checking out his profile. You hope he will call you!'
  224. act 'Leave this website':gt 'Komp', 'brows'
  225. end
  226. end
  227. end
  228. act 'Leave this website':gt 'Komp', 'brows'
  229. end
  230. if $ARGS[0] = 'kabtv':
  231. cla
  232. clr
  233. *clr
  234. minut += 60
  235. elektro += 3
  236. internet -= 1
  237. gs 'stat'
  238. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/komp.jpg"></center>'
  239. '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.'
  240. ''
  241. if kabel = 1:
  242. 'You currently have a cable subscription for your TV.'
  243. act 'Cancel your cable subscription (300 <b>₽</b>)':
  244. cla
  245. kabel = 0
  246. karta -= 300
  247. 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.'
  248. gt 'Komp', 'brows'
  249. end
  250. elseif kabel = 0 and TV = 1:
  251. 'You currently do not have a cable subscription for your TV.'
  252. act 'Get cable services for your TV':
  253. cla
  254. msg 'Unfortunately your TV is too old and crap for cable. You''ll have to get a modern TV first.'
  255. gt 'Komp', 'brows'
  256. end
  257. elseif kabel = 0 and TV >= 2:
  258. 'You currently do not have a cable subscription for your TV.'
  259. act 'Get cable services for your TV (300 <b>₽</b> per month)':
  260. cla
  261. kabel = 1
  262. 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.'
  263. gt 'Komp', 'brows'
  264. end
  265. else
  266. 'You don''t even have a TV!'
  267. act 'Leave this website':gt 'Komp', 'brows'
  268. end
  269. act 'Leave this website':gt 'Komp', 'brows'
  270. end
  271. if $ARGS[0] = 'foto':
  272. cla
  273. *clr
  274. gs 'stat'
  275. if internet <= 0:
  276. '<center><b>Browser</b></center>'
  277. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/eror.jpg"></center>'
  278. 'You have no prepaid internet access remaining. You need to buy more, before you can go online again.'
  279. act '<B>Close the browser</B>':gt 'Komp','start'
  280. else
  281. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/komp.jpg"></center>'
  282. '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!'
  283. '"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!"'
  284. '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!'
  285. if shantfoto > 0:
  286. act 'Try to find out who she is (1:00)':
  287. cla
  288. minut += 60
  289. elektro += 3
  290. internet -= 1
  291. fotsearchrand = rand(0, 10)
  292. if fotsearchrand <= 7:
  293. 'Despite your best efforts, you don''t manage to find the girl this time.'
  294. act 'Go back to the "Assbook" main page':gt 'Komp', 'foto'
  295. end
  296. if fotsearchrand > 7:
  297. shantfoto -= 1
  298. 'Despite your best efforts, you don''t manage to... wait, that''s her! You found her!'
  299. gerofotorand = rand(0, 100)
  300. if gerofotorand > 30:
  301. 'Your dreams of making a fortune are quickly shattered when you check out her profile. Cheap clothes, few friends, lives in a poor district of the city... this girl is not worth blackmailing.'
  302. act 'Go back to the "Assbook" main page':gt 'Komp', 'foto'
  303. end
  304. if gerofotorand >= 5 and gerofotorand <= 30:
  305. shantsr += 1
  306. 'When you click through her profile, you estimate she''s an unknown middle class girl. Still, she has a lot of friends and the outfits she''s wearing in her photos look stylish... she has money to spend.'
  307. '"Why not make her spend some of it on me?" you laugh to yourself, and begin to write a private message.'
  308. 'You send her a copy of the photo with the private message, and tell her to transfer a very modest amount of 5,000 <b>₽</b> to your bank account. If she doesn''t want that photo to be sent to her entire friends list (which you secured before sending the message), the money needs to be on your bank account within 48 hours.'
  309. act 'Go back to the "Assbook" main page':gt 'Komp', 'foto'
  310. end
  311. if gerofotorand < 5:
  312. shantbog += 1
  313. 'You can barely believe it when you read her profile, this girl is a celebrity! It would be a major scandal if this photo got published!'
  314. 'You send her a copy of the photo with a private message, telling her to transfer 30,000 <b>₽</b> to your bank account. If she doesn''t want that photo to be sent to the press, the money needs to be on your bank account within 48 hours.'
  315. act 'Go back to the "Assbook" main page':gt 'Komp', 'foto'
  316. end
  317. end
  318. end
  319. end
  320. act 'Leave this website':gt 'Komp', 'brows'
  321. end
  322. end
  323. if $ARGS[0] = 'rabota':
  324. cla
  325. *clr
  326. if internet <= 0:
  327. '<center><b>Browser</b></center>'
  328. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/eror.jpg"></center>'
  329. 'You have no prepaid internet access remaining. You need to buy more, before you can go online again.'
  330. act '<B>Close the browser</B>':gt 'Komp','start'
  331. else
  332. minut += 60
  333. internet -= 1
  334. komprabota = rand(0, 10)
  335. if $LOC = 'shulga_room':komprabota = rand(5, 15)
  336. gs 'stat'
  337. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/komp.jpg"></center>'
  338. if komprabota = 0 and gorodokKomp = 0:
  339. '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."'
  340. 'The description explains that they need someone today. If you decide to take this job, you will have to shut down your computer and go there right away.'
  341. if pcs_apprnc < 120:
  342. 'You consider it for a moment, but decide against it. You''re probably not pretty enough to be an underwear model.'
  343. elseif pcs_apprnc >= 120:
  344. act 'Accept the job and go there':gt 'qjob', 'var1'
  345. end
  346. if hour < 20 and hour > 7:act 'Search for more jobs':gt 'Komp', 'rabota'
  347. act 'Leave this website':gt 'Komp', 'brows'
  348. elseif komprabota = 1 and gorodokKomp = 0:
  349. '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."'
  350. 'The description explains that they need someone today. If you decide to take this job, you will have to shut down your computer and go there right away.'
  351. if pcs_apprnc < 120:
  352. 'You consider it for a moment, but decide against it. You''re probably not pretty enough to be an underwear model.'
  353. elseif pcs_apprnc >= 120:
  354. act 'Accept the job and go there':gt 'qjob', 'var2'
  355. end
  356. if hour < 20 and hour > 7:act 'Search for more jobs':gt 'Komp', 'rabota'
  357. act 'Leave this website':gt 'Komp', 'brows'
  358. elseif komprabota > 1 and komprabota < 5 and gorodokKomp = 0:
  359. '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."'
  360. 'The description explains that they need someone today. If you decide to take this job, you will have to shut down your computer and go there right away.'
  361. if pcs_apprnc < 60:
  362. 'You consider it for a moment, but decide against it. You''re probably not pretty enough to be a model.'
  363. elseif pcs_apprnc >= 60:
  364. act 'Accept the job and go there':gt 'qjob', 'var3'
  365. end
  366. if hour < 20 and hour > 7:act 'Search for more jobs':gt 'Komp', 'rabota'
  367. act 'Leave this website':gt 'Komp', 'brows'
  368. elseif komprabota > 4 and komprabota < 8 and camwhore = 0:
  369. 'You find a job vacancy, on a legit looking website. It reads: "Wanted! Webcam models. Flexible working hours. Click for more info."'
  370. act 'Gather more information':
  371. cls
  372. minut += 5
  373. gs 'stat'
  374. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore1.jpg"></center>'
  375. 'You click the button and get taken to the full job description.'
  376. '<i>For this job, you will have to expose your body in front of customers, fulfilling their wishes. Payment is completely based on a tip system: customers on the website can buy tokens, which they can use to tip girls they enjoy watching.'
  377. '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 are willing to do to please them, the more likely they will be to tip you.'
  378. 'After a quick verification, you usually get paid immediately after a session ends. The tokens you earn will be converted to rubles, and paid to your bank account right away.'
  379. 'The website hides your stream for viewers from your region, so the chance of being recognized by someone you know in real life is very low.'
  380. 'If you''re interested in becoming a webcam girl, please fill in this questionnaire below.</i>'
  381. if pcs_inhib >= 40 or exhibitionist_lvl > 1 or (pcs_inhib >= 35 and exhibitionist_lvl > 0):
  382. act 'Fill in the questionnaire':
  383. cls
  384. camwhore = 1
  385. mfcclients = 0
  386. camclients = 0
  387. mfccum = 0
  388. minut += 20
  389. gs 'stat'
  390. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore2.jpg"></center>'
  391. if $pcs_webcamname = '':
  392. 'You consider which name you''d like to register under.'
  393. $pcs_webcamname = input("Which name would you like to use? (Leave blank for <<$pcs_nickname>>)")
  394. if $pcs_webcamname = '':$pcs_webcamname = '<<$pcs_nickname>>'
  395. end
  396. 'You fill out the questionnaire and register yourself as a webcam model. Ten minutes later, you have already been approved and you can now earn money as a webcam girl.'
  397. 'Of course, you will need a functioning webcam to do this! If you don''t have one yet, they are fairly cheap to buy at most local supermarket chains.'
  398. act 'Leave this website':gt 'Komp','brows'
  399. end
  400. act 'Leave this website':gt 'Komp','brows'
  401. else
  402. ''
  403. 'You don''t feel comfortable showing of your body.'
  404. end
  405. if hour < 20 and hour > 7:act 'Search for more jobs':gt 'Komp','rabota'
  406. act 'Leave this website':gt 'Komp','brows'
  407. end
  408. else
  409. 'Unfortunately, you do not find any jobs you would consider doing.'
  410. if hour < 20 and hour > 7:act 'Search for more jobs':gt 'Komp','rabota'
  411. act 'Leave this website':gt 'Komp','brows'
  412. end
  413. end
  414. end
  415. if $ARGS[0] = 'study':
  416. cla
  417. *clr
  418. minut = minut + 60
  419. elektro = elektro + 3
  420. internet -= 1
  421. intel_exp += 1 + (mentats_dose - rand(0,mentats_dose))
  422. compskl_exp += 1
  423. '<center><b>The Institute for Education Measurement</b></center>'
  424. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/study.jpg"></center>'
  425. 'You spend an hour on the IEM website, reading news articles and educational blogs. You feel a bit smarter afterwards.'
  426. act 'Leave this website':gt'Komp','brows'
  427. end
  428. if $ARGS[0] = 'kursak':
  429. cla
  430. *clr
  431. minut += 60
  432. elektro += 3
  433. internet -= 1
  434. pcs_mood -= 10
  435. compskl_exp += 1
  436. kursovik = kursovik + RAND(pcs_intel/20,pcs_intel/10)
  437. if kursovik > 100:kursovik = 100
  438. '<center><b>Coursework</b></center>'
  439. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/kursak.jpg"></center>'
  440. 'It may be boring, but it still needs doing! You spend an hour doing coursework, and <<kursovik>>% of it is now finished.'
  441. act 'Leave this website':gt 'Komp','brows'
  442. end
  443. if $ARGS[0] = 'agent':
  444. cla
  445. clr
  446. *clr
  447. minut += 60
  448. elektro += 3
  449. internet -= 1
  450. gs 'stat'
  451. gs 'housing', 'rent'
  452. gs 'housing', 'sale'
  453. '<center><b>Kirsanova Real Estate Agency</b></center>'
  454. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/agent.jpg"></center>'
  455. *nl
  456. 'You''re currently at the website of the largest real estate agency in the area, Kirsanova Real Estate Agency.'
  457. '<br>The website shows they have apartments available for rent or purchase in various areas, both in and out of the city. Renting or purchase requires you visit the agency in the city center to fill an application and collect the keys. Rent on all properties is deducted every month on the 25th.'
  458. *nl
  459. '<b>Property listing</b>:'
  460. if ArendHouseSL > 0:
  461. 'You have <B><<ArendHouseSL>> days</B> remaining on the rental of your St. Petersburg apartment.'
  462. *nl
  463. elseif home_owned[1] = 0 and ArendHouseSL = 0:
  464. 'There is an apartment in St. Petersburg residental area available, for rent or puchase.'
  465. 'Rent is: <<$home_rent_txt[1]>> ₽ per month. Current sale price is listed at: <<$home_value_txt[1]>> <b>₽</b>.'
  466. *nl
  467. end
  468. if home_owned[3] = 0:
  469. 'There is a holiday cottage with an adjacent allotment in the communal village for sale.'
  470. 'Current sale price is listed at: <<$home_value_txt[3]>> <b>₽</b>.'
  471. *nl
  472. end
  473. if home_owned[4] > 0 and ArendHouseSL4 > 0:
  474. 'You have <B><<ArendHouseSL4>> days</B> remaining on the rental of your Pushkin apartment.'
  475. *nl
  476. elseif home_owned[4] = 0 and ArendHouseSL4 = 0:
  477. 'There is an apartment in Pushkin area (Old Town) available to rent.'
  478. 'Rent is: <<$home_rent_txt[4]>> <b>₽</b> per month.'
  479. *nl
  480. end
  481. if home_owned[5] = 0:
  482. 'There is a plot in the suburbs available for puchase, with planning permission for a mansion.'
  483. 'Current sale price is listed at: <<$home_value_txt[5]>> <b>₽</b>.'
  484. *nl
  485. end
  486. if karta + bankDebtLimit >= home_rent[1] and home_owned[1] = 1:
  487. act 'Pay rent on St. Petersburg':
  488. cla
  489. karta -= home_rent[1]
  490. ArendHouseSL += ArendHouseSL_due
  491. 'After a very simple procedure, you can now call an apartment in the city residential district home for another 30 days. You have <B><<ArendHouseSL>> days</B> remaining on the rental of your apartment.'
  492. act 'Leave this website':gt 'Komp','brows'
  493. end
  494. end
  495. if karta + bankDebtLimit >= home_rent[4] and home_owned[4] > 0:
  496. act 'Pay rent on Pushkin':
  497. cla
  498. karta -= home_rent[4]
  499. ArendHouseSL4 += ArendHouseSL_due
  500. 'After a very simple procedure, you can now call an apartment in Pushkin home for another 30 days. You have <B><<ArendHouseSL4>> days</B> remaining on the rental of your apartment.'
  501. act 'Leave this website':gt 'Komp','brows'
  502. end
  503. end
  504. act 'Leave this website':gt 'Komp','brows'
  505. end
  506. if $ARGS[0] = 'mfc':
  507. if mesec > 0:
  508. cls
  509. minut += 2
  510. topmfc = 1
  511. backmfc = 1
  512. tokens = 0
  513. camclients = 0
  514. gs 'stat'
  515. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore2.jpg"></center>'
  516. 'It''s that time of the month! You feel sick to your stomach and the cramps hurt pretty badly from time to time... you''re in no condition to earn money showing off your body.'
  517. act 'Leave this website':gt 'Komp','brows'
  518. elseif sisterHere = 0 or $loc ! 'bedrPar':
  519. act 'Go to your MFC homepage':
  520. cls
  521. minut += 2
  522. gs 'stat'
  523. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore3.jpg"></center>'
  524. 'You enter your own chatroom on the website. You currently have <<camclients>> viewers.'
  525. act 'Continue':gt 'komp','startpagemfc'
  526. end
  527. act 'Leave this website':
  528. cls
  529. minut += 2
  530. topmfc = 1
  531. backmfc = 1
  532. tokens = 0
  533. camclients = 0
  534. gs 'stat'
  535. gt 'Komp','brows'
  536. end
  537. elseif sisterHere > 0 and $loc = 'bedrPar':
  538. cls
  539. minut += 2
  540. topmfc = 1
  541. backmfc = 1
  542. tokens = 0
  543. camclients = 0
  544. gs 'stat'
  545. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore2.jpg"></center>'
  546. 'You can''t do any webcam activities with your sister in the room!'
  547. act 'Leave this website':gt 'Komp','brows'
  548. end
  549. end
  550. if $ARGS[0] = 'startpagemfc':
  551. if vgape > 0 or agape > 0:
  552. cls
  553. gs 'stat'
  554. 'While you sit in your chair, you can''t help but wince every time you move. You want to put up a show, but it hurts too much. And besides... you doubt your viewers would want to see you in your current state! You should heal up a bit before trying again.'
  555. act 'Collect your earnings and leave':
  556. karta += tokens * 2
  557. gt 'Komp','mfc'
  558. end
  559. else
  560. cls
  561. gs 'stat'
  562. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore3.jpg"></center>'
  563. 'You casually chat with the <<camclients>> visitors currently in your chatroom. Once you turn on your webcam, things will probably get busier.'
  564. act 'Turn on your webcam':gt 'komp','waitclients'
  565. act 'Collect your earnings and leave':
  566. karta += tokens * 2
  567. gt 'Komp','mfc'
  568. end
  569. end
  570. end
  571. if $ARGS[0] = 'waitclients':
  572. gs'family'
  573. cls
  574. minut += RAND(1,4)
  575. if mfccum > 0: mfcdaycum = daystart
  576. mfcclients += 1
  577. if topmfc = 1 and backmfc = 1:
  578. if pcs_apprnc < 100:
  579. if webpopular < 15:
  580. if mfcclients > 3:
  581. camclients -= RAND(1,3)
  582. else
  583. camclients += RAND(1,3)
  584. end
  585. elseif webpopular >= 15 and webpopular < 35:
  586. if mfcclients > 3:
  587. camclients -= RAND(3,5)
  588. else
  589. camclients += RAND(3,5)
  590. end
  591. elseif webpopular >= 35 and webpopular < 75:
  592. if mfcclients > 3:
  593. camclients -= RAND(4,8)
  594. else
  595. camclients += RAND(4,8)
  596. end
  597. elseif webpopular >= 75:
  598. if mfcclients > 3:
  599. camclients -= RAND(5,15)
  600. else
  601. camclients += RAND(5,15)
  602. end
  603. end
  604. chancetips = RAND(0,100)
  605. clientask = RAND(0,100)
  606. if chancetips >= 95 and camclients >= 250:
  607. if webpopular >= 50:
  608. tokens += RAND(10,30)
  609. else
  610. tokens += RAND(1,20)
  611. end
  612. end
  613. else
  614. if webpopular < 15:
  615. if mfcclients > 3:
  616. camclients -= RAND(3,5)
  617. else
  618. camclients += RAND(3,5)
  619. end
  620. elseif webpopular >= 15 and webpopular < 35:
  621. if mfcclients > 3:
  622. camclients -= RAND(5,8)
  623. else
  624. camclients += RAND(5,8)
  625. end
  626. elseif webpopular >= 35 and webpopular < 75:
  627. if mfcclients > 3:
  628. camclients -= RAND(5,12)
  629. else
  630. camclients += RAND(5,12)
  631. end
  632. elseif webpopular >= 75:
  633. if mfcclients > 3:
  634. camclients -= RAND(8,15)
  635. else
  636. camclients += RAND(8,15)
  637. end
  638. end
  639. chancetips = RAND(5,100)
  640. clientask = RAND(5,100)
  641. if chancetips >= 95 and camclients >= 200:
  642. if webpopular >= 50:
  643. tokens += RAND(10,40)
  644. else
  645. tokens += RAND(1,20)
  646. end
  647. end
  648. end
  649. elseif topmfc = 0 and backmfc = 1:
  650. if pcs_apprnc < 100:
  651. if webpopular < 15:
  652. if mfcclients > 3:
  653. camclients -= RAND(1,3)
  654. else
  655. camclients += RAND(1,3)
  656. end
  657. elseif webpopular >= 15 and webpopular < 35:
  658. if mfcclients > 3:
  659. camclients -= RAND(1,5)
  660. else
  661. camclients += RAND(1,5)
  662. end
  663. elseif webpopular >= 35 and webpopular < 75:
  664. if mfcclients > 3:
  665. camclients -= RAND(5,10)
  666. else
  667. camclients += RAND(5,10)
  668. end
  669. elseif webpopular >= 75:
  670. if mfcclients > 3:
  671. camclients -= RAND(6,15)
  672. else
  673. camclients += RAND(6,15)
  674. end
  675. end
  676. chancetips = RAND(5,90)
  677. clientask = RAND(5,100)
  678. if chancetips >= 85 and camclients >= 230:
  679. if webpopular >= 50:
  680. tokens += RAND(10,35)
  681. else
  682. tokens += RAND(1,20)
  683. end
  684. end
  685. else
  686. if webpopular < 15:
  687. if mfcclients > 3:
  688. camclients -= RAND(3,6)
  689. else
  690. camclients += RAND(3,6)
  691. end
  692. elseif webpopular >= 15 and webpopular < 35:
  693. if mfcclients > 3:
  694. camclients -= RAND(5,10)
  695. else
  696. camclients += RAND(5,10)
  697. end
  698. elseif webpopular >= 35 and webpopular < 75:
  699. if mfcclients > 3:
  700. camclients -= RAND(7,12)
  701. else
  702. camclients += RAND(7,12)
  703. end
  704. elseif webpopular >= 75:
  705. if mfcclients > 3:
  706. camclients -= RAND(10,15)
  707. else
  708. camclients += RAND(10,15)
  709. end
  710. end
  711. chancetips = RAND(10,90)
  712. clientask = RAND(10,100)
  713. if chancetips >= 85 and camclients >= 200:
  714. if webpopular >= 50:
  715. tokens += RAND(15,35)
  716. else
  717. tokens += RAND(1,20)
  718. end
  719. end
  720. end
  721. elseif topmfc = 1 and backmfc = 0:
  722. if pcs_apprnc < 100:
  723. if webpopular < 15:
  724. if mfcclients > 3:
  725. camclients -= RAND(1,3)
  726. else
  727. camclients += RAND(1,3)
  728. end
  729. elseif webpopular >= 15 and webpopular < 35:
  730. if mfcclients > 3:
  731. camclients -= RAND(2,5)
  732. else
  733. camclients += RAND(2,5)
  734. end
  735. elseif webpopular >= 35 and webpopular < 75:
  736. if mfcclients > 3:
  737. camclients -= RAND(5,15)
  738. else
  739. camclients += RAND(5,15)
  740. end
  741. elseif webpopular >= 75:
  742. if mfcclients > 3:
  743. camclients -= RAND(5,20)
  744. else
  745. camclients += RAND(5,20)
  746. end
  747. end
  748. chancetips = RAND(10,80)
  749. clientask = RAND(10,100)
  750. if chancetips >= 75 and camclients >= 200:
  751. if webpopular >= 50:
  752. tokens += RAND(10,40)
  753. else
  754. tokens += RAND(1,20)
  755. end
  756. end
  757. else
  758. if webpopular < 15:
  759. if mfcclients > 3:
  760. camclients -= RAND(4,7)
  761. else
  762. camclients += RAND(4,7)
  763. end
  764. elseif webpopular >= 15 and webpopular < 35:
  765. if mfcclients > 3:
  766. camclients -= RAND(5,12)
  767. else
  768. camclients += RAND(5,12)
  769. end
  770. elseif webpopular >= 35 and webpopular < 75:
  771. if mfcclients > 3:
  772. camclients -= RAND(9,15)
  773. else
  774. camclients += RAND(9,15)
  775. end
  776. elseif webpopular >= 75:
  777. if mfcclients > 3:
  778. camclients -= RAND(15,20)
  779. else
  780. camclients += RAND(15,20)
  781. end
  782. end
  783. chancetips = RAND(15,80)
  784. clientask = RAND(15,100)
  785. if chancetips >= 75 and camclients >= 170:
  786. if webpopular >= 50:
  787. tokens += RAND(15,45)
  788. else
  789. tokens += RAND(1,20)
  790. end
  791. end
  792. end
  793. else
  794. if pcs_apprnc < 100:
  795. if webpopular < 15:
  796. if mfcclients > 3:
  797. camclients -= RAND(1,4)
  798. else
  799. camclients += RAND(1,4)
  800. end
  801. elseif webpopular >= 15 and webpopular < 35:
  802. if mfcclients > 3:
  803. camclients -= RAND(3,10)
  804. else
  805. camclients += RAND(3,10)
  806. end
  807. elseif webpopular >= 35 and webpopular < 75:
  808. if mfcclients > 3:
  809. camclients -= RAND(10,20)
  810. else
  811. camclients += RAND(10,20)
  812. end
  813. elseif webpopular >= 75:
  814. if mfcclients > 3:
  815. camclients -= RAND(10,30)
  816. else
  817. camclients += RAND(10,30)
  818. end
  819. end
  820. chancetips = RAND(15,50)
  821. clientask = RAND(15,100)
  822. if chancetips >= 45 and camclients >= 150:
  823. if webpopular >= 50:
  824. tokens += RAND(20,50)
  825. else
  826. tokens += RAND(5,25)
  827. end
  828. end
  829. else
  830. if webpopular < 15:
  831. if mfcclients > 3:
  832. camclients -= RAND(3,8)
  833. else
  834. camclients += RAND(3,8)
  835. end
  836. elseif webpopular >= 15 and webpopular < 35:
  837. if mfcclients > 3:
  838. camclients -= RAND(3,15)
  839. else
  840. camclients += RAND(3,15)
  841. end
  842. elseif webpopular >= 35 and webpopular < 75:
  843. if mfcclients > 3:
  844. camclients -= RAND(10,20)
  845. else
  846. camclients += RAND(10,20)
  847. end
  848. elseif webpopular >= 75:
  849. if mfcclients > 3:
  850. camclients -= RAND(10,30)
  851. else
  852. camclients += RAND(10,30)
  853. end
  854. end
  855. chancetips = RAND(20,50)
  856. clientask = RAND(20,100)
  857. if chancetips >= 45 and camclients >= 100:
  858. if webpopular >= 50:
  859. tokens += RAND(30,50)
  860. else
  861. tokens += RAND(10,30)
  862. end
  863. end
  864. end
  865. end
  866. if camclients <= 0:camclients = 0
  867. gs 'stat'
  868. if topmfc = 1 and backmfc = 1:
  869. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore3.jpg"></center>'
  870. elseif topmfc = 0 and backmfc = 1:
  871. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore4.jpg"></center>'
  872. elseif topmfc = 1 and backmfc = 0:
  873. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore5.jpg"></center>'
  874. else
  875. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore6.jpg"></center>'
  876. end
  877. tokenpay = tokens * 2
  878. 'You take a moment of rest, and just chat casually with your <<camclients>> visitors.'
  879. 'You have earned <<tokens>> tokens so far this session, which amounts to <<tokenpay>> <b>₽</b>.'
  880. act 'Wait for more visitors':gt 'komp','waitclients'
  881. if topmfc = 1 and clientask >= 98:
  882. cls
  883. gs 'stat'
  884. 'One of your visitors really wants to see your boobs! He''s willing to leave you some tokens as a tip, if you take off your bra right now...'
  885. act 'Remove your bra':
  886. cls
  887. webpopular += 1
  888. topmfc = 0
  889. if webpopular < 15:
  890. tokens += RAND(10,25)
  891. elseif webpopular >= 15 and webpopular < 35:
  892. tokens += RAND(15,25)
  893. elseif webpopular >= 35 and webpopular < 75:
  894. tokens += RAND(25,50)
  895. elseif webpopular >= 75:
  896. tokens += RAND(50,150)
  897. end
  898. gs 'stat'
  899. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore7.jpg"></center>'
  900. 'You stand up and lean forward, so your boobs are in full view of the camera. You slowly take off your bra and give the camera a sweet smile.'
  901. 'While you sit back down and toss your bra to the ground, you hear the donation sound several times. Your visitors enjoyed that!'
  902. gs 'arousal', 'porn', 2, 'exhibitionism'
  903. gs 'stat'
  904. act 'Continue':gt 'Komp','waitclients'
  905. end
  906. act 'Refuse to take off your bra':
  907. cls
  908. webpopular -= 1
  909. gt 'Komp','waitclients'
  910. end
  911. end
  912. if backmfc = 1 and clientask >= 96 and clientask < 98:
  913. cls
  914. 'One of the visitors asks you to remove your panties, and show your bare pussy to the camera. A second visitor chimes in, adding some extra tokens to the offer.'
  915. act 'Take off your panties':
  916. cls
  917. mfcclients = 0
  918. webpopular += 1
  919. backmfc = 0
  920. if webpopular < 15:
  921. tokens += RAND(10,25)
  922. elseif webpopular >= 15 and webpopular < 35:
  923. tokens += RAND(15,25)
  924. elseif webpopular >= 35 and webpopular < 75:
  925. tokens += RAND(25,50)
  926. elseif webpopular >= 75:
  927. tokens += RAND(50,150)
  928. end
  929. gs 'stat'
  930. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore8.jpg"></center>'
  931. 'You make a show of pointing the camera at your groin, and slowly push your panties down your legs. The chat explodes for a moment, with several visitors complimenting your body, and a few more making lewd comments on what they would do to you if they were with you right now.'
  932. 'As promised, you receive some tokens.'
  933. gs 'arousal', 'porn', 2, 'exhibitionism'
  934. gs 'stat'
  935. act 'Continue':gt 'Komp','waitclients'
  936. end
  937. act 'Refuse to take off your panties':
  938. cls
  939. webpopular -= 1
  940. gt 'Komp','waitclients'
  941. end
  942. end
  943. if topmfc = 0 and clientask >= 94 and clientask < 96:
  944. cls
  945. 'One of the visitors types: "Play with those titties, girl! I''ll pay!"'
  946. act 'Play with your boobs':
  947. cls
  948. mfcclients = 0
  949. webpopular += 1
  950. backmfc = 0
  951. if webpopular < 15:
  952. tokens += RAND(15,25)
  953. elseif webpopular >= 15 and webpopular < 35:
  954. tokens += RAND(20,30)
  955. elseif webpopular >= 35 and webpopular < 75:
  956. tokens += RAND(50,100)
  957. elseif webpopular >= 75:
  958. tokens += RAND(50,150)
  959. end
  960. gs 'stat'
  961. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore10.jpg"></center>'
  962. 'You adjust your camera and lie down on your bed, and start to knead your tits and pinch your nipples playfully. When you hear the donation sound, you smile sweetly at the camera and thank the person who donated personally, immediately prompting a second visitor to donate as well.'
  963. gs 'arousal', 'porn', 2, 'exhibitionism'
  964. gs 'stat'
  965. act 'Continue':gt 'Komp','waitclients'
  966. end
  967. act 'Refuse to play with your boobs':
  968. cls
  969. webpopular -= 1
  970. gt 'Komp','waitclients'
  971. end
  972. end
  973. if backmfc = 0 and clientask = 93:
  974. cls
  975. '"Let''s see that sweet cunt of yours again, whore!" one of your visitors says.'
  976. 'He''s kinda rude about it, but then again... he''s willing to pay.'
  977. act 'Do it':
  978. cls
  979. mfcclients = 0
  980. webpopular += 1
  981. if webpopular < 15:
  982. tokens += RAND(20,25)
  983. elseif webpopular >= 15 and webpopular < 35:
  984. tokens += RAND(25,50)
  985. elseif webpopular >= 35 and webpopular < 75:
  986. tokens += RAND(50,100)
  987. elseif webpopular >= 75:
  988. tokens += RAND(100,150)
  989. end
  990. gs 'stat'
  991. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore12.jpg"></center>'
  992. 'You lie down comfortably and put your hand between your legs, gently rubbing your labia with your fingers. You put some effort into showing how wet you are already, which is met with some enthusiastic chatter.'
  993. gs 'arousal', 'porn', 2, 'exhibitionism'
  994. gs 'stat'
  995. if pcs_horny >= 100:
  996. mfccum += 1
  997. pcs_mood = 100
  998. gs 'stat'
  999. $orgasm_or = 'custom'
  1000. $orgasm_txt = 'You groan despite yourself, and realize you''re about to have an orgasm on camera! Deciding it''s too late to stop, you flick your fingers over your clit several more times and moan loudly as your whole body begins to tremble. When you look at the chat again, you see a mixture of compliments and lewd comments on your show. Either way: they loved it!'
  1001. end
  1002. act 'Continue':gt 'Komp','waitclients'
  1003. end
  1004. act 'Ignore him':
  1005. cls
  1006. webpopular -= 1
  1007. gt 'Komp','waitclients'
  1008. end
  1009. end
  1010. if backmfc = 0 and clientask = 92:
  1011. cls
  1012. 'One of the visitors asks very politely: "Uh, hi! Could you please show me your vagina up close?"'
  1013. act 'Show him your vagina':
  1014. cls
  1015. mfcclients = 0
  1016. webpopular += 1
  1017. if webpopular < 15:
  1018. tokens += RAND(10,25)
  1019. elseif webpopular >= 15 and webpopular < 35:
  1020. tokens += RAND(15,25)
  1021. elseif webpopular >= 35 and webpopular < 75:
  1022. tokens += RAND(25,50)
  1023. elseif webpopular >= 75:
  1024. tokens += RAND(50,150)
  1025. end
  1026. gs 'stat'
  1027. if analplugIN = 1:
  1028. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore19.jpg"></center>'
  1029. end
  1030. if pcs_vag = 0 and analplugIN = 0:
  1031. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore18.jpg"></center>'
  1032. end
  1033. if pcs_vag > 0 and pcs_vag <= 10 and analplugIN = 0:
  1034. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore13.jpg"></center>'
  1035. end
  1036. if pcs_vag > 10 and pcs_vag <= 15 and analplugIN = 0:
  1037. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore14.jpg"></center>'
  1038. end
  1039. if pcs_vag > 15 and pcs_vag <= 25 and analplugIN = 0:
  1040. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore15.jpg"></center>'
  1041. end
  1042. if pcs_vag > 25 and pcs_vag <= 35 and analplugIN = 0:
  1043. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore16.jpg"></center>'
  1044. end
  1045. if pcs_vag > 35 and analplugIN = 0:
  1046. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore17.jpg"></center>'
  1047. end
  1048. 'Aww, what a sweetheart! You smile at the camera and do what your client wants. He delivers on his promise as well, sending some tokens your way. The rest of the chat is thanking him too, everyone wanted to see that!'
  1049. gs 'arousal', 'porn', 2, 'exhibitionism'
  1050. gs 'stat'
  1051. act 'Continue':gt 'Komp','waitclients'
  1052. end
  1053. act 'Ignore him':
  1054. cls
  1055. webpopular -= 1
  1056. gt 'Komp','waitclients'
  1057. end
  1058. end
  1059. if backmfc = 0 and pcs_ass >= 30 and webpopular >= 50 and clientask = 91:
  1060. cls
  1061. 'One of the visitors makes several comments on how badly he wants to fuck your ass, and then offers you tokens to show your anus to him...'
  1062. act 'Show them your battered sphincter':
  1063. cls
  1064. mfcclients = 0
  1065. webpopular += 2
  1066. backmfc = 0
  1067. if pcs_apprnc > 100:
  1068. tokens += RAND(50,100)
  1069. else
  1070. tokens += RAND(40,75)
  1071. end
  1072. if webpopular < 15:
  1073. tokens += RAND(25,50)
  1074. elseif webpopular >= 15 and webpopular < 35:
  1075. tokens += RAND(50,100)
  1076. elseif webpopular >= 35 and webpopular < 75:
  1077. tokens += RAND(100,150)
  1078. elseif webpopular >= 75:
  1079. tokens += RAND(100,200)
  1080. end
  1081. gs 'stat'
  1082. if analplugIN = 0:
  1083. if cumsumass > 39:
  1084. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore74.jpg"></center>'
  1085. 'You turn your back to the camera and pull your ass cheeks aside, showing everyone your battered anus. When you push softly, you suddenly hear the chat exploding.'
  1086. '"Oh my god, is that sperm!?" someone wonders.'
  1087. '"Definitely! What a whore!" someone else adds.'
  1088. '"I''d love to add my load to that!" a third one laughs.'
  1089. 'Oh no! Your face turns a deep red... you''re so ashamed right now! You try to calm the chat down, but the vulgar comments just keep coming and coming.'
  1090. 'At least the visitor who promised to donate did, so you''re a few tokens richer.'
  1091. gs 'arousal', 'porn', 2, 'exhibitionism'
  1092. gs 'stat'
  1093. else
  1094. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore20,<<rand(0,7)>>.jpg"></center>'
  1095. 'You bite your lip for a second, trying to think of a way to get out of his request. Then, you sigh and show them your rectum. It''s obviously quite used to having objects shoved in, something your audience notices immediately.'
  1096. 'Then your greed overcomes you. They already know... you might as well earn some money by showing them properly, right?'
  1097. 'You pull your ass cheeks aside, giving them a good view of your worn out anus.'
  1098. gs 'arousal', 'porn', 2, 'exhibitionism'
  1099. gs 'stat'
  1100. end
  1101. else
  1102. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore21.jpg"></center>'
  1103. 'You smile to yourself, he''s going to love what you have in store for him!'
  1104. '"I''m sorry", you tell him, explicitly mentioning his username as well. "I can''t right now..."'
  1105. 'Then you turn around, and show him the large plug you currently have shoved inside you. You wiggle your ass seductively at the camera, and hear the donation sound mere seconds later.'
  1106. gs 'arousal', 'porn', 2, 'exhibitionism'
  1107. gs 'stat'
  1108. end
  1109. act 'Continue':gt 'Komp','waitclients'
  1110. end
  1111. act 'Ignore him':
  1112. cls
  1113. gt 'Komp','waitclients'
  1114. end
  1115. end
  1116. if webpopular >= 15 and pcs_ass >= 15 and clientask = 89:
  1117. cls
  1118. gt 'kompMFCtwo'
  1119. end
  1120. if webpopular < 50 and clientask = 88:
  1121. cls
  1122. gt 'kompMFCtwo'
  1123. end
  1124. if webpopular >= 50 and pcs_vag >= 35 and clientask = 87:
  1125. cls
  1126. gt 'kompMFCtwo'
  1127. end
  1128. if webpopular >= 35 and pcs_vag >= 25 and alko >= 8 and clientask = 86:
  1129. cls
  1130. gt 'kompMFCtwo'
  1131. end
  1132. if webpopular >= 50 and pcs_vag > 0 and pcs_ass > 0 and alko >= 8 and sub > 50 and clientask = 85:
  1133. cls
  1134. gt 'kompMFCtwo'
  1135. end
  1136. if backmfc = 0 and webpopular >= 25 and pcs_vag >= 30 and pcs_ass >= 30 and alko >= 8 and clientask = 84:
  1137. cls
  1138. gt 'kompMFCtwo'
  1139. end
  1140. if backmfc = 0 and pcs_vag > 20 and clientask = 83:
  1141. cls
  1142. gt 'kompMFCtwo'
  1143. end
  1144. if webpopular > 25 and backmfc = 0 and sub > 25 and pcs_vag > 10 and prezik > 0 and clientask = 82:
  1145. cls
  1146. gt 'kompMFCtwo'
  1147. end
  1148. if backmfc = 0 and webpopular >= 50 and pcs_ass > 25 and clientask = 81:
  1149. cls
  1150. gt 'kompMFCtwo'
  1151. end
  1152. ! if backmfc = 0 and webpopular >= 50 and pcs_ass > 10 and pcs_vag > 10 and sub > 50 and alko >= 6 and clientask = 80:
  1153. ! cls
  1154. ! gt 'kompMFCtwo'
  1155. ! end
  1156. if backmfc = 0 and clientask = 90:
  1157. cls
  1158. 'One of the visitors asks: "Do you have a vibrator or dildo? I want you to put up a little show..."'
  1159. gt 'kompMFC'
  1160. end
  1161. if topmfc = 1 and clientask < 81:
  1162. act 'Take off your bra':
  1163. cls
  1164. mfcclients = 0
  1165. topmfc = 0
  1166. gs 'stat'
  1167. if backmfc = 1:
  1168. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore4.jpg"></center>'
  1169. end
  1170. if backmfc = 0:
  1171. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore5.jpg"></center>'
  1172. end
  1173. 'Even though no one requested you to do so, you figure showing off your nice boobs might get some more viewers into the channel. You slowly take off your bra and wiggle your breasts seductively at the camera.'
  1174. gs 'arousal', 'porn', 2, 'exhibitionism'
  1175. gs 'stat'
  1176. act 'Continue':gt 'Komp','waitclients'
  1177. end
  1178. end
  1179. if topmfc = 0 and clientask < 81:
  1180. act 'Idly play with your boobs':
  1181. cls
  1182. if webpopular < 15:
  1183. camclients += RAND(3,6)
  1184. elseif webpopular >= 15 and webpopular < 35:
  1185. camclients += RAND(5,10)
  1186. elseif webpopular >= 35 and webpopular < 75:
  1187. camclients += RAND(10,20)
  1188. elseif webpopular >= 75:
  1189. camclients += RAND(15,35)
  1190. end
  1191. if alko >= 4:
  1192. gs 'pain', 2, 'slap', 'breasts'
  1193. end
  1194. chancetips = RAND(0,100)
  1195. if chancetips >= 85:
  1196. tokens += RAND(2,10)
  1197. end
  1198. gs 'stat'
  1199. if alko >= 4:
  1200. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore80.jpg"></center>'
  1201. else
  1202. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore9.jpg"></center>'
  1203. end
  1204. 'You chat with your visitors for a little while, but begin to play with your boobs absent-mindedly in a slow moment. It feels quite nice! You knead your boobs and play with them more and more intently, almost completely forgetting about the camera.'
  1205. gs 'arousal', 'porn', 2, 'exhibitionism'
  1206. gs 'stat'
  1207. act 'Continue':gt 'Komp','waitclients'
  1208. end
  1209. end
  1210. if backmfc = 1 and clientask < 81:
  1211. act 'Take off your panties':
  1212. cls
  1213. mfcclients = 0
  1214. backmfc = 0
  1215. gs 'stat'
  1216. if topmfc = 1:
  1217. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore5.jpg"></center>'
  1218. end
  1219. if topmfc = 0:
  1220. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore6.jpg"></center>'
  1221. end
  1222. 'You know that the fewer clothes you have on, the more visitors will be inclined to check out your channel. You slowly take off your panties in front of the camera, rewarding the viewers already in your channel to a free show when you expose your naked pussy to them.'
  1223. gs 'arousal', 'porn', 2, 'exhibitionism'
  1224. gs 'stat'
  1225. act 'Continue':gt 'Komp','waitclients'
  1226. end
  1227. end
  1228. if backmfc = 0 and clientask < 81:
  1229. act 'Play with your pussy':
  1230. cls
  1231. if webpopular < 15:
  1232. camclients += RAND(5,10)
  1233. elseif webpopular >= 15 and webpopular < 35:
  1234. camclients += RAND(10,15)
  1235. elseif webpopular >= 35 and webpopular < 75:
  1236. camclients += RAND(10,30)
  1237. elseif webpopular >= 75:
  1238. camclients += RAND(15,40)
  1239. end
  1240. chancetips = RAND(0,100)
  1241. if chancetips >= 75:
  1242. tokens += RAND(10,15)
  1243. end
  1244. gs 'stat'
  1245. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore11.jpg"></center>'
  1246. 'You get bored during a slow moment in the chat, and begin to play with your pussy without giving it another thought.'
  1247. '"How does that feel, girl?" one of your visitors asks. "I bet you love fingering yourself, with a bunch of strangers watching you!" another adds.'
  1248. 'Giving them a defensive smile, you shrug and reply with one hand, while you keep rubbing your clit slowly with the other.'
  1249. gs 'arousal', 'porn', 2, 'exhibitionism'
  1250. gs 'arousal', 'vaginal_finger', 2, 'exhibitionism'
  1251. minut -= 2
  1252. gs 'stat'
  1253. if pcs_horny >= 100:
  1254. webpopular -= 1
  1255. mfccum += 1
  1256. pcs_mood = 100
  1257. gs 'stat'
  1258. 'Oh crap! You misjudged your endurance, and suddenly squirm and gasp in front of the camera. You''re having an orgasm!'
  1259. 'When it subsides, you look at your current viewer count. Damn... you just came in front of <<camclients>> users, completely free of charge!'
  1260. $orgasm_or = 'yes'
  1261. gs 'stat'
  1262. end
  1263. act 'Continue':gt 'Komp','waitclients'
  1264. end
  1265. end
  1266. if backmfc = 0 and clientask < 81:
  1267. act'Play with your ass':
  1268. cls
  1269. if webpopular < 15:
  1270. camclients += RAND(5,10)
  1271. elseif webpopular >= 15 and webpopular < 35:
  1272. camclients += RAND(10,15)
  1273. elseif webpopular >= 35 and webpopular < 75:
  1274. camclients += RAND(10,30)
  1275. elseif webpopular >= 75:
  1276. camclients += RAND(15,40)
  1277. end
  1278. if pcs_ass < 10:analplay += 1
  1279. mfcclients = 0
  1280. minut += 2
  1281. pcs_horny += RAND(5,10)
  1282. chancetips = RAND(0,100)
  1283. if chancetips >= 60:
  1284. tokens += RAND(10,20)
  1285. end
  1286. gs 'stat'
  1287. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore45.jpg"></center>'
  1288. 'You put two fingers in your mouth and generously cover them in saliva, and then turn your back to the camera. Much to the appreciation of your viewers, you give them a short preview of what an anal show would look like from you. You finger your anus for the camera for a little while, giving your viewers a happy smile the whole time.'
  1289. gs 'arousal', 'porn', 2, 'exhibitionism'
  1290. gs 'arousal', 'anal_finger', 2, 'exhibitionism'
  1291. minut -= 2
  1292. gs 'stat'
  1293. if pcs_horny >= 100:
  1294. webpopular -= 1
  1295. mfccum += 1
  1296. pcs_mood = 100
  1297. gs 'stat'
  1298. $orgasm_or = 'custom'
  1299. $orgasm_txt = 'It feels too good to stop! Before you know it, your fingers are repeatedly penetrating your ass and you moan excitedly, barely keeping yourself from screaming. You just had an anal orgasm in front of <<camclients>> users, completely free of charge! Oops...'
  1300. gs 'stat'
  1301. end
  1302. act'Continue':gt'Komp','waitclients'
  1303. end
  1304. end
  1305. if topmfc = 0 and pain['nippleR'] < 10 and pain['nippleL'] < 10 and clientask < 81:
  1306. act'Pinch your nipples hard':
  1307. cls
  1308. if webpopular < 15:
  1309. camclients += RAND(5,10)
  1310. elseif webpopular >= 15 and webpopular < 35:
  1311. camclients += RAND(10,15)
  1312. elseif webpopular >= 35 and webpopular < 75:
  1313. camclients += RAND(10,30)
  1314. elseif webpopular >= 75:
  1315. camclients += RAND(15,40)
  1316. end
  1317. mfcclients = 0
  1318. gs 'pain', 2, 'pinch', 'nipples'
  1319. chancetips = RAND(0,100)
  1320. if chancetips >= 75:
  1321. tokens += RAND(20,40)
  1322. end
  1323. gs 'stat'
  1324. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore80.jpg"></center>'
  1325. 'You''re getting too turned on, and need to slow yourself down a little!'
  1326. 'You tightly pinch your nipples and pull hard on them. It hurts a lot, and the sharp pain lowers your excitement by quite a lot. Nevertheless, your viewers enjoy the free show and have no idea you actually did that for your own good.'
  1327. gs 'arousal', 'porn', 2, 'exhibitionism'
  1328. gs 'stat'
  1329. act'Continue':gt'Komp','waitclients'
  1330. end
  1331. end
  1332. if sisterHere > 0 and $loc = 'bedrPar':
  1333. cls
  1334. topmfc = 1
  1335. backmfc = 1
  1336. karta += tokens * 2
  1337. gs 'stat'
  1338. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/camwhore2.jpg"></center>'
  1339. 'Suddenly you hear the handle of your door creak, and an annoyed voice shouting: "<<$pcs_nickname>>, what the hell!? Why is the door locked? Let me in!"'
  1340. 'Oh crap, it''s your sister! "Sorry everyone, show''s over!" you whisper to the camera, and you slap your laptop shut. You quickly put your clothes back on and open your door, trying to avoid the scrutinizing gaze of your sister.'
  1341. 'When she''s no longer paying attention to you, you open your laptop again and find yourself in the main lobby of MyFreeCams. You''re a bit bummed that you couldn''t get more out of that session, but cash in your earnings.'
  1342. act 'Continue':gt 'Komp','mfc'
  1343. else
  1344. act 'Turn off the webcam':gt 'Komp','startpagemfc'
  1345. end
  1346. end
  1347. if $ARGS[0] = 'bank':
  1348. '<center><img <<$set_imgh>> src="images/shared/accessories/computer/online_bank.jpg"></center>'
  1349. if karta + bankDebtLimit >= 10:
  1350. *pl
  1351. 'You can buy prepaid internet access online through your bank account. 1 hour of internet only costs 10 <b>₽</b>! *'
  1352. *pl
  1353. if karta >= 0:
  1354. 'You have <<karta>> <b>₽</b> in your account.'
  1355. 'You have an overdraft limit of <font color="blue"><<bankDebtLimit>></font>!'
  1356. else
  1357. 'You are overdrawn by <font color="red"><<-1 * karta>> <b>₽</b></font>.'
  1358. 'You have a remaining credit limit of <font color="blue"><<bankDebtLimit + karta>></font>!'
  1359. end
  1360. *pl
  1361. act 'Buy internet time':
  1362. cla
  1363. intinp = input ("How many hours of internet access do you wish to purchase? (1hr = 10 <b>₽</b>)")
  1364. if intinp <= 0 or intinp * 10 > karta + bankDebtLimit:
  1365. 'Invalid amount.'
  1366. else
  1367. karta -= intinp * 10
  1368. internet += intinp
  1369. 'You pay for <<intinp>> hours of prepaid internet access. You have a total of <<internet>> hours of internet access remaining.'
  1370. '<<intinp * 10>> <b>₽</b> was removed from your account to pay for it.'
  1371. end
  1372. act 'Continue': gt 'Komp', 'bank'
  1373. end
  1374. end
  1375. act 'Close your browser':gt 'Komp', 'start'
  1376. end
  1377. if $ARGS[0] = 'fin':
  1378. gt $loc, $metka
  1379. end
  1380. --- Komp ---------------------------------