Military 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. # Military
  2. if $ARGS[0] = 'start':
  3. $metka = $ARGS[0]
  4. $loc = $CURLOC
  5. $sexloc = $CURLOC
  6. $location_type = 'public_outdoors'
  7. gs 'stat'
  8. '<center><b><font color="maroon">Army Camp</font></b></center>'
  9. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/military.jpg"></center>'
  10. 'A small city with a lot of tents and full of people, a lot of soldiers are running around with guns, training.'
  11. act 'Work in the infirmary':
  12. cla
  13. minut += 60
  14. sanrand = rand(0, 10)
  15. medcn_exp += rand (0,2)
  16. gs 'stat'
  17. if sanrand = 0:gt 'Military', 'san0'
  18. if sanrand = 1:gt 'Military', 'san1'
  19. 'You are working in the infirmary.'
  20. act 'Leave':gt 'Military', 'start'
  21. end
  22. act 'Go to your tent':gt 'Palatka', 'start'
  23. act 'Take a walk in the woods':
  24. cls
  25. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/woman_forest.jpg"></center>'
  26. minut += 60
  27. milprorand = rand(0, 10)
  28. gs 'stat'
  29. 'You walk for a while in the forest.'
  30. if milprorand = 0:gt 'Military', 'pro0'
  31. if milprorand = 1:gt 'Military', 'pro1'
  32. act 'Finish':gt 'Military', 'start'
  33. end
  34. act 'Get some food and drink from the mess hall':gs 'food', 'm_meal'
  35. if week < 6 or week = 7 and hour >= 18:
  36. cla
  37. minut += 60
  38. money += 5000
  39. act 'Go back to town':gt 'street'
  40. end
  41. end
  42. if $ARGS[0] = 'san0':
  43. $location_type = 'event'
  44. cla
  45. *clr
  46. gs 'npcgeneratec', 0, 'soldier', rand(18,30)
  47. gs 'boyStat', $npclastgenerated
  48. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/sex/san0.jpg"></center>'
  49. 'During the examination, the patient shows you his erection and looks at you with anticipation.'
  50. act 'Drive him away':gt 'Military', 'start'
  51. act 'Play along':
  52. guy += 1
  53. picrand = 41
  54. sexpartkno = 1
  55. gt 'sex', 'minet'
  56. end
  57. end
  58. if $ARGS[0] = 'san1':
  59. $location_type = 'event'
  60. cla
  61. *clr
  62. gs 'npcgeneratec', 0, 'army doctor', rand(22,32)
  63. gs 'boyStat', $npclastgenerated
  64. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/sex/san1.jpg"></center>'
  65. 'While the infirmary is unoccupied, the doctor begins to molest you.'
  66. act 'Drive him away':gt 'Military', 'start'
  67. act 'Play along':
  68. guy += 1
  69. picrand = 42
  70. sexpartkno = 1
  71. gt 'sex', 'minet'
  72. end
  73. end
  74. if $ARGS[0] = 'pro0':
  75. $location_type = 'event'
  76. cla
  77. 'You met two soldiers whom ask you to help them out with a war game, in the role of a captive spy.'
  78. act 'Refuse':gt 'Military', 'start'
  79. act 'Agree':
  80. gs 'npcgeneratec', 0, 'Soldier', rand(18,34)
  81. gs 'boyStat', $npclastgenerated
  82. $boy[0] = $boy
  83. gs 'npcgeneratec', 0, 'Soldier', rand(18,34)
  84. $boy[1] = $npclastgenerated
  85. cla
  86. *clr
  87. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/sex/pro0.jpg"></center>'
  88. '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.'
  89. act 'Submit':
  90. guy += 2
  91. SUB += 1
  92. picrand = 21
  93. sexpartkno = 1
  94. xgt 'sexdvoe', 'var'
  95. end
  96. end
  97. end
  98. if $ARGS[0] = 'pro1':
  99. $location_type = 'event'
  100. cla
  101. 'You notice that a guy follows you for several minutes.'
  102. act 'Ignore it':gt 'military', 'rape'
  103. act 'Run away':
  104. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/forest_running.jpg"></center>'
  105. if pcs_run < 10:
  106. peshimraperand = rand(0, 11)
  107. elseif pcs_run < 20:
  108. peshimraperand = rand(0, 20)
  109. elseif pcs_run < 30:
  110. peshimraperand = rand(0, 30)
  111. elseif pcs_run < 40:
  112. peshimraperand = rand(0, 40)
  113. elseif pcs_run < 50:
  114. peshimraperand = rand(0, 50)
  115. elseif pcs_run < 60:
  116. peshimraperand = rand(0, 60)
  117. elseif pcs_run < 70:
  118. peshimraperand = rand(0, 70)
  119. elseif pcs_run < 80:
  120. peshimraperand = rand(0, 80)
  121. elseif pcs_run < 90:
  122. peshimraperand = rand(0, 90)
  123. else
  124. peshimraperand = rand(11, 100)
  125. end
  126. if peshimraperand < 11:
  127. cla
  128. 'You tried to run away but the guy caught you.'
  129. act 'Further':gt 'military', 'rape'
  130. else
  131. cla
  132. 'You are rushing headlong, crashing through the bushes. Finally you ran back to the camp.'
  133. act 'Further':gt 'military', 'start'
  134. end
  135. end
  136. end
  137. if $ARGS[0] = 'rape':
  138. gs 'npcgeneratec', 0, 'rapist', rand(18,30)
  139. gs 'boyStat', $npclastgenerated
  140. cla
  141. *clr
  142. rape += 1
  143. guy += 1
  144. 'You suddenly feel a blow on the back of your head, and lose conciousness.'
  145. '...'
  146. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/sex/rape1.jpg"></center>'
  147. '...'
  148. '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.'
  149. act 'Shout':
  150. cla
  151. *clr
  152. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/sex/rape2.jpg"></center>'
  153. 'You began to cry for help, when a dick is stuffed in your mouth.'
  154. '"Here''s something to shut your mouth", came the voice of a rapist.'
  155. 'You tried to spit it out, but its getting worse as he thrust it down your throat, and began to throatfuck you.'
  156. gs 'arousal', 'bj', 5, 'sub', 'rough'
  157. gs 'stat'
  158. act 'Further':
  159. cla
  160. *clr
  161. cumprecheck = 1
  162. gs 'cum_manage'
  163. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/sex/rape3.jpg"></center>'
  164. '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.'
  165. gs 'arousal', 'vaginal', 10, 'sub', 'rough'
  166. gs 'stat'
  167. act 'Further':
  168. cla
  169. *clr
  170. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/sex/rape4.jpg"></center>'
  171. '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.'
  172. gs 'arousal', 'anal', 10, 'sub', 'rough'
  173. gs 'stat'
  174. act 'Further':
  175. cla
  176. *clr
  177. sexpartkno = 1
  178. spafinloc = 12
  179. gs 'cum_manage'
  180. pcs_makeup = 0
  181. minut += 240
  182. SUB += 5
  183. '<center><img <<$set_imgh>> src="images/locations/city/shared/military/sex/rape5.jpg"></center>'
  184. '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.'
  185. gs 'arousal', 'end'
  186. gs 'stat'
  187. act 'Further':gt 'military', 'start'
  188. end
  189. end
  190. end
  191. end
  192. end
  193. --- Military ---------------------------------