selfplay.qsrc 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693
  1. # selfplay
  2. $d_self_ass_fingering = {
  3. }
  4. if $ARGS[0] = 'start':
  5. if mastrOnce = 0:
  6. stat['mast'] += 1
  7. mastrOnce = 1
  8. if pcs_inhib < 30:inhib_exp += rand(1,3)
  9. end
  10. gs 'stat'
  11. if $loc = 'bedrPar' or $loc = 'Gadsarai':'<center><img <<$set_imgh>> src="images/shared/sex/mast/start.jpg"></center>'
  12. if $loc = 'vanrPar':'<center><video autoplay loop src="images/shared/sex/mast/startvann.mp4"></video></center>'
  13. if sisboytrio > 0 and sis_watch = 0 and $loc = 'bedrPar':
  14. sis_watch = 1
  15. if sisterHere > 0:sis_watch = 2 & 'Anya smiles and lets you carry on.'
  16. end
  17. !!then the calculation invasion
  18. if $loc = 'vanrPar':
  19. if selfplaytime >= 60:
  20. end
  21. end
  22. gs 'selfplay', 'dildo_options'
  23. gs 'selfplay', 'sis_prov'
  24. if dildo + middildo + largedildo + bigdildo + extradildo + superdildo + maddildo ! 0:
  25. dildonumber = 0
  26. !!gs 'selfplay', 'dildo_options'
  27. end
  28. if pcs_horny > 0:
  29. act 'Caress your clitoris':
  30. cls
  31. selfplaytime += 5
  32. gs 'selfplay', 'sis_prov'
  33. !!if $loc = 'bedrPar':'<center><video autoplay loop src="images/shared/sex/mast/klit.mp4"></video></center>'
  34. if $loc = 'vanrPar':
  35. '<center><img <<$set_imgh>> src="images/shared/sex/mast/klitvann.jpg"></center>'
  36. else
  37. '<center><video autoplay loop src="images/shared/sex/mast/klit.mp4"></video></center>'
  38. end
  39. if pcs_mood >= 20:
  40. pcs_horny += rand(5, 10)
  41. 'You put your hand down between your legs and gently rub your fingers over your groin. Running your fingers between your pussy lips, you scout out your clitoris and lightly run your finger over it repeatedly. The feeling you get out of this is great, and you feel a pleasant warmth spreading in your lower area.'
  42. else
  43. pcs_horny += rand(0, 1)
  44. 'You caress your clit with your fingers. It feels nice, but you''re in such a bad mood that you''re too distracted to really enjoy it.'
  45. end
  46. $orgasm_txt = 'Suddenly, you rub your clit just right and your whole body starts to shiver in orgasm. The intensity of the orgasm nearly makes you scream, but you bite down on your lip and do your best to stifle down the moans so no one hears you.'
  47. gs 'arousal', 'masturbate', 20
  48. minut -= 15
  49. gs 'stat'
  50. '<<$AnyaMsg>>'
  51. act 'Stop touching yourself':gt $loc, $metka
  52. if pcs_horny > 0:gs 'selfplay', 'fingering'
  53. end
  54. end
  55. if pcs_horny > 0 and agape < 3:
  56. act 'Put a finger in your ass':
  57. cls
  58. selfplaytime += 5
  59. gs 'selfplay', 'sis_prov'
  60. !!if $loc = 'bedrPar':'<center><video autoplay loop src="images/shared/sex/mast/klit.mp4"></video></center>'
  61. !!if $loc = 'vanrPar':'<center><img <<$set_imgh>> src="images/shared/sex/mast/klitvann.jpg"></center>'
  62. '<center><img <<$set_imgh>> src="images/shared/sex/mast/1.jpg"></center>'
  63. gs 'arousal', 'masturbate', 5
  64. gs 'stat'
  65. if pcs_ass >= 5:
  66. 'You press a finger against your asshole and push it in. It slides in quite easily.'
  67. else
  68. pcs_ass += 1
  69. 'You press a finger against your tight asshole and push it in. Your anus is squeezing your finger tightly.'
  70. end
  71. if $loc = 'vanrPar' and selfplaytime >= 60:gs 'selfplay', 'van_vtor'
  72. gs 'stat'
  73. '<<$AnyaMsg>>'
  74. act 'Stop touching yourself':gt $loc, $metka
  75. act 'Add a second finger':
  76. cls
  77. selfplaytime += 5
  78. gs 'selfplay', 'sis_prov'
  79. '<center><img <<$set_imgh>> src="images/shared/sex/mast/2.jpg"></center>'
  80. gs 'arousal', 'masturbate', 5
  81. gs 'stat'
  82. if pcs_ass >= 10:
  83. 'You relax and squeeze a second finger in, alongside the first. It slides in fairly easily.'
  84. if agape > 0:
  85. if agape = 2:agape = 3
  86. if agape = 1:agape = 2
  87. pcs_horny -= 50
  88. if pcs_ass > 1:pcs_ass -= 1
  89. 'Pushing a second finger into your already sore asshole was a bad idea. It hurts a lot and you feel like you damaged it further.'
  90. end
  91. elseif pcs_ass >= 5 and pcs_ass < 10:
  92. analplay += 1
  93. 'You slide a second finger into your asshole. You can feel your anus squeezing your fingers tightly.'
  94. if agape > 0:
  95. if agape = 2:agape = 3
  96. if agape = 1:agape = 2
  97. pcs_horny -= 50
  98. pcs_ass += 1
  99. 'Pushing a second finger into your already sore asshole was a bad idea. It hurts a lot and you feel like you damaged it further.'
  100. end
  101. else
  102. pcs_ass += 1
  103. if agape = 2:agape = 3
  104. if agape = 1:agape = 2
  105. if agape = 0:agape = 1
  106. pcs_horny -= 50
  107. 'When you slide in the second finger, you feel a sharp pain in your anus. You may have tried too much, too fast.'
  108. end
  109. gs 'stat'
  110. '<<$AnyaMsg>>'
  111. act 'Stop touching yourself':gt $loc, $metka
  112. if $loc = 'vanrPar' and selfplaytime >= 60:gs 'selfplay', 'van_vtor'
  113. if pcs_horny > 0 and agape < 3:
  114. act 'Thrust three fingers in':
  115. cls
  116. selfplaytime += 5
  117. gs 'selfplay', 'sis_prov'
  118. '<center><img <<$set_imgh>> src="images/shared/sex/mast/3.jpg"></center>'
  119. gs 'arousal', 'masturbate', 5
  120. gs 'stat'
  121. if pcs_ass >= 15:
  122. 'Your asshole is fairly loose, and you manage to slide three fingers in without much effort.'
  123. if agape > 0:
  124. if agape = 2:agape = 3
  125. if agape = 1:agape = 2
  126. pcs_horny -= 50
  127. if pcs_ass > 1:pcs_ass += 1
  128. 'Pushing three fingers into your already sore asshole was a bad idea. It hurts a lot and you feel like you damaged it further.'
  129. end
  130. elseif pcs_ass >= 10 and pcs_ass < 15:
  131. analplay += 1
  132. 'You slide three fingers into your asshole. You can feel your anus squeezing your fingers tightly.'
  133. if agape > 0:
  134. if agape = 2:agape = 3
  135. if agape = 1:agape = 2
  136. pcs_horny -= 50
  137. pcs_ass += 1
  138. 'Pushing three fingers into your already sore asshole was a bad idea. It hurts a lot and you feel like you damaged it further.'
  139. end
  140. else
  141. pcs_ass += 1
  142. if agape = 2:agape = 3
  143. if agape = 1:agape = 2
  144. if agape = 0:agape = 1
  145. pcs_horny -= 50
  146. 'When you slide in three fingers, you feel a sharp pain in your anus. You may have tried too much, too fast.'
  147. end
  148. if $loc = 'vanrPar' and selfplaytime >= 60:gs 'selfplay', 'van_vtor'
  149. gs 'stat'
  150. '<<$AnyaMsg>>'
  151. act 'Stop touching yourself':gt $loc, $metka
  152. if pcs_horny > 0 and agape < 3:
  153. act 'Push four fingers into your asshole':
  154. cls
  155. selfplaytime += 5
  156. gs 'selfplay', 'sis_prov'
  157. '<center><img <<$set_imgh>> src="images/shared/sex/mast/4.jpg"></center>'
  158. gs 'arousal', 'masturbate', 5
  159. gs 'stat'
  160. if pcs_ass >= 20:
  161. 'Your asshole is very loose, and you manage to push four fingers into it.'
  162. if agape > 0:
  163. if agape = 2:agape = 3
  164. if agape = 1:agape = 2
  165. pcs_horny -= 50
  166. if pcs_ass > 1:pcs_ass -= 1
  167. 'Pushing four fingers into your already sore asshole was a bad idea. It hurts a lot and you feel like you damaged it further.'
  168. end
  169. elseif pcs_ass >= 15 and pcs_ass < 20:
  170. analplay += 1
  171. 'You manage to push four fingers into your asshole. You can feel your anus squeezing your fingers tightly.'
  172. if agape > 0:
  173. if agape = 2:agape = 3
  174. if agape = 1:agape = 2
  175. pcs_horny -= 50
  176. pcs_ass += 1
  177. 'Pushing four fingers into your already sore asshole was a bad idea. It hurts a lot and you feel like you damaged it further.'
  178. end
  179. else
  180. pcs_ass += 1
  181. if agape = 2:agape = 3
  182. if agape = 1:agape = 2
  183. if agape = 0:agape = 1
  184. pcs_horny -= 50
  185. 'When you slide in four fingers, you feel a sharp pain in your anus. You may have tried too much, too fast.'
  186. end
  187. if $loc = 'vanrPar' and selfplaytime >= 60:gs 'selfplay', 'van_vtor'
  188. gs 'stat'
  189. '<<$AnyaMsg>>'
  190. act 'Stop touching yourself':gt $loc, $metka
  191. if pcs_horny > 0 and agape < 3:
  192. act 'Put your whole hand in':
  193. cls
  194. SelfFisting += 1
  195. selfplaytime += 5
  196. gs 'selfplay', 'sis_prov'
  197. '<center><img <<$set_imgh>> src="images/shared/sex/mast/5.jpg"></center>'
  198. gs 'arousal', 'masturbate', 5
  199. gs 'stat'
  200. if pcs_ass >= 25:
  201. 'Slowly but surely, you manage to get your entire hand into your ass.'
  202. if agape > 0:
  203. if agape = 2:agape = 3
  204. if agape = 1:agape = 2
  205. pcs_horny -= 50
  206. if pcs_ass > 1:pcs_ass -= 1
  207. 'Pushing your whole hand into your already sore asshole was a bad idea. It hurts a lot and you feel like you damaged it further.'
  208. end
  209. elseif pcs_ass >= 20 and pcs_ass < 25:
  210. analplay += 1
  211. 'It takes a lot of effort, but over the course of several minutes you manage to work your whole hand into your ass. You feel your anus squeeze your wrist tightly.'
  212. if agape > 0:
  213. if agape = 2:agape = 3
  214. if agape = 1:agape = 2
  215. pcs_horny -= 50
  216. pcs_ass += 1
  217. 'Pushing your whole hand into your already sore asshole was a bad idea. It hurts a lot and you feel like you damaged it further.'
  218. end
  219. else
  220. pcs_ass += 1
  221. if agape = 2:agape = 3
  222. if agape = 1:agape = 2
  223. if agape = 0:agape = 1
  224. pcs_horny -= 50
  225. 'When you push your hand into your asshole, you feel a sharp pain in your anus. You may have tried too much, too fast.'
  226. end
  227. act 'Stop touching yourself':gt $loc, $metka
  228. if $loc = 'vanrPar' and selfplaytime >= 60:gs 'selfplay', 'van_vtor'
  229. gs 'stat'
  230. '<<$AnyaMsg>>'
  231. end
  232. end
  233. end
  234. end
  235. end
  236. end
  237. end
  238. end
  239. end
  240. if pcs_horny > 10:
  241. if dildo >= 1 or middildo = 1 or largedildo = 1 or bigdildo = 1 or extradildo = 1 or superdildo = 1 or maddildo = 1:
  242. if dildonumber > 0:
  243. gs 'boyStat', 'D<<dildonumber>>'
  244. if vgape <= 0:
  245. act 'Use the dildo on your pussy':
  246. if pcs_vag = 0 and dick >= 20:
  247. 'Are you sure? Doing so will most likely break your hymen.'
  248. act 'Yes, do it':
  249. cls
  250. selfplaytime += 15
  251. gs 'selfplay', 'sis_prov'
  252. if husband > 0 and housrA = 1 and husbandrink ! 10 and $loc = 'bedr': gt 'husbsex','husb_mastr_vtor'
  253. !!if $loc = 'bedrPar':'<center><img <<$set_imgh>> src="images/shared/sex/mast/dildo.jpg"></center>'
  254. if $loc = 'vanrPar':
  255. '<center><img <<$set_imgh>> src="images/shared/sex/mast/dildovann.jpg"></center>'
  256. else
  257. '<center><img <<$set_imgh>> src="images/shared/sex/mast/dildo.jpg"></center>'
  258. end
  259. gs 'dinsex2', 'd_vag_sex_dildo', 15
  260. gs 'stat'
  261. '<<$AnyaMsg>>'
  262. act 'Stop using the dildo':gt 'selfplay', 'start'
  263. end
  264. act 'On second thoughts, no': gt 'selfplay', 'start'
  265. else
  266. cls
  267. selfplaytime += 15
  268. gs 'selfplay', 'sis_prov'
  269. if husband > 0 and housrA = 1 and husbandrink ! 10 and $loc = 'bedr': gt 'husbsex','husb_mastr_vtor'
  270. !!if $loc = 'bedrPar':'<center><img <<$set_imgh>> src="images/shared/sex/mast/dildo.jpg"></center>'
  271. if $loc = 'vanrPar':
  272. '<center><img <<$set_imgh>> src="images/shared/sex/mast/dildovann.jpg"></center>'
  273. else
  274. '<center><img <<$set_imgh>> src="images/shared/sex/mast/dildo.jpg"></center>'
  275. end
  276. gs 'dinsex2', 'd_vag_sex_dildo', 15
  277. gs 'stat'
  278. '<<$AnyaMsg>>'
  279. act 'Stop using the dildo':gt 'selfplay', 'start'
  280. end
  281. end
  282. end
  283. if agape <= 0:
  284. act 'Use the dildo on your ass':
  285. cls
  286. selfplaytime += 15
  287. gs 'selfplay', 'sis_prov'
  288. !!if $loc = 'bedrPar':'<center><img <<$set_imgh>> src="images/shared/sex/mast/dildoanal.jpg"></center>'
  289. if $loc = 'vanrPar':
  290. '<center><img <<$set_imgh>> src="images/shared/sex/mast/dildovann.jpg"></center>'
  291. else
  292. '<center><img <<$set_imgh>> src="images/shared/sex/mast/dildoanal.jpg"></center>'
  293. end
  294. gs 'dinsex2', 'd_analsex_dildo',15
  295. gs 'stat'
  296. '<<$AnyaMsg>>'
  297. act 'Stop using the dildo':gt 'selfplay', 'start'
  298. end
  299. end
  300. end
  301. end
  302. end
  303. if pcs_horny > 0:gs 'selfplay', 'fingering'
  304. act 'Stop masturbating':
  305. analplay = 0
  306. selfplaytime = 0
  307. mastrOnce = 0
  308. proverkasisterhere = 0
  309. if vaginaTemp > pcs_vag * 2:pcs_vag += 1 & vaginaTemp = 0
  310. gt $loc, $metka
  311. gs 'arousal', 'end'
  312. gs 'stat'
  313. end
  314. if $loc = 'vanrPar' and selfplaytime >= 60:gs 'selfplay', 'van_vtor'
  315. if $loc = 'Gadsarai':
  316. npc_horny['A66'] += 1
  317. 'Bandit the dog is watching you curiously.'
  318. end
  319. end
  320. if $ARGS[0] = 'dildo_options':
  321. if dildonumber ! 0: *pl & *pl 'You are using a <<dick>>cm long dildo.'
  322. *pl
  323. if dildo = 1:
  324. if dildonumber = 1:
  325. *pl '<a href="exec:dildonumber = 0 & gt ''selfplay'', ''start''">Stop</a> using the 10cm long dildo.'
  326. else
  327. *pl '<a href="exec:dildonumber = 1 & gs ''boyStat'', ''D1'' & gt ''selfplay'', ''start''">Start</a> using the 10cm long dildo.'
  328. end
  329. end
  330. if middildo = 1:
  331. if dildonumber = 2:
  332. *pl '<a href="exec:dildonumber = 0 & gt ''selfplay'', ''start''">Stop</a> using the 15cm long dildo.'
  333. else
  334. *pl '<a href="exec:dildonumber = 2 & gs ''boyStat'', ''D2'' & gt ''selfplay'', ''start''">Start</a> using the 15cm long dildo.'
  335. end
  336. end
  337. if largedildo = 1:
  338. if dildonumber = 3:
  339. *pl '<a href="exec:dildonumber = 0 & gt ''selfplay'', ''start''">Stop</a> using the 20cm long dildo.'
  340. else
  341. *pl '<a href="exec:dildonumber = 3 & gs ''boyStat'', ''D3'' & gt ''selfplay'', ''start''">Start</a> using the 20cm long dildo.'
  342. end
  343. end
  344. if bigdildo = 1:
  345. if dildonumber = 4:
  346. *pl '<a href="exec:dildonumber = 0 & gt ''selfplay'', ''start''">Stop</a> using the 25cm long dildo.'
  347. else
  348. *pl '<a href="exec:dildonumber = 4 & gs ''boyStat'', ''D4'' & gt ''selfplay'', ''start''">Start</a> using the 25cm long dildo.'
  349. end
  350. end
  351. if extradildo = 1:
  352. if dildonumber = 5:
  353. *pl '<a href="exec:dildonumber = 0 & gt ''selfplay'', ''start''">Stop</a> using the 30cm long dildo.'
  354. else
  355. *pl '<a href="exec:dildonumber = 5 & gs ''boyStat'', ''D5'' & gt ''selfplay'', ''start''">Start</a> using the 30cm long dildo.'
  356. end
  357. end
  358. if superdildo = 1:
  359. if dildonumber = 6:
  360. *pl '<a href="exec:dildonumber = 0 & gt ''selfplay'', ''start''">Stop</a> using the 35cm long dildo.'
  361. else
  362. *pl '<a href="exec:dildonumber = 6 & gs ''boyStat'', ''D6'' & gt ''selfplay'', ''start''">Start</a> using the 35cm long dildo.'
  363. end
  364. end
  365. if maddildo = 1:
  366. if dildonumber = 7:
  367. *pl '<a href="exec:dildonumber = 0 & gt ''selfplay'', ''start''">Stop</a> using the 40cm long dildo.'
  368. else
  369. *pl '<a href="exec:dildonumber = 7 & gs ''boyStat'', ''D7'' & gt ''selfplay'', ''start''">Start</a> using the 40cm long dildo.'
  370. end
  371. end
  372. end
  373. if $ARGS[0] = 'sis_prov':
  374. $AnyaMsg = ''
  375. if $loc = 'bedrPar' and (hour >= 7 or hour < 23):
  376. gs 'family'
  377. if sister_indorf = 0:
  378. if sisterHere = 0 and proverkasisterhere = 0:proverkasisterhere = 1
  379. if sisterHere > 0:
  380. cls
  381. if sisboytrio > 0 and sis_watch = 1:
  382. sis_watch = 2
  383. $AnyaMsg = 'Anya smiles as she enters the room and waves at you to carry on.'
  384. else
  385. if proverkasisterhere = 2 and RAND(1,3) = 3:
  386. SisterKnowMastr += 1
  387. $AnyaMsg = '<font color="red"><b>Anya saw you masturbate.</b></font>'
  388. end
  389. if proverkasisterhere = 1:
  390. proverkasisterhere = 2
  391. $AnyaMsg = '<font color="red"><b>You hear footsteps approaching your room.</b></font>'
  392. end
  393. end
  394. end
  395. end
  396. end
  397. end
  398. ! WD: Masturbating at night only has 10% chance to be discovered
  399. if $ARGS[0] = 'van_vtor':
  400. if indorf = 0 and (hour >= 6 or Rand(1, 10) = 1):
  401. cls
  402. pcs_horny -= 50
  403. pcs_mood -= 10
  404. gs 'stat'
  405. 'You hear shouting from outside the bathroom: "<<$pcs_nickname>>! Are you drowning in there or something? What''s taking so long? Get out of there!"'
  406. act 'Get out of the bath and dry yourself off':
  407. analplay = 0
  408. selfplaytime = 0
  409. mastrOnce = 0
  410. proverkasisterhere = 0
  411. if vaginaTemp > pcs_vag * 2:pcs_vag += 1 & vaginaTemp = 0
  412. gt $loc, $metka
  413. end
  414. exit
  415. else
  416. selfplaytime -= 15
  417. end
  418. end
  419. if $ARGS[0] = 'fingering':
  420. act 'Put a finger inside your vagina':
  421. cls
  422. selfplaytime += 2
  423. gs 'selfplay', 'sis_prov'
  424. gs 'stat'
  425. '<center><img <<$set_imgh>> src="images/shared/sex/mast/finger.jpg"></center>'
  426. if pcs_vag = 0 and mesec <= 0:
  427. 'You let your fingers dart over your soft and wet pussy lips, before gradually attempting to slide your finger into your pussy. You feel your hymen stretch a little as you slide first one and then a second finger inside.'
  428. gs 'arousal', 'masturbate', 2
  429. gs 'stat'
  430. gs 'selfplay', 'fingering2'
  431. elseif pcs_vag > 0:
  432. 'You slide one finger into your vagina, and then another.'
  433. if pcs_vag < 5:
  434. pcs_horny += rand(2, 5)
  435. 'You feel your pussy clasping around your fingers very tightly.'
  436. elseif pcs_vag < 10:
  437. pcs_horny += rand(5, 10)
  438. 'You feel your slippery pussy walls around your fingers. It feels nice and tight.'
  439. else
  440. pcs_horny += rand(2, 5)
  441. 'Having your fingers in your pussy feels nice, but it doesn''t feel very tight. You feel like you can take more.'
  442. end
  443. gs 'arousal', 'masturbate', 2
  444. gs 'stat'
  445. '<<$AnyaMsg>>'
  446. gs 'selfplay', 'fingering2'
  447. elseif mesec > 0:
  448. pcs_mood -= 5
  449. 'Your vagina has some dried up blood from your period on it. You attempt to shove your finger in, but then are kind of grossed out by the idea and reconsider.'
  450. end
  451. act 'Stop touching yourself':gt $loc, $metka
  452. end
  453. end
  454. if $ARGS[0] = 'fingering2':
  455. act 'Fuck your fingers':
  456. cls
  457. selfplaytime += 10
  458. gs 'selfplay', 'sis_prov'
  459. '<center><img <<$set_imgh>> src="images/shared/sex/mast/finger.jpg"></center>'
  460. if args[1] = 1:
  461. 'You continue fucking yourself with your fingers, massaging and squeezing your breasts.'
  462. else
  463. 'You start moving your fingers in and out, softly pinching your nipples as you play with yourself.'
  464. end
  465. *nl
  466. if pcs_vag <= 12:'Your pussy walls are stretched nicely from the finger fucking, and you feel a pleasant warmth spread in your lower body.'
  467. if pcs_vag > 12:'Your pussy is quite loose, and you have to work hard to get much enjoyment out of it.'
  468. gs 'arousal', 'masturbate', 10
  469. gs 'stat'
  470. '<<$AnyaMsg>>'
  471. gs 'selfplay', 'fingering2', 1
  472. if pcs_horny > 0 and pcs_vag > 0:gs 'selfplay', 'fingering3'
  473. act 'Stop touching yourself':gt $loc, $metka
  474. end
  475. end
  476. if $ARGS[0] = 'fingering3':
  477. act 'Thrust all of your fingers into your vagina':
  478. cls
  479. selfplaytime += 2
  480. gs 'selfplay', 'sis_prov'
  481. '<center><img <<$set_imgh>> src="images/shared/sex/mast/hand.jpg"></center>'
  482. 'You shove all your fingers inside your pussy.'
  483. if pcs_vag < 10:
  484. if vgape = 2:vgape = 3
  485. if vgape = 1:vgape = 2
  486. if vgape = 0:vgape = 1
  487. pcs_horny -= 10
  488. pcs_mood -= 10
  489. 'You shove all your fingers inside your tight pussy, and feel it stretch out way more than it should. It''s rather painful.'
  490. elseif pcs_vag < 15:
  491. pcs_horny += rand(1, 3)
  492. 'You shove all your fingers inside your tight pussy, feeling your pussy grip them tightly. It doesn''t hurt, but doesn''t feel very good either.'
  493. elseif pcs_vag < 20:
  494. pcs_horny += rand(3, 6)
  495. 'You shove all your fingers inside your tight pussy, feeling your pussy grip them tightly.'
  496. else
  497. pcs_horny += rand(6, 12)
  498. 'You stick all of your fingers in your pussy, and feel how your vagina envelops them nicely. You get a pleasant feeling of fullness.'
  499. end
  500. if pcs_vag < 15:vaginaTemp += 1
  501. gs 'arousal', 'masturbate', 2
  502. gs 'stat'
  503. '<<$AnyaMsg>>'
  504. act 'Fuck yourself with your fingers':
  505. cls
  506. selfplaytime += 10
  507. gs 'selfplay', 'sis_prov'
  508. if pcs_vag < 10:
  509. if vgape = 2:vgape = 3
  510. if vgape = 1:vgape = 2
  511. if vgape = 0:vgape = 1
  512. pcs_horny -= 10
  513. pcs_mood -= 10
  514. end
  515. '<center><img <<$set_imgh>> src="images/shared/sex/mast/hand.jpg"></center>'
  516. 'You start to slowly move your hand, thrusting your fingers into your pussy again and again.'
  517. gs 'arousal', 'masturbate', 10
  518. gs 'stat'
  519. if pcs_vag <= 15:pcs_horny -= 10 & pcs_mood -= 10 & 'You''re stretching your pussy to the point where it becomes rather painful, and don''t get any enjoyment out of it.'
  520. if pcs_vag > 10:pcs_horny += rand(10, 20) & 'Your pussy walls are stretched nicely from the finger fucking, and you feel a pleasant warmth spread in your lower body.'
  521. gs 'stat'
  522. if pcs_vag < 20:vaginaTemp += 1
  523. '<<$AnyaMsg>>'
  524. gs 'selfplay', 'fingering3'
  525. act 'Stop touching yourself':gt $loc, $metka
  526. end
  527. end
  528. act 'Stop touching yourself':gt $loc, $metka
  529. end
  530. --- selfplay ---------------------------------