mod_public_WC_rab_livesklad_run.qsrc 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # mod_public_WC_rab_livesklad_run
  2. if $ARGS[0] = 'start':
  3. CLOSE ALL
  4. *clr & cla
  5. menu_off = 0
  6. $location_type = 'secluded'
  7. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/Vania/trener/live_sklad/hliv.jpg"></center>'
  8. 'I gather myself...'
  9. 'What to do next?'
  10. act 'go out with no noise and run to the forest':
  11. *clr & cla
  12. if month <= 4 or month >= 10:
  13. '<center><video autoplay loop src="mod/public_WC/lisrab/tryrun/runrun10.mp4"></video></center>'
  14. else
  15. temp = rand(1,3)
  16. '<center><video autoplay loop src="mod/public_WC/lisrab/tryrun/runrun<<temp>>.mp4"></video></center>'
  17. end
  18. 'It seems I ran away unnoticed'
  19. minut += rand (10, 40)
  20. vtecha = 1
  21. Artem = 0 & Tolik = 0 & Vania = 0
  22. brak += 10
  23. ropeslack = 0
  24. consent = 8
  25. zgoda = 0
  26. gs 'stat'
  27. act 'Continue': gt 'gadforestlost', 'forest_center'
  28. end
  29. act 'Ask Tolik to stop the Vania''s training':
  30. *clr & cla
  31. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/tolik/tolik.jpg"></center>'
  32. 'I have found Tolik and beg him'
  33. *nl
  34. *nl
  35. '"Bitch, how and why and WTF!!! I am tired of you."'
  36. 'I forcefully pour a huge dose of vodka and I lose consciousness.'
  37. gs 'drugs', 'alcohol', 'vodka', 4
  38. gs 'stat'
  39. workDolg += rand(20000,40000)
  40. brak = 0
  41. vlada -= 15
  42. zgoda = 100
  43. ropeslack = 0
  44. consent = 0
  45. if vlada < 0: vlada = 0
  46. 'You are at the sauna. The brutes drag you into a room and start to explain. "You''re going to live here and work until you have cleared your debt. Got it? Try to contact the authorities or escape, we''ll put a bullet in your head and bury you in the woods, understand?"'
  47. 'You become frightened as they''re convincing, so you just nod.'
  48. act 'Look around': gt 'city_sauna', 'saunaroom'
  49. end
  50. end
  51. --- mod_public_WC_rab_livesklad_run ---------------------------------