cum_arrcheat 11 KB

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