cuminsidereact.qsrc 1.5 KB

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