Military.tw 7.9 KB

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