mod_public_WC_rab_gun_run.qsrc 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. # mod_public_WC_rab_gun_run
  2. if $ARGS[0] = 'run':
  3. 'I hear someone running after me!!!'
  4. if month <= 4 or month >= 10:
  5. '<center><video autoplay loop src="mod/public_WC/lisrab/tryrun/runrun10.mp4"></video></center>'
  6. else
  7. temp = rand(1,3)
  8. '<center><video autoplay loop src="mod/public_WC/lisrab/tryrun/runrun<<temp>>.mp4"></video></center>'
  9. end
  10. act 'try to aim during run and shoot':
  11. cla
  12. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/gunshoot_main.mp4"></video></center>'
  13. if ammo > 0:
  14. ammo -= 1
  15. shoot_exp += 1
  16. if pcs_shoot >= 95:
  17. *clr & cla
  18. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/r_events/11/aim.jpg"></center>'
  19. if ktemp = 105:
  20. 'I see Vania'
  21. Vania = 3
  22. killvar 'ktemp'
  23. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/vania/vania.jpg"></center>'
  24. elseif hour >= 7 and hour <= 20:
  25. 'I see Artem'
  26. Artem = 3
  27. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/Artem/Artem.jpg"></center>'
  28. else
  29. 'I see Vania'
  30. Vania = 3
  31. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/vania/vania.jpg"></center>'
  32. end
  33. act 'try to kill':
  34. *clr & cla
  35. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/gunshoot_main.mp4"></video></center>'
  36. If Artem = 3:
  37. Artem = 2
  38. Vania = 0
  39. end
  40. If Vania = 3:
  41. Vania = 2
  42. Artem = 0
  43. end
  44. If Artem = 2:
  45. 'I have killed Artem'
  46. pcs_mood -= Alove
  47. end
  48. If Vania = 2: 'I have killed Vania'
  49. pcs_mood -= 50
  50. willpowermax += 5
  51. gs 'stat'
  52. act 'Run away':
  53. minut += rand (10, 40)
  54. brak += 70
  55. vtecha = 1
  56. Tolik = 0
  57. gt 'gadforestlost', 'forest_center'
  58. end
  59. act 'throw the gun and run away':
  60. gun = 0
  61. minut += rand (10, 40)
  62. brak += 70
  63. vtecha = 1
  64. Tolik = 0
  65. gt 'gadforestlost', 'forest_center'
  66. end
  67. act 'go to the house and kill other': gt 'mod_public_WC_rab_gun', 'killall'
  68. end
  69. act 'try to injure':
  70. *clr & cla
  71. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/gunshoot_main.mp4"></video></center>'
  72. If Artem = 3: Artem = 3 and Vania = 0
  73. If Vania = 3: Vania = 3 and Artem = 0
  74. If Artem = 3:
  75. 'I hit Artems'' leg'
  76. 'I hear Artem voice full of pain...'
  77. act 'Come to Artem': gt 'mod_public_WC_rab_gun', 'kill'
  78. end
  79. If Vania = 3:
  80. 'I hit Vanias'' leg'
  81. 'I hear Vania voice full of pain...'
  82. act 'Come to Vania': gt 'mod_public_WC_rab_gun', 'kill'
  83. end
  84. act 'Run away':
  85. minut += rand (10, 40)
  86. brak += 70
  87. vtecha = 1
  88. if Vania ! 2: Vania = 0
  89. If Artem ! 2: Artem = 0
  90. Tolik = 0
  91. gt 'gadforestlost', 'forest_center'
  92. end
  93. act 'throw the gun and run away':
  94. gun = 0
  95. minut += rand (10, 40)
  96. brak += 70
  97. vtecha = 1
  98. if Vania ! 2: Vania = 0
  99. If Artem ! 2: Artem = 0
  100. Tolik = 0
  101. gt 'gadforestlost', 'forest_center'
  102. end
  103. end
  104. elseif pcs_shoot >= rand(50,100):
  105. gs 'mod_public_WC_rab_gun', 'damage'
  106. if Artem = 2:
  107. 'I have killed Artem'
  108. pcs_mood -= 50
  109. pcs_mood -= Alove
  110. willpowermax += 5
  111. gs 'stat'
  112. act 'go to the house and kill other': gt 'mod_public_WC_rab_gun', 'killall'
  113. else
  114. act 'Come to Artem': gt 'mod_public_WC_rab_gun', 'kill'
  115. end
  116. If Vania = 2:
  117. 'I have killed Vania'
  118. pcs_mood -= 50
  119. willpowermax += 5
  120. gs 'stat'
  121. act 'go to the house and kill other': gt 'mod_public_WC_rab_gun', 'killall'
  122. else
  123. act 'Come to Vania': gt 'mod_public_WC_rab_gun', 'kill'
  124. end
  125. act 'Run away':
  126. minut += rand (10, 40)
  127. brak += 70
  128. vtecha = 1
  129. if Vania ! 2: Vania = 0
  130. If Artem ! 2: Artem = 0
  131. Tolik = 0
  132. gt 'gadforestlost', 'forest_center'
  133. end
  134. act 'throw the gun and run away':
  135. gun = 0
  136. minut += rand (10, 40)
  137. brak += 70
  138. vtecha = 1
  139. if Vania ! 2: Vania = 0
  140. If Artem ! 2: Artem = 0
  141. Tolik = 0
  142. gt 'gadforestlost', 'forest_center'
  143. end
  144. else
  145. if ztemp >= rand(1,3):
  146. *clr & cla
  147. 'I have mised!'
  148. 'I was caught and broke. And they take the gun from me and fuck me with it.'
  149. brak += 30
  150. vlada -= 10
  151. if vlada < 0: vlada = 0
  152. gun = 0
  153. ammo = 0
  154. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/gunass.mp4"></video></center>'
  155. gs 'pain', 10, 'asshole', 'break'
  156. pcs_ass += 3
  157. rape += 1
  158. stat['anal'] += 3
  159. stat['anal_strap'] += 3
  160. gs 'stat'
  161. act 'Continue': gt 'mod_public_WC_kara', 'vtecha'
  162. else
  163. ztemp += 1
  164. 'I missed'
  165. 'He aproches me!'
  166. act 'keep running': gt 'mod_public_WC_rab_gun', 'run'
  167. end
  168. end
  169. else
  170. *clr & cla
  171. 'I have no ammo'
  172. 'I was caught and broke. And they take the gun from me and fuck me with it.'
  173. brak += 30
  174. vlada -= 10
  175. if vlada < 0: vlada = 0
  176. gun = 0
  177. ammo = 0
  178. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/gunass.mp4"></video></center>'
  179. gs 'pain', 10, 'asshole', 'break'
  180. pcs_ass += 3
  181. rape += 1
  182. stat['anal'] += 3
  183. stat['anal_strap'] += 3
  184. gs 'stat'
  185. act 'Continue': gt 'mod_public_WC_kara', 'vtecha'
  186. end
  187. end
  188. act 'Stop and shoot at the pursuer':
  189. cla
  190. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/gunshoot_main.mp4"></video></center>'
  191. if ammo > 0:
  192. ammo -= 1
  193. shoot_exp += 1
  194. if pcs_shoot >= 80:
  195. *clr & cla
  196. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/r_events/11/aim.jpg"></center>'
  197. if ktemp = 105:
  198. 'I see Vania'
  199. Vania = 3
  200. killvar 'ktemp'
  201. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/vania/vania.jpg"></center>'
  202. elseif hour >= 7 and hour <= 20:
  203. 'I see Artem'
  204. Artem = 3
  205. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/Artem/Artem.jpg"></center>'
  206. else
  207. 'I see Vania'
  208. Vania = 3
  209. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/vania/vania.jpg"></center>'
  210. end
  211. act 'try to kill':
  212. *clr & cla
  213. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/gunshoot_main.mp4"></video></center>'
  214. If Artem = 3: Artem = 2 and Vania = 0
  215. If Vania = 3: Vania = 2 and Artem = 0
  216. If Artem = 2:
  217. 'I have killed Artem'
  218. pcs_mood -= Alove
  219. end
  220. If Vania = 2: 'I have killed Vania'
  221. pcs_mood -= 40
  222. willpowermax += 5
  223. gs 'stat'
  224. act 'Run away':
  225. minut += rand (10, 40)
  226. brak += 70
  227. vtecha = 1
  228. if Vania ! 2: Vania = 0
  229. If Artem ! 2: Artem = 0
  230. Tolik = 0
  231. gt 'gadforestlost', 'forest_center'
  232. end
  233. act 'throw the gun and run away':
  234. gun = 0
  235. minut += rand (10, 40)
  236. brak += 70
  237. vtecha = 1
  238. if Vania ! 2: Vania = 0
  239. If Artem ! 2: Artem = 0
  240. Tolik = 0
  241. gt 'gadforestlost', 'forest_center'
  242. end
  243. act 'go to the house and kill other': gt 'mod_public_WC_rab_gun', 'killall'
  244. end
  245. act 'try to injure':
  246. *clr & cla
  247. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/gunshoot_main.mp4"></video></center>'
  248. If Artem = 3: Artem = 3 and Vania = 0
  249. If Vania = 3: Vania = 3 and Artem = 0
  250. If Artem = 3:
  251. 'I hit Artems'' leg'
  252. 'I hear Artem voice full of pain...'
  253. act 'Come to Artem': gt 'mod_public_WC_rab_gun', 'kill'
  254. end
  255. If Vamnia = 3:
  256. 'I hit Vanias'' leg'
  257. 'I hear Vania voice full of pain...'
  258. act 'Come to Vania': gt 'mod_public_WC_rab_gun', 'kill'
  259. end
  260. act 'Run away':
  261. minut += rand (10, 40)
  262. brak += 70
  263. vtecha = 1
  264. if Vania ! 2: Vania = 0
  265. If Artem ! 2: Artem = 0
  266. Tolik = 0
  267. gt 'gadforestlost', 'forest_center'
  268. end
  269. act 'throw the gun and run away':
  270. gun = 0
  271. minut += rand (10, 40)
  272. brak += 70
  273. vtecha = 1
  274. if Vania ! 2: Vania = 0
  275. If Artem ! 2: Artem = 0
  276. Tolik = 0
  277. gt 'gadforestlost', 'forest_center'
  278. end
  279. end
  280. elseif pcs_shoot >= rand(30,80):
  281. gs 'mod_public_WC_rab_gun', 'damage'
  282. if Artem = 2:
  283. 'I have killed Artem'
  284. pcs_mood -= 50
  285. pcs_mood -= Alove
  286. willpowermax += 5
  287. gs 'stat'
  288. act 'go to the house and kill other': gt 'mod_public_WC_rab_gun', 'killall'
  289. else
  290. act 'Come to Artem': gt 'mod_public_WC_rab_gun', 'kill'
  291. end
  292. If Vania = 2:
  293. 'I have killed Vania'
  294. pcs_mood -= 50
  295. willpowermax += 5
  296. gs 'stat'
  297. act 'go to the house and kill other': gt 'mod_public_WC_rab_gun', 'killall'
  298. else
  299. act 'Come to Vania': gt 'mod_public_WC_rab_gun', 'kill'
  300. end
  301. act 'Run away':
  302. minut += rand (10, 40)
  303. brak += 70
  304. vtecha = 1
  305. if Vania ! 2: Vania = 0
  306. If Artem ! 2: Artem = 0
  307. Tolik = 0
  308. gt 'gadforestlost', 'forest_center'
  309. end
  310. act 'throw the gun and run away':
  311. gun = 0
  312. minut += rand (10, 40)
  313. brak += 70
  314. vtecha = 1
  315. if Vania ! 2: Vania = 0
  316. If Artem ! 2: Artem = 0
  317. Tolik = 0
  318. gt 'gadforestlost', 'forest_center'
  319. end
  320. else
  321. *clr & cla
  322. 'I have mised!'
  323. 'I was caught and broke. And they take the gun from me and fuck me with it.'
  324. brak += 30
  325. vlada -= 10
  326. if vlada < 0: vlada = 0
  327. gun = 0
  328. ammo = 0
  329. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/gunass.mp4"></video></center>'
  330. gs 'pain', 10, 'asshole', 'break'
  331. pcs_ass += 3
  332. rape += 1
  333. stat['anal'] += 3
  334. stat['anal_strap'] += 3
  335. gs 'stat'
  336. act 'Continue': gt 'mod_public_WC_kara', 'vtecha'
  337. end
  338. else
  339. *clr & cla
  340. 'I have no ammo'
  341. 'I was caught and broke. And they take the gun from me and fuck me with it.'
  342. brak += 30
  343. vlada -= 10
  344. if vlada < 0: vlada = 0
  345. gun = 0
  346. ammo = 0
  347. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/gunass.mp4"></video></center>'
  348. gs 'pain', 10, 'asshole', 'break'
  349. pcs_ass += 3
  350. rape += 1
  351. stat['anal'] += 3
  352. stat['anal_strap'] += 3
  353. gs 'stat'
  354. act 'Continue': gt 'mod_public_WC_kara', 'vtecha'
  355. end
  356. end
  357. end
  358. --- mod_public_WC_rab_gun_run ---------------------------------