mod_public_WC_rab_gun_rob.qsrc 38 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027
  1. # mod_public_WC_rab_gun_rob
  2. if $ARGS[0] = 'start':
  3. *clr & cla
  4. minut += rand(15,30)
  5. gs 'stat'
  6. 'I try to find victim'
  7. if $loc = 'road':
  8. 'I walk along the road trying to entice drivers of cars that drive by.'
  9. elseif $loc = 'city_center' or $loc = 'city_residential' or $loc = 'pav_residential':
  10. 'Try to seduce some gut, entice passerby to my dark corner.'
  11. end
  12. if pcs_apprnc >= rand(110,200):
  13. bcil = 0
  14. if $loc = 'road':
  15. if month >= 11 or month <= 3:
  16. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/barginw1.jpg"></center>'
  17. else
  18. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/bargin' + rand(1,3) + '.jpg"></center>'
  19. end
  20. elseif $loc = 'city_center' or $loc = 'city_residential' or $loc = 'pav_residential':
  21. if month >= 11 or month <= 3:
  22. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/workingw1.jpg"></center>'
  23. else
  24. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/working' + rand(1,4) + '.jpg"></center>'
  25. end
  26. end
  27. inhib_exp += rand(3,6)
  28. gs 'stat'
  29. if $loc = 'road':
  30. 'Some car stoped near me, and ask:"What do you offer?"'
  31. else
  32. 'Some guy came to me, and ask:"What do you offer?"'
  33. end
  34. temp = rand(0,3)
  35. ztemp = rand(0,3)
  36. 'The guy looks like...'
  37. if temp = 1:
  38. 'stuffy'
  39. bcil += rand(0,40)
  40. elseif temp = 2:
  41. 'average'
  42. bcil += rand(40,60)
  43. else
  44. 'brutal'
  45. bcil += rand(60,100)
  46. end
  47. if ztep = 1:
  48. 'weak man'
  49. bcil -= rand(0,30)
  50. elseif ztemp = 2:
  51. 'man'
  52. bcil += rand(0,20)
  53. else
  54. 'strong man'
  55. bcil += rand(20,50)
  56. end
  57. if bcil <= 0: bcil = 10
  58. ztemp = 0
  59. act 'Show him my tits':
  60. *clr & cla
  61. inhib_exp += rand(1,2)
  62. gs 'stat'
  63. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/street/showtits.mp4"></video></center>'
  64. 'Well, well, girl'
  65. if $loc = 'road':
  66. 'Ok, sit up in my car"'
  67. else
  68. 'Ok, Where we will do this?'
  69. end
  70. act 'Agree. *I think I will pleased him*': gt 'mod_public_WC_rab_gun_rob', 'sex'
  71. gs 'willpower', 'crime', 'self', 'medium'
  72. if will_cost <= pcs_willpwr:
  73. act 'Agree *I planed to rob him!* (<<will_cost>> Willpower)':
  74. *clr & cla
  75. gs 'willpower', 'pay', 'self'
  76. gs 'stat'
  77. gt 'mod_public_WC_rab_gun_rob', 'rob'
  78. end
  79. else
  80. act 'Agree *I planed to rob him!* (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  81. end
  82. end
  83. act 'go away': gt $loc, $loc_arg
  84. else
  85. 'Noone intrested in me.'
  86. temp = rand(1,2)
  87. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/street/walk (<<temp>>).mp4"></video></center>'
  88. inhib_exp += rand(1,2)
  89. act 'Continue trying': gt 'mod_public_WC_rab_gun_rob','start'
  90. act 'Stop trying': gt $loc, $loc_arg
  91. end
  92. end
  93. if $ARGS[0] = 'rob':
  94. *clr & cla
  95. crime += 1
  96. if ztemp = 214:
  97. 'I pull out my gun and aim it on his head.'
  98. minut += 5
  99. else
  100. if $loc ! 'road':
  101. 'I promise, I will do anything you dream of!'
  102. minut += 10
  103. 'There is a good place not to far, go with me.'
  104. 'I take him to secludet place. Show him my tits to distract and than pull out my gun and aim to his head.'
  105. else
  106. 'I promise, I will do anything you want!'
  107. minut += 10
  108. 'After 10 mins ride we stoped. I go out the car, undress and ask him to come clother. When hi closed the door behind himself I pull out my gun and aim it on his head.'
  109. end
  110. end
  111. gs 'stat'
  112. ztemp = 0
  113. temp = rand(1,4)
  114. '<center><video autoplay loop src="mod/public_WC/lisrab//r_events/11/gun aim<<temp>>.mp4"></video></center>'
  115. act 'aim at him and run away':
  116. minut += 15
  117. gs 'stat'
  118. gt $loc, $loc_arg
  119. end
  120. gs 'willpower', 'crime', 'self', 'medium'
  121. if will_cost <= pcs_willpwr and ammo > 0:
  122. act 'shoot (<<will_cost>> Willpower)':
  123. *clr & cla
  124. temp=rand(1,2)
  125. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/gunshoot<<temp>>.mp4"></video></center>'
  126. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/r_events/11/body.jpg"></center>'
  127. gs 'willpower', 'pay', 'self'
  128. gs 'stat'
  129. killed +=1
  130. ammo -= 1
  131. willpowermax += 5
  132. pcs_mood -= 40
  133. pcs_mood += killed
  134. shoot_exp += 1
  135. 'He even make no sound. The dead body fell on the ground'
  136. crime += 5
  137. 'I take all his money and leave'
  138. temp = rand(0,11)
  139. if temp <= 3:
  140. money += rand(0,100)
  141. 'This bastard wasn''t going to pay me, there are almost no money'
  142. elseif temp <= 10:
  143. money += rand(750,2500)
  144. 'Nice.'
  145. else
  146. money += rand(3000,7000)
  147. 'Woow, it''s a lot of money'
  148. end
  149. gs 'stat'
  150. act 'go away': gt $loc, $loc_arg
  151. end
  152. else
  153. act 'shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  154. end
  155. act 'give me your money':
  156. persuas_exp += rand(1,2)
  157. if bcil <= (70 + pcs_persuas/10):
  158. cla
  159. 'With shaking in hand he, pull out his wallet and gibe it to you.'
  160. act 'take a wallet and leave':
  161. cla
  162. temp = rand(1,21)
  163. if temp <= 6:
  164. money += rand(0,100)
  165. 'This bastard wasn''t going to pay me, there are almost no money'
  166. elseif temp <= 20:
  167. money += rand(750,2500)
  168. 'Nice.'
  169. else
  170. money += rand(3000,7000)
  171. 'Woow, it''s a lot of money'
  172. end
  173. act 'continue':
  174. gt $loc, $loc_arg
  175. end
  176. end
  177. gs 'willpower', 'crime', 'self', 'medium'
  178. if will_cost <= pcs_willpwr and ammo > 0:
  179. act 'shoot (<<will_cost>> Willpower)':
  180. *clr & cla
  181. temp=rand(1,2)
  182. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/gunshoot<<temp>>.mp4"></video></center>'
  183. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/r_events/11/body.jpg"></center>'
  184. gs 'willpower', 'pay', 'self'
  185. gs 'stat'
  186. killed +=1
  187. ammo -= 1
  188. willpowermax += 5
  189. pcs_mood -= 40
  190. pcs_mood += killed
  191. shoot_exp += 1
  192. 'He even make no sound. The dead body fell on the ground'
  193. crime += 5
  194. 'I take all his money and leave'
  195. temp = rand(0,11)
  196. if temp <= 3:
  197. money += rand(0,100)
  198. 'This bastard wasn''t going to pay me, there are almost no money'
  199. elseif temp <= 10:
  200. money += rand(750,2500)
  201. 'Nice.'
  202. else
  203. money += rand(3000,7000)
  204. 'Woow, it''s a lot of money'
  205. end
  206. act 'go away': gt $loc, $loc_arg
  207. end
  208. else
  209. act 'shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  210. end
  211. elseif bcil >= (100 + pcs_persuas/10):
  212. cla
  213. 'Are you crazy, bitch!'
  214. 'No, I am not going to do that!'
  215. act 'aim at him and run away':
  216. minut += 15
  217. gs 'stat'
  218. gt $loc, $loc_arg
  219. end
  220. act 'hit him with a gun: "Give the money or I kill you!"':
  221. gt 'mod_public_WC_rab_gun_rob', 'hit'
  222. end
  223. gs 'willpower', 'crime', 'self', 'medium'
  224. if will_cost <= pcs_willpwr and ammo > 0:
  225. act 'shoot (<<will_cost>> Willpower)':
  226. *clr & cla
  227. temp=rand(1,2)
  228. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/gunshoot<<temp>>.mp4"></video></center>'
  229. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/r_events/11/body.jpg"></center>'
  230. gs 'willpower', 'pay', 'self'
  231. gs 'stat'
  232. killed +=1
  233. ammo -= 1
  234. willpowermax += 5
  235. pcs_mood -= 40
  236. pcs_mood += killed
  237. shoot_exp += 1
  238. 'He even make no sound. The dead body fell on the ground'
  239. crime += 5
  240. 'I take all his money and leave'
  241. temp = rand(0,11)
  242. if temp <= 3:
  243. money += rand(0,100)
  244. 'This bastard wasn''t going to pay me, there are almost no money'
  245. elseif temp <= 10:
  246. money += rand(750,2500)
  247. 'Nice.'
  248. else
  249. money += rand(3000,7000)
  250. 'Woow, it''s a lot of money'
  251. end
  252. act 'go away': gt $loc, $loc_arg
  253. end
  254. else
  255. act 'shoot (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  256. end
  257. else
  258. cla
  259. temp = rand(1,2)
  260. if temp = 1:
  261. 'Are you crazy, bitch!'
  262. 'No, I am not going to do that!'
  263. 'He comes to close to me'
  264. act 'hit him with a gun: "Give the moneu or I kill you!"':
  265. gt 'mod_public_WC_rab_gun_rob', 'hit'
  266. end
  267. act 'Try to shoot him':
  268. cla
  269. temp=rand(1,2)
  270. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/gunshoot<<temp>>.mp4"></video></center>'
  271. ammo -= 1
  272. shoot_exp += rand(1,3)
  273. if pcs_shoot >= bcil/2 or pcs_agil >= (bcil - 50):
  274. 'I hit him!'
  275. temp = rand(1,10)
  276. if temp <= 9:
  277. 'He scream and fall on the ground.'
  278. pcs_mood -= 5
  279. 'He is bleading'
  280. act 'Take his wallet and call an ambulance':
  281. crime += 2
  282. temp = rand(0,21)
  283. if temp <= 6:
  284. money += rand(0,100)
  285. 'This bastard wasn''t going to pay me, there are almost no money'
  286. elseif temp <= 20:
  287. money += rand(750,2500)
  288. 'Nice.'
  289. else
  290. money += rand(3000,7000)
  291. 'Woow, it''s a lot of money'
  292. end
  293. gt $loc, $loc_arg
  294. end
  295. act 'run away':
  296. crime += 1
  297. minut += 15
  298. gt $loc, $loc_arg
  299. end
  300. act 'run away and call ambulance':
  301. crime += 2
  302. minut += 15
  303. gt $loc, $loc_arg
  304. end
  305. gs 'willpower', 'crime', 'self', 'medium'
  306. if will_cost <= pcs_willpwr:
  307. act 'Finish him (<<will_cost>> Willpower)':
  308. *clr & cla
  309. temp=rand(1,2)
  310. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/gunshoot<<temp>>.mp4"></video></center>'
  311. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/r_events/11/body.jpg"></center>'
  312. gs 'willpower', 'pay', 'self'
  313. gs 'stat'
  314. killed +=1
  315. ammo -= 1
  316. willpowermax += 5
  317. pcs_mood -= 40
  318. pcs_mood += killed
  319. shoot_exp += 1
  320. 'He even make no sound. The dead body fell on the ground'
  321. crime += 5
  322. 'I take all his money and leave'
  323. temp = rand(0,11)
  324. if temp <= 3:
  325. money += rand(0,100)
  326. 'This bastard wasn''t going to pay me, there are almost no money'
  327. elseif temp <= 10:
  328. money += rand(750,2500)
  329. 'Nice.'
  330. else
  331. money += rand(3000,7000)
  332. 'Woow, it''s a lot of money'
  333. end
  334. act 'go away': gt $loc, $loc_arg
  335. end
  336. else
  337. act 'Finish him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  338. end
  339. else
  340. 'He stoped and fall on the ground in scilense.'
  341. temp=rand(1,2)
  342. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/gunshoot<<temp>>.mp4"></video></center>'
  343. killed +=1
  344. willpowermax += 5
  345. pcs_mood -= 40
  346. pcs_mood += killed
  347. shoot_exp += 1
  348. crime += 5
  349. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/r_events/11/body.jpg"></center>'
  350. act 'run away': gt $loc, $loc_arg
  351. act 'take the wallet and run away':
  352. 'I take all his money and leave'
  353. temp = rand(0,21)
  354. if temp <= 6:
  355. money += rand(0,100)
  356. 'This bastard wasn''t going to pay me, there are almost no money'
  357. elseif temp <= 20:
  358. money += rand(750,2500)
  359. 'Nice.'
  360. else
  361. money += rand(3000,7000)
  362. 'Woow, it''s a lot of money'
  363. end
  364. gt $loc, $loc_arg
  365. end
  366. end
  367. else
  368. cla
  369. 'I have not enought time to aim and shoot somewhere. He hit me... hard, becouse of pain I dropped the gun.'
  370. 'he hit me one more time and I fall to the ground'
  371. gs 'pain', 10, 'head', 'kick'
  372. gs 'pain', 10, 'lips', 'kick'
  373. gs 'pain', 10, 'nose', 'kick'
  374. gs 'pain', 10, 'armR', 'kick'
  375. gs 'pain', 10, 'tummy', 'kick'
  376. gs 'stat'
  377. gun = 0
  378. act 'try not to lose consciousness': gt 'mod_public_WC_rab_gun_rob', 'rape'
  379. end
  380. end
  381. else
  382. 'He make a step aside and try to hit me'
  383. act 'Try to avoid the hit and run away':
  384. cla
  385. if bcil/2 < pcs_stren or bcil/2 < pcs_agil or bcil/2 < pcs_pool or bcil/3 < pcs_def :
  386. 'He missed, and I run very quick!'
  387. act 'stop and look around':
  388. minut += rand(10,15)
  389. gs 'stat'
  390. gt $loc, $loc_arg
  391. end
  392. else
  393. cla
  394. 'He hit my hands and knocked the gun out.'
  395. gun = 0
  396. gs 'pain', 9, 'armR', 'kick'
  397. gs 'stat'
  398. act 'run to the gun': gt 'mod_public_WC_rab_gun_rob', 'runtogun'
  399. act 'run away': gt 'mod_public_WC_rab_gun_rob', 'runaway'
  400. act 'fight with him': gt 'mod_public_WC_rab_gun_rob', 'fight'
  401. act 'surrender': gt 'mod_public_WC_rab_gun_rob', 'surrender'
  402. end
  403. end
  404. act 'Try to shoot him':
  405. cla
  406. temp=rand(1,2)
  407. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/gunshoot<<temp>>.mp4"></video></center>'
  408. ammo -= 1
  409. shoot_exp += rand(1,3)
  410. if pcs_shoot >= bcil/2 or pcs_agil >= (bcil - 50):
  411. 'I hit him!'
  412. temp = rand(1,10)
  413. if temp <= 9:
  414. 'He scream and fall on the ground.'
  415. pcs_mood -= 5
  416. 'He is bleading'
  417. act 'Take his wallet and call an ambulance':
  418. crime += 2
  419. temp = rand(0,21)
  420. if temp <= 6:
  421. money += rand(0,100)
  422. 'This bastard wasn''t going to pay me, there are almost no money'
  423. elseif temp <= 20:
  424. money += rand(750,2500)
  425. 'Nice.'
  426. else
  427. money += rand(3000,7000)
  428. 'Woow, it''s a lot of money'
  429. end
  430. gt $loc, $loc_arg
  431. end
  432. act 'run away':
  433. crime += 1
  434. minut += 15
  435. gt $loc, $loc_arg
  436. end
  437. act 'run away and call ambulance':
  438. crime += 2
  439. minut += 15
  440. gt $loc, $loc_arg
  441. end
  442. gs 'willpower', 'crime', 'self', 'medium'
  443. if will_cost <= pcs_willpwr:
  444. act 'Finish him (<<will_cost>> Willpower)':
  445. *clr & cla
  446. temp=rand(1,2)
  447. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/gunshoot<<temp>>.mp4"></video></center>'
  448. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/r_events/11/body.jpg"></center>'
  449. gs 'willpower', 'pay', 'self'
  450. gs 'stat'
  451. killed +=1
  452. ammo -= 1
  453. willpowermax += 5
  454. pcs_mood -= 40
  455. pcs_mood += killed
  456. shoot_exp += 1
  457. 'He even make no sound. The dead body fell on the ground'
  458. crime += 5
  459. 'I take all his money and leave'
  460. temp = rand(0,11)
  461. if temp <= 3:
  462. money += rand(0,100)
  463. 'This bastard wasn''t going to pay me, there are almost no money'
  464. elseif temp <= 10:
  465. money += rand(750,2500)
  466. 'Nice.'
  467. else
  468. money += rand(3000,7000)
  469. 'Woow, it''s a lot of money'
  470. end
  471. act 'go away': gt $loc, $loc_arg
  472. end
  473. else
  474. act 'Finish him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  475. end
  476. else
  477. 'He stoped and fall on the ground in scilense.'
  478. temp=rand(1,2)
  479. '<center><video autoplay loop src="mod/public_WC/lisrab/r_events/11/gunshoot<<temp>>.mp4"></video></center>'
  480. killed +=1
  481. willpowermax += 5
  482. pcs_mood -= 40
  483. pcs_mood += killed
  484. shoot_exp += 1
  485. crime += 5
  486. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/r_events/11/body.jpg"></center>'
  487. act 'run away': gt $loc, $loc_arg
  488. act 'take the wallet and run away':
  489. 'I take all his money and leave'
  490. temp = rand(0,21)
  491. if temp <= 6:
  492. money += rand(0,100)
  493. 'This bastard wasn''t going to pay me, there are almost no money'
  494. elseif temp <= 20:
  495. money += rand(750,2500)
  496. 'Nice.'
  497. else
  498. money += rand(3000,7000)
  499. 'Woow, it''s a lot of money'
  500. end
  501. gt $loc, $loc_arg
  502. end
  503. end
  504. else
  505. cla
  506. 'I have not enought time to aim and shoot somewhere. He hit me... hard, becouse of pain I dropped the gun.'
  507. 'he hit me one more time and I fall to the ground'
  508. gs 'pain', 10, 'head', 'kick'
  509. gs 'pain', 10, 'lips', 'kick'
  510. gs 'pain', 10, 'nose', 'kick'
  511. gs 'pain', 10, 'armR', 'kick'
  512. gs 'pain', 10, 'tummy', 'kick'
  513. gs 'stat'
  514. gun = 0
  515. act 'try not to lose consciousness': gt 'mod_public_WC_rab_gun_rob', 'rape'
  516. end
  517. end
  518. end
  519. end
  520. end
  521. end
  522. if $ARGS[0] = 'hit':
  523. gt 'mod_public_WC_rab_gun_rob2', 'hit'
  524. end
  525. if $ARGS[0] = 'surrender':
  526. gt 'mod_public_WC_rab_gun_rob2', 'surrender'
  527. end
  528. if $ARGS[0] = 'fight':
  529. *clr & cla
  530. gun = 3
  531. gs 'stat'
  532. gs 'fight','initFight'
  533. gs 'fight_npcdata', 'rapist'
  534. gt 'fight', 'start'
  535. end
  536. if $ARGS[0] = 'runaway':
  537. gt 'mod_public_WC_rab_gun_rob2', 'runaway'
  538. end
  539. if $ARGS[0] = 'runtogun':
  540. gt 'mod_public_WC_rab_gun_rob2', 'runtogun'
  541. end
  542. if $ARGS[0] = 'rape':
  543. gt 'mod_public_WC_rab_gun_rob2', 'rape'
  544. end
  545. if $ARGS[0] = 'sex':
  546. cla
  547. ztemp = 214
  548. if rand(0,1) = 0:
  549. 'He decides he wants a blowjob.'
  550. act 'Accept':
  551. gt 'mod_public_WC_rab_gun_rob', 'blowjob'
  552. end
  553. elseif rand(0,1) = 0:
  554. 'He decides he wants a fuck.'
  555. act 'Accept':
  556. gt 'mod_public_WC_rab_gun_rob', 'vaginal'
  557. end
  558. else
  559. 'He decides he wants to fuck you first and finish with anal.'
  560. act 'Accept':
  561. gt 'mod_public_WC_rab_gun_rob', 'anal'
  562. end
  563. end
  564. end
  565. if $ARGS[0] = 'blowjob':
  566. *clr & cla
  567. minut += 10
  568. gs 'stat'
  569. if $loc = 'road':
  570. *clr & cla
  571. 'We ride for 10 minutes, I undress my top clothes'
  572. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/bj1.jpg"></center>'
  573. 'I lean over and slowly start to unbutton his pants, teasing him a little. I can already see his pants start to bulge and you can feel his hardness under you fingers as you work his buttons. I open his fly wide and pull his underwear down enough, as his hard dick springs free. I smile at him as you wrap you hands around his cock and start stroking him, he starts to moan softly almost at once.'
  574. gs 'arousal', 'hj', 5, 'prostitution'
  575. stat['hj'] += 1
  576. stat['bj'] += 1
  577. gs 'sweat', 'add', 5
  578. gs 'stat'
  579. gs 'willpower', 'crime', 'self', 'medium'
  580. if will_cost <= pcs_willpwr:
  581. act 'Rob him!* (<<will_cost>> Willpower)':
  582. *clr & cla
  583. gs 'willpower', 'pay', 'self'
  584. gs 'stat'
  585. gt 'mod_public_WC_rab_gun_rob', 'rob'
  586. end
  587. else
  588. act 'Rob him!* (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  589. end
  590. act 'Suck his dick':
  591. *clr & cla
  592. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/bj2.jpg"></center>'
  593. 'He starts to get antsy obviously wanting more, I can feel the head of his dick already getting slick with his precum. I lean over and slowly take his cock into your mouth, you start sucking his dick as you keep stroking it. I feel his hand roughly pull up your shirt and being pawing and squeezing at your breasts as you do.'
  594. gs 'arousal', 'bj', 5, 'prostitution'
  595. gs 'stat'
  596. act 'Keep sucking':
  597. *clr & cla
  598. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/bj3.jpg"></center>'
  599. 'Keeping my lips locked around his shaft, I bob your head up and down sucking his dick. Slowly I work him deeper into your mouth, eventually removing my hand so I can take him as deeply as I can down your throat.'
  600. gs 'arousal', 'bj', 5, 'prostitution'
  601. gs 'stat'
  602. act 'Finish him':
  603. swallow += 1
  604. *clr & cla
  605. money += 500
  606. gs 'cum_call', 'mouth', 'a prostitution client', 1
  607. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/bj4.jpg"></center>'
  608. 'As I suck him, I feel the hot splash of cum hit my tongue, as spurt after spurt of it fills my mouth. He moans loudly as he sperm fills my mouth, I keep sucking until there is no more hot spurts. I raise up showing him his own cum and then swallow it. He gives me a brief smile, then quickly slips his dick away and rebuttons his pants. Sliding the seat back forward he pulls out a wad of cash and hands it to you.'
  609. 'I spend a few moments straighten up your clothes and checking my makeup as he drives me back to the street corner he picked me up on, he pulled up to the curb and stops. Now he seems impatient for you to get out, as he looks around to see if anyone is watching. I sigh and get out of the car, closing the door. With that he quickly pulls away.'
  610. gs 'arousal', 'bj', 5, 'prostitution'
  611. gs 'arousal', 'end'
  612. gs 'stat'
  613. act 'Get dropped off': gt 'mod_public_WC_rab_gun_rob', 'start'
  614. end
  615. end
  616. end
  617. else
  618. 'I promise, I will do anything you dream of!'
  619. gs 'arousal', 'bj', 10
  620. stat['bj'] += 1
  621. gs 'sweat', 'add', 5
  622. 'There is a good place not to far, go with me.'
  623. 'I take him to secludet place.'
  624. gs 'willpower', 'crime', 'self', 'medium'
  625. if will_cost <= pcs_willpwr:
  626. act 'Rob him!* (<<will_cost>> Willpower)':
  627. *clr & cla
  628. gs 'willpower', 'pay', 'self'
  629. gs 'stat'
  630. gt 'mod_public_WC_rab_gun_rob', 'rob'
  631. end
  632. else
  633. act 'Rob him!* (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  634. end
  635. act 'I go on my knee and start to suck his dick':
  636. gs 'arousal', 'bj', 5, 'prostitution'
  637. gs 'stat'
  638. temp = rand(1,7)
  639. '<center><video autoplay loop src="mod/public_WC/lisrab//r_events/11/street/bj/bj (<<temp>>).mp4"></video></center>'
  640. act 'Finish him':
  641. swallow += 1
  642. facial += 1
  643. *clr & cla
  644. '<center><video autoplay loop src="mod/public_WC/lisrab//r_events/11/street/cum/cumbj.mp4"></video></center>'
  645. money += 500
  646. gs 'cum_call', 'mouth', 'a prostitution client', 1
  647. gs 'cum_call', 'face', 'a prostitution client', 1
  648. gs 'arousal', 'bj', 5, 'prostitution'
  649. gs 'arousal', 'end'
  650. gs 'stat'
  651. act 'Get dropped off': gt 'mod_public_WC_rab_gun_rob', 'start'
  652. end
  653. end
  654. end
  655. end
  656. if $ARGS[0] = 'vaginal':
  657. *clr & cla
  658. minut += 1
  659. if $loc = 'road':
  660. *clr & cla
  661. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/fuck1.jpg"></center>'
  662. 'You wait to let him take control of the situation, you know most guys like that. After a few moments of him looking around to make sure no one is around he starts to unbutton his pants, pulling them down. He reaches over and grabs you by the hair and pulls your head down to his dick, you open your mouth and take his still mostly flaccid cock in your mouth, while your hand strokes the shaft.'
  663. gs 'stat'
  664. gs 'willpower', 'crime', 'self', 'medium'
  665. if will_cost <= pcs_willpwr:
  666. act 'Rob him!* (<<will_cost>> Willpower)':
  667. *clr & cla
  668. gs 'willpower', 'pay', 'self'
  669. gs 'stat'
  670. gt 'mod_public_WC_rab_gun_rob', 'rob'
  671. end
  672. else
  673. act 'Rob him!* (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  674. end
  675. act 'Suck his dick':
  676. *clr & cla
  677. dick = rand(14,30)
  678. npc_dick[$npclastgenerated] = dick
  679. gs 'arousal', 'bj', rand(5, 15)
  680. stat['bj'] += 1
  681. gs 'sweat', 'add', 5
  682. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/fuck2.jpg"></center>'
  683. 'Between your mouth and hand it doesn''t take you to long to get him hard. He starts to moan a bit, "Yeah that''s it suck my cock you dirty whore." He seems to enjoy talking to you, you don''t mind it pays all the same. You keep sucking as he continues you verbally degrade you.'
  684. gs 'arousal', 'bj', 5, 'prostitution'
  685. gs 'stat'
  686. act 'Let him fuck you':
  687. *clr & cla
  688. gs 'arousal', 'vaginal', rand(20,40)
  689. stat['vaginal'] += 1
  690. guy += 1
  691. gs 'sweat', 'add', 5
  692. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/fuck3.jpg"></center>'
  693. 'He pulls your head off his dick and says "Get undressed and lay back." You quickly undress and lay on the seat on your back, spreading your legs. As you do you see him sliding a condom on, with both the condom and you in place he moves over and slides on top of you. He quickly and roughly shoves his dick inside of your pussy, the lubrication from the condom helps. Then he starts fucking you, as hard and fast as he can, grunting the whole time, occasionally banging your head or shoulder against the arm rest on the door. Not the most comfortable of places to have sex, but then comfort isn''t why you are here.'
  694. gs 'arousal', 'vaginal', 10, 'prostitution'
  695. gs 'stat'
  696. act 'Finish him':
  697. *clr & cla
  698. money += 1200
  699. gs 'cum_call', 'breasts', 'a prostitution client', 1
  700. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/fuck4.jpg"></center>'
  701. 'He suddenly pulls out of you and tears the condom off. Followed him by him climbing further on you, as he starts jerking off. With in seconds his hot cum starts flying landing all over your breasts, as he moans loudly. Once finally finished he climbs off you and starts to get dressed, stopping briefly to hand you a wad of cash.'
  702. 'You spend a few moments getting cleaned up and dressed, as you do he gets out and gets back into the drivers seat and drives you back to the street corner he picked you up on, he pulled up to the curb and stops. Now he seems impatient for you to get out, as he looks around to see if anyone is watching. You sigh and get out of the car, closing the door. With that he quickly pulls away.'
  703. gs 'arousal', 'foreplay', 5, 'prostitution'
  704. gs 'arousal', 'end'
  705. gs 'stat'
  706. act 'Get dropped off': gt 'mod_public_WC_rab_gun_rob', 'start'
  707. end
  708. end
  709. end
  710. else
  711. 'I promise, I will do anything you dream of!'
  712. minut += 10
  713. 'There is a good place not to far, go with me.'
  714. 'I take him to secludet place.'
  715. gs 'willpower', 'crime', 'self', 'medium'
  716. if will_cost <= pcs_willpwr:
  717. act 'Rob him!* (<<will_cost>> Willpower)':
  718. *clr & cla
  719. gs 'willpower', 'pay', 'self'
  720. gs 'stat'
  721. gt 'mod_public_WC_rab_gun_rob', 'rob'
  722. end
  723. else
  724. act 'Rob him!* (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  725. end
  726. act 'bend over':
  727. gs 'arousal', 'vaginal', 10, 'prostitution'
  728. gs 'stat'
  729. temp =rand(1,7)
  730. dick = rand(14,30)
  731. npc_dick[$npclastgenerated] = dick
  732. gs 'arousal', 'vaginal', rand(20,40)
  733. stat['vaginal'] += 1
  734. guy += 1
  735. gs 'sweat', 'add', 5
  736. '<center><video autoplay loop src="mod/public_WC/lisrab//r_events/11/street/sex/sex (<<temp>>).mp4"></video></center>'
  737. act 'Finish him':
  738. *clr & cla
  739. money += 1200
  740. temp = rand(1,3)
  741. if temp = 1:
  742. spafinloc = 0
  743. 'He cums in me'
  744. gs 'cum_manage'
  745. '<center><video autoplay loop src="mod/public_WC/lisrab//r_events/11/street/cum/cumpuss.mp4"></video></center>'
  746. else
  747. 'He cums in the condom, and than spray cum all over mt back'
  748. '<center><video autoplay loop src="mod/public_WC/lisrab//r_events/11/street/cum/cumcon.mp4"></video></center>'
  749. spafinloc = 17
  750. gs 'cum_manage'
  751. spafinloc = 4
  752. gs 'cum_manage'
  753. spafinloc = 7
  754. gs 'cum_manage'
  755. spafinloc = 8
  756. gs 'cum_manage'
  757. end
  758. gs 'stat'
  759. act 'Get dropped off': gt 'mod_public_WC_rab_gun_rob', 'start'
  760. end
  761. end
  762. end
  763. end
  764. if $ARGS[0] = 'anal':
  765. *clr & cla
  766. temp = rand(1,2)
  767. if $loc = 'road':
  768. if temp = 1:
  769. *clr & cla
  770. minut += 1
  771. gs 'stat'
  772. *clr & cla
  773. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/rideback.jpg"></center>'
  774. 'Then pulls away from the curb and drives for a little bit till he finds a pretty deserted area and stops the car and says. "This looks good." Then he gets out of the car and walks to the back door, you slide over giving him room as he gets in the back with you.'
  775. act 'Get Undressed':
  776. *clr & cla
  777. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/analo2.jpg"></center>'
  778. 'He looks you over a moment. "Can you undress" When you start to he quickly adds. "Slowly" You smile to him and make a show of slowly getting naked for him, you can see him already licking his lips. Once you are fully naked you slowly unbutton his pants, pulling them and his underwear down.'
  779. gs 'arousal', 'flash', 2, 'prostitution'
  780. gs 'stat'
  781. gs 'willpower', 'crime', 'self', 'medium'
  782. if will_cost <= pcs_willpwr:
  783. act 'Rob him!* (<<will_cost>> Willpower)':
  784. *clr & cla
  785. gs 'willpower', 'pay', 'self'
  786. gs 'stat'
  787. gt 'mod_public_WC_rab_gun_rob', 'rob'
  788. end
  789. else
  790. act 'Rob him!* (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  791. end
  792. act 'Suck his dick':
  793. *clr & cla
  794. dick = rand(14,30)
  795. npc_dick[$npclastgenerated] = dick
  796. gs 'arousal', 'bj', rand(5, 15)
  797. stat['bj'] += 1
  798. gs 'sweat', 'add', 5
  799. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/analo3.jpg"></center>'
  800. 'With his hard dick standing tall to get your attention, you lean over and take his dick into your mouth and start sucking his cock, working the shaft or his balls with one of your hands. He just leans back and moans softly obviously enjoying what you are doing.'
  801. gs 'arousal', 'bj', 5, 'prostitution'
  802. gs 'stat'
  803. act 'Get fucked':
  804. *clr & cla
  805. gs 'arousal', 'vaginal', rand(20,40)
  806. stat['vaginal'] += 1
  807. guy += 1
  808. gs 'sweat', 'add', 5
  809. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/analo4.jpg"></center>'
  810. 'After a time he speaks up. "Lay back, I want to fuck you." You raise up and then lay back in the seat spreading your legs as you do. He moves between your legs, he rubs your clit a bit to get you wetter, once he feels you are wet enough he slides his dick inside of you and starts to slowly fuck you. The wetter you get the faster he starts to fuck you.'
  811. gs 'arousal', 'vaginal', 10, 'prostitution'
  812. gs 'stat'
  813. act 'Take it in the ass':
  814. *clr & cla
  815. stat['anal'] += 1
  816. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/analo5.jpg"></center>'
  817. 'When he pulls out he starts to use his hands to help you roll over as he says "Roll over and get on your knee''s I want to fuck that pretty little ass of yours now." With his help you quickly roll over and get on your elbows and knees, with your ass up for him. You feel him press his dick against your anus before he slides it in. When you tense up a bit, he stops to give you a moment to get us to it before he slides it the rest of the way in.'
  818. 'He slowly works his way balls deep into your ass, taking his time. It is sweet of him but not really necessary, you are use to being fucked and you are here for the money. Moaning loudly, like you are loving it, you know guys like that. He picks up the pace and starts fucking your ass harder.'
  819. gs 'arousal', 'anal', 5, 'prostitution'
  820. gs 'stat'
  821. act 'Finish him':
  822. *clr & cla
  823. money += 1500
  824. gs 'cum_call','face', 'a prostitution client', 1
  825. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/analo6.jpg"></center>'
  826. 'He grunts out, "I''m about to cum" As he pulls out of your ass, you turn around and start jerking him off with your hand, aiming his cock right at your face. Within moment hot sprays of cum start splattering against your face, you keep jerking him until you have milked him of every last drop.'
  827. 'You spend a few moments getting cleaned up and dressed, as you do he gets out of the back and gets back into the drivers seat. He waits for you to finish getting dressed, cleaned up and put your seat belt back on before he drives you back to the street corner he picked you up on, he pulled up to the curb and stops. Once stopped he passes you back a wad of cash, as you get out of the car he opens his window and says. "I had a great time, maybe I will see you again." With that he rolls up his window and drives off.'
  828. gs 'arousal', 'hj', 5, 'prostitution'
  829. gs 'arousal', 'end'
  830. gs 'stat'
  831. act 'Get dropped off': gt 'mod_public_WC_rab_gun_rob', 'start'
  832. end
  833. end
  834. end
  835. end
  836. end
  837. else
  838. *clr & cla
  839. minut += 1
  840. gs 'stat'
  841. 'I step back to the back door and slide into the backseat behind him. He looks at you in the review mirror and eyes you up and down. You smile to him and lean back to give him a good look.'
  842. gs 'arousal', 'foreplay', 10, 'unknown'
  843. gs 'stat'
  844. act 'Go for a ride':
  845. *clr & cla
  846. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/rideback.jpg"></center>'
  847. 'Then pulls away from the curb and drives for a little bit till he finds a pretty deserted area and stops the car and says. "This looks good." Then he gets out of the car and walks to the back door, you slide over giving him room as he gets in the back with you.'
  848. act 'Get Undressed':
  849. *clr & cla
  850. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/analy2.jpg"></center>'
  851. 'He looks you over a moment. "Get undressed I want to see what I am paying for." You smile to him and make a show of slowly getting naked for him, you can see him already licking his lips. Once you are fully naked you slowly unbutton his pants, pulling them and his underwear down.'
  852. gs 'arousal', 'flash', 2, 'prostitution'
  853. gs 'stat'
  854. gs 'willpower', 'crime', 'self', 'medium'
  855. if will_cost <= pcs_willpwr:
  856. act 'Rob him!* (<<will_cost>> Willpower)':
  857. *clr & cla
  858. gs 'willpower', 'pay', 'self'
  859. gs 'stat'
  860. gt 'mod_public_WC_rab_gun_rob', 'rob'
  861. end
  862. else
  863. act 'Rob him!* (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  864. end
  865. act 'Suck his dick':
  866. *clr & cla
  867. dick = rand(14,30)
  868. npc_dick[$npclastgenerated] = dick
  869. gs 'arousal', 'bj', rand(5, 15)
  870. stat['bj'] += 1
  871. gs 'sweat', 'add', 5
  872. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/analy3.jpg"></center>'
  873. 'With his hard dick standing tall to get your attention, you lean over and take his dick into your mouth and start sucking his cock, working the shaft or his balls with one of your hands. He just leans back and moans softly obviously enjoying what you are doing. You feel his hand slap you on the ass a few times, before he slides a finger into your pussy to get it nice and wet, then slides his finger into your ass and finders your ass as you blow him.'
  874. gs 'arousal', 'bj', 5, 'prostitution'
  875. gs 'stat'
  876. act 'Get fucked':
  877. *clr & cla
  878. gs 'arousal', 'vaginal', rand(20,40)
  879. stat['vaginal'] += 1
  880. guy += 1
  881. gs 'sweat', 'add', 5
  882. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/analy4.jpg"></center>'
  883. 'After a time he speaks up. "Lay back, I want to fuck you." You raise up and then lay back in the seat spreading your legs as you do. He moves between your legs and his dick inside of you and starts to fuck you. He slowly picks up his pace fucking you faster, then he pulls out and slaps you on the hip. "Roll over bitch, I want to fuck your ass."'
  884. gs 'arousal', 'vaginal', 10, 'prostitution'
  885. gs 'stat'
  886. act 'Take it in the ass':
  887. *clr & cla
  888. stat['anal'] += 1
  889. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/analy5.jpg"></center>'
  890. 'You roll over and get on your elbows and knees, with your ass up for him. You feel him press his dick against your anus before he shoves it in. When you tense up a bit, he grabs ahold of your hips so you can''t pull away and shoves it the rest of the way into your ass..'
  891. 'He pounds his way balls deep into your ass, he picks up the pace and starts fucking your ass harder. He starts slapping your ass, as he pounds it as hard and fast as he can.'
  892. gs 'arousal', 'anal', 5, 'prostitution'
  893. gs 'stat'
  894. act 'Finish him':
  895. *clr & cla
  896. money += 1500
  897. gs 'cum_call','breasts', 'a prostitution client', 1
  898. '<center><img <<$set_imgh>> src="images/locations/city/shared/streetwalker/sex/analy6.jpg"></center>'
  899. 'He grunts out, "I''m about to cum" As he pulls out of your ass, he roughly flips you over and straddles you, as he starts jerking off. Soon his cum is flying landing all over you breasts.'
  900. 'You spend a few moments getting cleaned up and dressed, as you do he gets out of the back and gets back into the drivers seat. He doesn''t even wait for you to finish getting cleaned up and dressed. During the drive back he tosses a wad of cash back, most of it ending up on the floor. You quickly gather it all up as he stops at the same curb he picked you up from. You barely even close the door after you get out before he pulls away.'
  901. gs 'arousal', 'foreplay', 5, 'prostitution'
  902. gs 'arousal', 'end'
  903. gs 'stat'
  904. act 'Get dropped off': gt 'mod_public_WC_rab_gun_rob', 'start'
  905. end
  906. end
  907. end
  908. end
  909. end
  910. end
  911. end
  912. else
  913. 'I promise, I will do anything you dream of!'
  914. minut += 10
  915. 'There is a good place not to far, go with me.'
  916. 'I take him to secludet place.'
  917. gs 'willpower', 'crime', 'self', 'medium'
  918. if will_cost <= pcs_willpwr:
  919. act 'Rob him!* (<<will_cost>> Willpower)':
  920. *clr & cla
  921. gs 'willpower', 'pay', 'self'
  922. gs 'stat'
  923. gt 'mod_public_WC_rab_gun_rob', 'rob'
  924. end
  925. else
  926. act 'Rob him!* (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  927. end
  928. act 'bend over':
  929. gs 'arousal', 'vaginal', 10, 'prostitution'
  930. gs 'stat'
  931. temp =rand(1,7)
  932. dick = rand(14,30)
  933. npc_dick[$npclastgenerated] = dick
  934. gs 'arousal', 'vaginal', rand(20,40)
  935. stat['vaginal'] += 1
  936. guy += 1
  937. gs 'sweat', 'add', 5
  938. '<center><video autoplay loop src="mod/public_WC/lisrab//r_events/11/street/sex/sex (<<temp>>).mp4"></video></center>'
  939. act 'Take it in the ass':
  940. *clr & cla
  941. '<center><video autoplay loop src="mod/public_WC/lisrab//r_events/11/street/anal/anal.mp4"></video></center>'
  942. stat['anal'] += 1
  943. gs 'arousal', 'anal', 5, 'prostitution'
  944. gs 'stat'
  945. act 'Finish him':
  946. *clr & cla
  947. money += 1200
  948. spafinloc = 3
  949. 'He cums in my ass'
  950. '<center><video autoplay loop src="mod/public_WC/lisrab//r_events/11/street/cum/cumass.mp4"></video></center>'
  951. gs 'cum_manage'
  952. gs 'stat'
  953. act 'Get dropped off': gt 'mod_public_WC_rab_gun_rob', 'start'
  954. end
  955. end
  956. end
  957. end
  958. end
  959. --- mod_public_WC_rab_gun_rob ---------------------------------