cuminsidereact 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # cuminsidereact
  2. argc = arrsize('$ARGS')
  3. if $risk_boy = '':
  4. if argc > 0:
  5. $risk_boy = $ARGS[0]
  6. else:
  7. $risk_boy = ''
  8. end
  9. end
  10. if argc > 1:
  11. eff_contra = ARGS[1]
  12. else:
  13. eff_contra = sexcontra
  14. end
  15. tmp = func 'pregriskeval'
  16. if ef_contra = 3:
  17. elseif tmp = -4:
  18. 'You chuckle to yourself: "Well, at least I can''t get any more pregnant than I already am!"'
  19. elseif tmp = -3:
  20. '"I don''t think I can get pregnant on my period..." you think to yourself.'
  21. elseif tmp = -2:
  22. '"I''m glad I got my birth control shot!" you think to yourself.'
  23. elseif tmp = -1:
  24. '"Good thing I''m on the pill..." you think to yourself.'
  25. elseif tmp = 1:
  26. if $risk_boy ! '':
  27. 'You unconsicously put a hand on your belly as you realize you could become pregnant with the child of <<$risk_boy>>.'
  28. else:
  29. 'You unconsciously put a hand on your belly as you realize you could get pregnant if you do this too much.'
  30. end
  31. elseif tmp = 2:
  32. if $risk_boy ! '':
  33. 'You think about the load of sperm <<$risk_boy>> just pumped into your unprotected vagina ... and right now he has no clue.'
  34. else:
  35. 'You think about the load of sperm swimming in your unprotected vagina ... and right now he has no clue.'
  36. end
  37. else:
  38. if $risk_boy ! '':
  39. '"Oh, God!" You realize with horror that you could become pregnant with the child of <<$risk_boy>>.'
  40. else:
  41. '"Damn! I could get pregnant!" you think in horror.'
  42. end
  43. end
  44. cuminside = 0
  45. $risk_boy = ''
  46. --- cuminsidereact ---------------------------------