cum_arrcheat 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. # cum_arrcheat
  2. if cycle = 0:
  3. $cycletemp[1] = 'menstruating with <<mesec>> hours remaining'
  4. elseif cycle = 1:
  5. cycletemp[6] = (150-FocH)
  6. $cycletemp[1] = 'in your follicular phase with an egg release hormone level of <<EggRH>> with around <<cycletemp[6]>> hours remaining until ovulation.'
  7. elseif cycle = 2:
  8. $cycletemp[1] = 'ovulating with around <<Ovulate>> hours remaining until your luteal phase begins. You have <<UnfertEgg>> unfertilized egg and <<FertEgg>> unimplanted zygote. It has been <<ferteggage>> hours since ovulation began.'
  9. elseif cycle = 3:
  10. cycletemp[6] = (300-LutH)
  11. $cycletemp[1] = 'in your luteal phase with <<BabyEmbryo>> foetus and <<FertEgg>> unimplanted zygote. Your body currently has a pregnancy chemical level of <<pregchem>>. It has been <<ferteggage>> hours since you ovulated. You have around <<cycletemp[6]>> hours remaining until menstruation or official pregnancy.'
  12. elseif cycle = 4:
  13. $cycletemp[1] = 'in your post pregnancy recovery phase. You have around <<RecovH>> hours remaining before your follicular phase begins.'
  14. elseif cycle = 5:
  15. $cycletemp[1] = 'pregnant. Your body currently has a pregnancy chemical level of <<pregchem>>. You have <<BabyEmbryo>> baby growing inside you.'
  16. elseif cycle = 6:
  17. $cycletemp[1] = 'menopausal.'
  18. else
  19. $cycletemp[1] = 'an unknown value.'
  20. end
  21. if steriletu < 0:
  22. $cycletemp[2]= '. You have had a tubal ligation procedure'
  23. else
  24. $cycletemp[2]= ''
  25. end
  26. if lactate > 0:
  27. $cycletemp[3]= '. You are lactating. You currently have <<lactatemv>> millilitres of milk stored, with a capacity of <<lactatemm>> millilitres'
  28. else
  29. $cycletemp[3]= ''
  30. end
  31. if tabletkicheck = 2:
  32. $cycletemp[4] = '. You are currently protected from pregnancy by a birth control shot. You have <<tabletkishot>> days until it runs out'
  33. elseif tabletkicheck = 1:
  34. if tabletkiday = daystart:
  35. $cycletemp[6] = '. You have taken your pill today'
  36. else
  37. $cycletemp[6] = '. You have not taken your pill today'
  38. end
  39. $cycletemp[4] = '. You automatically take your pill. Your current pill discipline is <<tabletkipd>><<$cycletemp[6]>>. <<tabletkipt>> will be added to your pill discipline if you take the pill now, and <<tabletkipi>> will be added to your pill discipline if you do no additional action. You currently have <<pillcon>> units of birth control chemical in your body'
  40. elseif pillcon > 0:
  41. $cycletemp[4] = '. You currently have <<pillcon>> units of birth control chemical in your body'
  42. else
  43. $cycletemp[4] = ''
  44. end
  45. cls
  46. 'You are currently <<$cycletemp[1]>><<$cycletemp[2]>><<$cycletemp[4]>>. Your womb damage is at <<sterilewb>> and your Ovary damage is at <<sterileov>><<$cycletemp[2]>>. '
  47. cycletemp[4] = arrsize('$wombpotfath')
  48. if cycletemp[4] > 0:
  49. cycletemp = 0
  50. 'Potential Father List (of <<cycletemp[4]>>):'
  51. :cumcpfloop
  52. 'Father <<cycletemp>>: <<$wombpotfath[cycletemp]>>'
  53. cycletemp += 1
  54. if cycletemp < arrsize('$wombpotfath'): jump 'cumcpfloop'
  55. else
  56. 'No listed potential fathers.'
  57. end
  58. cycletemp[4] = arrsize('$cumarrnam')
  59. if cycletemp[4] > 0:
  60. cycletemp = 0
  61. 'Sperm in your womb (of <<cycletemp[4]>>):'
  62. '<Table border=1><TR><TH>ID</TH><TH>Owner</TH><TH>Potential Potency</TH><TH>Current Potency</TH><TH>Method of Acquisition</TH><TH>Contraception Type</TH><TH>Age in Hours</TH><TH>Aware</TH></TR>'
  63. :cumcswloop
  64. if cumarrdel[cycletemp] = 0:
  65. $cycletemp[2] = 'Vaginal intercourse'
  66. elseif cumarrdel[cycletemp] = 1:
  67. $cycletemp[2] = 'From spatter on the vagina'
  68. elseif cumarrdel[cycletemp] = 2:
  69. $cycletemp[2] = 'From the anal area'
  70. elseif cumarrdel[cycletemp] = 3:
  71. $cycletemp[2] = 'From sperm on clothing'
  72. elseif cumarrdel[cycletemp] = 4:
  73. $cycletemp[2] = 'From sperm on fingers'
  74. elseif cumarrdel[cycletemp] = 5:
  75. $cycletemp[2] = 'From sperm on wipes'
  76. else
  77. $cycletemp[2] = 'improperly defined'
  78. end
  79. if cumarrcon[cycletemp] = 0:
  80. $cycletemp[3] = 'No contraception used'
  81. elseif cumarrcon[cycletemp] = 1:
  82. $cycletemp[3] = 'You lied about being on the pill'
  83. elseif cumarrcon[cycletemp] = 2:
  84. $cycletemp[3] = 'You were on the pill'
  85. elseif cumarrcon[cycletemp] = 3:
  86. $cycletemp[3] = 'You used a condom'
  87. elseif cumarrcon[cycletemp] = 4:
  88. $cycletemp[3] = 'The condom broke'
  89. elseif cumarrcon[cycletemp] = 5:
  90. $cycletemp[3] = 'The condom slipped off inside you'
  91. elseif cumarrcon[cycletemp] = 6:
  92. $cycletemp[3] = 'The condom was sabotaged by someone else'
  93. elseif cumarrcon[cycletemp] = 7:
  94. $cycletemp[3] = 'You sabotaged the condom'
  95. else
  96. $cycletemp[3] = 'improperly defined'
  97. end
  98. !'Index number: <<cycletemp>>. Sperm Owner: <<$cumarrnam[cycletemp]>>. Sperm Potential Potency: <<cumarrppt[cycletemp]>> Sperm Current Potency: <<cumarrcpt[cycletemp]>>. Sperm Method of Acquisition: <<$cycletemp[2]>>. Sperm Contraception Type: <<$cycletemp[3]>>. Sperm Age in Hours: <<Cumarrage[cycletemp]>>. If you know who did it (0 means no): <<cumarrkno[cycletemp]>>.'
  99. *P '<TR><TD><<cycletemp>></TD><TD><<$cumarrnam[cycletemp]>></TD><TD><<cumarrppt[cycletemp]>> Sperm</TD><TD><<cumarrcpt[cycletemp]>> Sperm</TD><TD><<$cycletemp[2]>></TD><TD><<$cycletemp[3]>></TD><TD><<Cumarrage[cycletemp]>></TD><TD><<cumarrkno[cycletemp]>></TD></TR>'
  100. cycletemp += 1
  101. if cycletemp < arrsize('$cumarrnam'):
  102. jump 'cumcswloop'
  103. else
  104. '</TABLE>'
  105. end
  106. else
  107. 'No sperm is registered in your womb.'
  108. end
  109. cycletemp[4] = arrsize('sparrvol')
  110. if cycletemp[4] > 0:
  111. cycletemp = 0
  112. 'Sperm spatter (of <<cycletemp[4]>>):'
  113. '<Table border=1><TR><TH>ID</TH><TH>Sperm Owner</TH><TH>Potential Potency</TH><TH>Age in Hours</TH><TH>Aware</TH><TH>Volume (ml)</TH><TH>Location</TH><TH>Spread Value</TH></TR>'
  114. :cumcsbloop
  115. cycletemp[2] = (sparrvol[cycletemp]/10)
  116. if sparrloc[cycletemp] = 0:
  117. $cycletemp[3] = 'In your Vagina'
  118. elseif sparrloc[cycletemp] = 1:
  119. $cycletemp[3] = 'On your labia'
  120. elseif sparrloc[cycletemp] = 2:
  121. $cycletemp[3] = 'On your panties over your vagina'
  122. elseif sparrloc[cycletemp] = 3:
  123. $cycletemp[3] = 'In your anus'
  124. elseif sparrloc[cycletemp] = 4:
  125. $cycletemp[3] = 'On your butt'
  126. elseif sparrloc[cycletemp] = 5:
  127. $cycletemp[3] = 'On your panties over your butt'
  128. elseif sparrloc[cycletemp] = 6:
  129. $cycletemp[3] = 'On your clothes in your groin area'
  130. elseif sparrloc[cycletemp] = 7:
  131. $cycletemp[3] = 'On your clothes'
  132. elseif sparrloc[cycletemp] = 8:
  133. $cycletemp[3] = 'On your back'
  134. elseif sparrloc[cycletemp] = 9:
  135. $cycletemp[3] = 'On your legs'
  136. elseif sparrloc[cycletemp] = 10:
  137. $cycletemp[3] = 'On your arms'
  138. elseif sparrloc[cycletemp] = 11:
  139. $cycletemp[3] = 'On your face'
  140. elseif sparrloc[cycletemp] = 12:
  141. $cycletemp[3] = 'Inside your mouth'
  142. elseif sparrloc[cycletemp] = 13:
  143. $cycletemp[3] = 'On your hands'
  144. elseif sparrloc[cycletemp] = 14:
  145. $cycletemp[3] = 'On your stomach'
  146. elseif sparrloc[cycletemp] = 15:
  147. $cycletemp[3] = 'On your breasts'
  148. elseif sparrloc[cycletemp] = 16:
  149. $cycletemp[3] = 'In your hair'
  150. elseif sparrloc[cycletemp] = 17:
  151. $cycletemp[3] = 'In a condom in your vagina'
  152. else
  153. $cycletemp[3] = 'improperly defined'
  154. end
  155. !'Index number: <<cycletemp>>. Spatter Sperm Owner: <<$sparrnam[cycletemp]>>. Spatter Potential Potency: <<sparrppt[cycletemp]>> Spatter Age in Hours: <<sparrage[cycletemp]>>. If you know who did it (0 means no): <<sparridt[cycletemp]>>. Spatter Volume: <<cycletemp[2]>> Milliliters. Spatter Location: <<$cycletemp[3]>>. Spatter Spread Value: <<sparrslc[cycletemp]>>.'
  156. *P '<TR><TD><<cycletemp>></TD><TD><<$sparrnam[cycletemp]>></TD><TD><<sparrppt[cycletemp]>></TD><TD><<sparrage[cycletemp]>></TD><TD><<sparridt[cycletemp]>></TD><TD><<cycletemp[2]>></TD><TD><<$cycletemp[3]>></TD><TD><<sparrslc[cycletemp]>></TD></TR>'
  157. cycletemp += 1
  158. if cycletemp < arrsize('sparrvol'):
  159. jump 'cumcsbloop'
  160. else
  161. '</TABLE>'
  162. end
  163. else
  164. 'No sperm spatter is registered.'
  165. end
  166. cycletemp[4] = arrsize('$ChildFath')
  167. if cycletemp[4] > 0:
  168. cycletemp = 0
  169. if $wombthfath ! 'Unknown': 'Current father set as the father you think is of the children in the womb: <<$wombthfath>>'
  170. 'Babies and Children (of <<cycletemp[4]>>):'
  171. '<Table border=1><TR><TH>Index number</TH><TH>Name of the kid</TH><TH>Age</TH><TH>Born(M/D/Y)</TH><TH>Sex</TH><TH>Pregnancy Type</TH><TH>Biological Father</TH><TH>Believed Father</TH><TH>Child Eye Color</TH><TH>Child Hair Color</TH><TH>Child Contraceptive Type</TH></TR>'
  172. :cumcbcloop
  173. if polkid[cycletemp] = 0:
  174. $cycletemp[2] = 'Female'
  175. else
  176. $cycletemp[2] = 'Male'
  177. end
  178. if babyptype[cycletemp] = 0:
  179. $cycletemp[3] = 'Zygote'
  180. elseif babyptype[cycletemp] = 1:
  181. $cycletemp[3] = 'Healthy Implantation'
  182. elseif babyptype[cycletemp] = 2:
  183. $cycletemp[3] = 'Entropic Pregnancy'
  184. elseif babyptype[cycletemp] = 3:
  185. $cycletemp[3] = 'Breach'
  186. elseif babyptype[cycletemp] = 40:
  187. $cycletemp[3] = 'Damaged Foetus from Alcohol/Smoking/Other drugs'
  188. elseif babyptype[cycletemp] = 45:
  189. $cycletemp[3] = 'Damaged Foetus from other sources'
  190. elseif babyptype[cycletemp] = 50:
  191. $cycletemp[3] = 'Severely Damaged Foetus'
  192. elseif babyptype[cycletemp] = 100:
  193. $cycletemp[3] = 'Foetal Death'
  194. elseif babyptype[cycletemp] = 105:
  195. $cycletemp[3] = 'Foetal Death, will not self purge'
  196. else
  197. $cycletemp[3] = 'Unlabelled Ptype'
  198. end
  199. !'Index number: <<cycletemp>>. Name of the kid: <<$kidname[cycletemp]>>. Age of the kid: <<kidage[cycletemp]>>. Born(M/D/Y): <<monthkid[cycletemp]>> / <<daykid[cycletemp]>> / <<yearkid[cycletemp]>>. Sex: <<$cycletemp[2]>>. Pregnancy Type: <<$cycletemp[3]>>. Biological Father: <<$ChildFath[cycletemp]>>. Believed Father: <<$ChildThFath[cycletemp]>>. Child Eye Color: <<eyeskid[cycletemp]>>. Child Hair Color: <<hairkid[cycletemp]>>. Child Contraceptive Type: <<ChildConType[cycletemp]>>'
  200. *P '<TR><TD><<cycletemp>></TD><TD><<$kidname[cycletemp]>></TD><TD><<kidage[cycletemp]>></TD><TD><<monthkid[cycletemp]>> / <<daykid[cycletemp]>> / <<yearkid[cycletemp]>></TD><TD><<$cycletemp[2]>></TD><TD><<$cycletemp[3]>></TD><TD><<$ChildFath[cycletemp]>></TD><TD><<$ChildThFath[cycletemp]>></TD><TD><<eyeskid[cycletemp]>></TD><TD><<hairkid[cycletemp]>></TD><TD><<ChildConType[cycletemp]>></TD></TR>'
  201. cycletemp += 1
  202. if cycletemp < arrsize('$ChildFath'):
  203. jump 'cumcbcloop'
  204. else
  205. '</TABLE>'
  206. end
  207. else
  208. 'No Pregnancies registered.'
  209. end
  210. killvar '$cycletemp'
  211. act 'Leave':gt $locM
  212. --- cum_arrcheat ---------------------------------