cum_arrcheat.qsrc 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. # cum_arrcheat
  2. *clr & cla
  3. '<center><h2>Cheat Menu - OOX Debug</h2></center>'
  4. if cycle = 0:
  5. $cycletemp[1] = 'menstruating with <<mesec>> hours remaining'
  6. elseif cycle = 1:
  7. cycletemp[6] = (Foch_Max-FocH)
  8. $cycletemp[1] = 'in your follicular phase with an egg release hormone level of <<EggRH>> with around <<cycletemp[6]>> hours remaining until ovulation'
  9. elseif cycle = 2:
  10. $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'
  11. elseif cycle = 3:
  12. cycletemp[6] = (LutH_Max-LutH)
  13. $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'
  14. elseif cycle = 4:
  15. $cycletemp[1] = 'in your post pregnancy recovery phase. You have around <<RecovH>> hours remaining before your follicular phase begins'
  16. elseif cycle = 5:
  17. $cycletemp[1] = 'pregnant. Your body currently has a pregnancy chemical level of <<pregchem>>. You have <<BabyEmbryo>> baby growing inside you'
  18. elseif cycle = 6:
  19. $cycletemp[1] = 'menopausal'
  20. else
  21. $cycletemp[1] = 'an unknown value'
  22. end
  23. if steriletu < 0:
  24. $cycletemp[2]= '. You have had a tubal ligation procedure'
  25. else
  26. $cycletemp[2]= ''
  27. end
  28. if lactation['active'] > 0:
  29. $cycletemp[3]= '. You are lactating. You currently have <<lactatemv/10>> millilitres of milk stored, with a capacity of <<lactatemm/10>> millilitres'
  30. else
  31. $cycletemp[3]= ''
  32. end
  33. if tabletkicheck = 2:
  34. $cycletemp[4] = '. You are currently protected from pregnancy by a birth control shot. You have <<tabletkishot>> days until it runs out'
  35. elseif tabletkicheck = 1:
  36. if tabletkiday = daystart:
  37. $cycletemp[6] = '. You have taken your pill today'
  38. else
  39. $cycletemp[6] = '. You have not taken your pill today'
  40. end
  41. $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, though you believe it is actually <<pillcon2>>.'
  42. elseif pillcon2 > 0:
  43. $cycletemp[4] = '. You currently have <<pillcon2>> units of birth control chemical in your body, but you think it is actually <<pillcon>>.'
  44. else
  45. $cycletemp[4] = ''
  46. end
  47. if pilldays > 0:
  48. $cycletemp[8] = '. You believe you have taken your birth control pill <<pilldays>> days in a row'
  49. else
  50. $cycletemp[8] = ''
  51. end
  52. 'You are currently <<$cycletemp[1]>><<$cycletemp[2]>><<$cycletemp[4]>><<$cycletemp[8]>>. 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.'
  53. cycletemp[4] = arrsize('$wombpotfath')
  54. if cycletemp[4] > 0:
  55. cycletemp = 0
  56. 'Potential Father List (of <<cycletemp[4]>>):'
  57. :cumcpfloop
  58. if $wombpotfath[cycletemp] ! 'unknown':
  59. $cycletemp[5] = $npc_usedname[$wombpotfath[cycletemp]]
  60. else
  61. $cycletemp[5] = ''
  62. end
  63. 'Father <<cycletemp>>: <<$wombpotfath[cycletemp]>> - <<$cycletemp[5]>>'
  64. cycletemp += 1
  65. if cycletemp < arrsize('$wombpotfath'): jump 'cumcpfloop'
  66. else
  67. 'No listed potential fathers.'
  68. end
  69. cycletemp[4] = arrsize('$cumarrnam')
  70. if cycletemp[4] > 0:
  71. cycletemp = 0
  72. 'Sperm in your womb (of <<cycletemp[4]>>):'
  73. '<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><TH>DNA</TH></TR>'
  74. :cumcswloop
  75. if cumarrdel[cycletemp] = 0:
  76. $cycletemp[2] = 'Vaginal intercourse'
  77. elseif cumarrdel[cycletemp] = 1:
  78. $cycletemp[2] = 'From spatter on the vagina'
  79. elseif cumarrdel[cycletemp] = 2:
  80. $cycletemp[2] = 'From the anal area'
  81. elseif cumarrdel[cycletemp] = 3:
  82. $cycletemp[2] = 'From sperm on clothing'
  83. elseif cumarrdel[cycletemp] = 4:
  84. $cycletemp[2] = 'From sperm on fingers'
  85. elseif cumarrdel[cycletemp] = 5:
  86. $cycletemp[2] = 'From sperm on wipes'
  87. else
  88. $cycletemp[2] = 'improperly defined'
  89. end
  90. if cumarrcon[cycletemp] = 0:
  91. $cycletemp[3] = 'No contraception used'
  92. elseif cumarrcon[cycletemp] = 1:
  93. $cycletemp[3] = 'You lied about being on the pill'
  94. elseif cumarrcon[cycletemp] = 2:
  95. $cycletemp[3] = 'You were on the pill'
  96. elseif cumarrcon[cycletemp] = 3:
  97. $cycletemp[3] = 'You used a condom'
  98. elseif cumarrcon[cycletemp] = 4:
  99. $cycletemp[3] = 'The condom broke'
  100. elseif cumarrcon[cycletemp] = 5:
  101. $cycletemp[3] = 'The condom slipped off inside you'
  102. elseif cumarrcon[cycletemp] = 6:
  103. $cycletemp[3] = 'The condom was sabotaged by someone else'
  104. elseif cumarrcon[cycletemp] = 7:
  105. $cycletemp[3] = 'You sabotaged the condom'
  106. elseif cumarrcon[cycletemp] = 8:
  107. $cycletemp[3] = 'Precum had sperm in it'
  108. elseif cumarrcon[cycletemp] = 9:
  109. $cycletemp[3] = 'Semen from a previous sexual act was pushed into the vagina'
  110. else
  111. $cycletemp[3] = 'improperly defined'
  112. end
  113. $cycletemp[5] = $npc_usedname[$cumarrnam[cycletemp]]
  114. !'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]>>.'
  115. *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><TD><<$npc_dna[$cumarrnam[cycletemp]]>></TD></TR>'
  116. cycletemp += 1
  117. if cycletemp < arrsize('$cumarrnam'):
  118. jump 'cumcswloop'
  119. else
  120. '</TABLE>'
  121. end
  122. else
  123. 'No sperm is registered in your womb.'
  124. end
  125. cycletemp[4] = arrsize('sparrvol')
  126. if cycletemp[4] > 0:
  127. cycletemp = 0
  128. 'Sperm spatter (of <<cycletemp[4]>>):'
  129. '<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>'
  130. :cumcsbloop
  131. cycletemp[2] = (sparrvol[cycletemp]/10)
  132. if sparrloc[cycletemp] = 0:
  133. $cycletemp[3] = 'In your Vagina'
  134. elseif sparrloc[cycletemp] = 1:
  135. $cycletemp[3] = 'On your labia'
  136. elseif sparrloc[cycletemp] = 2:
  137. $cycletemp[3] = 'On your panties over your vagina'
  138. elseif sparrloc[cycletemp] = 3:
  139. $cycletemp[3] = 'In your anus'
  140. elseif sparrloc[cycletemp] = 4:
  141. $cycletemp[3] = 'On your butt'
  142. elseif sparrloc[cycletemp] = 5:
  143. $cycletemp[3] = 'On your panties over your butt'
  144. elseif sparrloc[cycletemp] = 6:
  145. $cycletemp[3] = 'On your clothes in your groin area'
  146. elseif sparrloc[cycletemp] = 7:
  147. $cycletemp[3] = 'On your clothes'
  148. elseif sparrloc[cycletemp] = 8:
  149. $cycletemp[3] = 'On your back'
  150. elseif sparrloc[cycletemp] = 9:
  151. $cycletemp[3] = 'On your legs'
  152. elseif sparrloc[cycletemp] = 10:
  153. $cycletemp[3] = 'On your arms'
  154. elseif sparrloc[cycletemp] = 11:
  155. $cycletemp[3] = 'On your face'
  156. elseif sparrloc[cycletemp] = 12:
  157. $cycletemp[3] = 'Inside your mouth'
  158. elseif sparrloc[cycletemp] = 13:
  159. $cycletemp[3] = 'On your hands'
  160. elseif sparrloc[cycletemp] = 14:
  161. $cycletemp[3] = 'On your stomach'
  162. elseif sparrloc[cycletemp] = 15:
  163. $cycletemp[3] = 'On your breasts'
  164. elseif sparrloc[cycletemp] = 16:
  165. $cycletemp[3] = 'In your hair'
  166. elseif sparrloc[cycletemp] = 17:
  167. $cycletemp[3] = 'In a condom in your vagina'
  168. else
  169. $cycletemp[3] = 'improperly defined'
  170. end
  171. $cycletemp[5] = $npc_usedname[$sparrnam[cycletemp]]
  172. !'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]>>.'
  173. *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>'
  174. cycletemp += 1
  175. if cycletemp < arrsize('sparrvol'):
  176. jump 'cumcsbloop'
  177. else
  178. '</TABLE>'
  179. end
  180. else
  181. 'No sperm spatter is registered.'
  182. end
  183. cycletemp[4] = arrsize('$ChildFath')
  184. if cycletemp[4] > 0:
  185. cycletemp = 0
  186. if $wombthfath ! 'unknown': 'Current father set as the father you think is of the children in the womb: <<$wombthfath>>'
  187. 'Babies and Children (of <<cycletemp[4]>>):'
  188. '<Table border=1><TR><TH>Index</TH><TH>Name</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>Eye Color</TH><TH>Hair Color</TH><th>Type</th><TH>Contraception Type</TH><TH>Child DNA</TH></TR>'
  189. :cumcbcloop
  190. if polkid[cycletemp] = 0:
  191. $cycletemp[2] = 'F'
  192. else
  193. $cycletemp[2] = 'M'
  194. end
  195. if babyptype[cycletemp] = 0:
  196. $cycletemp[3] = 'Zygote'
  197. elseif babyptype[cycletemp] = 1:
  198. $cycletemp[3] = 'Healthy Implantation'
  199. elseif babyptype[cycletemp] = 2:
  200. $cycletemp[3] = 'Ectopic Pregnancy'
  201. elseif babyptype[cycletemp] = 3:
  202. $cycletemp[3] = 'Breach'
  203. elseif babyptype[cycletemp] = 40:
  204. $cycletemp[3] = 'Damaged Foetus from Alcohol/Smoking/Other drugs'
  205. elseif babyptype[cycletemp] = 45:
  206. $cycletemp[3] = 'Damaged Foetus from other sources'
  207. elseif babyptype[cycletemp] = 50:
  208. $cycletemp[3] = 'Severely Damaged Foetus'
  209. elseif babyptype[cycletemp] = 100:
  210. $cycletemp[3] = 'Foetal Death'
  211. elseif babyptype[cycletemp] = 105:
  212. $cycletemp[3] = 'Foetal Death, will not self purge'
  213. else
  214. $cycletemp[3] = 'Unlabelled Ptype'
  215. end
  216. if ChildConType[cycletemp] = 0:
  217. $cycletemp[4] = 'No contraception used'
  218. elseif ChildConType[cycletemp] = 1:
  219. $cycletemp[4] = 'You lied about being on the pill'
  220. elseif ChildConType[cycletemp] = 2:
  221. $cycletemp[4] = 'You were on the pill'
  222. elseif ChildConType[cycletemp] = 3:
  223. $cycletemp[4] = 'You used a condom'
  224. elseif ChildConType[cycletemp] = 4:
  225. $cycletemp[4] = 'The condom broke'
  226. elseif ChildConType[cycletemp] = 5:
  227. $cycletemp[4] = 'The condom slipped off inside you'
  228. elseif ChildConType[cycletemp] = 6:
  229. $cycletemp[4] = 'The condom was sabotaged by someone else'
  230. elseif ChildConType[cycletemp] = 7:
  231. $cycletemp[4] = 'You sabotaged the condom'
  232. else
  233. $cycletemp[4] = 'improperly defined'
  234. end
  235. $cycletemp[5] = $npc_usedname[$ChildFath[cycletemp]]
  236. if $ChildThFath[cycletemp] ! 'unknown':
  237. $cycletemp[7] = $npc_usedname[$ChildThFath[cycletemp]]
  238. else
  239. $cycletemp[7] = ''
  240. end
  241. !'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 Type: <<$childtype[cycletemp]>>. Child Contraceptive Type: <<$cycletemp[4]>>'
  242. *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><<$childtype[cycletemp]>></td><TD><<$cycletemp[4]>></TD><TD><<$kid_dna[cycletemp]>></TD></TR>'
  243. cycletemp += 1
  244. if cycletemp < arrsize('$ChildFath'):
  245. jump 'cumcbcloop'
  246. else
  247. '</TABLE>'
  248. end
  249. else
  250. 'No Pregnancies registered.'
  251. end
  252. killvar '$cycletemp'
  253. act 'Return to cheat index': dynamic $cheatmenu
  254. --- cum_arrcheat ---------------------------------