mod_public_WC_rab_work_TOHA.qsrc 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442
  1. # mod_public_WC_rab_work_TOHA
  2. if $ARGS[0] = 'Tohanapoi':
  3. $location_type = 'indoors'
  4. $loc = 'mod_public_WC_rab_work_TOHA'
  5. gs 'stat'
  6. *clr & cla
  7. '<center><b><font color="maroon">Toha</font></b></center>'
  8. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/work/serving/TOHA.jpg"></center>'
  9. if pcs_heels - 75 < 0:
  10. temp = rand(pcs_heels,100)
  11. if temp <= 75:
  12. if 75 - temp >= 60:
  13. 'I feel like a cow on ice with heels like that,'
  14. elseif 75 - temp >= 50:
  15. 'I feel like a cow on ice with heels like that,'
  16. elseif 75 - temp >= 30:
  17. 'I feel like walking on a tightrope on heels like that,'
  18. elseif 75 - temp >= 15:
  19. 'It''s hard for me to walk, but somehow I keep my balance'
  20. elseif 75 - temp >= 0:
  21. 'I don''t wear such heels confidently'
  22. end
  23. end
  24. end
  25. if hour >= 9 and hour < 21 and bglass > 0: 'Take the last order and come to me, your shift is over.'
  26. if bglass = 0:
  27. 'Is the customer satisfied?'
  28. act 'Nod "yes"':
  29. cla
  30. temp = rand(0,3)
  31. if bcil ! 0: shtraf += temp
  32. temp = rand(0,3)
  33. if bcilg ! 0: shtraf += temp
  34. 'Okay, bring a new order'
  35. temp = rand(1,5)
  36. if temp = 1: broom = 1
  37. if temp = 2: broom = 2
  38. if temp = 3: broom = 3
  39. if temp = 4: broom = 4
  40. if temp = 5: broom = 5
  41. temp = rand(1,6)
  42. bglass = temp
  43. bcil = bglass
  44. bcilg = 0
  45. if broom = 1: 'Here are the drinks, go to tables, after reading this stand, the guys will understand that it is them'
  46. if broom = 2: 'Here are the drinks, go to billiard, after reading this stand, the guys will understand that it is them'
  47. if broom = 3: 'Here are the drinks, go to balcony, after reading this stand, the guys will understand that it is them'
  48. if broom = 4: 'Here are the drinks, go to office, after reading this stand, the guys will understand that it is them'
  49. if broom = 5: 'Here are the drinks, go to dancefloor, after reading this stand, the guys will understand that it is them'
  50. bhour = hour
  51. bminut = minut
  52. temp = rand(1,8)
  53. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/work/serving/napoi/bwfull (<<temp>>).jpg"></center>'
  54. act 'Stare on Toha':
  55. minut += 3
  56. gs 'stat'
  57. gt 'mod_public_WC_rab_work_TOHA', 'Tohanapoi'
  58. end
  59. act'Go to the tables': minut += 1 & gt 'mod_public_WC_rab_work', 'tables'
  60. act'Go to billiard': minut += 5 & gt 'mod_public_WC_rab_work', 'billiard'
  61. act'Go to balcony': minut += 3 & gt 'mod_public_WC_rab_work', 'balcony'
  62. act'Go to office': minut += 8 & gt 'mod_public_WC_rab_work', 'office'
  63. act'Go to dancefloor': minut += 8 & gt 'mod_public_WC_rab_work', 'dancefloor'
  64. end
  65. act 'Nod "No"':
  66. cla
  67. if bcil > 20:
  68. 'Of course, he waited <<bcil>> minuts. No wonder.'
  69. temp = rand(bcil,100)
  70. IF temp >= 70: shtraf += 1
  71. end
  72. if bcilg > 0:
  73. 'I''m sure you also broke the glasses on the way.'
  74. if bcilg <= 1:
  75. temp = rand(1,8)
  76. elseif bcilg <= 3:
  77. temp = rand(1,6)
  78. elseif bcilg <= 5:
  79. temp = rand(1,2)
  80. end
  81. IF temp = 1: shtraf += 1
  82. bcilg = 0
  83. end
  84. if bcil = 0: 'Ok, then let''s deal with it.'
  85. 'Carry a new order'
  86. temp = rand(1,5)
  87. if temp = 1: broom = 1
  88. if temp = 2: broom = 2
  89. if temp = 3: broom = 3
  90. if temp = 4: broom = 4
  91. if temp = 5: broom = 5
  92. bglass = rand(1,6)
  93. bcil = bglass
  94. bcilg = 0
  95. if broom = 1: 'Here are the drinks, go to tables, after reading this stand, the guys will understand that it is them'
  96. if broom = 2: 'Here are the drinks, go to billiard, after reading this stand, the guys will understand that it is them'
  97. if broom = 3: 'Here are the drinks, go to balcony, after reading this stand, the guys will understand that it is them'
  98. if broom = 4: 'Here are the drinks, go to office, after reading this stand, the guys will understand that it is them'
  99. if broom = 5: 'Here are the drinks, go to dancefloor, after reading this stand, the guys will understand that it is them'
  100. bhour = hour
  101. bminut = minut
  102. temp = rand(1,8)
  103. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/work/serving/napoi/bwfull (<<temp>>).jpg"></center>'
  104. act 'Stare on Toha':
  105. minut += 3
  106. gs 'stat'
  107. gt 'mod_public_WC_rab_work_TOHA', 'Tohanapoi'
  108. end
  109. act'Go to the tables': minut += 1 & gt 'mod_public_WC_rab_work', 'tables'
  110. act'Go to billiard': minut += 5 & gt 'mod_public_WC_rab_work', 'billiard'
  111. act'Go to balcony': minut += 3 & gt 'mod_public_WC_rab_work', 'balcony'
  112. act'Go to office': minut += 8 & gt 'mod_public_WC_rab_work', 'office'
  113. act'Go to dancefloor': minut += 8 & gt 'mod_public_WC_rab_work', 'dancefloor'
  114. end
  115. act 'Put your eyes down':
  116. 'I know that look ... You broke the glasses!'
  117. 'Another clumsiness as much as possible! Wait, I''ll make a replacement now'
  118. if bcil - bglass >= rand(1,3):
  119. shtraf += rand(0,1)
  120. end
  121. minut += ( bcil - bglass ) * 3
  122. bglass = bcil
  123. gs 'stat'
  124. 'Everything is ready, get out of here!'
  125. end
  126. if hour >= 9 and hour < 21:
  127. cla
  128. 'Your shift is over, is the last customer satisfied?'
  129. act 'Nod "yes"':
  130. cla
  131. if bcil ! 0: shtraf += rand(0,3)
  132. if bcilg ! 0: shtraf += rand(0,3)
  133. 'Okay, your shift is over, you can go to the room'
  134. 'Toha quickly freed me from the BDSM gear.'
  135. act 'Go to the room': gt 'mod_public_WC_rab_work', 'room'
  136. if shtraf >= 5:
  137. act 'Ask if I can make up for my guilt today.':
  138. cla
  139. 'Of course you can, let''s go to the subsoil. Toha smiles greedily'
  140. gs 'willpower', 'prostitution', 'self', 'medium'
  141. if will_cost <= pcs_willpwr:
  142. act 'Go to the utility room (<<will_cost>> Willpower)':
  143. *clr & cla
  144. gs 'willpower', 'pay', 'self'
  145. gs 'stat'
  146. 'Going into the utility room, Toh bent me by force and began to have'
  147. '<center><video autoplay loop src="mod/public_WC/lisrab/work/serving/ursex.mp4"></video></center>'
  148. guy += 1
  149. dick = 18
  150. npc_dick[$npclastgenerated] = dick
  151. stat['vaginal'] += 1
  152. gs 'sweat', 'add', 5
  153. gs 'arousal', 'vaginal', 15, 'bound', 'sub', 'prostitution'
  154. gs 'stat'
  155. act 'Continue':
  156. *clr & cla
  157. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/work/serving/tohacum.jpg"></center>'
  158. 'Toha finished on me.'
  159. '"It was good, your sins are forgiven." - finally Toha slapped me on the buttocks. '
  160. cumarrnam = 'Toha'
  161. spafinloc = 11
  162. spafinloc = 15
  163. shtraf = 0
  164. gs 'cum_manage'
  165. gs 'stat'
  166. act 'Go to the room': gt 'mod_public_WC_rab_work', 'room'
  167. end
  168. end
  169. else
  170. 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>'
  171. end
  172. end
  173. end
  174. end
  175. act 'Nod "No"':
  176. cla
  177. if bcil > 20:
  178. 'Of course he waited <<bcil>> minutes. No wonder. '
  179. temp = rand(bcil,100)
  180. IF TEMP >= 70: shtraf += 1
  181. end
  182. if bcilg > 0:
  183. 'I''m sure you also broke the glasses on the way.'
  184. if bcilg <= 1:
  185. temp = rand(1,8)
  186. elseif bcilg <= 3:
  187. temp = rand(1,6)
  188. elseif bcilg <= 5:
  189. temp = rand(1,2)
  190. end
  191. IF temp = 1: shtraf += 1
  192. bcilg = 0
  193. end
  194. if bcil = 0: 'Ok, then let''s deal with it.'
  195. 'Anyway, your shift is over, you can go to the room'
  196. 'Toha quickly freed me from the BDSM gear.'
  197. act 'Go to the room': gt 'mod_public_WC_rab_work', 'room'
  198. if shtraf >= 5:
  199. act 'Ask if I can make up for my guilt today.':
  200. cla
  201. 'Of course you can, let''s go to the utility room. Toha smiles greedily'
  202. gs 'willpower', 'prostitution', 'self', 'medium'
  203. if will_cost <= pcs_willpwr:
  204. act 'Go to the utility room (<<will_cost>> Willpower)':
  205. *clr & cla
  206. gs 'willpower', 'pay', 'self'
  207. gs 'stat'
  208. 'Going into the utility room, Toha bent me by force and began to have'
  209. '<center><video autoplay loop src="mod/public_WC/lisrab/work/serving/ursex.mp4"></video></center>'
  210. guy += 1
  211. dick = 18
  212. npc_dick[$npclastgenerated] = dick
  213. stat['vaginal'] += 1
  214. gs 'sweat', 'add', 5
  215. gs 'arousal', 'vaginal', 15, 'bound', 'sub', 'prostitution'
  216. gs 'stat'
  217. act 'Continue':
  218. *clr & cla
  219. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/work/serving/tohacum.jpg"></center>'
  220. 'Toha finished on me.'
  221. '"It was good, your sins are forgiven." - finally Toha slapped me on the buttocks. '
  222. cumarrnam = 'Toha'
  223. spafinloc = 11
  224. spafinloc = 15
  225. shtraf = 0
  226. gs 'cum_manage'
  227. gs 'stat'
  228. act 'Go to the room': gt 'mod_public_WC_rab_work', 'room'
  229. end
  230. end
  231. else
  232. 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>'
  233. end
  234. end
  235. end
  236. end
  237. end
  238. end
  239. act'Go to the tables': minut += 1 & gt 'mod_public_WC_rab_work', 'tables'
  240. act'Go to billiard': minut += 5 & gt 'mod_public_WC_rab_work', 'billiard'
  241. act'Go to balcony': minut += 3 & gt 'mod_public_WC_rab_work', 'balcony'
  242. act'Go to office': minut += 8 & gt 'mod_public_WC_rab_work', 'office'
  243. act'Go to dancefloor': minut += 8 & gt 'mod_public_WC_rab_work', 'dancefloor'
  244. temp = ( hour - bhour ) * 60 + ( minut - bminut )
  245. if temp >= 15 and bglass > 0:
  246. 'You have been placing this order for more than <<temp>> minuts. Why so long?'
  247. if bglass ! bcil:
  248. 'You broke the glasses!'
  249. 'Another clumsiness as much as possible! Wait, I''ll make a replacement now'
  250. if bcil - bglass >= rand(1,3):
  251. shtraf += rand(0,1)
  252. end
  253. minut += ( bcil - bglass ) * 3
  254. bglass = bcil
  255. gs 'stat'
  256. 'Everything is ready, get out of here!'
  257. end
  258. elseif bglass > 0:
  259. if bglass ! bcil:
  260. 'You broke the glasses!'
  261. 'Another clumsiness as much as possible! Wait, I''ll make a replacement now'
  262. if bcil - bglass >= rand(1,3):
  263. shtraf += rand(0,1)
  264. end
  265. minut += ( bcil - bglass ) * 3
  266. bglass = bcil
  267. gs 'stat'
  268. 'Everything is ready, get out of here!'
  269. else
  270. if broom = 1: 'Another with multiple sclerosis? Forgot where to go? You need to go to the room tables. Come on fast!'
  271. if broom = 2: 'Another with multiple sclerosis? Forgot where to go? You need to go to the room billiard. Come on fast!'
  272. if broom = 3: 'Another with multiple sclerosis? Forgot where to go? You need to go to the room balcony. Come on fast!'
  273. if broom = 4: 'Another with multiple sclerosis? Forgot where to go? You need to go to the room office. Come on fast!'
  274. if broom = 5: 'Another with multiple sclerosis? Forgot where to go? You need to go to the room dancefloor. Come on fast!'
  275. end
  276. end
  277. end
  278. if $ARGS[0] = 'tohachystota':
  279. $loc_arg = $ARGS[0]
  280. $location_type = 'indoors'
  281. $loc = 'mod_public_WC_rab_work_toha'
  282. $metka = 'Toha'
  283. gs 'stat'
  284. *clr & cla
  285. '<center><b><font color="maroon">Toha</font></b></center>'
  286. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/work/serving/toha.jpg"></center>'
  287. if bhour >= hour:
  288. if bminut > minut:
  289. bhour = hour
  290. bminut = minut
  291. 'Why you didn''t come to me at <<bhour>>:<<bminut>>?'
  292. 'You MUST come to me every 2 hours!'
  293. temp = hour - bhour
  294. if temp >= 10:
  295. shtraf += 6
  296. elseif temp >= 8:
  297. shtraf += rand(5,6)
  298. elseif temp >= 6:
  299. shtraf += rand(4,5)
  300. elseif temp >= 4:
  301. shtraf += rand(2,5)
  302. elseif temp >= 2:
  303. shtraf += rand(1,3)
  304. elseif temp >= 0:
  305. shtraf += rand(0,1)
  306. end
  307. end
  308. else
  309. bhour = hour
  310. bminut = minut
  311. end
  312. temp = rand (1,10) + ryska
  313. if temp >= 10 and bcil = 0:
  314. 'There is a note and keys on it'
  315. act 'Take note and keys':
  316. *clr & cla
  317. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/work/serving/serv/clean/key.jpg"></center>'
  318. bcil = rand(4,37)
  319. 'IN room <<bcil>> you need to clean'
  320. act 'Continue': gt 'mod_public_WC_rab_work_chystota', 'Toha'
  321. end
  322. end
  323. if bcilg ! 0:
  324. act 'Tell Toha about the number plate':
  325. cla
  326. bcil = bcilg
  327. bcilg = 0
  328. 'Oh, yes, good. Here are the keys, clean room <<bcil>>.'
  329. 'Go, work!'
  330. act 'Continue': gt 'mod_public_WC_rab_work_chystota', 'Toha'
  331. end
  332. end
  333. if bcil = 0:
  334. act 'Ask Toha about room service job':
  335. cla
  336. temp = rand (1,10) + ryska
  337. if temp >= 10:
  338. bcil = rand(4,37)
  339. 'Oh, yes, it''s good that you asked, because I forgot. Here are the keys, clean room <<bcil>>.'
  340. 'Go, work!'
  341. act 'Continue': gt 'mod_public_WC_rab_work_chystota', 'Toha'
  342. else
  343. 'No, orders did not appear'
  344. act 'Continue': gt 'mod_public_WC_rab_work_chystota', 'Toha'
  345. end
  346. end
  347. end
  348. if bcil = 1:
  349. act 'I have cleaned the room, here are the keys':
  350. cla
  351. 'Okay, Betsy, good.'
  352. bcil = 0
  353. if shtraf > 0: straf -= 1
  354. act 'continue': gt 'mod_public_WC_rab_work_TOHA', 'tohachystota'
  355. end
  356. end
  357. if bcil >= 4: act 'Go to the hotel': minut += 4 & gt 'mod_public_WC_rab_work_chystota', 'hotel'
  358. act'Go to the tables': minut += 1 & gt 'mod_public_WC_rab_work_chystota', 'tables'
  359. act'Go to billiard': minut += 5 & gt 'mod_public_WC_rab_work_chystota', 'billiard'
  360. act'Go to balcony': minut += 3 & gt 'mod_public_WC_rab_work_chystota', 'balcony'
  361. act'Go to office': minut += 8 & gt 'mod_public_WC_rab_work_chystota', 'office'
  362. act'Go to dancefloor': minut += 8 & gt 'mod_public_WC_rab_work_chystota', 'dancefloor'
  363. if hour >= 9 and hour < 21:
  364. *clr & cla
  365. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/work/serving/toha.jpg"></center>'
  366. 'Betsy, your shift is over, you can go to the room'
  367. act 'Go to the room': gt 'mod_public_WC_rab_work', 'room'
  368. if shtraf >= 5:
  369. act 'Ask if I can make up for my current guilt at work?':
  370. cla
  371. 'Of course you can, let''s go to the utility room. - Toha smiles greedily '
  372. act 'No, thanks.':
  373. cla
  374. act 'Go to the room': gt 'mod_public_WC_rab_work', 'room'
  375. end
  376. gs 'willpower', 'prostitution', 'self', 'medium'
  377. if will_cost <= pcs_willpwr:
  378. act 'Go to the utility room (<<will_cost>> Willpower)':
  379. *clr & cla
  380. 'Going into the utility room, Toha bent me by force and began to have'
  381. '<center><video autoplay loop src="mod/public_WC/lisrab/work/serving/ursex.mp4"></video></center>'
  382. gs 'willpower', 'pay', 'self'
  383. gs 'stat'
  384. guy += 1
  385. dick = 18
  386. npc_dick[$npclastgenerated] = dick
  387. stat['vaginal'] += 1
  388. gs 'sweat', 'add', 5
  389. gs 'arousal', 'vaginal', 15, 'bound', 'sub', 'prostitution'
  390. gs 'stat'
  391. act 'Continue':
  392. *clr & cla
  393. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/work/serving/tohacum.jpg"></center>'
  394. 'Toha finished on me.'
  395. '"It was good, your sins are forgiven." - finally Toha slapped me on the buttocks.'
  396. spafinloc = 11
  397. gs 'cum_manage'
  398. spafinloc = 15
  399. gs 'cum_manage'
  400. shtraf = 0
  401. gs 'stat'
  402. act 'Go to the room': gt 'mod_public_WC_rab_work', 'room'
  403. end
  404. end
  405. else
  406. 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>'
  407. end
  408. end
  409. if shtraf > 10:
  410. cla
  411. 'Betsy, you''ve done so many stupid things that even I can''t cover you.'
  412. act 'Go to the room': gt 'mod_public_WC_rab_work', 'room'
  413. end
  414. end
  415. end
  416. end
  417. --- mod_public_WC_rab_work_TOHA ---------------------------------