# cum_arrcheat
!! npc_pregtalk[] 0/1: Does character A# know that you are currently pregnant
!! pcs_pregtalk 0/1: Has PC been told she is pregnant
*clr & cla
'
Cheat Menu - OOX Debug
'
if cycle = 0:
$cycletemp[1] = 'menstruating with <> hours remaining'
elseif cycle = 1:
cycletemp[6] = (Foch_Max-FocH)
$cycletemp[1] = 'in your follicular phase with an egg release hormone level of <> with around <> hours remaining until ovulation'
elseif cycle = 2:
$cycletemp[1] = 'ovulating with around <> hours remaining until your luteal phase begins and <> remaining egg release hormone. You have <> unfertilized egg and <> unimplanted zygote. It has been <> hours since ovulation began'
elseif cycle = 3:
cycletemp[6] = (LutH_Max-LutH)
$cycletemp[1] = 'in your luteal phase with <> foetus and <> unimplanted zygote. Your body currently has a pregnancy chemical level of <>. It has been <> hours since you ovulated. You have around <> hours remaining until menstruation or official pregnancy'
elseif cycle = 4:
$cycletemp[1] = 'in your post pregnancy recovery phase. You have around <> hours remaining before your follicular phase begins'
elseif cycle = 5:
$cycletemp[1] = 'pregnant. Your body currently has a pregnancy chemical level of <>. You have <> baby growing inside you'
elseif cycle = 6:
$cycletemp[1] = 'menopausal'
else
$cycletemp[1] = 'an unknown value'
end
if steriletu < 0:
$cycletemp[2]= '. You have had a tubal ligation procedure'
else
$cycletemp[2]= ''
end
if lactation['active'] > 0:
$cycletemp[3]= '. You are lactating. You currently have <> millilitres of milk stored, with a capacity of <> millilitres'
else
$cycletemp[3]= ''
end
if tabletkicheck = 2:
$cycletemp[4] = '. You are currently protected from pregnancy by a birth control shot. You have <> days until it runs out'
elseif tabletkicheck = 1:
if tabletkiday = daystart:
$cycletemp[6] = '. You have taken your pill today'
else
$cycletemp[6] = '. You have not taken your pill today'
end
$cycletemp[4] = '. You automatically take your pill. Your current pill discipline is <><<$cycletemp[6]>>. <> will be added to your pill discipline if you take the pill now, and <> will be added to your pill discipline if you do no additional action. You currently have <> units of birth control chemical in your body, though you believe it is actually <>.'
elseif pillcon2 > 0:
$cycletemp[4] = '. You currently have <> units of birth control chemical in your body, but you think it is actually <>.'
else
$cycletemp[4] = ''
end
if pilldays > 0:
$cycletemp[8] = '. You believe you have taken your birth control pill <> days in a row'
else
$cycletemp[8] = ''
end
'You are currently <<$cycletemp[1]>><<$cycletemp[2]>><<$cycletemp[4]>><<$cycletemp[8]>>. Your womb damage is at <> and your Ovary damage is at <><<$cycletemp[2]>>. You have been cummed on or inside yourself <> times.'
cycletemp[4] = arrsize('$wombpotfath')
if cycletemp[4] > 0:
cycletemp = 0
'Potential Father List (of <>):'
:cumcpfloop
if $wombpotfath[cycletemp] ! 'unknown':
$cycletemp[5] = $npc_usedname[$wombpotfath[cycletemp]]
else
$cycletemp[5] = ''
end
'Father <>: <<$wombpotfath[cycletemp]>> - <<$cycletemp[5]>>'
cycletemp += 1
if cycletemp < arrsize('$wombpotfath'): jump 'cumcpfloop'
else
'No listed potential fathers.'
end
cycletemp[4] = arrsize('$cumarrnam')
if cycletemp[4] > 0:
cycletemp = 0
'Sperm in your womb (of <>):'
'Index | ID | Owner | Potential Potency | Current Potency | Method of Acquisition | Contraception Type | Age in Hours | Aware | DNA |
'
:cumcswloop
if cumarrdel[cycletemp] = 0:
$cycletemp[2] = 'Vaginal intercourse'
elseif cumarrdel[cycletemp] = 1:
$cycletemp[2] = 'From spatter on the vagina'
elseif cumarrdel[cycletemp] = 2:
$cycletemp[2] = 'From the anal area'
elseif cumarrdel[cycletemp] = 3:
$cycletemp[2] = 'From sperm on clothing'
elseif cumarrdel[cycletemp] = 4:
$cycletemp[2] = 'From sperm on fingers'
elseif cumarrdel[cycletemp] = 5:
$cycletemp[2] = 'From sperm on wipes'
else
$cycletemp[2] = 'improperly defined'
end
if cumarrcon[cycletemp] = 0:
$cycletemp[3] = 'No contraception used'
elseif cumarrcon[cycletemp] = 1:
$cycletemp[3] = 'You lied about being on the pill'
elseif cumarrcon[cycletemp] = 2:
$cycletemp[3] = 'You were on the pill'
elseif cumarrcon[cycletemp] = 3:
$cycletemp[3] = 'You used a condom'
elseif cumarrcon[cycletemp] = 4:
$cycletemp[3] = 'The condom broke'
elseif cumarrcon[cycletemp] = 5:
$cycletemp[3] = 'The condom slipped off inside you'
elseif cumarrcon[cycletemp] = 6:
$cycletemp[3] = 'The condom was sabotaged by someone else'
elseif cumarrcon[cycletemp] = 7:
$cycletemp[3] = 'You sabotaged the condom'
elseif cumarrcon[cycletemp] = 8:
$cycletemp[3] = 'Precum had sperm in it'
elseif cumarrcon[cycletemp] = 9:
$cycletemp[3] = 'Semen from a previous sexual act was pushed into the vagina'
else
$cycletemp[3] = 'improperly defined'
end
$cycletemp[5] = $npc_usedname[$cumarrnam[cycletemp]]
!'Index number: <>. Sperm ID: <>. Sperm Owner: <<$cumarrnam[cycletemp]>>. Sperm Potential Potency: <> Sperm Current Potency: <>. Sperm Method of Acquisition: <<$cycletemp[2]>>. Sperm Contraception Type: <<$cycletemp[3]>>. Sperm Age in Hours: <>. If you know who did it (0 means no): <>.'
*P '<> | <> | <<$cumarrnam[cycletemp]>> - <<$cycletemp[5]>> | <> Sperm | <> Sperm | <<$cycletemp[2]>> | <<$cycletemp[3]>> | <> | <> | <<$npc_dna[$cumarrnam[cycletemp]]>> |
'
cycletemp += 1
if cycletemp < arrsize('$cumarrnam'):
jump 'cumcswloop'
else
'
'
end
else
'No sperm is registered in your womb.'
end
cycletemp[4] = arrsize('sparrvol')
if cycletemp[4] > 0:
cycletemp = 0
'Sperm spatter (of <>):'
'Index | ID | Sperm Owner | Potential Potency | Age in Hours | Aware | Volume (ml) | Location | Spread Value |
'
:cumcsbloop
cycletemp[2] = (sparrvol[cycletemp]/10)
if sparrloc[cycletemp] = 0:
$cycletemp[3] = 'In your Vagina'
elseif sparrloc[cycletemp] = 1:
$cycletemp[3] = 'On your labia'
elseif sparrloc[cycletemp] = 2:
$cycletemp[3] = 'On your panties over your vagina'
elseif sparrloc[cycletemp] = 3:
$cycletemp[3] = 'In your anus'
elseif sparrloc[cycletemp] = 4:
$cycletemp[3] = 'On your butt'
elseif sparrloc[cycletemp] = 5:
$cycletemp[3] = 'On your panties over your butt'
elseif sparrloc[cycletemp] = 6:
$cycletemp[3] = 'On your clothes in your groin area'
elseif sparrloc[cycletemp] = 7:
$cycletemp[3] = 'On your clothes'
elseif sparrloc[cycletemp] = 8:
$cycletemp[3] = 'On your back'
elseif sparrloc[cycletemp] = 9:
$cycletemp[3] = 'On your legs'
elseif sparrloc[cycletemp] = 10:
$cycletemp[3] = 'On your arms'
elseif sparrloc[cycletemp] = 11:
$cycletemp[3] = 'On your face'
elseif sparrloc[cycletemp] = 12:
$cycletemp[3] = 'Inside your mouth'
elseif sparrloc[cycletemp] = 13:
$cycletemp[3] = 'On your hands'
elseif sparrloc[cycletemp] = 14:
$cycletemp[3] = 'On your stomach'
elseif sparrloc[cycletemp] = 15:
$cycletemp[3] = 'On your breasts'
elseif sparrloc[cycletemp] = 16:
$cycletemp[3] = 'In your hair'
elseif sparrloc[cycletemp] = 17:
$cycletemp[3] = 'In a condom in your vagina'
else
$cycletemp[3] = 'improperly defined'
end
$cycletemp[5] = $npc_usedname[$sparrnam[cycletemp]]
!'Index number: <>. Spatter Sperm ID: <>. Spatter Sperm Owner: <<$sparrnam[cycletemp]>>. Spatter Potential Potency: <> Spatter Age in Hours: <>. If you know who did it (0 means no): <>. Spatter Volume: <> Milliliters. Spatter Location: <<$cycletemp[3]>>. Spatter Spread Value: <>.'
*P '<> | <> | <<$sparrnam[cycletemp]>> - <<$cycletemp[5]>> | <> | <> | <> | <> | <<$cycletemp[3]>> | <> |
'
cycletemp += 1
if cycletemp < arrsize('sparrvol'):
jump 'cumcsbloop'
else
'
'
end
else
'No sperm spatter is registered.'
end
cycletemp[4] = arrsize('$ChildFath')
if cycletemp[4] > 0:
cycletemp = 0
if $wombthfath ! 'unknown': 'Current father set as the father you think is of the children in the womb: <<$wombthfath>>'
'Babies and Children (of <>):'
'Index | Name | Age | Born(M/D/Y) | Sex | Pregnancy Type | Biological Father | Believed Father | Eye Color | Hair Color | Type | Contraception Type | Child DNA |
'
:cumcbcloop
if polkid[cycletemp] = 0:
$cycletemp[2] = 'F'
else
$cycletemp[2] = 'M'
end
if babyptype[cycletemp] = 0:
$cycletemp[3] = 'Zygote'
elseif babyptype[cycletemp] = 1:
$cycletemp[3] = 'Healthy Implantation'
elseif babyptype[cycletemp] = 2:
$cycletemp[3] = 'Ectopic Pregnancy'
elseif babyptype[cycletemp] = 3:
$cycletemp[3] = 'Breach'
elseif babyptype[cycletemp] = 40:
$cycletemp[3] = 'Damaged Foetus from Alcohol/Smoking/Other drugs'
elseif babyptype[cycletemp] = 45:
$cycletemp[3] = 'Damaged Foetus from other sources'
elseif babyptype[cycletemp] = 50:
$cycletemp[3] = 'Severely Damaged Foetus'
elseif babyptype[cycletemp] = 100:
$cycletemp[3] = 'Foetal Death'
elseif babyptype[cycletemp] = 105:
$cycletemp[3] = 'Foetal Death, will not self purge'
else
$cycletemp[3] = 'Unlabelled Ptype'
end
if ChildConType[cycletemp] = 0:
$cycletemp[4] = 'No contraception used'
elseif ChildConType[cycletemp] = 1:
$cycletemp[4] = 'You lied about being on the pill'
elseif ChildConType[cycletemp] = 2:
$cycletemp[4] = 'You were on the pill'
elseif ChildConType[cycletemp] = 3:
$cycletemp[4] = 'You used a condom'
elseif ChildConType[cycletemp] = 4:
$cycletemp[4] = 'The condom broke'
elseif ChildConType[cycletemp] = 5:
$cycletemp[4] = 'The condom slipped off inside you'
elseif ChildConType[cycletemp] = 6:
$cycletemp[4] = 'The condom was sabotaged by someone else'
elseif ChildConType[cycletemp] = 7:
$cycletemp[4] = 'You sabotaged the condom'
else
$cycletemp[4] = 'improperly defined'
end
$cycletemp[5] = $npc_usedname[$ChildFath[cycletemp]]
if $ChildThFath[cycletemp] ! 'unknown':
$cycletemp[7] = $npc_usedname[$ChildThFath[cycletemp]]
else
$cycletemp[7] = ''
end
!'Index number: <>. Name of the kid: <<$kidname[cycletemp]>>. Age of the kid: <>. Born(M/D/Y): <> / <> / <>. Sex: <<$cycletemp[2]>>. Pregnancy Type: <<$cycletemp[3]>>. Biological Father: <<$ChildFath[cycletemp]>>. Believed Father: <<$ChildThFath[cycletemp]>>. Child Eye Color: <>. Child Hair Color: <>. Child Type: <<$childtype[cycletemp]>>. Child Contraceptive Type: <<$cycletemp[4]>>'
*P '<> | <<$kidname[cycletemp]>> | <> | <> / <> / <> | <<$cycletemp[2]>> | <<$cycletemp[3]>> | <<$ChildFath[cycletemp]>> - <<$cycletemp[5]>> | <<$ChildThFath[cycletemp]>> - <<$cycletemp[7]>> | <> | <> | <<$childtype[cycletemp]>> | <<$cycletemp[4]>> | <<$kid_dna[cycletemp]>> |
'
cycletemp += 1
if cycletemp < arrsize('$ChildFath'):
jump 'cumcbcloop'
else
'
'
end
else
'No Pregnancies registered.'
end
killvar '$cycletemp'
act 'Return to cheat index': dynamic $cheatmenu
--- cum_arrcheat ---------------------------------