1
0

orgazm.qsrc 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. # orgazm
  2. menu_off = 1
  3. if $ARGS[0] = 'start':
  4. protect = 0
  5. vidageday -= 1
  6. frost = 0
  7. if tabletki <= 0 and prezik > 0 and prosta = 0:
  8. dynamic $prezik
  9. protect = 1
  10. if preziktype = 2:
  11. sexcontra = 7
  12. 'You gave the guy a sabotaged condom and he put it on in silence.'
  13. else
  14. sexcontra = 3
  15. 'You gave the guy a condom and he put it on in silence.'
  16. end
  17. elseif tabletki >= 0 and prezik > 0 and prosta > 0:
  18. dynamic $prezik
  19. protect = 1
  20. if preziktype = 2:
  21. sexcontra = 7
  22. 'You gave the guy a sabotaged condom and he put it on in silence.'
  23. else
  24. sexcontra = 3
  25. 'You gave the guy a condom and he put it on in silence.'
  26. end
  27. elseif tabletki <= 0 and prezik > 0:
  28. dynamic $prezik
  29. protect = 1
  30. if preziktype = 2:
  31. sexcontra = 7
  32. 'You gave the guy a sabotaged condom and he put it on in silence.'
  33. else
  34. sexcontra = 3
  35. 'You gave the guy a condom and he put it on in silence.'
  36. end
  37. end
  38. if protect ! 1:
  39. !!unprotected sex
  40. finrand = rand(0, 1)
  41. if finrand = 0:
  42. !!inside
  43. gs 'cum_manage'
  44. '<<$boydesc>> groans and you feel each jet of sperm paint the walls of your womb with seed.'
  45. pcs_mood -= 15
  46. pcs_willpwr -= 15
  47. gs 'cuminsidereact'
  48. elseif finrand = 1:
  49. !!out
  50. if rand(0, 2) = 0:
  51. spafinloc = 1
  52. gs 'cum_manage'
  53. '<<$boydesc>> pulls out barely in time, splashing semen all over your pussy lips.'
  54. else
  55. if pose = 0:
  56. spafinloc = 14
  57. gs 'cum_manage'
  58. '<<$boydesc>> shouts, pulling out to finish on your stomach.'
  59. elseif pose = 1:
  60. spafinloc = 4
  61. gs 'cum_manage'
  62. '<<$boydesc>> shudders, pulling out just in time to paint your ass white with semen.'
  63. end
  64. end
  65. end
  66. elseif protect = 1:
  67. gs 'cum_manage'
  68. protect = 0
  69. if sexcontra = 4:
  70. '<<$boydesc>> groans and you feel heat building deep inside, and then a slimy feeling. You realize that the condom burst.'
  71. elseif sexcontra = 5:
  72. '<<$boydesc>> groans and you feel heat building deep inside. As he pulls out, you feel a ghostly sensation, as if he didn''t come all the way out. Looking down, you see his bare dick.'
  73. else
  74. '<<$boydesc>> groans and you feel heat building deep inside. You realize that he has filled the condom.'
  75. end
  76. gs 'cuminsidereact'
  77. sexcontra = 0
  78. end
  79. pose = 0
  80. end
  81. --- orgazm ---------------------------------