selfplay.qsrc 22 KB

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