mod_public_WC_rab_work_chystota.qsrc 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622
  1. # mod_public_WC_rab_work_chystota
  2. if $ARGS[0] = 'start':
  3. $loc_arg = $ARGS[0]
  4. $location_type = 'indoors'
  5. $loc = 'mod_public_WC_rab_work_chystota'
  6. $metka = 'start'
  7. gs 'stat'
  8. *clr & cla
  9. '"Yana looked at me, "Fine, now you''re ready.'
  10. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/maid.cloth'+rand(0,5)+'.jpg"></center>'
  11. 'Go to the bar, Toha will explain everything to you.'
  12. act 'Go to the bar':
  13. *clr & cla
  14. 'I went to the bar, a handsome young boy immediately began to command'
  15. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/work/serving/TOHA.jpg"></center>'
  16. if vladajob13 = 1 and vladajob11 = 1:
  17. 'Hi, Yana said you''re new to Betsy. Your task is to walk around the club and clean where it is dirty. At least once every two hours, come here to the counter and check if I have any special instructions. At 9 o''clock your shift ends, you will come to me. '
  18. vladajob13 = 0
  19. elseif vladajob11 = 0 and vladajob13 = 1:
  20. 'Hello, Betsy. Your task is to walk around the club and clean where it is dirty. At least once every two hours, come here to the counter and check if I have any special instructions. At 9 o''clock your shift ends, you will come to me. '
  21. vladajob13 = 0
  22. else
  23. 'Hi Betsy, let''s get to work soon. At 9 o''clock your shift ends. '
  24. end
  25. bcilg = 0
  26. bhour = hour + 2
  27. bminut = minut
  28. if bhour >= 24: bhour -= 24
  29. bcil = 0
  30. act'Continue talk with Toha': minut += 3 & gt 'mod_public_WC_rab_work_chystota', 'Toha'
  31. act'Go to the tables': minut += 1 & gt 'mod_public_WC_rab_work_chystota', 'tables'
  32. act'Go to billiard': minut += 5 & gt 'mod_public_WC_rab_work_chystota', 'billiard'
  33. act'Go to balcony': minut += 3 & gt 'mod_public_WC_rab_work_chystota', 'balcony'
  34. act'Go to office': minut += 8 & gt 'mod_public_WC_rab_work_chystota', 'office'
  35. act'Go to dancefloor': minut += 8 & gt 'mod_public_WC_rab_work_chystota', 'dancefloor'
  36. end
  37. end
  38. if $ARGS[0] = 'Toha':
  39. gt 'mod_public_WC_rab_work_TOHA', 'tohachystota'
  40. end
  41. if $ARGS[0] = 'tables':
  42. $loc_arg = $ARGS[0]
  43. $location_type = 'indoors'
  44. $loc = 'mod_public_WC_rab_work_chystota'
  45. $metka = 'tables'
  46. gs 'stat'
  47. *clr & cla
  48. '<center><b><font color="maroon">"Tables"</font></b></center>'
  49. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/work/serving/tables.jpg"></center>'
  50. if bcil > 0: act 'Go to the hotel': minut += 4 & gt 'mod_public_WC_rab_work_chystota', 'hotel'
  51. act'Go to the Toha': minut += 1 & gt 'mod_public_WC_rab_work_chystota', 'Toha'
  52. act'Go to billiard': minut += 5 & gt 'mod_public_WC_rab_work_chystota', 'billiard'
  53. act'Go to balcony': minut += 3 & gt 'mod_public_WC_rab_work_chystota', 'balcony'
  54. act'Go to office': minut += 8 & gt 'mod_public_WC_rab_work_chystota', 'office'
  55. act'Go to dancefloor': minut += 8 & gt 'mod_public_WC_rab_work_chystota', 'dancefloor'
  56. act 'wait': 'I can''t wait here, I''m sure Toha will pay attention to it. '
  57. if broom = 1: 'The puddle hasn''t disappeared yet, probably the other girls haven''t noticed it yet.'
  58. temp = rand (1,5)
  59. if temp = 1 and broom ! 1:
  60. 'I noticed a puddle'
  61. broom = 1
  62. end
  63. if broom = 1:
  64. act 'Remove the puddle':
  65. gt 'mod_public_WC_rab_work_chystota', 'RP'
  66. end
  67. end
  68. if hour >= 10 and hour < 21:
  69. *clr & cla
  70. 'Toha approached me'
  71. 'Did you enjoy working so much? Why don''t you come to me? Your shift is over, you can go to the room '
  72. act 'Go to the room': gt 'mod_public_WC_rab_work', 'room'
  73. if shtraf >= 5:
  74. act 'Ask if I can make up for my current guilt at work?':
  75. cla
  76. 'Of course you can, let''s go to the utility room. - Toha smiles greedily '
  77. act 'No, thanks.':
  78. cla
  79. act 'Go to the room': gt 'mod_public_WC_rab_work', 'room'
  80. end
  81. gs 'willpower', 'prostitution', 'self', 'medium'
  82. if will_cost <= pcs_willpwr:
  83. act 'Go to the utility room (<<will_cost>> Willpower)':
  84. *clr & cla
  85. gs 'willpower', 'pay', 'self'
  86. gs 'stat'
  87. 'Going into the utility room, Toh bent me by force and began to have'
  88. '<center><video autoplay loop src="mod/public_WC/lisrab/work/serving/ursex.mp4"></video></center>'
  89. guy += 1
  90. dick = 18
  91. npc_dick[$npclastgenerated] = dick
  92. stat['vaginal'] += 1
  93. shtraf = 0
  94. gs 'sweat', 'add', 5
  95. gs 'arousal', 'vaginal', 15, 'bound', 'sub', 'prostitution'
  96. gs 'stat'
  97. act 'Continue':
  98. *clr & cla
  99. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/work/serving/tohacum.jpg"></center>'
  100. 'Toha finished on me.'
  101. '"It was good, your sins are forgiven." - finally Toha slapped me on the buttocks. '
  102. cumarrnam = 'Toha'
  103. spafinloc = 11
  104. spafinloc = 15
  105. shtraf = 0
  106. gs 'cum_manage'
  107. gs 'stat'
  108. act 'Go to the room': gt 'mod_public_WC_rab_work', 'room'
  109. end
  110. end
  111. else
  112. act 'Go to the utility room (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  113. end
  114. end
  115. if shtraf > 10:
  116. cla
  117. 'Betsy, you''ve done so many stupid things that even I can''t cover you.'
  118. act 'Go to the room': gt 'mod_public_WC_rab_work', 'room'
  119. end
  120. end
  121. end
  122. end
  123. if $ARGS[0] = 'billiard':
  124. $loc_arg = $ARGS[0]
  125. $location_type = 'indoors'
  126. $loc = 'mod_public_WC_rab_work_chystota'
  127. $metka = 'billiard'
  128. gs 'stat'
  129. *clr & cla
  130. '<center><b><font color="maroon">Billiard</font></b></center>'
  131. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/work/serving/billiard.jpg"></center>'
  132. act'Go to the tables': minut += 5 & gt 'mod_public_WC_rab_work_chystota', 'tables'
  133. act'Go to balcony': minut += 8 & gt 'mod_public_WC_rab_work_chystota', 'balcony'
  134. act'Go to office': minut += 3 & gt 'mod_public_WC_rab_work_chystota', 'office'
  135. act'Go to dancefloor': minut += 8 & gt 'mod_public_WC_rab_work_chystota', 'dancefloor'
  136. act 'wait': gs 'obj_din', 'wait'
  137. if broom = 2: 'The puddle hasn''t disappeared yet, probably the other girls haven''t noticed it yet.'
  138. temp = rand (1,5)
  139. if temp = 1 and broom ! 2:
  140. 'I noticed a puddle'
  141. broom = 2
  142. end
  143. if broom = 2:
  144. act 'Remove the puddle':
  145. gt 'mod_public_WC_rab_work_chystota', 'RP'
  146. end
  147. end
  148. end
  149. if $ARGS[0] = 'balcony':
  150. $loc_arg = $ARGS[0]
  151. $location_type = 'indoors'
  152. $loc = 'mod_public_WC_rab_work_chystota'
  153. $metka = 'balcony'
  154. gs 'stat'
  155. *clr & cla
  156. '<center><b><font color="maroon">Balcony</font></b></center>'
  157. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/work/serving/balcony.jpg"></center>'
  158. act'Go to the tables': minut += 3 & gt 'mod_public_WC_rab_work_chystota', 'tables'
  159. act'Go to billiard': minut += 8 & gt 'mod_public_WC_rab_work_chystota', 'billiard'
  160. act'Go to office': minut += 11 & gt 'mod_public_WC_rab_work_chystota', 'office'
  161. act'Go to dancefloor': minut += 11 & gt 'mod_public_WC_rab_work_chystota', 'dancefloor'
  162. act 'wait': gs 'obj_din', 'wait'
  163. if broom = 3: 'The puddle hasn''t disappeared yet, probably the other girls haven''t noticed it yet.'
  164. temp = rand (1,5)
  165. if temp = 1 and broom ! 3:
  166. 'I noticed a puddle'
  167. broom = 3
  168. end
  169. if broom = 3:
  170. act 'Remove the puddle':
  171. gt 'mod_public_WC_rab_work_chystota', 'RP'
  172. end
  173. end
  174. if siga > 0:
  175. act 'Smoking':
  176. minut += rand(3,5)
  177. gs 'drugs', 'smoke'
  178. gs 'stat'
  179. end
  180. end
  181. if siga <= 0:
  182. act 'Ask one of the guests on the balcony for a cigarette':
  183. minut += rand(3,5)
  184. temp = rand(1,10)
  185. gs 'stat'
  186. if pcs_sweat >= 10: temp -= pcs_sweat/10
  187. if temp <= 2:
  188. 'The guest looks at you in astonishment and leaves.'
  189. shtraf += rand(5,10)
  190. elseif temp <= 6:
  191. shtraf += rand(0,1)
  192. 'The guest pretends you don''t exist'
  193. elseif temp <= 9:
  194. 'A man smiles, gives you a cigarette and lights it'
  195. gs 'drugs', 'smoke'
  196. siga += 1
  197. gs 'stat'
  198. else
  199. 'A man smiles, gives you a cigarette and lights it'
  200. gs 'drugs', 'smoke'
  201. gs 'drugs', 'aphrodisiac'
  202. aphrodisiac_have += 1
  203. siga += 1
  204. gs 'stat'
  205. end
  206. end
  207. end
  208. end
  209. if $ARGS[0] = 'office':
  210. $loc_arg = $ARGS[0]
  211. $location_type = 'indoors'
  212. $loc = 'mod_public_WC_rab_work_chystota'
  213. $metka = 'office'
  214. gs 'stat'
  215. *clr & cla
  216. '<center><b><font color="maroon">Office</font></b></center>'
  217. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/work/serving/office.jpg"></center>'
  218. act'Go to the tables': minut += 8 & gt 'mod_public_WC_rab_work_chystota', 'tables'
  219. act'Go to billiard': minut += 3 & gt 'mod_public_WC_rab_work_chystota', 'billiard'
  220. act'Go to balcony': minut += 11 & gt 'mod_public_WC_rab_work_chystota', 'balcony'
  221. act'Go to dancefloor': minut += 11 & gt 'mod_public_WC_rab_work_chystota', 'dancefloor'
  222. act 'wait': gs 'obj_din', 'wait'
  223. if broom = 4: 'The puddle hasn''t disappeared yet, probably the other girls haven''t noticed it yet.'
  224. temp = rand (1,5)
  225. if temp = 1 and broom ! 4:
  226. 'I noticed a puddle'
  227. broom = 4
  228. end
  229. if broom = 4:
  230. act 'Remove the puddle':
  231. gt 'mod_public_WC_rab_work_chystota', 'RP'
  232. end
  233. end
  234. if pcs_intel >= rand(50,70) or pcs_compskl >= rand(40,60) or pcs_comphckng >= rand(20,35):
  235. *nl
  236. 'I see an open bank website with a logged-in account'
  237. act 'Pretend I''m cleaning up at the computer and take a closer look':
  238. *clr & cla
  239. minut += 3
  240. temp = rand(1,100)
  241. if temp <=5:
  242. 'account balance is 250000'
  243. bglass = 250000
  244. elseif temp <=15:
  245. 'account balance is 10000'
  246. bglass = 10000
  247. elseif temp <=40:
  248. 'account balance is 5000'
  249. bglass = 5000
  250. else
  251. 'There is debt on the bank account'
  252. end
  253. if temp <= 40 and bankAccount = 1:
  254. act 'Transfer money to your card':
  255. *clr & cla
  256. temp = rand(1,10)
  257. if temp = 1:
  258. 'The money was transferred.'
  259. money += bglass
  260. mood += bglass/1000
  261. act 'get away from the computer': gs 'stat' & gt 'mod_public_WC_rab_work_chystota', 'office'
  262. elseif temp <=5:
  263. 'The program blocks transfers to unfamiliar cards.'
  264. act 'Hack':
  265. *clr & cla
  266. minut += rand(5,30)
  267. if pcs_comphckng >= rand(30,60):
  268. 'Hacked successfully'
  269. 'The money was transferred.'
  270. money += bglass
  271. mood += bglass/1000
  272. act 'get away from the computer': gs 'stat' & gt 'mod_public_WC_rab_work_chystota', 'office'
  273. else
  274. 'I can''t Hack that'
  275. mood -= 10
  276. act 'get away from the computer': gs 'stat' & gt 'mod_public_WC_rab_work_chystota', 'office'
  277. end
  278. end
  279. elseif temp <=8:
  280. *clr & cla
  281. 'The program requires double authentication. I can''t break this without preparation '
  282. mood -= 10
  283. if pcs_comphckng >= rand(70,90):
  284. 'Ha, in the last hope, I did succeed!'
  285. 'The money was transferred.'
  286. money += bglass
  287. mood += bglass/1000
  288. end
  289. act 'get away from the computer': gs 'stat' & gt 'mod_public_WC_rab_work_chystota', 'office'
  290. elseif temp >=9:
  291. *clr & cla
  292. if bglass = 250000:
  293. 'I felt a blow and lost consciousness'
  294. over = 1
  295. gt 'gameover'
  296. else
  297. 'I felt a blow and the man behind my ear pulled me away from the computer "What the hell!"'
  298. 'In a weeping voice, I assure him that I just cleaned up'
  299. 'Get out of here!'
  300. gs 'pain', 9, 'ears', 'pull'
  301. gs 'pain', 9, 'head', 'spank'
  302. shtraf += 10
  303. gs 'stat'
  304. act 'get away from the computer': gs 'stat' & gt 'mod_public_WC_rab_work_chystota', 'office'
  305. end
  306. end
  307. end
  308. end
  309. act 'get away from the computer': gs 'stat' & gt 'mod_public_WC_rab_work_chystota', 'office'
  310. end
  311. end
  312. end
  313. if $ARGS[0] = 'dancefloor':
  314. $loc_arg = $ARGS[0]
  315. $location_type = 'indoors'
  316. $loc = 'mod_public_WC_rab_work_chystota'
  317. $metka = 'dancefloor'
  318. gs 'stat'
  319. *clr & cla
  320. '<center><b><font color="maroon">Dancefloor</font></b></center>'
  321. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/work/serving/party.jpg"></center>'
  322. act'Go to the tables': minut += 8 & gt 'mod_public_WC_rab_work_chystota', 'tables'
  323. act'Go to billiard': minut += 8 & gt 'mod_public_WC_rab_work_chystota', 'billiard'
  324. act'Go to balcony': minut += 11 & gt 'mod_public_WC_rab_work_chystota', 'balcony'
  325. act'Go to office': minut += 11 & gt 'mod_public_WC_rab_work_chystota', 'office'
  326. act 'wait': gs 'obj_din', 'wait'
  327. if broom = 5: 'The puddle hasn''t disappeared yet, probably the other girls haven''t noticed it yet.'
  328. temp = rand (1,5)
  329. if temp = 1 and broom ! 5:
  330. 'I noticed a puddle'
  331. broom = 5
  332. end
  333. if broom = 5:
  334. act 'Remove the puddle':
  335. gt 'mod_public_WC_rab_work_chystota', 'RP'
  336. end
  337. end
  338. act 'go to dance':
  339. *clr & cla
  340. act 'Go from dancefloor': gt 'mod_public_WC_rab_work_chystota', 'dancefloor'
  341. if pcs_danc <= 30 or pcs_dancero <= 30:
  342. 'My grimaces on the dance floor made others laugh'
  343. minut += rand(5,10)
  344. pcs_dancero += rand(0,1)
  345. shtraf += rand(0,2)
  346. gs 'sweat', 'add', 10
  347. gs 'stat'
  348. elseif pcs_danc <= 60 or pcs_dancero <= 60:
  349. 'Some men pay attention to me'
  350. minut += rand(5,20)
  351. pcs_dancero += rand(0,2)
  352. gs 'sweat', 'add', 10
  353. gs 'stat'
  354. else
  355. 'I dance in the center, all eyes are on me, guests throw money at my feet'
  356. temp = rand(1,3)
  357. minut += temp*20
  358. pcs_dancero += rand(0,temp)
  359. gs 'sweat', 'add', temp*7
  360. if ryska < 10: temp = rand(101,112)
  361. act 'Gather the money and go':
  362. money += rand(500,1500)
  363. gs 'stat'
  364. gt 'mod_public_WC_rab_work_chystota', 'dancefloor'
  365. end
  366. if temp = 101:
  367. ryska += 1 & 'The men hand me glasses:" It was crazy" one of them draws a symbol on me.'
  368. act 'take & drink one':
  369. temp = rand(1,10)
  370. if temp <=3:
  371. gs 'drugs', 'alcohol','champagne'
  372. elseif temp <=5:
  373. gs 'drugs', 'alcohol','rum'
  374. elseif temp <=8:
  375. gs 'drugs', 'alcohol', 'vodka'
  376. elseif temp <=9:
  377. gs 'drugs', 'alcohol', 'wine'
  378. elseif temp =10:
  379. gs 'drugs', 'alcohol', 'champagne'
  380. gs 'drugs', 'heroin'
  381. gs 'drugs', 'aphrodisiac'
  382. aphrodisiac_have += 1
  383. gs 'drugs', 'mentats'
  384. mentats_have += 1
  385. gs 'stat'
  386. end
  387. end
  388. end
  389. gs 'stat'
  390. end
  391. end
  392. end
  393. if $ARGS[0] = 'hotel':
  394. $loc_arg = $ARGS[0]
  395. $location_type = 'indoors'
  396. $loc = 'mod_public_WC_rab_work_chystota'
  397. $metka = 'tables'
  398. gs 'stat'
  399. *clr & cla
  400. '<center><b><font color="maroon">"Lift"</font></b></center>'
  401. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/work/serving/lift.jpg"></center>'
  402. 'I''m in the elevator.'
  403. act 'I press on the floor 1': minut += 1 & gt 'mod_public_WC_rab_work_chystota', 'tables'
  404. act 'I press on the floor 2': minut += 1 & gt 'mod_public_WC_rab_work_chystota_hotel', '2'
  405. act 'I press on the floor 3': minut += 2 & gt 'mod_public_WC_rab_work_chystota_hotel', '3'
  406. act 'I press on the floor 4': minut += 3 & gt 'mod_public_WC_rab_work_chystota_hotel', '4'
  407. end
  408. if $ARGS[0] = 'RP':
  409. *clr & cla
  410. act 'Dancing with a mop':
  411. *clr & cla
  412. '<center><video autoplay loop src="mod/public_WC/lisrab/work/serving/serv/clean/maidmopdance.mp4"></video></center>'
  413. if pcs_dancero > 70 or pcs_danc > 90:
  414. 'Men have broken away from dinner and do not take their eyes off you'
  415. mood += rand(5,10)
  416. minut += rand(10,20)
  417. if ryska < 10:
  418. temp = rand(1,10)
  419. if temp = 1: ryska += 1 & 'A man comes up to you, slaps your buttocks and draws a symbol with "Daaaamn."'
  420. end
  421. broom = 0
  422. 'I brought cleanliness'
  423. cleaning_exp += rand (1,5)
  424. gs 'sweat', 'add', 10
  425. act 'continue': gs 'stat' & gt $loc, $loc_arg
  426. elseif pcs_dancero > 40 or pcs_danc > 60:
  427. 'Men start to notice me'
  428. pcs_dancero += rand(0,1)
  429. mood += rand(5,10)
  430. minut += rand(10,20)
  431. if ryska < 10:
  432. temp = rand(1,20)
  433. if temp = 1: ryska += 1 & 'A man comes up to you, slaps your buttocks and draws a symbol with "Daaaamn."'
  434. end
  435. broom = 0
  436. 'I brought cleanliness'
  437. cleaning_exp += rand (1,5)
  438. gs 'sweat', 'add', 10
  439. act 'continue': gs 'stat' & gt $loc, $loc_arg
  440. else
  441. 'Clumsily tugging at the mop, I just made those who noticed me laugh ('
  442. minut += rand(5,20)
  443. mood -= rand(5,10)
  444. pcs_dancero += rand(0,1)
  445. broom = 0
  446. 'I brought cleanliness'
  447. cleaning_exp += rand (1,5)
  448. gs 'sweat', 'add', 10
  449. act 'continue': gs 'stat' & gt $loc, $loc_arg
  450. end
  451. end
  452. act 'Bend so that it is visible under the skirt':
  453. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/work/serving/serv/clean/mop/mop_tease (1).jpg"></center>'
  454. gs 'arousal', 'flash', rand(10,20), 'exhibitionism'
  455. gs 'flash', 'exhibitionism', 1
  456. gs 'stat'
  457. 'I feel the hungry looks of men'
  458. temp = rand(1,10)
  459. if temp = 1:
  460. *clr & cla
  461. 'Someone came up behind me and pressed me to the table by force, breaking me, I felt my panties slip off.'
  462. '<center><video autoplay loop src="mod/public_WC/lisrab/work/serving/napoi/sexstill (1).mp4"></video></center>'
  463. guy += 1
  464. stat['vaginal'] += 1
  465. dick = rand(14,30)
  466. npc_dick[$npclastgenerated] = dick
  467. gs 'arousal', 'vaginal', rand(5,20), 'sub', 'rough'
  468. gs 'stat'
  469. 'Someone fuck me'
  470. minut += rand(5,15)
  471. gs 'willpower', 'humiliation', 'self'
  472. if will_cost <= pcs_willpwr:
  473. act 'Take me handsome (<<will_cost>> Willpower)':
  474. *clr & cla
  475. gs 'willpower', 'pay', 'self'
  476. gs 'stat'
  477. 'Well, you''re a bitch'
  478. 'Soon he finished and put some money in my panties'
  479. '<center><video autoplay loop src="mod/public_WC/lisrab/work/serving/napoi/sexstill (2).mp4"></video></center>'
  480. spafinloc = 0
  481. gs 'cum_manage'
  482. gs 'stat'
  483. temp = rand(1,12)
  484. if temp = 1: ryska += 1 & "Here, damn it, the stallion draws a symbol on me."
  485. money += rand (1,3)*100
  486. act 'Finish cleaning':
  487. gs 'sweat', 'add', 10
  488. *clr & cla
  489. broom = 0
  490. 'I brought cleanliness'
  491. cleaning_exp += rand (1,5)
  492. act 'continue': gs 'stat' & gt $loc, $loc_arg
  493. end
  494. end
  495. else
  496. act 'Take me handsome (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  497. end
  498. act 'Silently suffer':
  499. *clr & cla
  500. 'Soon he finished and put some money in my panties'
  501. '<center><video autoplay loop src="mod/public_WC/lisrab/work/serving/napoi/sexstill (2).mp4"></video></center>'
  502. spafinloc = 0
  503. gs 'cum_manage'
  504. gs 'stat'
  505. temp = rand(1,12)
  506. money += rand (1,3)*100
  507. act 'Finish cleaning':
  508. *clr & cla
  509. gs 'sweat', 'add', 10
  510. broom = 0
  511. 'I brought cleanliness'
  512. cleaning_exp += rand (1,5)
  513. act 'continue': gs 'stat' & gt $loc, $loc_arg
  514. end
  515. end
  516. else
  517. cla
  518. gs 'sweat', 'add', 10
  519. broom = 0
  520. 'I brought cleanliness'
  521. cleaning_exp += rand (1,5)
  522. act 'continue': gs 'stat' & gt $loc, $loc_arg
  523. end
  524. end
  525. act 'Just finish cleaning':
  526. *clr & cla
  527. gs 'sweat', 'add', 10
  528. broom = 0
  529. 'I brought cleanliness'
  530. cleaning_exp += rand (4,6)
  531. act 'continue': gs 'stat' & gt $loc, $loc_arg
  532. end
  533. end
  534. --- mod_public_WC_rab_work_chystota ---------------------------------