Military.qsrc 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. # Military
  2. if $ARGS[0] = 'start':
  3. $metka = $ARGS[0]
  4. $loc = $CURLOC
  5. $sexloc = $CURLOC
  6. $menu_loc = 'Military'
  7. $menu_arg = 'start'
  8. menu_off = 0
  9. $location_type = 'public_outdoors'
  10. gs 'stat'
  11. '<center><b><font color="maroon">Army Camp</font></b></center>'
  12. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/military.jpg"></center>'
  13. 'A small city with a lot of tents and full of people, a lot of soldiers are running around with guns, training.'
  14. act 'Work in the infirmary':
  15. cla
  16. menu_off = 1
  17. minut += 60
  18. sanrand = rand(0, 10)
  19. medcn_exp += rand (0,2)
  20. gs 'stat'
  21. if sanrand = 0:gt 'Military', 'san0'
  22. if sanrand = 1:gt 'Military', 'san1'
  23. 'You are working in the infirmary.'
  24. act 'Leave':gt 'Military', 'start'
  25. end
  26. act 'Go to your tent':gt 'Palatka', 'start'
  27. act 'Take a walk in the woods':
  28. cls
  29. menu_off = 1
  30. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/woman_forest.jpg"></center>'
  31. minut += 60
  32. milprorand = rand(0, 10)
  33. gs 'stat'
  34. 'You walk for a while in the forest.'
  35. if milprorand = 0:gt 'Military', 'pro0'
  36. if milprorand = 1:gt 'Military', 'pro1'
  37. act 'Finish':gt 'Military', 'start'
  38. end
  39. act 'Get some food and drink from the mess hall':gs 'food', 'm_meal'
  40. if week < 6 or week = 7 and hour >= 18:
  41. cla
  42. minut += 60
  43. money += 5000
  44. act 'Go back to town':gt 'street'
  45. end
  46. end
  47. if $ARGS[0] = 'san0':
  48. $location_type = 'event'
  49. menu_off = 1
  50. cla
  51. *clr
  52. gs 'npcgeneratec', 0, 'soldier', rand(18,30)
  53. gs 'boyStat', $npclastgenerated
  54. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/sex/san0.jpg"></center>'
  55. 'During the examination, the patient shows you his erection and looks at you with anticipation.'
  56. act 'Drive him away':gt 'Military', 'start'
  57. act 'Play along':
  58. guy += 1
  59. picrand = 41
  60. sexpartkno = 1
  61. gt 'sex', 'minet'
  62. end
  63. end
  64. if $ARGS[0] = 'san1':
  65. $location_type = 'event'
  66. menu_off = 1
  67. cla
  68. *clr
  69. gs 'npcgeneratec', 0, 'army doctor', rand(22,32)
  70. gs 'boyStat', $npclastgenerated
  71. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/sex/san1.jpg"></center>'
  72. 'While the infirmary is unoccupied, the doctor begins to molest you.'
  73. act 'Drive him away':gt 'Military', 'start'
  74. act 'Play along':
  75. guy += 1
  76. picrand = 42
  77. sexpartkno = 1
  78. gt 'sex', 'minet'
  79. end
  80. end
  81. if $ARGS[0] = 'pro0':
  82. $location_type = 'event'
  83. menu_off = 1
  84. cla
  85. 'You met two soldiers whom ask you to help them out with a war game, in the role of a captive spy.'
  86. act 'Refuse':gt 'Military', 'start'
  87. act 'Agree':
  88. gs 'npcgeneratec', 0, 'Soldier', rand(18,34)
  89. gs 'boyStat', $npclastgenerated
  90. $boy[0] = $boy
  91. gs 'npcgeneratec', 0, 'Soldier', rand(18,34)
  92. $boy[1] = $npclastgenerated
  93. cla
  94. *clr
  95. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/sex/pro0.jpg"></center>'
  96. 'Your hands are tied and you are led to the headquarters where they set up an interrogation, then with the words "Now the interrogation begins!", they pull out their cocks. That''s what you get for allowing two burly men you do not even know to bind your hands.'
  97. act 'Submit':
  98. guy += 2
  99. SUB += 1
  100. picrand = 21
  101. sexpartkno = 1
  102. xgt 'sexdvoe', 'var'
  103. end
  104. end
  105. end
  106. if $ARGS[0] = 'pro1':
  107. $location_type = 'event'
  108. menu_off = 1
  109. cla
  110. 'You notice that a guy follows you for several minutes.'
  111. act 'Ignore it':gt 'military', 'rape'
  112. act 'Run away':
  113. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/forest_running.jpg"></center>'
  114. if pcs_run < 10:
  115. peshimraperand = rand(0, 11)
  116. elseif pcs_run < 20:
  117. peshimraperand = rand(0, 20)
  118. elseif pcs_run < 30:
  119. peshimraperand = rand(0, 30)
  120. elseif pcs_run < 40:
  121. peshimraperand = rand(0, 40)
  122. elseif pcs_run < 50:
  123. peshimraperand = rand(0, 50)
  124. elseif pcs_run < 60:
  125. peshimraperand = rand(0, 60)
  126. elseif pcs_run < 70:
  127. peshimraperand = rand(0, 70)
  128. elseif pcs_run < 80:
  129. peshimraperand = rand(0, 80)
  130. elseif pcs_run < 90:
  131. peshimraperand = rand(0, 90)
  132. else
  133. peshimraperand = rand(11, 100)
  134. end
  135. if peshimraperand < 11:
  136. cla
  137. 'You tried to run away but the guy caught you.'
  138. act 'Further':gt 'military', 'rape'
  139. else
  140. cla
  141. 'You are rushing headlong, crashing through the bushes. Finally you ran back to the camp.'
  142. act 'Further':gt 'military', 'start'
  143. end
  144. end
  145. end
  146. if $ARGS[0] = 'rape':
  147. gs 'npcgeneratec', 0, 'rapist', rand(18,30)
  148. gs 'boyStat', $npclastgenerated
  149. menu_off = 1
  150. cla
  151. *clr
  152. rape += 1
  153. guy += 1
  154. 'You suddenly feel a blow on the back of your head, and lose conciousness.'
  155. '...'
  156. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/sex/rape1.jpg"></center>'
  157. '...'
  158. 'You woke up in a barn with a bag on your head, so you can''t see anything. You also have a headache from the impact to your head, and a leash around your neck.'
  159. act 'Shout':
  160. cla
  161. *clr
  162. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/sex/rape2.jpg"></center>'
  163. 'You began to cry for help, when a dick is stuffed in your mouth.'
  164. '"Here''s something to shut your mouth", came the voice of a rapist.'
  165. 'You tried to spit it out, but its getting worse as he thrust it down your throat, and began to throatfuck you.'
  166. gs 'arousal', 'bj', 5, 'sub', 'rough'
  167. gs 'stat'
  168. act 'Further':
  169. cla
  170. *clr
  171. cumprecheck = 1
  172. gs 'cum_manage'
  173. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/sex/rape3.jpg"></center>'
  174. 'When you are starting to lose consciousness choking on his cock, he takes it out of you mouth, pulls the baf from your head and throws you on a crate. He steps to you, forcing his dick into your vagina quite forcefully. Although you can see now, you still tied up to do effectively anything.'
  175. gs 'arousal', 'vaginal', 10, 'sub', 'rough'
  176. gs 'stat'
  177. act 'Further':
  178. cla
  179. *clr
  180. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/sex/rape4.jpg"></center>'
  181. 'When your pussy bored him, he turned you around and drove his cock into your ass. You cry out in pain, but he does not care and continues to fuck your ass as hard as he could. You cry and beg him to at least use some lubrication, but he just scowls in response. You pass out from the pain and shock.'
  182. gs 'arousal', 'anal', 10, 'sub', 'rough'
  183. gs 'stat'
  184. act 'Further':
  185. cla
  186. *clr
  187. sexpartkno = 1
  188. spafinloc = 12
  189. gs 'cum_manage'
  190. pcs_makeup = 0
  191. minut += 240
  192. SUB += 5
  193. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/sex/rape5.jpg"></center>'
  194. 'You do not know how much time passed since you fainted, but when you regain your concoiusness he''s pulling out of you. He pulls you to your knees and stuck his dick in your mouth, saying only a word, "Suck". You dutifully start to suck him off with your ass is brutally raped and in pain, wondering whether to bite it off, but before you could give it a second thought your rapist suddenly comes in your mouth. After this you are immediately knocked out again with a blow to your head.'
  195. gs 'arousal', 'end'
  196. gs 'stat'
  197. act 'Further':gt 'military', 'start'
  198. end
  199. end
  200. end
  201. end
  202. end
  203. --- Military ---------------------------------