cum_arrcheat 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  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. if $wombpotfath[cycletemp] ! 'unknown':
  53. tempfindN = mid($wombpotfath[cycletemp], 2)
  54. $tempfindL = mid($wombpotfath[cycletemp],1,1)
  55. if $tempfindL = 'A':
  56. $cycletemp[5] = $Astat_usedname[tempfindN]
  57. elseif $tempfindL = 'B':
  58. $cycletemp[5] = $Bstat_usedname[tempfindN]
  59. elseif $tempfindL = 'C':
  60. $cycletemp[5] = $Cstat_usedname[tempfindN]
  61. end
  62. else
  63. $cycletemp[5] = ''
  64. end
  65. 'Father <<cycletemp>>: <<$wombpotfath[cycletemp]>> - <<$cycletemp[5]>>'
  66. cycletemp += 1
  67. if cycletemp < arrsize('$wombpotfath'): jump 'cumcpfloop'
  68. else
  69. 'No listed potential fathers.'
  70. end
  71. cycletemp[4] = arrsize('$cumarrnam')
  72. if cycletemp[4] > 0:
  73. cycletemp = 0
  74. 'Sperm in your womb (of <<cycletemp[4]>>):'
  75. '<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>'
  76. :cumcswloop
  77. if cumarrdel[cycletemp] = 0:
  78. $cycletemp[2] = 'Vaginal intercourse'
  79. elseif cumarrdel[cycletemp] = 1:
  80. $cycletemp[2] = 'From spatter on the vagina'
  81. elseif cumarrdel[cycletemp] = 2:
  82. $cycletemp[2] = 'From the anal area'
  83. elseif cumarrdel[cycletemp] = 3:
  84. $cycletemp[2] = 'From sperm on clothing'
  85. elseif cumarrdel[cycletemp] = 4:
  86. $cycletemp[2] = 'From sperm on fingers'
  87. elseif cumarrdel[cycletemp] = 5:
  88. $cycletemp[2] = 'From sperm on wipes'
  89. else
  90. $cycletemp[2] = 'improperly defined'
  91. end
  92. if cumarrcon[cycletemp] = 0:
  93. $cycletemp[3] = 'No contraception used'
  94. elseif cumarrcon[cycletemp] = 1:
  95. $cycletemp[3] = 'You lied about being on the pill'
  96. elseif cumarrcon[cycletemp] = 2:
  97. $cycletemp[3] = 'You were on the pill'
  98. elseif cumarrcon[cycletemp] = 3:
  99. $cycletemp[3] = 'You used a condom'
  100. elseif cumarrcon[cycletemp] = 4:
  101. $cycletemp[3] = 'The condom broke'
  102. elseif cumarrcon[cycletemp] = 5:
  103. $cycletemp[3] = 'The condom slipped off inside you'
  104. elseif cumarrcon[cycletemp] = 6:
  105. $cycletemp[3] = 'The condom was sabotaged by someone else'
  106. elseif cumarrcon[cycletemp] = 7:
  107. $cycletemp[3] = 'You sabotaged the condom'
  108. elseif cumarrcon[cycletemp] = 8:
  109. $cycletemp[3] = 'Precum had sperm in it'
  110. elseif cumarrcon[cycletemp] = 9:
  111. $cycletemp[3] = 'Semen from a previous sexual act was pushed into the vagina'
  112. else
  113. $cycletemp[3] = 'improperly defined'
  114. end
  115. tempfindN = mid($cumarrnam[cycletemp], 2)
  116. $tempfindL = mid($cumarrnam[cycletemp],1,1)
  117. if $tempfindL = 'A':
  118. $cycletemp[5] = $Astat_usedname[tempfindN]
  119. elseif $tempfindL = 'B':
  120. $cycletemp[5] = $Bstat_usedname[tempfindN]
  121. elseif $tempfindL = 'C':
  122. $cycletemp[5] = $Cstat_usedname[tempfindN]
  123. end
  124. !'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]>>.'
  125. *P '<TR><TD><<cycletemp>></TD><TD><<cumarrcnt[cycletemp]>></TD><TD><<$cumarrnam[cycletemp]>> - <<$cycletemp[5]>></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>'
  126. cycletemp += 1
  127. if cycletemp < arrsize('$cumarrnam'):
  128. jump 'cumcswloop'
  129. else
  130. '</TABLE>'
  131. end
  132. else
  133. 'No sperm is registered in your womb.'
  134. end
  135. cycletemp[4] = arrsize('sparrvol')
  136. if cycletemp[4] > 0:
  137. cycletemp = 0
  138. 'Sperm spatter (of <<cycletemp[4]>>):'
  139. '<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>'
  140. :cumcsbloop
  141. cycletemp[2] = (sparrvol[cycletemp]/10)
  142. if sparrloc[cycletemp] = 0:
  143. $cycletemp[3] = 'In your Vagina'
  144. elseif sparrloc[cycletemp] = 1:
  145. $cycletemp[3] = 'On your labia'
  146. elseif sparrloc[cycletemp] = 2:
  147. $cycletemp[3] = 'On your panties over your vagina'
  148. elseif sparrloc[cycletemp] = 3:
  149. $cycletemp[3] = 'In your anus'
  150. elseif sparrloc[cycletemp] = 4:
  151. $cycletemp[3] = 'On your butt'
  152. elseif sparrloc[cycletemp] = 5:
  153. $cycletemp[3] = 'On your panties over your butt'
  154. elseif sparrloc[cycletemp] = 6:
  155. $cycletemp[3] = 'On your clothes in your groin area'
  156. elseif sparrloc[cycletemp] = 7:
  157. $cycletemp[3] = 'On your clothes'
  158. elseif sparrloc[cycletemp] = 8:
  159. $cycletemp[3] = 'On your back'
  160. elseif sparrloc[cycletemp] = 9:
  161. $cycletemp[3] = 'On your legs'
  162. elseif sparrloc[cycletemp] = 10:
  163. $cycletemp[3] = 'On your arms'
  164. elseif sparrloc[cycletemp] = 11:
  165. $cycletemp[3] = 'On your face'
  166. elseif sparrloc[cycletemp] = 12:
  167. $cycletemp[3] = 'Inside your mouth'
  168. elseif sparrloc[cycletemp] = 13:
  169. $cycletemp[3] = 'On your hands'
  170. elseif sparrloc[cycletemp] = 14:
  171. $cycletemp[3] = 'On your stomach'
  172. elseif sparrloc[cycletemp] = 15:
  173. $cycletemp[3] = 'On your breasts'
  174. elseif sparrloc[cycletemp] = 16:
  175. $cycletemp[3] = 'In your hair'
  176. elseif sparrloc[cycletemp] = 17:
  177. $cycletemp[3] = 'In a condom in your vagina'
  178. else
  179. $cycletemp[3] = 'improperly defined'
  180. end
  181. tempfindN = mid($sparrnam[cycletemp], 2)
  182. $tempfindL = mid($sparrnam[cycletemp],1,1)
  183. if $tempfindL = 'A':
  184. $cycletemp[5] = $Astat_usedname[tempfindN]
  185. elseif $tempfindL = 'B':
  186. $cycletemp[5] = $Bstat_usedname[tempfindN]
  187. elseif $tempfindL = 'C':
  188. $cycletemp[5] = $Cstat_usedname[tempfindN]
  189. end
  190. !'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]>>.'
  191. *P '<TR><TD><<cycletemp>></TD><TD><<sparrcnt[cycletemp]>></TD><TD><<$sparrnam[cycletemp]>> - <<$cycletemp[5]>></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>'
  192. cycletemp += 1
  193. if cycletemp < arrsize('sparrvol'):
  194. jump 'cumcsbloop'
  195. else
  196. '</TABLE>'
  197. end
  198. else
  199. 'No sperm spatter is registered.'
  200. end
  201. cycletemp[4] = arrsize('$ChildFath')
  202. if cycletemp[4] > 0:
  203. cycletemp = 0
  204. if $wombthfath ! 'unknown': 'Current father set as the father you think is of the children in the womb: <<$wombthfath>>'
  205. 'Babies and Children (of <<cycletemp[4]>>):'
  206. '<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>'
  207. :cumcbcloop
  208. if polkid[cycletemp] = 0:
  209. $cycletemp[2] = 'Female'
  210. else
  211. $cycletemp[2] = 'Male'
  212. end
  213. if babyptype[cycletemp] = 0:
  214. $cycletemp[3] = 'Zygote'
  215. elseif babyptype[cycletemp] = 1:
  216. $cycletemp[3] = 'Healthy Implantation'
  217. elseif babyptype[cycletemp] = 2:
  218. $cycletemp[3] = 'Ectopic Pregnancy'
  219. elseif babyptype[cycletemp] = 3:
  220. $cycletemp[3] = 'Breach'
  221. elseif babyptype[cycletemp] = 40:
  222. $cycletemp[3] = 'Damaged Foetus from Alcohol/Smoking/Other drugs'
  223. elseif babyptype[cycletemp] = 45:
  224. $cycletemp[3] = 'Damaged Foetus from other sources'
  225. elseif babyptype[cycletemp] = 50:
  226. $cycletemp[3] = 'Severely Damaged Foetus'
  227. elseif babyptype[cycletemp] = 100:
  228. $cycletemp[3] = 'Foetal Death'
  229. elseif babyptype[cycletemp] = 105:
  230. $cycletemp[3] = 'Foetal Death, will not self purge'
  231. else
  232. $cycletemp[3] = 'Unlabelled Ptype'
  233. end
  234. if ChildConType[cycletemp] = 0:
  235. $cycletemp[4] = 'No contraception used'
  236. elseif ChildConType[cycletemp] = 1:
  237. $cycletemp[4] = 'You lied about being on the pill'
  238. elseif ChildConType[cycletemp] = 2:
  239. $cycletemp[4] = 'You were on the pill'
  240. elseif ChildConType[cycletemp] = 3:
  241. $cycletemp[4] = 'You used a condom'
  242. elseif ChildConType[cycletemp] = 4:
  243. $cycletemp[4] = 'The condom broke'
  244. elseif ChildConType[cycletemp] = 5:
  245. $cycletemp[4] = 'The condom slipped off inside you'
  246. elseif ChildConType[cycletemp] = 6:
  247. $cycletemp[4] = 'The condom was sabotaged by someone else'
  248. elseif ChildConType[cycletemp] = 7:
  249. $cycletemp[4] = 'You sabotaged the condom'
  250. else
  251. $cycletemp[4] = 'improperly defined'
  252. end
  253. tempfindN = mid($ChildFath[cycletemp], 2)
  254. $tempfindL = mid($ChildFath[cycletemp],1,1)
  255. if $tempfindL = 'A':
  256. $cycletemp[5] = $Astat_usedname[tempfindN]
  257. elseif $tempfindL = 'B':
  258. $cycletemp[5] = $Bstat_usedname[tempfindN]
  259. elseif $tempfindL = 'C':
  260. $cycletemp[5] = $Cstat_usedname[tempfindN]
  261. end
  262. if $ChildThFath[cycletemp] ! 'unknown':
  263. tempfindN = mid($ChildThFath[cycletemp], 2)
  264. $tempfindL = mid($ChildThFath[cycletemp],1,1)
  265. if $tempfindL = 'A':
  266. $cycletemp[7] = $Astat_usedname[tempfindN]
  267. elseif $tempfindL = 'B':
  268. $cycletemp[7] = $Bstat_usedname[tempfindN]
  269. elseif $tempfindL = 'C':
  270. $cycletemp[7] = $Cstat_usedname[tempfindN]
  271. end
  272. else
  273. $cycletemp[7] = ''
  274. end
  275. !'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]>>'
  276. *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]>> - <<$cycletemp[5]>></TD><TD><<$ChildThFath[cycletemp]>> - <<$cycletemp[7]>></TD><TD><<eyeskid[cycletemp]>></TD><TD><<hairkid[cycletemp]>></TD><TD><<$cycletemp[4]>></TD></TR>'
  277. cycletemp += 1
  278. if cycletemp < arrsize('$ChildFath'):
  279. jump 'cumcbcloop'
  280. else
  281. '</TABLE>'
  282. end
  283. else
  284. 'No Pregnancies registered.'
  285. end
  286. killvar '$cycletemp'
  287. act 'Leave':gt $locM
  288. --- cum_arrcheat ---------------------------------