Cum_Manage 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  1. # Cum_Manage
  2. !{ Locations to be defined by 'spafinloc'
  3. 0 = 'In your Vagina'
  4. 1 = 'On your labia'
  5. 2 = 'On your panties over your vagina'
  6. 3 = 'In your anus'
  7. 4 = 'On your butt'
  8. 5 = 'On your panties over your butt'
  9. 6 = 'On your clothes in your groin area'
  10. 7 = 'On your clothes'
  11. 8 = 'On your back'
  12. 9 = 'On your legs'
  13. 10 = 'On your arms'
  14. 11 = 'On your face'
  15. 12 = 'Inside your mouth'
  16. 13 = 'On your hands'
  17. 14 = 'On your stomach'
  18. 15 = 'On your breasts'
  19. 16 = 'In your hair'
  20. 17 = 'In a condom in your vagina'}
  21. if $ARGS[0] = '':
  22. !{Sets the cum array temp to the current size of the cum array, to add a new entry to the end of file. Then checks to see if you are on the pill. If you are and there is no contraception used, it flags this as a "done with pill" act, which means a pregnancy will be a pill failure.}
  23. cumarrtemp = arrsize('$cumarrnam')
  24. if sexcontra = 0 and pillcon > 0: sexcontra = 2
  25. if vibratorIN = 1 and spafinloc = 0: vibratorIN = 0
  26. if analplugIN = 1 and spafinloc = 3: analplugIN = 0
  27. !{It checks to see if this is flagged as a preejaculate emmission. All vaginal penetrations that flag this as cumprecheck contain preejaculate. Guidelines for calling it: If your boy is likely to have masterbated, had sex, or otherwise encouraged semen to leak out of their urethra in the last 48 hours, they probably have some fertile preejaculate. If in doubt, let it leak. The chances of pregnancy from it are low, and the MC should have been wearing protection.}
  28. if cumprecheck ! 1:
  29. !{Here it checks for vaginal deposit. If it is, it sees if theres a deposit made by someone named the same. If so, it checks if this new act is protected. If it isnt, it overwrites the old deposit.}
  30. if spafinloc <= 0:
  31. arrmodtmp = arrpos('$cumarrnam',$boy)
  32. if arrmodtmp >= 0:
  33. if $cumarrnam[arrmodtmp] = $boy and cumarrdel[arrmodtmp] = 0 and sexcontra < 3: cumarrtemp = arrmodtmp
  34. end
  35. !{Next it sets the variables in the array. The cumming boys name first, sets the cum age to 0, then the cum delivery location to vaginally, then sees if its a unknowing sex act. If it is, it makes it so the MC doesnt know who did it. Then if the boy has a custom specified potency, it flags the potency. Otherwise it sets it to the default.}
  36. $cumarrnam[cumarrtemp] = $boy
  37. cumarrage[cumarrtemp] = 0
  38. cumarrdel[cumarrtemp] = 0
  39. if sexunaware > 0 or sexpartkno = 0:
  40. cumarrkno[cumarrtemp] = 0
  41. else
  42. cumarrkno[cumarrtemp] = 1
  43. end
  44. if sexspecpot ! 0:
  45. cumarrppt[cumarrtemp] = sexspecpot
  46. else
  47. cumarrppt[cumarrtemp] = 10000
  48. end
  49. !{Now it sets up the splatter and actual internal cum. First it sets the array to the spatter end of file. Then it checks for riding bareback. If theres a condom, it gives a chance for the condom to fail in general, slip off and remain in the vagina, or break. The cumarrcpt, or current internal potency of the sperm, is set dependent on what happened. the contraception type is also set. For bursting or slippage, a spatter is created.}
  50. cumarrtemp2 = arrsize('sparrvol')
  51. arrmodtmp = arrsize('sparrvol')
  52. :arrmodloop1
  53. if sparrloc[arrmodtmp] = spafinloc and $sparrnam[arrmodtmp] = $boy and sexcontra < 3:
  54. cumarrtemp2 = arrmodtmp
  55. else
  56. arrmodtmp -= 1
  57. if arrmodtmp >= 0: jump 'arrmodloop1'
  58. end
  59. if sexcontra > 2:
  60. if sexcontra = 3:
  61. temprand = rand(0,1000)
  62. if temprand = 0:
  63. cumarrcpt[cumarrtemp] = cumarrppt[cumarrtemp]/4
  64. cumarrcon[cumarrtemp] = 3
  65. elseif temprand < 4:
  66. cumarrcpt[cumarrtemp] = cumarrppt[cumarrtemp]/200
  67. cumarrcon[cumarrtemp] = 5
  68. cumcondslip = 1
  69. cumcondsanb = cumarrtemp
  70. sexcontra = 5
  71. sparrage[cumarrtemp2] = 0
  72. sparrloc[cumarrtemp2] = 17
  73. $sparrnam[cumarrtemp2] = $boy
  74. if sexspecpot ! 0:
  75. sparrppt[cumarrtemp2] = sexspecpot
  76. else
  77. sparrppt[cumarrtemp2] = 10000
  78. end
  79. sparrvol[cumarrtemp2] += sexvolume
  80. cumsumbod += sexvolume
  81. cumsumvag += sexvolume
  82. if sexvolume <= 0: sparrvol[cumarrtemp2] += 40 & cumsumbod += 40 & cumsumvag += 40
  83. sparridt[cumarrtemp2] = sexpartkno
  84. sparrslc[cumarrtemp2] = 0
  85. elseif temprand < 10:
  86. cumarrcpt[cumarrtemp] = cumarrppt[cumarrtemp]/2
  87. cumarrcon[cumarrtemp] = 4
  88. sexcontra = 4
  89. sparrage[cumarrtemp2] = 0
  90. sparrloc[cumarrtemp2] = 0
  91. $sparrnam[cumarrtemp2] = $boy
  92. if sexspecpot ! 0:
  93. sparrppt[cumarrtemp2] = sexspecpot
  94. else
  95. sparrppt[cumarrtemp2] = 10000
  96. end
  97. sparrvol[cumarrtemp2] += sexvolume
  98. cumsumbod += sexvolume
  99. cumsumvag += sexvolume
  100. if sexvolume <= 0: sparrvol[cumarrtemp2] += 40 & cumsumbod += 40 & cumsumvag += 40
  101. sparridt[cumarrtemp2] = sexpartkno
  102. sparrslc[cumarrtemp2] = 0
  103. else
  104. cumarrcpt[cumarrtemp] = 5
  105. cumarrcon[cumarrtemp] = 3
  106. end
  107. !{Next it checks to see if the event is calling specifically for a burst or slipped off condom. It treats them the same as if the condom above had a failure.}
  108. elseif sexcontra = 4:
  109. cumarrcpt[cumarrtemp] = cumarrppt[cumarrtemp]/2
  110. cumarrcon[cumarrtemp] = 4
  111. sparrage[cumarrtemp2] = 0
  112. sparrloc[cumarrtemp2] = 0
  113. $sparrnam[cumarrtemp2] = $boy
  114. if sexspecpot ! 0:
  115. sparrppt[cumarrtemp2] = sexspecpot
  116. else
  117. sparrppt[cumarrtemp2] = 10000
  118. end
  119. sparrvol[cumarrtemp2] += sexvolume
  120. cumsumbod += sexvolume
  121. cumsumvag += sexvolume
  122. if sexvolume <= 0: sparrvol[cumarrtemp2] += 40 & cumsumbod += 40 & cumsumvag += 40
  123. sparridt[cumarrtemp2] = sexpartkno
  124. sparrslc[cumarrtemp2] = 0
  125. elseif sexcontra = 5:
  126. cumarrcpt[cumarrtemp] = cumarrppt[cumarrtemp]/200
  127. cumarrcon[cumarrtemp] = 5
  128. cumcondslip = 1
  129. cumcondsanb = cumarrtemp
  130. sparrage[cumarrtemp2] = 0
  131. sparrloc[cumarrtemp2] = 17
  132. $sparrnam[cumarrtemp2] = $boy
  133. if sexspecpot ! 0:
  134. sparrppt[cumarrtemp2] = sexspecpot
  135. else
  136. sparrppt[cumarrtemp2] = 10000
  137. end
  138. sparrvol[cumarrtemp2] += sexvolume
  139. cumsumbod += sexvolume
  140. cumsumvag += sexvolume
  141. if sexvolume <= 0: sparrvol[cumarrtemp2] += 40 & cumsumbod += 40 & cumsumvag += 40
  142. sparridt[cumarrtemp2] = sexpartkno
  143. sparrslc[cumarrtemp2] = 0
  144. !{!Next it checks for sabotaged condoms. First sabotaged by you, then sabotaged by the guy. If they were sabotaged, it acts similar to a condom failure, but worse.}
  145. elseif sexcontra = 6:
  146. cumarrcpt[cumarrtemp] = cumarrppt[cumarrtemp]/3
  147. cumarrcon[cumarrtemp] = 6
  148. elseif sexcontra = 7:
  149. cumarrcpt[cumarrtemp] = cumarrppt[cumarrtemp]/3
  150. cumarrcon[cumarrtemp] = 7
  151. end
  152. !{If you have no protection, you get a nice full load of semen.}
  153. else
  154. sparrage[cumarrtemp2] = 0
  155. sparrloc[cumarrtemp2] = 0
  156. $sparrnam[cumarrtemp2] = $boy
  157. if sexspecpot ! 0:
  158. sparrppt[cumarrtemp2] = sexspecpot
  159. else
  160. sparrppt[cumarrtemp2] = 10000
  161. end
  162. sparrvol[cumarrtemp2] += sexvolume
  163. cumsumbod += sexvolume
  164. cumsumvag += sexvolume
  165. if sexvolume <= 0: sparrvol[cumarrtemp2] += 40 & cumsumbod += 40 & cumsumvag += 40
  166. sparridt[cumarrtemp2] = sexpartkno
  167. sparrslc[cumarrtemp2] = 0
  168. cumarrcpt[cumarrtemp] = cumarrppt[cumarrtemp]/5*4
  169. cumarrcon[cumarrtemp] = sexcontra
  170. end
  171. !{If you arent getting it in the vagina, and the boy isnt pumping it into a condom, a spatter is made and applied. If you arent wearing any panties and it was called to hit your panties, it goes directly to your groin. If you are naked and it calls for a clothing strike, it will go to your body instead.}
  172. elseif spafinloc > 0 and sexcontra < 3:
  173. cumarrtemp2 = arrsize('sparrvol')
  174. arrmodtmp = arrsize('sparrvol')
  175. :arrmodloop2
  176. if sparrloc[arrmodtmp] = spafinloc and $sparrnam[arrmodtmp] = $boy and sexcontra < 3:
  177. cumarrtemp2 = arrmodtmp
  178. else
  179. arrmodtmp -= 1
  180. if arrmodtmp >= 0: jump 'arrmodloop2'
  181. end
  182. sparrage[cumarrtemp2] = 0
  183. if tanga = 0:
  184. if spafinloc = 2:
  185. spafinloc = 1
  186. elseif spafinloc = 5:
  187. spafinloc = 4
  188. end
  189. end
  190. if $clothingworntype = 'nude':
  191. if spafinloc = 2:
  192. spafinloc = 1
  193. elseif spafinloc = 5:
  194. spafinloc = 4
  195. elseif spafinloc = 6:
  196. if rand(0,1) = 0:
  197. spafinloc = 1
  198. else
  199. spafinloc = 4
  200. end
  201. elseif spafinloc = 7:
  202. if rand(0,1) = 0:
  203. spafinloc = 14
  204. else
  205. spafinloc = 15
  206. end
  207. end
  208. end
  209. sparrloc[cumarrtemp2] = spafinloc
  210. if spafinloc = 12 and swallow >= 10 and rand(0,3) = 0: energy += 2
  211. $sparrnam[cumarrtemp2] = $boy
  212. if sexspecpot ! 0:
  213. sparrppt[cumarrtemp2] = sexspecpot
  214. else
  215. sparrppt[cumarrtemp2] = 10000
  216. end
  217. sparrvol[cumarrtemp2] += sexvolume
  218. cumsumbod += sexvolume
  219. if sexvolume <= 0: sparrvol[cumarrtemp2] += 40 & cumsumbod += 40 & cumsumvag += 40
  220. if spafinloc = 3:
  221. cumsumass += sexvolume
  222. if sexvolume <= 0: cumsumass += 40
  223. end
  224. sparridt[cumarrtemp2] = sexpartkno
  225. sparrslc[cumarrtemp2] = 0
  226. end
  227. sexpartkno = 0
  228. sexunaware = 0
  229. sexspecpot = 0
  230. !{And this is the pre ejaculate release talked about above.}
  231. elseif sexcontra < 3 and spafinloc = 0:
  232. arrmodtmp = arrpos('$cumarrnam',$boy)
  233. if arrmodtmp >= 0:
  234. if cumarrdel[arrmodtmp] = 0 and cumarrcpt[arrmodtmp] <= ((cumarrppt[arrmodtmp]/12) + 1) and sexcontra < 3: cumarrtemp = arrmodtmp
  235. end
  236. $cumarrnam[cumarrtemp] = $boy
  237. cumarrage[cumarrtemp] = 0
  238. cumarrdel[cumarrtemp] = 0
  239. cumarrkno[cumarrtemp] = 0
  240. if sexspecpot ! 0:
  241. cumarrppt[cumarrtemp] = sexspecpot
  242. else
  243. cumarrppt[cumarrtemp] = 10000
  244. end
  245. cumarrcon[cumarrtemp] = sexcontra
  246. cumarrcpt[cumarrtemp] = cumarrppt[cumarrtemp]/12
  247. end
  248. sexspecpot = 0
  249. cumprecheck = 0
  250. spafinloc = 0
  251. sexvolume = 0
  252. arrmodtmp = 0
  253. dynamic $din_Update_Condom_Counts
  254. if cumsumass >= 60:
  255. arrmodtmp = arrpos('sparrloc',3)
  256. if sparrslc[arrmodtmp] <= 0: sparrslc[arrmodtmp] += 1
  257. end
  258. if cumsumvag >= 60:
  259. arrmodtmp = arrpos('sparrloc',0)
  260. if sparrslc[arrmodtmp] <= 0: sparrslc[arrmodtmp] += 1
  261. end
  262. end
  263. if $ARGS[0] = 'cumeater1':
  264. spdirtyb = 1
  265. fbreath = 0
  266. vaf += 1
  267. if sparrvol[temp1arr] > 150:
  268. sparrvol[temp1arr] -= 100
  269. gs 'stat'
  270. 'You collect a handful of sperm from your stomach in your hand and lick it all up, feeling the tart taste of semen.'
  271. else
  272. sparrvol[temp1arr] -= 20
  273. gs 'stat'
  274. 'You collect the sperm from your stomach with your fingers and lick them, feeling the tart taste of semen.'
  275. end
  276. if sparrvol[temp1arr] <= 0:temp = 14 & gs 'cum_cleanup', 'cumeatercleanup'
  277. end
  278. if $ARGS[0] = 'cumeater2':
  279. spdirtyb = 1
  280. fbreath = 0
  281. vaf += 1
  282. if sparrvol[temp1arr] > 150:
  283. sparrvol[temp1arr] -= 100
  284. gs 'stat'
  285. 'You collect a handful of sperm from your pussy in your hand and lick it all up, feeling the tart taste of semen.'
  286. else
  287. sparrvol[temp1arr] -= 20
  288. gs 'stat'
  289. 'You collect the sperm from your pussy with your fingers and lick them, feeling the tart taste of semen.'
  290. end
  291. if sparrvol[temp1arr] <= 0:
  292. temp = 0 & gs 'cum_cleanup', 'cumeatercleanup'
  293. temp = 1 & gs 'cum_cleanup', 'cumeatercleanup'
  294. end
  295. end
  296. if $ARGS[0] = 'cumeater3':
  297. spdirtyb = 1
  298. fbreath = 0
  299. vaf += 1
  300. if sparrvol[temp1arr] > 150:
  301. sparrvol[temp1arr] -= 100
  302. gs 'stat'
  303. 'You collect a handful of sperm from your buttocks in your hand and lick it all up, feeling the tart taste of semen.'
  304. else
  305. sparrvol[temp1arr] -= 20
  306. gs 'stat'
  307. 'You collect the sperm from your buttocks with your fingers and lick them, feeling the tart taste of semen.'
  308. end
  309. if sparrvol[temp1arr] <= 0:temp = 4 & gs 'cum_cleanup', 'cumeatercleanup'
  310. end
  311. if $ARGS[0] = 'cumeater4':
  312. spdirtyb = 1
  313. fbreath = 0
  314. vaf += 1
  315. if sparrvol[temp1arr] > 150:
  316. sparrvol[temp1arr] -= 100
  317. gs 'stat'
  318. 'You collect a handful of sperm from your face in your hand and lick it all up, feeling the tart taste of semen.'
  319. else
  320. sparrvol[temp1arr] -= 20
  321. gs 'stat'
  322. 'You collect the sperm from your face with your fingers and lick them, feeling the tart taste of semen.'
  323. end
  324. if sparrvol[temp1arr] <= 0:temp = 11 & gs 'cum_cleanup', 'cumeatercleanup'
  325. end
  326. if $ARGS[0] = 'cumeater5':
  327. spdirtyb = 1
  328. fbreath = 0
  329. vaf += 1
  330. if sparrvol[temp1arr] > 150:
  331. sparrvol[temp1arr] -= 100
  332. gs 'stat'
  333. 'You collect a handful of sperm from your clothes in your hand and lick it all up, feeling the tart taste of semen.'
  334. else
  335. sparrvol[temp1arr] -= 20
  336. gs 'stat'
  337. 'You collect the sperm from your clothes with your fingers and lick them, feeling the tart taste of semen.'
  338. end
  339. if sparrvol[temp1arr] <= 0:
  340. temp = 2 & gs 'cum_cleanup', 'cumeatercleanup'
  341. temp = 5 & gs 'cum_cleanup', 'cumeatercleanup'
  342. temp = 6 & gs 'cum_cleanup', 'cumeatercleanup'
  343. temp = 7 & gs 'cum_cleanup', 'cumeatercleanup'
  344. end
  345. end
  346. if $ARGS[0] = 'cumeater6':
  347. spdirtyb = 1
  348. fbreath = 0
  349. vaf += 1
  350. if sparrvol[temp1arr] > 150:
  351. sparrvol[temp1arr] -= 100
  352. gs 'stat'
  353. 'You collect a handful of sperm from your anus in your hand and lick it all up, feeling the tart taste of semen.'
  354. else
  355. sparrvol[temp1arr] -= 20
  356. gs 'stat'
  357. 'You collect the sperm from your anus with your fingers and lick them, feeling the tart taste of semen.'
  358. end
  359. if sparrvol[temp1arr] <= 0:temp = 3 & gs 'cum_cleanup', 'cumeatercleanup'
  360. end
  361. if $ARGS[0] = 'cumeater7':
  362. spdirtyb = 1
  363. fbreath = 0
  364. vaf += 1
  365. if sparrvol[temp1arr] > 150:
  366. sparrvol[temp1arr] -= 100
  367. gs 'stat'
  368. 'You collect a handful of sperm from your body in your hand and lick it all up, feeling the tart taste of semen.'
  369. else
  370. sparrvol[temp1arr] -= 20
  371. gs 'stat'
  372. 'You collect the sperm from your body with your fingers and lick them, feeling the tart taste of semen.'
  373. end
  374. if sparrvol[temp1arr] <= 0:
  375. temp = 8 & gs 'cum_cleanup', 'cumeatercleanup'
  376. temp = 9 & gs 'cum_cleanup', 'cumeatercleanup'
  377. temp = 10 & gs 'cum_cleanup', 'cumeatercleanup'
  378. temp = 11 & gs 'cum_cleanup', 'cumeatercleanup'
  379. temp = 15 & gs 'cum_cleanup', 'cumeatercleanup'
  380. end
  381. end
  382. if $ARGS[0] = 'cumeater8':
  383. spdirtyb = 1
  384. fbreath = 0
  385. vaf += 1
  386. if sparrvol[temp1arr] > 100:
  387. sparrvol[temp1arr] = 0
  388. gs 'stat'
  389. 'You lick up the whole mouthful of sperm, feeling the tart taste as you eat it.'
  390. else
  391. sparrvol[temp1arr] = 0
  392. gs 'stat'
  393. 'You lick your fingers clean, feeling the tart taste of semen.'
  394. end
  395. if sparrvol[temp1arr] <= 0:temp = 13 & gs 'cum_cleanup', 'cumeatercleanup'
  396. end
  397. if $ARGS[0] = 'cumeater9':
  398. spdirtyb = 1
  399. fbreath = 0
  400. vaf += 1
  401. if sparrvol[temp1arr] > 150:
  402. sparrvol[temp1arr] -= 100
  403. gs 'stat'
  404. 'You collect a handful of sperm from your hair in your hand and lick it all up, feeling the tart taste of semen.'
  405. else
  406. sparrvol[temp1arr] -= 20
  407. gs 'stat'
  408. 'You collect the sperm from your hair with your fingers and lick them, feeling the tart taste of semen.'
  409. end
  410. if sparrvol[temp1arr] <= 0:temp = 16 & gs 'cum_cleanup', 'cumeatercleanup'
  411. end
  412. --- Cum_Manage ---------------------------------