mod_public_WC_rab_livesklad.qsrc 30 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006
  1. # mod_public_WC_rab_livesklad
  2. if $ARGS[0] = 'start':
  3. CLOSE ALL
  4. menu_off = 1
  5. $location_type = 'secluded'
  6. $loc = 'mod_public_WC_rab_livesklad'
  7. $metka = 'start'
  8. $menu_loc = 'mod_public_WC_rab_livesklad'
  9. $menu_arg = 'start'
  10. $loc_arg = $ARGS[0]
  11. dick = 17
  12. npc_dick[$npclastgenerated] = dick
  13. gs 'npcgeneratec', 0, 'Vania', 33
  14. $boy[0] = $npclastgenerated
  15. $boydesc[0] = $npc_usedname[$npclastgenerated]
  16. gs 'boyStat', $npclastgenerated
  17. gs 'stat'
  18. *clr & cla
  19. gs 'stat'
  20. if slova <= 0: slova = 0
  21. zvit = 0
  22. task1 = 0
  23. task2 = 0
  24. task3 = 0
  25. task4 = 0
  26. task5 = 0
  27. task6 = 0
  28. task7 = 0
  29. if cumgame ! 0: cumgame = 0
  30. '<center><b><font color="maroon">My prison room</font></b></center>'
  31. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/Vania/trener/live_sklad/live_sklad'+rand(1,6)+'.jpg"></center>'
  32. if ropeslack = 2:
  33. 'Vania made a mistake! There is a slack in a rope.'
  34. gs 'mod_public_WC_cabine', 'motuzka'
  35. gs 'stat'
  36. act 'Try to break the ropes':
  37. cla
  38. minut += rand(45,90)
  39. gs 'stat'
  40. if pcs_stren >= 90:
  41. cla
  42. 'Under my power, all the ropes broke through with a loud sound. I wait a moment and...'
  43. $rope = 0
  44. gs 'mod_public_WC_cabine', 'motuzka'
  45. act 'continue': gt 'mod_public_WC_rab_livesklad_run', 'start'
  46. elseif pcs_stren >= 50:
  47. cla
  48. 'I hear the rope crackle, but the rope does not brake.'
  49. $rope -= pcs_stren * 3 / 10 + 2
  50. gs 'mod_public_WC_cabine', 'motuzka'
  51. if $rope > 0:
  52. act 'continue': gt 'mod_public_WC_rab_livesklad', 'start'
  53. else
  54. cla
  55. 'Under my power, all the ropes broke through with a loud sound. I wait a moment and...'
  56. act 'continue': gt 'mod_public_WC_rab_livesklad_run', 'start'
  57. end
  58. else
  59. cla
  60. 'I can hear the rope barely cracking, I''m not sure if I have enough strength.'
  61. $rope -= rand(10,20)
  62. gs 'mod_public_WC_cabine', 'motuzka'
  63. if $rope > 0:
  64. act 'continue': gt 'mod_public_WC_rab_livesklad', 'start'
  65. else
  66. cla
  67. 'Under my power, all the ropes broke through with a loud sound. I wait a moment and...'
  68. act 'continue': gt 'mod_public_WC_rab_livesklad_run', 'start'
  69. end
  70. end
  71. end
  72. end
  73. if ropeslack = 1:
  74. act 'search slack in the belts which tides me':
  75. cla
  76. minut += rand(30,100)
  77. gs 'stat'
  78. if rand(1,100) >= 20:
  79. ropeslack = 1
  80. 'I have found no slack'
  81. act 'continue': gt 'mod_public_WC_rab_livesklad', 'start'
  82. else
  83. cla
  84. ropeslack = 2
  85. $rope = 100
  86. 'Yes, Vania made a mistake! There is a slack.'
  87. act 'Try to break the ropes':
  88. cla
  89. if pcs_stren >= 90:
  90. cla
  91. 'Under my power, all the ropes broke through with a loud sound. I wait a moment and...'
  92. $rope = 0
  93. gs 'mod_public_WC_cabine', 'motuzka'
  94. act 'continue': gt 'mod_public_WC_rab_livesklad_run', 'start'
  95. elseif pcs_stren >= 50:
  96. cla
  97. 'I hear the rope crackle, but the rope does not brake.'
  98. $rope -= pcs_stren * 3 / 10 + 2
  99. gs 'mod_public_WC_cabine', 'motuzka'
  100. if $rope > 0:
  101. act 'continue': gt 'mod_public_WC_rab_livesklad', 'start'
  102. else
  103. cla
  104. 'Under my power, all the ropes broke through with a loud sound. I wait a moment and...'
  105. act 'continue': gt 'mod_public_WC_rab_livesklad_run', 'start'
  106. end
  107. else
  108. cla
  109. 'I can hear the rope barely cracking, I''m not sure if I have enough strength.'
  110. $rope -= rand(10,20)
  111. gs 'mod_public_WC_cabine', 'motuzka'
  112. if $rope > 0:
  113. act 'continue': gt 'mod_public_WC_rab_livesklad', 'start'
  114. else
  115. cla
  116. 'Under my power, all the ropes broke through with a loud sound. I wait a moment and...'
  117. act 'continue': gt 'mod_public_WC_rab_livesklad_run', 'start'
  118. end
  119. end
  120. end
  121. end
  122. end
  123. end
  124. if ganeat > 0:
  125. if ganeat >= 3: 'there is a line with <<ganeat>> condoms full of smelly cum'
  126. if ganeat = 2: 'there are 2 condoms full of cum'
  127. if ganeat = 1: 'there is a condom full of cum'
  128. act 'eat a cum from the condom':
  129. *clr & cla
  130. minut += 10
  131. if rand (1,6) = 1:
  132. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/Vania/trener/cum/cumplay/untied/drinkcondom/drink.jpg"></center>'
  133. else
  134. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/cum/cumplay/untied/drinkcondom/drinkv ('+rand(1,5)+').mp4"></video></center>'
  135. end
  136. 'salty cold sperm goes down my belly...'
  137. ganeat -= 1
  138. if bimbolevel >= 2:
  139. pcs_mood += 40
  140. 'I like more the warm one, but it''s good enough'
  141. end
  142. pcs_mood -= 20
  143. spafinloc = 12
  144. gs 'cum_manage'
  145. swallow += 1
  146. gs 'stat'
  147. pcs_health -= rand(0,30)
  148. pcs_health += rand(0,10)
  149. fat += 3
  150. pcs_energy += 40
  151. if pcs_hydra >= 100:
  152. pcs_hydra += 20
  153. else
  154. pcs_hydra += 30
  155. end
  156. act 'continue': gt 'mod_public_WC_rab_livesklad', 'start'
  157. end
  158. end
  159. act 'do push-ups':
  160. cla
  161. *clr
  162. '<center><video autoplay loop src="images/pc/activities/push_naked.mp4"></video></center>'
  163. gs 'exercise', 'tier2', 30, 'stren_exp'
  164. 'You do push-ups for 30 minutes, improving your strength.'
  165. randpushfact = rand(-5,5)
  166. if pcs_energy < 40: randpushfact -= rand(1,10)
  167. pushnum = (pcs_stren * pcs_sleep * pcs_health) / ( 1 * 67 * healthmax) + randpushfact
  168. if pushnum < 1: pushnum = rand(1,5)
  169. KILLVAR 'randpushfact'
  170. '<br>You managed to do <<pushnum>> push-ups. Your previous record is <<pushrecord>>.'
  171. if pushrecord < pushnum:pushrecord = pushnum & 'This is a new record!'
  172. gs 'stat'
  173. act 'Finish': gt $loc, $loc_arg
  174. end
  175. act 'wait 1 hour':
  176. *clr & cla
  177. if rand (1,2) = 1:
  178. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/Vania/trener/live_sklad/wait.jpg"></center>'
  179. else
  180. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/waitv.mp4"></video></center>'
  181. end
  182. minut += 58
  183. gs 'stat'
  184. act 'wait': gt 'mod_public_WC_rab_livesklad', 'start'
  185. end
  186. if hour > 18 or hour <= 5:
  187. act 'sleep':
  188. gt 'bed', 'start'
  189. end
  190. end
  191. act 'Get ready for Vania (0:30)':
  192. *clr & cla
  193. willpowermax -= rand(0,1)
  194. minut += 30
  195. gs 'stat'
  196. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/Vania/trener/Svetaready/readyvag (2).jpg"></center>'
  197. if rand(1,15) = 1: willdec -= 1
  198. if willdec ! daystart:
  199. if (hour >= 16 and hour <= 18) or hour <= 5 or hour >= 20:
  200. *clr & cla
  201. zgoda += 5
  202. 'Vania enters the room'
  203. 'I hear how Vania makes happy noices'
  204. zgoda += 1
  205. if rand(1,3) = 1: consent -= 1
  206. if consent < 0: consent = 0
  207. if rand(1,2) = 1:
  208. *clr & cla
  209. 'Wihout any words he starts to fucks me'
  210. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/sex_sklad'+rand(1,6)+'.mp4"></video></center>'
  211. gs 'arousal', 'vaginal', rand(10,15)
  212. gs 'pain', rand(1,2), 'vaginal', 'stretch'
  213. gs 'pain', rand(1,2), 'vaginal', 'tear'
  214. gs 'stat'
  215. act 'he cums':
  216. *clr & cla
  217. temp = rand(1,24)
  218. '<center><video autoplay loop src="mod/public_WC/lisrab/tolik/2/tolik<<temp>>.mp4"></video></center>'
  219. gs 'sweat', 'add', 15
  220. spafinloc = 0
  221. gs 'cum_manage'
  222. gs 'cuminsidereact', 'Vania'
  223. '"I am very happy, that you starts to wait for me!"'
  224. '"Lets work on your consent"'
  225. act 'continue': gt 'mod_public_WC_rab_livesklad_willdecrising', 'start'
  226. end
  227. else
  228. *clr & cla
  229. 'Wihout any words he rolled me and put it in my ass'
  230. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/anal/anal_enter.mp4"></video></center>'
  231. gs 'arousal', 'anal', rand(2,5)
  232. gs 'pain', rand(2,4), 'asshole', 'stretch'
  233. gs 'pain', rand(2,4), 'asshole', 'tear'
  234. gs 'stat'
  235. act 'He fucks me':
  236. *clr & cla
  237. 'He is rought and it''s painfull'
  238. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/anal/anal_sklad.mp4"></video></center>'
  239. gs 'arousal', 'anal', rand(10,15)
  240. gs 'pain', rand(2,4), 'asshole', 'stretch'
  241. gs 'pain', rand(2,4), 'asshole', 'tear'
  242. gs 'stat'
  243. act 'He filled my ass':
  244. *clr & cla
  245. gs 'arousal', 'anal', rand(2,7)
  246. gs 'pain', rand(2,4), 'asshole', 'stretch'
  247. gs 'pain', rand(2,4), 'asshole', 'tear'
  248. gs 'stat'
  249. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/anal/cum_ass.mp4"></video></center>'
  250. gs 'sweat', 'add', 15
  251. spafinloc = 3
  252. gs 'cum_manage'
  253. gs 'stat'
  254. '"I am very happy, that you starts to wait for me!"'
  255. '"Lets work on your consent"'
  256. act 'continue': gt 'mod_public_WC_rab_livesklad_willdecrising', 'start'
  257. end
  258. end
  259. end
  260. elseif daystart - skladlive >= 1 and hour >= 7 and hour <= 8 and Vcumglass ! 1 and Vcumglass ! 2:
  261. *clr & cla
  262. 'Vania enters with the erect cock and empty glass.'
  263. '"Wow, good girl!"'
  264. zgoda += 6
  265. gs 'arousal', 'vaginal', rand(1,10), 'bound', 'sub', 'rape', 'humiliation'
  266. gs 'stat'
  267. 'He fucks me not too long'
  268. if rand(1,2) >= 1:
  269. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/Vania/trener/bdsm/bdsm_sex/vag/vag ('+rand(2,4)+').jpg"></center>'
  270. else
  271. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/bdsm/bdsm_sex/vag/vagv ('+rand(8,9)+').mp4"></video></center>'
  272. end
  273. act 'I feel his cum in me!':
  274. *clr & cla
  275. spafinloc = 0
  276. gs 'cum_manage'
  277. gs 'cuminsidereact', 'Vania'
  278. '"Good girl, now push!"'
  279. 'I push the cum from my vagina.'
  280. '"Nice, your breakdast is ready"'
  281. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/cum/cumplay/fromvagtodrink.mp4"></video></center>'
  282. Vcumglass = 2
  283. act 'continue': gt 'mod_public_WC_rab_livesklad', 'start'
  284. end
  285. else
  286. 'nothing happens'
  287. act 'continue': gt 'mod_public_WC_rab_livesklad', 'start'
  288. end
  289. elseif willdec = daystart:
  290. if daystart - skladlive >= 1 and hour >= 7 and hour <= 8 and Vcumglass ! 1 and Vcumglass ! 2:
  291. *clr & cla
  292. 'Vania enters with the erect cock and empty glass.'
  293. '"Wow, good girl!"'
  294. zgoda += 6
  295. gs 'arousal', 'vaginal', rand(1,10), 'bound', 'sub', 'rape', 'humiliation'
  296. gs 'stat'
  297. 'He fucks me not too long'
  298. if rand(1,2) >= 1:
  299. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/Vania/trener/bdsm/bdsm_sex/vag/vag ('+rand(2,4)+').jpg"></center>'
  300. else
  301. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/bdsm/bdsm_sex/vag/vagv ('+rand(8,9)+').mp4"></video></center>'
  302. end
  303. act 'I feel his cum in me!':
  304. *clr & cla
  305. spafinloc = 0
  306. gs 'cum_manage'
  307. gs 'cuminsidereact', 'Vania'
  308. '"Good girl, now push!"'
  309. 'I push the cum from my vagina.'
  310. '"Nice, your breakdast is ready"'
  311. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/cum/cumplay/fromvagtodrink.mp4"></video></center>'
  312. Vcumglass = 2
  313. act 'continue': gt 'mod_public_WC_rab_livesklad', 'start'
  314. end
  315. else
  316. 'nothing happens'
  317. act 'continue': gt 'mod_public_WC_rab_livesklad', 'start'
  318. end
  319. end
  320. end
  321. if week ! 6:
  322. if rand(1,10) = 1: willdec -= 1
  323. if willdec ! daystart:
  324. if (hour >= 16 and hour <= 18) or hour <= 5 or hour >= 20:
  325. cla
  326. 'Vania enters the room'
  327. '"Hello, Betsi"'
  328. '"Lets work on your consent"'
  329. act 'continue': gt 'mod_public_WC_rab_livesklad_willdecrising', 'start'
  330. end
  331. end
  332. end
  333. if daystart - skladlive >= 1 and hour = 7 and Vcumglass ! 1 and Vcumglass ! 2:
  334. 'Vania enters with the erect cock and empty glass.'
  335. 'In a few strokes he fills the glass'
  336. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/full glass.mp4"></video></center>'
  337. Vcumglass = 1
  338. end
  339. if hour >= 9 and Vcumglass = 1:
  340. Vcumglass = 3
  341. end
  342. if hour >= 9 and Vcumglass = 2:
  343. Vcumglass = 3
  344. end
  345. if Vcumglass = 1:
  346. act 'drink the glass of warm cum':
  347. *clr & cla
  348. Vcumglass = 0
  349. minut += 20
  350. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/cum/cumplay/untied/cumglass/3v.mp4"></video></center>'
  351. 'salty warm sperm goes down my belly...'
  352. 'Warm is better...'
  353. if bimbolevel >= 2:
  354. pcs_mood += 50
  355. 'Very tasty!'
  356. end
  357. pcs_mood -= 10
  358. spafinloc = 12
  359. gs 'cum_manage'
  360. swallow += 1
  361. gs 'stat'
  362. pcs_health += 10
  363. fat += 3
  364. pcs_energy += 40
  365. if pcs_hydra >= 100:
  366. pcs_hydra += 30
  367. else
  368. pcs_hydra += 40
  369. end
  370. act 'continue': gt 'mod_public_WC_rab_livesklad', 'start'
  371. end
  372. elseif Vcumglass = 2:
  373. act 'drink the glass of sperm from my vagina':
  374. *clr & cla
  375. Vcumglass = 0
  376. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/cum/cumplay/untied/cumglass/3v.mp4"></video></center>'
  377. 'salty cold sperm goes down my belly...'
  378. minut += 20
  379. if bimbolevel >= 2:
  380. pcs_mood += 40
  381. 'I like more the warm one, but it''s good enough'
  382. end
  383. pcs_mood -= 20
  384. spafinloc = 12
  385. gs 'cum_manage'
  386. swallow += 1
  387. gs 'stat'
  388. pcs_health += 10
  389. fat += 3
  390. pcs_energy += 35
  391. if pcs_hydra >= 100:
  392. pcs_hydra += 20
  393. else
  394. pcs_hydra += 30
  395. end
  396. act 'continue': gt 'mod_public_WC_rab_livesklad', 'start'
  397. end
  398. elseif Vcumglass = 3:
  399. act 'drink the glass of cum':
  400. *clr & cla
  401. Vcumglass = 0
  402. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/cum/cumplay/untied/cumglass/3v.mp4"></video></center>'
  403. 'salty cold sperm goes down my belly...'
  404. minut += 20
  405. if bimbolevel >= 2:
  406. pcs_mood += 40
  407. 'I like more the warm one, but it''s good enough'
  408. end
  409. pcs_mood -= 20
  410. spafinloc = 12
  411. gs 'cum_manage'
  412. swallow += 1
  413. gs 'stat'
  414. pcs_health += 10
  415. fat += 3
  416. pcs_energy += 30
  417. if pcs_hydra >= 100:
  418. pcs_hydra += 20
  419. else
  420. pcs_hydra += 30
  421. end
  422. act 'continue': gt 'mod_public_WC_rab_livesklad', 'start'
  423. end
  424. elseif Vcumglass = 0:
  425. 'There is an empty glass'
  426. end
  427. if daystart - skladlive > 2:
  428. skladlive = daystart
  429. 'There are new condoms on the line'
  430. ganeat += 12
  431. gs 'stat'
  432. end
  433. if zgoda >= 80 and week ! 6 and hour >= 20 and hour <= 21:
  434. 'Vania enters the room'
  435. act 'Please untie me':
  436. cla
  437. 'I can but... you''ll need to be pig'
  438. '"And a pig is a helpless cattle, even more than you now XD"'
  439. act 'agree':
  440. *clr & cla
  441. zgoda += 8
  442. atemp = 0
  443. 'Nice'
  444. '"Ok, my piggy say "hru" to me..."'
  445. 'Vania say while untying me'
  446. act 'hru':
  447. zgoda += rand(0,1)
  448. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/hru.mp4"></video></center>'
  449. '"That the spirit!"'
  450. '"Play with yourself! Piggy!"'
  451. bimbo += 5
  452. act 'do it':
  453. *clr & cla
  454. 'I fingering myself on a barn floor'
  455. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/1/2fingers'+rand(1,4)+'.mp4"></video></center>'
  456. gs 'arousal', 'masturbate', 10
  457. gs 'stat'
  458. if rand(1,5) = 1:
  459. '"My piggy say "hru" to me..."'
  460. atemp = 1
  461. act 'hru':
  462. if rand(1,3) = 1: zgoda += 1
  463. atemp = 0
  464. minut += 1
  465. bimbo += 1
  466. 'Vania gigles a little'
  467. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/hru.mp4"></video></center>'
  468. gs 'stat'
  469. '"Put your hands away I will help you a litttle."'
  470. act 'do it': gt 'mod_public_WC_rab_livesklad', 'unt2'
  471. end
  472. act 'no way':
  473. *clr & cla
  474. '"So sad... piggy need to listen!!!"'
  475. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/willdecrising/slap.mp4"></video></center>'
  476. 'Vania slaps me, than grab my hair and drag me...'
  477. gs 'pain', rand(4,5), 'cheeks', 'slap'
  478. gs 'stat'
  479. gs 'pain', rand(4,6), 'hair', 'stretch'
  480. gs 'stat'
  481. zgoda -= 8
  482. consent += 2
  483. '"Lets work on your consent harder" - he said with an icecold voice'
  484. killvar 'atemp'
  485. act 'continue': gt 'mod_public_WC_rab_livesklad_willdecrising', 'start'
  486. end
  487. end
  488. if atemp = 1:
  489. 'Vania looks at me with a pocker face'
  490. 'obviously Vania wants something'
  491. elseif atemp = 0:
  492. '"Put your hands away I will help you a litttle."'
  493. act 'do it': gt 'mod_public_WC_rab_livesklad', 'unt2'
  494. end
  495. end
  496. end
  497. act 'no way':
  498. *clr & cla
  499. '"So sad... piggy need to listen!!!"'
  500. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/willdecrising/slap.mp4"></video></center>'
  501. 'Vania slaps me, than grab my hair and drag me...'
  502. gs 'pain', rand(4,5), 'cheeks', 'slap'
  503. gs 'stat'
  504. gs 'pain', rand(4,6), 'hair', 'stretch'
  505. gs 'stat'
  506. zgoda -= 8
  507. consent += 2
  508. '"Lets work on your consent harder" - he said with an icecold voice'
  509. act 'continue': gt 'mod_public_WC_rab_livesklad_willdecrising', 'start'
  510. end
  511. end
  512. act 'No, I don''t want to':
  513. cla
  514. consent += 1
  515. '"Ok, Lets work on your consent"'
  516. act 'continue': gt 'mod_public_WC_rab_livesklad_willdecrising', 'start'
  517. end
  518. end
  519. elseif week ! 6 and hour >= 20 and hour <= 21 and rand(1,10) = 1:
  520. zgoda += 1
  521. if rand(1,2) = 1:
  522. *clr & cla
  523. 'Vania enters the room'
  524. 'Wihout any words he starts to fucks me'
  525. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/sex_sklad'+rand(1,3)+'.mp4"></video></center>'
  526. gs 'arousal', 'vaginal', rand(10,15)
  527. gs 'pain', rand(1,2), 'vaginal', 'stretch'
  528. gs 'pain', rand(1,2), 'vaginal', 'tear'
  529. gs 'stat'
  530. act 'he cums':
  531. *clr & cla
  532. temp = rand(1,24)
  533. '<center><video autoplay loop src="mod/public_WC/lisrab/tolik/2/tolik<<temp>>.mp4"></video></center>'
  534. gs 'sweat', 'add', 15
  535. spafinloc = 0
  536. gs 'cum_manage'
  537. gs 'cuminsidereact', 'Vania'
  538. act 'continue': gt 'mod_public_WC_rab_livesklad', 'start'
  539. end
  540. else
  541. *clr & cla
  542. 'Vania enters the room'
  543. 'Wihout any words he rolled me and put it in my ass'
  544. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/anal/anal_enter.mp4"></video></center>'
  545. gs 'arousal', 'anal', rand(2,5)
  546. gs 'pain', rand(2,4), 'asshole', 'stretch'
  547. gs 'pain', rand(2,4), 'asshole', 'tear'
  548. gs 'stat'
  549. act 'He fucks me':
  550. *clr & cla
  551. 'He is rought and it''s painfull'
  552. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/anal/anal_sklad.mp4"></video></center>'
  553. gs 'arousal', 'anal', rand(10,15)
  554. gs 'pain', rand(2,4), 'asshole', 'stretch'
  555. gs 'pain', rand(2,4), 'asshole', 'tear'
  556. gs 'stat'
  557. act 'He filled my ass':
  558. *clr & cla
  559. gs 'arousal', 'anal', rand(2,7)
  560. gs 'pain', rand(2,4), 'asshole', 'stretch'
  561. gs 'pain', rand(2,4), 'asshole', 'tear'
  562. gs 'stat'
  563. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/anal/cum_ass.mp4"></video></center>'
  564. gs 'sweat', 'add', 15
  565. spafinloc = 3
  566. gs 'cum_manage'
  567. gs 'stat'
  568. act 'continue': gt 'mod_public_WC_rab_livesklad', 'start'
  569. end
  570. end
  571. end
  572. end
  573. if day - lsday >= rand(3,8) and rand(1,100) <= 20:
  574. act 'search slack in the belts which tides me':
  575. cla
  576. minut += rand(30,100)
  577. gs 'stat'
  578. ropeslack = 1
  579. 'I have found no slack'
  580. act 'continue': gt 'mod_public_WC_rab_livesklad', 'start'
  581. end
  582. end
  583. if zgoda >= 100 and week ! 6 and hour >= 16:
  584. *clr & cla
  585. dick = 17
  586. npc_dick[$npclastgenerated] = dick
  587. gs 'npcgeneratec', 0, 'Vania', 33
  588. $boy[0] = $npclastgenerated
  589. $boydesc[0] = $npc_usedname[$npclastgenerated]
  590. gs 'boyStat', $npclastgenerated
  591. gs 'stat'
  592. 'Vania enters my room...'
  593. '"Well, Betsy, for now I am pleased."'
  594. '"You can go back to live in your room."'
  595. '"We will start your train tomorrow"'
  596. '"you will have a lesson each day, except Saturday. Come here at 4 PM"'
  597. 'Don''t forget to visit Tolik at evening.'
  598. 'Ow, Also I give you 10 words'
  599. 'He unchained me.'
  600. slova += 10
  601. vday = daystart + 1
  602. zvit = week
  603. consent = 0
  604. $loc = 'mod_public_WC_rab'
  605. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/vania/vania.jpg"></center>'
  606. act 'Go to my room':
  607. gt 'mod_public_WC_rab', 'spat2'
  608. end
  609. end
  610. end
  611. if $ARGS[0] = 'unt2':
  612. *clr & cla
  613. 'Vania come closer and starts to fuck me with his leg '
  614. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/2/legvag'+rand(1,2)+'.mp4"></video></center>'
  615. gs 'arousal', 'vaginal_vibe', 10, 'rough', 'sub', 'humiliation'
  616. gs 'stat'
  617. if rand(1,5) = 1:
  618. '"My piggy say "hru" to me..."'
  619. atemp = 1
  620. act 'hru':
  621. if rand(1,3) = 1: zgoda += 1
  622. atemp = 0
  623. minut += 1
  624. bimbo += 1
  625. 'Vania gigles a little'
  626. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/2/legvag-hru'+rand(1,2)+'.mp4"></video></center>'
  627. gs 'stat'
  628. '"My shoe is dirty, clean it!"'
  629. act 'do it': gt 'mod_public_WC_rab_livesklad', 'unt22'
  630. end
  631. act 'no way':
  632. *clr & cla
  633. '"So sad... piggy need to listen!!!"'
  634. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/willdecrising/slap.mp4"></video></center>'
  635. 'Vania slaps me, than grab my hair and drag me...'
  636. gs 'pain', rand(4,5), 'cheeks', 'slap'
  637. gs 'stat'
  638. gs 'pain', rand(4,6), 'hair', 'stretch'
  639. gs 'stat'
  640. zgoda -= 8
  641. consent += 2
  642. '"Lets work on your consent harder" - he said with an icecold voice'
  643. killvar 'atemp'
  644. act 'continue': gt 'mod_public_WC_rab_livesklad_willdecrising', 'start'
  645. end
  646. end
  647. if atemp = 1:
  648. 'Vania looks at me with a pocker face'
  649. 'obviously Vania wants something'
  650. elseif atemp = 0:
  651. '"My shoe is dirty, clean it!"'
  652. act 'do it': gt 'mod_public_WC_rab_livesklad', 'unt22'
  653. end
  654. end
  655. if $ARGS[0] = 'unt22':
  656. *clr & cla
  657. 'I lick his shoes, it''s salty from my juice'
  658. willpowermax -= rand(1,2)
  659. gs 'arousal', 'flash', 15, 'rough', 'sub', 'humiliation'
  660. gs 'stat'
  661. 'I see the shoes don''t fully clean'
  662. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/2/shoelick.mp4"></video></center>'
  663. act 'lick more':
  664. *clr & cla
  665. consent -= 1
  666. 'I lick his shoes even more, it''s salty from my juice'
  667. willpowermax -= rand(1,2)
  668. gs 'arousal', 'flash', 15, 'rough', 'sub', 'humiliation'
  669. gs 'stat'
  670. 'Now the shoes is clean'
  671. '"Nice work, piggy"'
  672. '"He unzips his pants and takes out his dick"'
  673. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/2/shoelick.mp4"></video></center>'
  674. act 'blow Vania':
  675. *clr & cla
  676. gs 'arousal', 'bj', 15, 'rough', 'sub', 'humiliation'
  677. gs 'stat'
  678. 'I am hungry starts to suck Vania smelly dick'
  679. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/3/bj_start.mp4"></video></center>'
  680. act 'continue': gt 'mod_public_WC_rab_livesklad', 'unt3'
  681. end
  682. end
  683. act 'look up on Vania':
  684. cla
  685. '"You are a real PIG, aren''t you?"'
  686. '"He unzips his pants and takes out his dick"'
  687. act 'blow Vania':
  688. *clr & cla
  689. gs 'arousal', 'bj', 15, 'rough', 'sub', 'humiliation'
  690. gs 'stat'
  691. 'I am hungry starts to suck Vania smelly dick'
  692. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/3/bj_start.mp4"></video></center>'
  693. act 'continue': gt 'mod_public_WC_rab_livesklad', 'unt3'
  694. end
  695. end
  696. end
  697. if $ARGS[0] = 'unt3':
  698. *clr & cla
  699. 'I am sucking Vania'
  700. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/3/bj'+rand(1,2)+'.mp4"></video></center>'
  701. gs 'arousal', 'bj', 15, 'rough', 'sub', 'humiliation'
  702. gs 'stat'
  703. if rand(1,5) = 1:
  704. '"My piggy say "hru" to me..."'
  705. atemp = 1
  706. act 'hru':
  707. if rand(1,3) = 1: zgoda += 1
  708. atemp = 0
  709. minut += 1
  710. bimbo += 1
  711. 'Vania gigles a little'
  712. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/hru.mp4"></video></center>'
  713. gs 'stat'
  714. '"Turn around!"'
  715. act 'Turn around':
  716. *clr & cla
  717. gs 'arousal', 'vaginal', 15, 'rough', 'sub', 'humiliation'
  718. gs 'stat'
  719. 'Vania starts to fuck me'
  720. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/4/vag_start.mp4"></video></center>'
  721. act 'continue': gt 'mod_public_WC_rab_livesklad', 'unt4'
  722. end
  723. end
  724. act 'no way':
  725. *clr & cla
  726. '"So sad... piggy need to listen!!!"'
  727. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/willdecrising/slap.mp4"></video></center>'
  728. 'Vania slaps me, than grab my hair and drag me...'
  729. gs 'pain', rand(4,5), 'cheeks', 'slap'
  730. gs 'stat'
  731. gs 'pain', rand(4,6), 'hair', 'stretch'
  732. gs 'stat'
  733. zgoda -= 8
  734. consent += 2
  735. '"Lets work on your consent harder" - he said with an icecold voice'
  736. killvar 'atemp'
  737. act 'continue': gt 'mod_public_WC_rab_livesklad_willdecrising', 'start'
  738. end
  739. end
  740. if atemp = 1:
  741. 'Vania looks at me with a pocker face'
  742. 'obviously Vania wants something'
  743. elseif atemp = 0:
  744. '"Turn around!"'
  745. act 'Turn around':
  746. *clr & cla
  747. gs 'arousal', 'vaginal', 15, 'rough', 'sub', 'humiliation'
  748. gs 'stat'
  749. 'Vania starts to fuck me'
  750. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/4/vag_start.mp4"></video></center>'
  751. act 'continue': gt 'mod_public_WC_rab_livesklad', 'unt4'
  752. end
  753. end
  754. end
  755. if $ARGS[0] = 'unt4':
  756. *clr & cla
  757. 'Vania jumps on my pussy'
  758. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/4/vag'+rand(1,3)+'.mp4"></video></center>'
  759. gs 'arousal', 'vaginal', rand(5,10), 'rough', 'sub', 'humiliation'
  760. gs 'stat'
  761. if rand(1,5) = 1:
  762. '"My piggy say "hru" to me..."'
  763. atemp = 1
  764. act 'hru':
  765. if rand(1,3) = 1: zgoda += 1
  766. atemp = 0
  767. minut += 1
  768. bimbo += 1
  769. 'Vania gigles a little'
  770. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/4/vag-hru.mp4"></video></center>'
  771. gs 'stat'
  772. '"I''ll try your ass"'
  773. act 'wait':
  774. *clr & cla
  775. gs 'arousal', 'anal', 15, 'rough', 'sub', 'humiliation'
  776. gs 'stat'
  777. 'Vania starts to fuck my ass'
  778. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/5/anal_start.mp4"></video></center>'
  779. act 'continue': gt 'mod_public_WC_rab_livesklad', 'unt5'
  780. end
  781. end
  782. act 'no way':
  783. *clr & cla
  784. '"So sad... piggy need to listen!!!"'
  785. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/willdecrising/slap.mp4"></video></center>'
  786. 'Vania slaps me, than grab my hair and drag me...'
  787. gs 'pain', rand(4,5), 'cheeks', 'slap'
  788. gs 'stat'
  789. gs 'pain', rand(4,6), 'hair', 'stretch'
  790. gs 'stat'
  791. zgoda -= 8
  792. consent += 2
  793. '"Lets work on your consent harder" - he said with an icecold voice'
  794. killvar 'atemp'
  795. act 'continue': gt 'mod_public_WC_rab_livesklad_willdecrising', 'start'
  796. end
  797. end
  798. if atemp = 1:
  799. 'Vania looks at me with a pocker face'
  800. 'obviously Vania wants something'
  801. elseif atemp = 0:
  802. '"I''ll try your ass"'
  803. act 'wait':
  804. *clr & cla
  805. gs 'arousal', 'anal', 15, 'rough', 'sub', 'humiliation'
  806. gs 'stat'
  807. 'Vania starts to fuck my ass'
  808. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/5/anal_start.mp4"></video></center>'
  809. act 'continue': gt 'mod_public_WC_rab_livesklad', 'unt5'
  810. end
  811. end
  812. end
  813. if $ARGS[0] = 'unt5':
  814. *clr & cla
  815. 'Vania fucks my ass'
  816. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/5/anal.mp4"></video></center>'
  817. gs 'arousal', 'anal', rand(5,10), 'rough', 'sub', 'humiliation'
  818. gs 'stat'
  819. if rand(1,5) = 1:
  820. '"My piggy say "hru" to me..."'
  821. atemp = 1
  822. act 'hru':
  823. if rand(1,3) = 1: zgoda += 1
  824. atemp = 0
  825. minut += 1
  826. bimbo += 1
  827. 'Vania gigles a little'
  828. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/5/anal-hru.mp4"></video></center>'
  829. gs 'stat'
  830. '"Turn around!"'
  831. act 'Turn around':
  832. *clr & cla
  833. gs 'boyStat', $npclastgenerated
  834. spafinloc = 12
  835. gs 'cum_manage'
  836. gs 'boyStat', $npclastgenerated
  837. spafinloc = 11
  838. gs 'cum_manage'
  839. gs 'boyStat', $npclastgenerated
  840. spafinloc = 15
  841. gs 'cum_manage'
  842. gs 'stat'
  843. 'Vania cums on me'
  844. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/cum.mp4"></video></center>'
  845. act 'continue':
  846. *clr & cla
  847. body_write = 1
  848. consent -= 1
  849. zgoda += 1
  850. gs 'stat'
  851. '"Good, my cumpig, I need to make an statement on your tits XD"'
  852. 'He writes something on my tits'
  853. '"Your pig time is over as your intied time"'
  854. 'He tied me to my bad again'
  855. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/cumpig.jpg"></center>'
  856. act 'continue': gt 'mod_public_WC_rab_livesklad', 'start'
  857. end
  858. end
  859. end
  860. act 'no way':
  861. *clr & cla
  862. '"So sad... piggy need to listen!!!"'
  863. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/willdecrising/slap.mp4"></video></center>'
  864. 'Vania slaps me, than grab my hair and drag me...'
  865. gs 'pain', rand(4,5), 'cheeks', 'slap'
  866. gs 'stat'
  867. gs 'pain', rand(4,6), 'hair', 'stretch'
  868. gs 'stat'
  869. zgoda -= 8
  870. consent += 2
  871. '"Lets work on your consent harder" - he said with an icecold voice'
  872. killvar 'atemp'
  873. act 'continue': gt 'mod_public_WC_rab_livesklad_willdecrising', 'start'
  874. end
  875. end
  876. if atemp = 1:
  877. 'Vania looks at me with a pocker face'
  878. 'obviously Vania wants something'
  879. elseif atemp = 0:
  880. '"Turn around!"'
  881. act 'Turn around':
  882. *clr & cla
  883. gs 'boyStat', $npclastgenerated
  884. spafinloc = 12
  885. gs 'cum_manage'
  886. gs 'boyStat', $npclastgenerated
  887. spafinloc = 11
  888. gs 'cum_manage'
  889. gs 'boyStat', $npclastgenerated
  890. spafinloc = 15
  891. gs 'cum_manage'
  892. gs 'stat'
  893. 'Vania cums on me'
  894. '<center><video autoplay loop src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/cum.mp4"></video></center>'
  895. act 'continue':
  896. *clr & cla
  897. body_write = 1
  898. consent -= 1
  899. zgoda += 1
  900. gs 'stat'
  901. '"Good, my cumpig, I need to make an statement on your tits XD"'
  902. 'He writes something on my tits'
  903. '"Your pig time is over as your intied time"'
  904. 'He tied me to my bad again'
  905. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/Vania/trener/live_sklad/untied_sex/cumpig.jpg"></center>'
  906. act 'continue': gt 'mod_public_WC_rab_livesklad', 'start'
  907. end
  908. end
  909. end
  910. end
  911. --- mod_public_WC_rab_livesklad ---------------------------------