1
0

fisting1.qsrc 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. # fisting1
  2. if $ARGS[0] = 'start':
  3. menu_off = 1
  4. *clr & cla
  5. trubknow = 1
  6. alko += 6
  7. pcs_hydra -= 10
  8. pcs_breath = 0
  9. pain['mouth'] += 2
  10. pain['lips'] += 2
  11. ! a count of the number visits with the Doctor
  12. trubtimes += 1
  13. ! the local count of the number of acts
  14. trubsextimes = 0
  15. gs 'clothing', 'strip'
  16. '<center><img <<$set_imgh>> src="mod/basement/fiks.jpg"></center>'
  17. *nl
  18. 'Drink it up honey, it will help you relax a little.<br><br>- you took the glass, and gulped it down, then without fuss, removed your clothing. The Doctor binds then binds you to a very strange contraption.<br><br>Lets start!'
  19. *nl
  20. $orgasm_or = 'no'
  21. gs 'arousal', 'foreplay', 60, 'sub', 'maso', 'rough', 'bound'
  22. gs 'arousal', 'end'
  23. gs 'pain', 1 , 'hands', 'bind'
  24. gs 'pain', 1 , 'feet', 'bind'
  25. gs 'pain', 1 , 'mouth', 'bind'
  26. gs 'pain', 1 , 'lips', 'bind'
  27. gs 'pain', 1 , 'throat', 'bind'
  28. gs 'stat'
  29. act 'Get started': gt 'fisting1', 'sex_init'
  30. end
  31. if $ARGS[0] = 'sex_init':
  32. *clr & cla
  33. '<center><img <<$set_imgh>> src="mod/basement/trub2.jpg"></center>'
  34. *nl
  35. 'Well lets begin! Perhaps we should test your.....'
  36. act 'How about my pussy?': trubsextimes += 1 & gt 'fisting1', 'art_bed'
  37. act 'How about my ass?': trubsextimes += 1 & gt 'fisting1', 'art_anal'
  38. end
  39. ! --- vaginal ---
  40. if $ARGS[0] = 'art_bed':
  41. if trubsextimes < 3:
  42. *clr & cla
  43. pain['clitoris'] += 2
  44. pain['lips'] += 2
  45. '<center><video autoplay loop src="mod/basement/vaga.mp4"></video></center>'
  46. *nl
  47. 'The Doctor includes one of a multitude of devices in the room, and your pussy recieves more of a workout than you bargained for...'
  48. *nl
  49. $orgasm_or = 'no'
  50. gs 'arousal', 'vaginal_vibe', 40, 'sub', 'maso', 'rough'
  51. gs 'arousal', 'end'
  52. gs 'stat'
  53. act 'I need more': gt 'fisting1', 'sex_init'
  54. else
  55. *clr & cla
  56. pain['clitoris'] += 2
  57. '<center><video autoplay loop src="mod/basement/vaga2.mp4"></video></center>'
  58. *nl
  59. 'You, can''t help it - you moan loudly, as you experience a wave of orgasms. A feeling of congestion, pain, and pleasure embraces your overworked pussy, and your pussy gushes like a victorious fountain.'
  60. *nl
  61. $orgasm_or = 'yes'
  62. gs 'arousal', 'vaginal_dildo', 5, 'sub', 'maso', 'rough'
  63. gs 'arousal', 'end'
  64. gs 'stat'
  65. act 'I''m done': gt 'fisting1', 'ender'
  66. end
  67. end
  68. ! --- anal ---
  69. if $ARGS[0] = 'art_anal':
  70. if trubsextimes < 3:
  71. *clr & cla
  72. '<center><video autoplay loop src="mod/basement/anal.mp4"></video></center>'
  73. *nl
  74. 'The Doctor includes one of a multitude of devices in the room, and your ass recieves more of a workout than you bargained for...'
  75. *nl
  76. $orgasm_or = 'no'
  77. gs 'arousal', 'anal_dildo', 40, 'sub', 'maso', 'rough'
  78. gs 'arousal', 'end'
  79. gs 'pain', 1 , 'asshole', 'stretch'
  80. gs 'stat'
  81. act 'Give me more!': gt 'fisting1', 'sex_init'
  82. else
  83. *clr & cla
  84. '<center><video autoplay loop src="mod/basement/anal2.mp4"></video></center>'
  85. *nl
  86. 'You, can''t help it - you moan loudly, as you experience a wave of orgasms. A feeling of congestion, pain, and pleasure embraces your overworked ass, while your pussy gushes like a victorious fountain.'
  87. *nl
  88. $orgasm_or = 'yes'
  89. gs 'arousal', 'anal_dildo', 5, 'sub', 'maso', 'rough'
  90. gs 'arousal', 'end'
  91. gs 'pain', 1 , 'asshole', 'stretch'
  92. gs 'stat'
  93. act 'That''s enough': gt 'fisting1','ender'
  94. end
  95. end
  96. ! --- end ---
  97. if $ARGS[0] = 'ender':
  98. if pcs_ass => 25 and pcs_vag => 25 :
  99. *clr & cla
  100. pcs_vag += 3
  101. pcs_ass += 3
  102. '<center><img <<$set_imgh>> src="mod/basement/duplo.jpg"></center>'
  103. *nl
  104. 'I see you''re already becoming accustomed to our activities! Well done! When you are finished reviewing your well-worn holes, it''s time to leave, said the Doctor.<br><br>- You get dressed and went back to the basement, with your legs trembling.'
  105. *nl
  106. $orgasm_or = 'yes'
  107. gs 'arousal', 'anal_fist', 5, 'sub', 'maso', 'rough', 'lube'
  108. gs 'arousal', 'vaginal_fist', 5, 'sub', 'maso', 'rough', 'lube'
  109. gs 'arousal', 'end'
  110. gs 'pain', 1 , 'vaginal', 'stretch'
  111. gs 'pain', 1 , 'asshole', 'stretch'
  112. gs 'stat'
  113. act 'Leave': gs 'clothing', 'wear_last_worn' & gt 'basement', 'start'
  114. else
  115. *clr & cla
  116. lubri += 1
  117. minut -= 5
  118. vitamin += 1
  119. pcs_vag += 5
  120. pcs_ass += 5
  121. pain['vaginal'] += vagDMG * 2
  122. pain['asshole'] += assDMG * 2
  123. vgape = 3
  124. vgapetime = totminut + (vgape + 1) * 1440
  125. agape = 3
  126. agapetime = totminut + (agape + 1) * 1440
  127. '<center><img <<$set_imgh>> src="mod/basement/porval.jpg"></center>'
  128. *nl
  129. 'Well, now you need to leave your ass to heal. Here! Take a vitamin, and do the same each day. Be sure to use lube and don''t put anything too large up there for a while.<br><br>- It was fun! you told the Doctor.<br><br>Yes it was! If you decide to stretch those holes, go ahead, and remember the lubricant!, but first you must heal!<br><br>- you got dressed and left the room, your legs shaking, your pussy and anus aching mercilessly, but the feeling of fullness filling your body.'
  130. *nl
  131. $orgasm_or = 'no'
  132. gs 'arousal', 'anal_fist', 5, 'sub', 'maso', 'rough', 'lube'
  133. gs 'arousal', 'vaginal_fist', 5, 'sub', 'maso', 'rough', 'lube'
  134. gs 'arousal', 'end'
  135. gs 'stat'
  136. act 'Leave': gs 'clothing', 'wear_last_worn' & gt 'basement', 'start'
  137. end
  138. end
  139. --- fisting1 ---------------------------------