# Cum_Manage !! !! THIS IS A CORE FILE TO GAME MECHANICS. Please edit CAREFULLY, and leave as many comments as possible!! !! !! The comments in this file serve as tutorial to managing cum/sperm during scene writing and game-play. Please read them. !! !! spafinloc and cum array naming takes precident over other naming schemes. Always import and export variables by their cum array names !! !!------------------------------------------------------------------------------------------------------------ !! !! Cum Array indices: !! !! cumarrnam : Sperm Owner !! cumarrppt : Sperm Potential Potency (max sperm delivery) !! cumarrcpt : Sperm Current Potency (current amount of sperm) !! cumarrdel : Sperm "Delivery" (method of *VAGINAL ONLY* acquisition) !! cumarrcon : Contraception typ used !! cumarrage : Sperm age in hours !! cumarrkno : Did you know/realize who did it? !! cumarrcnt : Unique identifier of the exact which time the MC has had this sperm incident occur. !! !! !! !! Spatter Array indices: !! !! sparrloc : Location of the sperm, as per cumarrdel !! sparrnam : Spatter Owner !! sparrppt : Spatter Potential Potency (Used to increase potency if you don't clean yourself out) !! sparridt : Did you know/realize who did it? !! sparrvol : Volume of the spatter. 40 is average. !! sparrslc : Spread status of the spatter. High volume can spread the contaminant from it's starting place. !! sparrcnt : Unique identifier of the exact which time the MC has had this spatter incident occur. !! !! !! !! Values of 'cumarrdel' as defined by the cum_arr: !! !! cumarrdel = 0 : 'Vaginal intercourse' !! cumarrdel = 1 : 'From spatter on labia' !! cumarrdel = 2 : 'From the anal area' !! cumarrdel = 3 : 'From sperm on clothing' !! cumarrdel = 4 : 'From sperm on fingers' !! cumarrdel = 5 : 'From sperm on wipes' !! cumarrdel = 6 : 'Unknown' !! !! !! !! Values of 'cumarrcon' as defined by the cum_arr: !! !! cumarrcon = 0: 'No contraception used' !! cumarrcon = 1: 'You lied about being on the pill' !! cumarrcon = 2: 'You were on the pill' !! cumarrcon = 3: 'You used a condom' !! cumarrcon = 4: 'The condom broke' !! cumarrcon = 5: 'The condom slipped off inside you' !! cumarrcon = 6: 'The condom was sabotaged by someone else' !! cumarrcon = 7: 'You sabotaged the condom' !! cumarrcon = 8: 'Precum had sperm in it' !! cumarrcon = 9: 'You believe are sterile' !! !! !! !! Values of 'cumarrkno' as defined by the cum_arr: !! !! cumarrkno = -2 : 'You were unaware there was sperm in you' !! cumarrkno = -1 : 'You do not think that any sperm has gotten into you' !! cumarrkno = 0 : 'You know somebody got sperm in you, but you don''t know that person' !! cumarrkno = 1 : 'You know who got sperm in you' !! !! Setting for no STD checks !! !! cumnostd = 1 : No risk of STD, resets at end of file so must be used for all related cum_management calls !! !! Locations to be defined by 'spafinloc' !! !! 0 = 'In your Vagina' !! 1 = 'On your labia' !! 2 = 'On your panties over your vagina' !! 3 = 'In your anus' !! 4 = 'On your butt' !! 5 = 'On your panties over your butt' !! 6 = 'On your clothes in your groin area' !! 7 = 'On your clothes' !! 8 = 'On your back' !! 9 = 'On your legs' !! 10 = 'On your arms' !! 11 = 'On your face' !! 12 = 'Inside your mouth' !! 13 = 'On your hands' !! 14 = 'On your stomach' !! 15 = 'On your breasts' !! 16 = 'In your hair' !! 17 = 'In a condom in your vagina' !! !!------------------------------------------------------------------------------------------------------------ if $ARGS[0] = '': !!{ Debug information, comment out in release versions. } !! '
Cum_Manage called with: spafinloc=<> cumarrkno=<> cummarrcon=<> cumarrdel=<>' !!{ We count every time somebody cum on or inside the MC. It is used for spatter and cum matching in femcyc} stat['cum_count'] += 1 !!{ Here we define our important variables.} dick = npc_dick[$boy] if sexvolume <= 0: sexvolume = 40 if sexspecpot = 0: sexspecpot = npc_spermpot[$boy] if sexspecpot = 0: sexspecpot = sexvolume * rand(250, 300) if sexspecpot < 0: sexspecpot = 0 if vibratorIN = 1 and spafinloc = 0 and replace_vib = 0: vibratorIN = 0 if analplugIN = 1 and spafinloc = 3 and replace_analplug = 0: analplugIN = 0 !!{ Set 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.} cumarrtemp = arrsize('$cumarrnam') if sexcontra = 0 and pillcon2 > 1000: sexcontra = 2 !!{Check for previous deposit, and if it was by the same guy and precum, it sets cumarrtemp back by one} !! if $cumarrnam[cumarrtemp-1] = $boy and cumarrkno[cumarrtemp-1] = -1:cumarrtemp -= 1 & sexspecpot = cumarrppt[cumarrtemp] if cumprecheck = 1 and cumnostd = 0: cumarrkno[cumarrtemp] = -1 gs 'dinSex', 'std_trigger' elseif sexunaware > 0: cumarrkno[cumarrtemp] = -2 elseif sexpartkno = 1: cumarrkno[cumarrtemp] = 1 else cumarrkno[cumarrtemp] = 0 end !!{ If a condom slipped in the vagina, it will pushed deeper inside the vagina during vaginal sex.} if spafinloc <= 0 and cumcondslip > 0: if dick > cumcondslip_deep: cumcondslip_deep = dick + rand (0,2) else cumcondslip_deep += rand (0,2) end end sparrtemp = arrsize('sparrvol') !!{ Check 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.} if cumprecheck ! 1: !!{ Here it checks for anal deposit and increments anal creampie variable.} if spafinloc = 3: if sexunaware = 1 or sexcontra = 6: pcs_acp_unknown += 1 else pcs_acp_known += 1 end end !!{ Here it checks for vaginal deposit.} if spafinloc <= 0: !!{ Next it sets the variables in the array. The cumming boys name is first and cum age to 0. !! The cum delivery location is set to vaginally, and we check to see if this is an unknowing sex act. !! If it is, it makes it so the MC doesn''t know who did it. !! If the boy has a custom specified potency 'sexspecpot', it flags the potency. Otherwise it sets it to the default. !! Default potency potential is generated from a random multiplier of sexvolume. !! Sexvolume defaults to 40 (4 mL), but may be overwritten with 'sexvolume'.} $cumarrnam[cumarrtemp] = $boy cumarrage[cumarrtemp] = 0 cumarrdel[cumarrtemp] = 0 cumarrcnt[cumarrtemp] = stat['cum_count'] cumarrppt[cumarrtemp] = sexspecpot !!{ 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.} if sexcontra > 2: if noprotect = 1: noprotect = 0 & sexcontra = 4 if sexcontra = 3: temprand = rand(0,1000) dick_wid = 3 if $dick_girth = 'skinny': dick_wid = 2 if $dick_girth = 'slim': dick_wid = 3 if $dick_girth = 'well proportioned': dick_wid = 3 if $dick_girth = 'thicker than average': dick_wid = 4 if $dick_girth = 'thick': dick_wid = 4 if $dick_girth = 'massive': dick_wid = 5 if $dick_girth = 'monstrous': dick_wid = 6 break_thresh = dick_wid * 2 break_thresh -= pcs_vag / 4 break_thresh += dick / 4 slip_thresh = 36 - (dick_wid * 2) slip_thresh -= (pcs_vag / 2) slip_thresh -= dick / 2 if break_thresh < 1: break_thresh = 1 if slip_thresh < 4: slip_thresh = 4 break_thresh += slip_thresh if temprand = 0: cumarrcpt[cumarrtemp] += cumarrppt[cumarrtemp]/4 cumarrcon[cumarrtemp] = 3 elseif temprand <= slip_thresh: cumarrcpt[cumarrtemp] += cumarrppt[cumarrtemp]/200 cumarrcon[cumarrtemp] = 5 cumcondslip = 1 cumcondsanb = cumarrtemp sexcontra = 5 sparrage[sparrtemp] = 0 sparrloc[sparrtemp] = 17 $sparrnam[sparrtemp] = $boy sparrcnt[sparrtemp] = stat['cum_count'] sparrppt[sparrtemp] = sexspecpot sparrvol[sparrtemp] += sexvolume cumsumbod += sexvolume cumsumvag += sexvolume sparridt[sparrtemp] = cumarrkno[cumarrtemp] sparrslc[sparrtemp] = 0 cumcondslip += 1 if cumcondslip_deep <= 0:cumcondslip_deep = rand(1, dick) if sparridt[sparrtemp] >= 0:cumcondslip_aware = 1 dynamic $ferteggfather elseif temprand <= break_thresh: cumarrcpt[cumarrtemp] += cumarrppt[cumarrtemp]/2 cumarrcon[cumarrtemp] = 4 sexcontra = 4 sparrage[sparrtemp] = 0 sparrloc[sparrtemp] = 0 $sparrnam[sparrtemp] = $boy sparrcnt[sparrtemp] = stat['cum_count'] sparrppt[sparrtemp] = sexspecpot sparrvol[sparrtemp] += sexvolume cumsumbod += sexvolume cumsumvag += sexvolume sparridt[sparrtemp] = cumarrkno[cumarrtemp] sparrslc[sparrtemp] = 0 dynamic $ferteggfather else cumarrcpt[cumarrtemp] += 5 cumarrcon[cumarrtemp] = 3 end !!{ 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.} elseif sexcontra = 4: cumarrcpt[cumarrtemp] += cumarrppt[cumarrtemp]/2 cumarrcon[cumarrtemp] = 4 sparrage[sparrtemp] = 0 sparrloc[sparrtemp] = 0 $sparrnam[sparrtemp] = $boy sparrcnt[sparrtemp] = stat['cum_count'] sparrppt[sparrtemp] = sexspecpot sparrvol[sparrtemp] += sexvolume cumsumbod += sexvolume cumsumvag += sexvolume sparridt[sparrtemp] = cumarrkno[cumarrtemp] sparrslc[sparrtemp] = 0 dynamic $ferteggfather elseif sexcontra = 5: cumarrcpt[cumarrtemp] += cumarrppt[cumarrtemp]/200 cumarrcon[cumarrtemp] = 5 cumcondslip = 1 cumcondsanb = cumarrtemp sparrage[sparrtemp] = 0 sparrloc[sparrtemp] = 17 $sparrnam[sparrtemp] = $boy sparrcnt[sparrtemp] = stat['cum_count'] sparrppt[sparrtemp] = sexspecpot sparrvol[sparrtemp] += sexvolume cumsumbod += sexvolume cumsumvag += sexvolume sparridt[sparrtemp] = cumarrkno[cumarrtemp] sparrslc[sparrtemp] = 0 cumcondslip += 1 if cumcondslip_deep <= 0:cumcondslip_deep = rand(1, dick) if sparridt[sparrtemp] >= 0:cumcondslip_aware = 1 dynamic $ferteggfather !!{ Next, check 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.} elseif sexcontra = 6: cumarrcpt[cumarrtemp] += cumarrppt[cumarrtemp]/3 cumarrcon[cumarrtemp] = 6 elseif sexcontra = 7: cumarrcpt[cumarrtemp] += cumarrppt[cumarrtemp]/3 cumarrcon[cumarrtemp] = 7 dynamic $ferteggfather end !!{ If you have no protection, you get a nice, full load of semen.} else sparrage[sparrtemp] = 0 sparrloc[sparrtemp] = 0 $sparrnam[sparrtemp] = $boy sparrcnt[sparrtemp] = stat['cum_count'] sparrppt[sparrtemp] = sexspecpot sparrvol[sparrtemp] += sexvolume cumsumbod += sexvolume cumsumvag += sexvolume sparridt[sparrtemp] = cumarrkno[cumarrtemp] sparrslc[sparrtemp] = 0 cumarrcpt[cumarrtemp] += cumarrppt[cumarrtemp]/5*4 cumarrcon[cumarrtemp] = sexcontra dynamic $ferteggfather end !! creampie vaginal statistics: if spafinloc = 0: !!STD checks if cumnostd = 0: gs 'dinSex', 'std_trigger' !! safe creampie (if cycle > 3 or on pill or succubus): if cycle > 3 or pillcon2 > 1000 or succubusflag = 1: if sexunaware = 1 or sexcontra = 6: pcs_cp_safe_unknown += 1 else pcs_cp_safe_known += 1 end !! pretty safe creampie (if cycle = 3 or cycle = 0): elseif cycle = 0 or cycle = 3: if sexunaware = 1 or sexcontra = 6: pcs_cp_notsafe_unknown += 1 else pcs_cp_notsafe_known += 1 end !! risky creampie (not on pill, fertile part of the cycle): else if sexunaware = 1 or sexcontra = 6: pcs_cp_risky_unknown += 1 else pcs_cp_risky_known += 1 end end end !!{ 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.} elseif spafinloc > 0 and sexcontra < 3: sparrage[sparrtemp] = 0 sparrcnt[sparrtemp] = stat['cum_count'] if $pantyworntype = 'none': if spafinloc = 2: spafinloc = 1 elseif spafinloc = 5: spafinloc = 4 end end if $clothingworntype = 'nude': if spafinloc = 2: spafinloc = 1 elseif spafinloc = 5: spafinloc = 4 elseif spafinloc = 6: if rand(0,1) = 0: spafinloc = 1 else spafinloc = 4 end elseif spafinloc = 7: if rand(0,1) = 0: spafinloc = 14 else spafinloc = 15 end end end sparrloc[sparrtemp] = spafinloc if spafinloc = 12 and pcs_breath = 1: pcs_breath = 0 if spafinloc = 12 and swallow >= 10 and rand(0,3) = 0: pcs_energy += 2 & pcs_hydra += 1 $sparrnam[sparrtemp] = $boy sparrppt[sparrtemp] = sexspecpot sparrvol[sparrtemp] += sexvolume cumsumbod += sexvolume if spafinloc = 3: cumsumass += sexvolume end sparridt[sparrtemp] = cumarrkno[cumarrtemp] sparrslc[sparrtemp] = 0 end if cumarrppt[cumarrtemp] < cumarrcpt[cumarrtemp]:cumarrcpt[cumarrtemp] = cumarrppt[cumarrtemp] sexpartkno = 0 sexunaware = 0 !!{ And this is the pre ejaculate release talked about above.} elseif sexcontra < 3 and spafinloc = 0: $cumarrnam[cumarrtemp] = $boy cumarrcnt[cumarrtemp] = stat['cum_count'] cumarrppt[cumarrtemp] = sexspecpot cumarrage[cumarrtemp] = 0 cumarrdel[cumarrtemp] = 0 cumarrcon[cumarrtemp] = sexcontra cumarrcpt[cumarrtemp] += cumarrppt[cumarrtemp]/12 if cumarrppt[cumarrtemp] < cumarrcpt[cumarrtemp]:cumarrcpt[cumarrtemp] = cumarrppt[cumarrtemp] end !!STD from anal check if spafinloc = 3 and cumnostd = 0: gs 'dinSex', 'std_trigger' !!STD from oral check if spafinloc = 12 and cumnostd = 0: gs 'dinSex', 'std_trigger_oral' cumprecheck = 0 spafinloc = 0 sexvolume = 0 dynamic $din_Update_Condom_Counts if cumsumass >= 60: arrmodtmp = arrpos('sparrloc',3) if sparrslc[arrmodtmp] <= 0: sparrslc[arrmodtmp] += 1 end if cumsumvag >= 60: arrmodtmp = arrpos('sparrloc',0) if sparrslc[arrmodtmp] <= 0: sparrslc[arrmodtmp] += 1 end killvar 'sexspecpot' killvar 'cumnostd' end if $ARGS[0] = 'cumgather': cloc = ARGS[1] i = arrpos('sparrloc', cloc) if i ! -1 and i < arrsize('sparrloc'): if cloc = 0: $part = 'pussy' elseif cloc = 1: $part = 'pussylips' elseif cloc = 2 or cloc = 5: $part = 'your panties' elseif cloc = 3: $part = 'anus' elseif cloc = 4: $part = 'buttocks' elseif cloc = 6 or cloc = 7: $part = 'clothes' elseif cloc = 8: $part = 'back' elseif cloc = 9: $part = 'legs' elseif cloc = 10: $part = 'arms' elseif cloc = 11: $part = 'face' elseif cloc = 14: $part = 'stomach' elseif cloc = 15: $part = 'breasts' elseif cloc = 16: $part = 'hair' else $part = 'unknown' end if salfetka > 0: salfetka -= 1 minut += 5 'You use a wipe to clean the sperm from your <<$part>>.' gs 'cum_cleanup', 'cleanloc', cloc gs 'stat' end end end if $ARGS[0] = 'cumeater_icon': *nl j = 0 :cumeater_icon_jump if cumloc[j] > 0 and j ! 12: gs 'cum_manage', 'cumeater', j if j < 17: j += 1 & jump 'cumeater_icon_jump' end if $ARGS[0] = 'cumeater': cloc = ARGS[1] i = arrpos('sparrloc', cloc) if i ! -1 and i < arrsize('sparrloc'): cumloc[12] = 1 pcs_breath = 0 $part = '' if cloc = 13: gs 'cum_cleanup', 'cleanloc', cloc 'You carefully lick the sperm residue from both hands, enjoying the tart taste of semen.' else if cloc = 0: $part = 'pussy' elseif cloc = 1: $part = 'pussylips' elseif cloc = 2 or cloc = 5: $part = 'your panties' gs 'cum_cleanup', 'cleanloc', 2 gs 'cum_cleanup', 'cleanloc', 5 elseif cloc = 3: $part = 'anus' elseif cloc = 4: $part = 'buttocks' elseif cloc = 6 or cloc = 7: $part = 'clothes' gs 'cum_cleanup', 'cleanloc', 6 gs 'cum_cleanup', 'cleanloc', 7 elseif cloc = 8: $part = 'back' elseif cloc = 9: $part = 'legs' elseif cloc = 10: $part = 'arms' elseif cloc = 11: $part = 'face' elseif cloc = 14: $part = 'stomach' elseif cloc = 15: $part = 'breasts' elseif cloc = 16: $part = 'hair' else $part = 'unknown' end if rand(0, 1) = 0: 'You collect a handful of sperm from your <<$part>> in your hand and lick it all up, enjoying the tart taste of semen.' else 'You collect the sperm from your <<$part>> with your fingers and lick them, enjoying the tart taste of semen.' end gs 'cum_cleanup', 'cleanloc', cloc end minut += 2 gs 'stat' end end if $ARGS[0] = 'cum_stat_display': if Enable_clearcum > 0: gs 'cum_cleanup', 'reset' killvar 'cumvolume' killvar 'i' killvar 'knownguy' killvar 'cumcount' killvar 'cumowner' if arrsize('sparrvol') > 0: !!go through every location :locationloop !!start from the freshest load idx = arrsize('sparrloc')-1 :spermitemloop !!if the currently examined load loaction is the location of the current cycle, execute if sparrloc[idx] = i: !!setting the age of the current load !! 0: mouth !! 1: in this hour !! 2: in four hours !! 3: at least five hours ago !! 4: in body (pussy or ass) !! 5: no more than 12 hours in condom !! 6: no more than 48 hours in condom !! 7: more than two days old, in condom if i = 12: j = 0 elseif i = 17: if sparrage[idx] <= 12: j = 5 elseif sparrage[idx] <= 48: j = 6 else j = 7 end elseif i = 0 or i = 3: j = 4 else if sparrage[idx] <= 1: j = 1 elseif sparrage[idx] <= 5: j = 2 else j = 3 end end cumvolume['<>:<>'] += sparrvol[idx] if sparrvol[idx] > 0: if sparridt[idx] = 0: !!unknown partner cumcount['<>:<>'] += 1 elseif sparridt[idx] = 1: !!known partner !!storing the name of the cum owner (format: $cumowner[::]) if knownguy['<>:<>'] > 0: gchk = 0 :sameguycheck if $cumowner['<>:<>:<>'] ! $sparrnam[idx] and gchk <= knownguy['<>:<>']:gchk += 1 & jump 'sameguycheck' if gchk > knownguy['<>:<>']: $cumowner['<>:<>:<>:<>'']>>'] = $sparrnam[idx] knownguy['<>:<>'] += 1 cumcount['<>:<>'] += 1 end else $cumowner['<>:<>:<>:<>'']>>'] = $sparrnam[idx] knownguy['<>:<>'] += 1 cumcount['<>:<>'] += 1 end end end end if idx > 0:idx -= 1 & jump 'spermitemloop' if i < 18:i += 1 & jump 'locationloop' killvar 'i' killvar 'idx' killvar 'j' end !!Clearing cum location array before positive entries are applied below in the icon and the text message codes killvar 'cumloc' $stat_cum_msg = '' $stat_cum_text = '' stat_visible_cum = 0 stat_cumloc_check = 0 i = 0 :cumlocloop if i = 0: $icon_txtloc = 'your pussy' $txtloc = 'your pussy' elseif i = 1: $icon_txtloc = 'your labia' $txtloc = 'your labia' elseif i = 2: $txtloc = 'the front of your panties' $icon_txtloc = $txtloc elseif i = 3: $icon_txtloc = 'your ass' $txtloc = 'your ass' elseif i = 4: $icon_txtloc = 'your butt' $txtloc = 'your butt' elseif i = 5: $txtloc = 'the back of your panties' $icon_txtloc = $txtloc elseif i = 6: $icon_txtloc = 'your clothes near your groin' $txtloc = 'your clothes near your groin' elseif i = 7: $icon_txtloc = 'your clothes' $txtloc = 'your clothes' elseif i = 8: $txtloc = 'your back' $icon_txtloc = $txtloc elseif i = 9: $txtloc = 'your legs' $icon_txtloc = $txtloc elseif i = 10: $txtloc = 'your arms' $icon_txtloc = $txtloc elseif i = 11: if pcs_haircol = 0: $cum_face_image = 'brown/' $cum_face_image += rand(1, 31) elseif pcs_haircol = 1: $cum_face_image = 'black/' $cum_face_image += rand(1, 23) elseif pcs_haircol = 2: $cum_face_image = 'red/' $cum_face_image += rand(1, 19) elseif pcs_haircol = 3: $cum_face_image = 'blonde/' $cum_face_image += rand(1, 25) elseif pcs_haircol > 3: $cum_face_image = 'custom/' $cum_face_image += rand(1, 20) end $icon_txtloc = 'your face' $txtloc = 'your face' killvar 'cum_face_image' elseif i = 13: $txtloc = 'your hands' $icon_txtloc = $txtloc elseif i = 14: $icon_txtloc = 'your stomach' $txtloc = 'your stomach' elseif i = 15: $icon_txtloc = 'your breasts' $txtloc = 'your breasts' elseif i = 16: $icon_txtloc = 'your hair' $txtloc = 'your hair' elseif i = 17: $txtloc = 'in your vagina in a slipped condom' $icon_txtloc = $txtloc else $icon_txtloc = 'the gusset of your panties' $txtloc = 'the gusset of your panties' end j = 0 :ageloop if cumvolume['<>:<>'] > 0: !!Cum locations set for checking npc reactions cumloc[i] = 1 cumvol[i] = cumvolume['<>:<>'] if stat_cumloc_check ! 1 and i ! 12: stat_cumloc_check = 1 !!amount setting if cumvolume['<>:<>'] > 250: !! 25 ml, about four-five load, gushing $txtamount = 'Enormous ' elseif cumvolume['<>:<>'] > 100: !! 10 ml, about two load, flowing $txtamount = 'Huge ' elseif cumvolume['<>:<>'] >= 20: !! 2 ml, seeping out $txtamount = 'Decent ' else !! residue amount, no leakage $txtamount = 'Small ' end !! if sperm age stage is 4, it means inside the body if j = 4: if (vibratorIN = 1 and i = 0) or (analplugin = 1 and i = 3): $txtproxy = 'being plugged in ' elseif i = 0 and cumvolume['<>:<>'] < pcs_vag*5: $txtproxy = 'staying inside of ' elseif i = 3 and pcs_ass <= 25: $txtproxy = 'staying inside of ' else if cumvolume['<>:<>'] > 250: $txtproxy = 'gushing out of ' elseif cumvolume['<>:<>'] > 100: $txtproxy = 'flowing out of ' elseif cumvolume['<>:<>'] >= 40: $txtproxy = 'seeping out of ' else $txtproxy = 'staying inside of ' end end elseif j >= 5: !! if sperm age stage is over 4, meaning in condom if j = 5: $txtproxy = 'buried ' elseif j = 6: $txtproxy = 'marinating ' else $txtproxy = 'rotting ' end if cumcondslip_deep > (vagina / 2): $txtproxy += 'deep ' elseif j < 4 and j > 0: !!amount setting if cumvolume['<>:<>'] > 160: !! 10 ml, about two load, flowing $txtproxy = 'coating ' elseif cumvolume['<>:<>'] > 40: !! 2 ml, seeping out $txtproxy = 'covering ' else !! residue amount, no leakage $txtproxy = 'spattering ' end if j = 1: $txtproxy += 'wetly ' elseif j = 2: $txtproxy += 'dryly ' else $txtproxy += 'powderly ' end end $txtperson = '' if cumcount['<>:<>'] = 0: !!ToDo: No idea how to do the icon here (julzor) $txtiscum = 'some whitish substance ' else $txtiscum = 'cum' if cumcount['<>:<>'] = knownguy['<>:<>']: !! everyone is known (one or more) if knownguy['<>:<>'] = 1: $txtperson = $npc_usedname[$cumowner['<>:<>:0']] + ' ' else kmax = 0 :nullocator1 if $cumowner['<>:<>:<>'] ! '':kmax += 1 & jump 'nullocator1' kmax -= 1 k = 0 :knownloop $txtperson += $npc_usedname[$cumowner['<>:<>:<>']] if k < kmax-1:$txtperson += ', ' & k += 1 & jump 'knownloop' k += 1 $txtperson += ' and ' + $npc_usedname[$cumowner['<>:<>:<>']] + ' ' end elseif knownguy['<>:<>'] = 0: !! no one is known (one or more) if cumcount['<>:<>'] = 1: $txtperson += 'some guy ' else $txtperson += 'some guys ' end else !! there are known and unknown guys in the mix if knownguy['<>:<>'] = 1: $txtperson = $npc_usedname[$cumowner['<>:<>:0']] + ' and some guy' else kmax = 0 :nullocator2 if $cumowner['<>:<>:<>'] ! '':kmax += 1 & jump 'nullocator2' kmax -= 1 k = 0 :mixloop $txtperson += $npc_usedname[$cumowner['<>:<>:<>']] + ', ' if k < kmax: k += 1 & jump 'mixloop' $txtperson += 'and some guy' end if cumcount['<>:<>'] - knownguy['<>:<>'] > 1: $txtperson += 's ' else $txtperson += ' ' end end end $icon_txtiscum = $txtiscum if j <= 4 and trt_cumeater = 1 and $txtiscum = 'cum': $txtiscum = '' + $txtiscum + '' $txtiscum += ' from ' $icon_txtiscum += ' from ' if i = 0 and j = 4 and vibratorIN = 0 and pcs_vag*10 < cumvolume['<>:<>'] and cumvolume['<>:<>'] >= 20: $stat_cum_text += '
' + $txtamount + 'amounts of ' + $txtiscum + $txtperson + 'is ' + $txtproxy + $txtloc + iif($pantyworntype ! 'none', ' into your panties.', ' down your legs.')+'' if $stat_cum_msg ! '': $stat_cum_msg += '
' $stat_cum_msg += $txtamount + 'amounts of ' + $icon_txtiscum + $txtperson + 'is ' + $txtproxy + $icon_txtloc + iif($pantyworntype ! 'none', ' into your panties.', ' down your legs.') elseif sparragestage >= 5: if cumcondslip_aware > 0: $stat_cum_text += '
' + $txtamount + 'amounts of ' + $txtiscum + $txtperson + 'is ' + $txtproxy + $txtloc + '.' if $stat_cum_msg ! '': $stat_cum_msg += '
' $stat_cum_msg += $txtamount + 'amounts of ' + $icon_txtiscum + $txtperson + 'is ' + $txtproxy + $icon_txtloc + '.' elseif j ! 0: $stat_cum_text += '
' + $txtamount + 'amounts of ' + $txtiscum + $txtperson + 'is ' + $txtproxy + $txtloc + '.' if $stat_cum_msg ! '': $stat_cum_msg += '
' $stat_cum_msg += $txtamount + 'amounts of ' + $icon_txtiscum + $txtperson + 'is ' + $txtproxy + $icon_txtloc + '.' else $stat_cum_text += '
Your breath smells like sperm.' if $stat_cum_msg ! '': $stat_cum_msg += '
' $stat_cum_msg += 'Your breath smells like sperm.' end end if j < 7: j+=1 & jump 'ageloop' if i < 18: i+=1 & jump 'cumlocloop' killvar 'i' killvar 'j' killvar 'txtperson' killvar 'k' killvar 'kmax' killvar 'txtamount' killvar 'txtiscum' killvar '$icon_txtiscum' killvar 'txtperson' killvar 'txtproxy' killvar 'txtloc' killvar '$icon_txtloc' killvar 'cumvolume' killvar 'cumcount' killvar 'knownguy' killvar 'cumowner' $stat_visible_cum_temp = '' $stat_visible_cum_msg = '' if cumloc[6] = 1 or cumloc[7] = 1 or cumloc[11] = 1 or cumloc[13] = 1 or cumloc[16] = 1: if cumloc[6] = 1: stat_visible_cum = 1 if $stat_visible_cum_temp ! '': $stat_visible_cum_temp += ', ' $stat_visible_cum_temp += 'your clothes near your groin' end if cumloc[7] = 1: stat_visible_cum = 1 if $stat_visible_cum_temp ! '': $stat_visible_cum_temp += ', ' $stat_visible_cum_temp += 'your clothes' end if cumloc[11] = 1: stat_visible_cum = 1 if $stat_visible_cum_temp ! '': $stat_visible_cum_temp += ', ' $stat_visible_cum_temp += 'your face' end if cumloc[13] = 1: stat_visible_cum = 1 if $stat_visible_cum_temp ! '': $stat_visible_cum_temp += ', ' $stat_visible_cum_temp += 'your hands' end if cumloc[16] = 1: stat_visible_cum = 1 if $stat_visible_cum_temp ! '': $stat_visible_cum_temp += ', ' $stat_visible_cum_temp += 'your hair' end $stat_visible_cum_msg = 'People can see the cum on '+ $stat_visible_cum_temp + '.' end end --- Cum_Manage ---------------------------------