cuminsidereact 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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 eff_contra ! 3:
  17. if succubusflag = 1:
  18. 'You think to yourself, "This should be Yummy!"'
  19. elseif tmp = -4:
  20. 'You chuckle to yourself: "Well, at least I can''t get any more pregnant than I already am!"'
  21. elseif tmp = -3:
  22. '"I don''t think I can get pregnant on my period..." you think to yourself.'
  23. elseif tmp = -2:
  24. '"I''m glad I got my birth control shot!" you think to yourself.'
  25. elseif tmp = -1:
  26. '"Good thing I''m on the pill..." you think to yourself.'
  27. elseif tmp = 1:
  28. if $risk_boy ! '':
  29. 'You unconsicously put a hand on your belly as you realize you could become pregnant with the child of <<$risk_boy>>.'
  30. else
  31. 'You unconsciously put a hand on your belly as you realize you could get pregnant if you do this too much.'
  32. end
  33. elseif tmp = 2:
  34. if $risk_boy ! '':
  35. 'You think about the load of sperm <<$risk_boy>> just pumped into your unprotected vagina ... and right now he has no clue.'
  36. else
  37. 'You think about the load of sperm swimming in your unprotected vagina ... and right now he has no clue.'
  38. end
  39. else
  40. if $risk_boy ! '':
  41. '"Oh, God!" You realize with horror that you could become pregnant with the child of <<$risk_boy>>.'
  42. else
  43. '"Damn! I could get pregnant!" you think in horror.'
  44. end
  45. end
  46. end
  47. cuminside = 0
  48. $risk_boy = ''
  49. --- cuminsidereact ---------------------------------