cum_arrcheat 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  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 and <<EggRH>> remaining egg release hormone. 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. *clr
  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. elseif cumarrcon[cycletemp] = 8:
  96. $cycletemp[3] = 'Precum had sperm in it'
  97. else
  98. $cycletemp[3] = 'improperly defined'
  99. end
  100. !'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]>>.'
  101. *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>'
  102. cycletemp += 1
  103. if cycletemp < arrsize('$cumarrnam'):
  104. jump 'cumcswloop'
  105. else
  106. '</TABLE>'
  107. end
  108. else
  109. 'No sperm is registered in your womb.'
  110. end
  111. cycletemp[4] = arrsize('sparrvol')
  112. if cycletemp[4] > 0:
  113. cycletemp = 0
  114. 'Sperm spatter (of <<cycletemp[4]>>):'
  115. '<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>'
  116. :cumcsbloop
  117. cycletemp[2] = (sparrvol[cycletemp]/10)
  118. if sparrloc[cycletemp] = 0:
  119. $cycletemp[3] = 'In your Vagina'
  120. elseif sparrloc[cycletemp] = 1:
  121. $cycletemp[3] = 'On your labia'
  122. elseif sparrloc[cycletemp] = 2:
  123. $cycletemp[3] = 'On your panties over your vagina'
  124. elseif sparrloc[cycletemp] = 3:
  125. $cycletemp[3] = 'In your anus'
  126. elseif sparrloc[cycletemp] = 4:
  127. $cycletemp[3] = 'On your butt'
  128. elseif sparrloc[cycletemp] = 5:
  129. $cycletemp[3] = 'On your panties over your butt'
  130. elseif sparrloc[cycletemp] = 6:
  131. $cycletemp[3] = 'On your clothes in your groin area'
  132. elseif sparrloc[cycletemp] = 7:
  133. $cycletemp[3] = 'On your clothes'
  134. elseif sparrloc[cycletemp] = 8:
  135. $cycletemp[3] = 'On your back'
  136. elseif sparrloc[cycletemp] = 9:
  137. $cycletemp[3] = 'On your legs'
  138. elseif sparrloc[cycletemp] = 10:
  139. $cycletemp[3] = 'On your arms'
  140. elseif sparrloc[cycletemp] = 11:
  141. $cycletemp[3] = 'On your face'
  142. elseif sparrloc[cycletemp] = 12:
  143. $cycletemp[3] = 'Inside your mouth'
  144. elseif sparrloc[cycletemp] = 13:
  145. $cycletemp[3] = 'On your hands'
  146. elseif sparrloc[cycletemp] = 14:
  147. $cycletemp[3] = 'On your stomach'
  148. elseif sparrloc[cycletemp] = 15:
  149. $cycletemp[3] = 'On your breasts'
  150. elseif sparrloc[cycletemp] = 16:
  151. $cycletemp[3] = 'In your hair'
  152. elseif sparrloc[cycletemp] = 17:
  153. $cycletemp[3] = 'In a condom in your vagina'
  154. else
  155. $cycletemp[3] = 'improperly defined'
  156. end
  157. !'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]>>.'
  158. *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>'
  159. cycletemp += 1
  160. if cycletemp < arrsize('sparrvol'):
  161. jump 'cumcsbloop'
  162. else
  163. '</TABLE>'
  164. end
  165. else
  166. 'No sperm spatter is registered.'
  167. end
  168. cycletemp[4] = arrsize('$ChildFath')
  169. if cycletemp[4] > 0:
  170. cycletemp = 0
  171. if $wombthfath ! 'Unknown': 'Current father set as the father you think is of the children in the womb: <<$wombthfath>>'
  172. 'Babies and Children (of <<cycletemp[4]>>):'
  173. '<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>'
  174. :cumcbcloop
  175. if polkid[cycletemp] = 0:
  176. $cycletemp[2] = 'Female'
  177. else
  178. $cycletemp[2] = 'Male'
  179. end
  180. if babyptype[cycletemp] = 0:
  181. $cycletemp[3] = 'Zygote'
  182. elseif babyptype[cycletemp] = 1:
  183. $cycletemp[3] = 'Healthy Implantation'
  184. elseif babyptype[cycletemp] = 2:
  185. $cycletemp[3] = 'Entropic Pregnancy'
  186. elseif babyptype[cycletemp] = 3:
  187. $cycletemp[3] = 'Breach'
  188. elseif babyptype[cycletemp] = 40:
  189. $cycletemp[3] = 'Damaged Foetus from Alcohol/Smoking/Other drugs'
  190. elseif babyptype[cycletemp] = 45:
  191. $cycletemp[3] = 'Damaged Foetus from other sources'
  192. elseif babyptype[cycletemp] = 50:
  193. $cycletemp[3] = 'Severely Damaged Foetus'
  194. elseif babyptype[cycletemp] = 100:
  195. $cycletemp[3] = 'Foetal Death'
  196. elseif babyptype[cycletemp] = 105:
  197. $cycletemp[3] = 'Foetal Death, will not self purge'
  198. else
  199. $cycletemp[3] = 'Unlabelled Ptype'
  200. end
  201. if ChildConType[cycletemp] = 0:
  202. $cycletemp[4] = 'No contraception used'
  203. elseif ChildConType[cycletemp] = 1:
  204. $cycletemp[4] = 'You lied about being on the pill'
  205. elseif ChildConType[cycletemp] = 2:
  206. $cycletemp[4] = 'You were on the pill'
  207. elseif ChildConType[cycletemp] = 3:
  208. $cycletemp[4] = 'You used a condom'
  209. elseif ChildConType[cycletemp] = 4:
  210. $cycletemp[4] = 'The condom broke'
  211. elseif ChildConType[cycletemp] = 5:
  212. $cycletemp[4] = 'The condom slipped off inside you'
  213. elseif ChildConType[cycletemp] = 6:
  214. $cycletemp[4] = 'The condom was sabotaged by someone else'
  215. elseif ChildConType[cycletemp] = 7:
  216. $cycletemp[4] = 'You sabotaged the condom'
  217. else
  218. $cycletemp[4] = 'improperly defined'
  219. end
  220. !'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: <<$cycletemp[4]>>'
  221. *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><<$cycletemp[4]>></TD></TR>'
  222. cycletemp += 1
  223. if cycletemp < arrsize('$ChildFath'):
  224. jump 'cumcbcloop'
  225. else
  226. '</TABLE>'
  227. end
  228. else
  229. 'No Pregnancies registered.'
  230. end
  231. killvar '$cycletemp'
  232. act 'Leave':gt $locM
  233. --- cum_arrcheat ---------------------------------