mod_public_WC_kara71.qsrc 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. # mod_public_WC_kara71
  2. if $ARGS[0] = 'runrun':
  3. *clr & cla
  4. $loc = 'mod_public_WC_kara71'
  5. gs 'stat'
  6. '<center><video autoplay loop src="mod/public_WC/lisrab/tryrun/RUNRUN2.mp4"></video></center>'
  7. if zashmorg = 1 and pcs_magik > 0:
  8. 'My Whore collar produces a beam of light... even if I rotate myself the beam direction is constant.'
  9. act 'go in the beam''s direction':
  10. vtecha = 1
  11. Artem = 0 & Tolik = 0 & Vania = 0
  12. gt 'gadforest', 'forest_center'
  13. end
  14. end
  15. if pcs_observ >= 40:
  16. 'Ok, I understand where is north'
  17. act 'go North':
  18. Y += 1
  19. minut += rand (15,40)
  20. gs 'stat'
  21. gt 'mod_public_WC_kara71', 'run2'
  22. end
  23. act 'go South':
  24. Y -= 1
  25. minut += rand (15,40)
  26. gs 'stat'
  27. gt 'mod_public_WC_kara71', 'run2'
  28. end
  29. act 'go West':
  30. X -= 1
  31. minut += rand (15,40)
  32. gs 'stat'
  33. gt 'mod_public_WC_kara71', 'run2'
  34. end
  35. act 'go East':
  36. X += 1
  37. minut += rand (15,40)
  38. gs 'stat'
  39. gt 'mod_public_WC_kara71', 'run2'
  40. end
  41. end
  42. if pcs_observ >= 70:
  43. 'I know redneck''s house on east.'
  44. *nl
  45. 'I know deepest woods on north.'
  46. *nl
  47. 'Some path goes fromsouth to west'
  48. end
  49. act 'go anywhere':
  50. temp = rand(1,2)
  51. if temp = 1:
  52. X += 1
  53. else
  54. Y += 1
  55. end
  56. minut += rand (15,40)
  57. gs 'stat'
  58. gt 'mod_public_WC_kara71', 'run2'
  59. end
  60. end
  61. if $ARGS[0] = 'run2':
  62. *clr & cla
  63. $loc = 'mod_public_WC_kara7'
  64. gs 'stat'
  65. '<center><video autoplay loop src="mod/public_WC/lisrab/tryrun/RUNRUN2.mp4"></video></center>'
  66. temp = rand (Y,3)
  67. if temp = 3: ztemp += 1
  68. gs 'mod_public_WC_kara7', 'ztemp'
  69. temp = rand(pcs_observ,100)
  70. If hour >= endhour:
  71. temptemp = 30 + X * 10
  72. if temp <= temptemp:
  73. cla
  74. vtecha = 2
  75. 'I met Rednecks, they capture me and tied up.'
  76. act 'continue': minut += rand(30,60) & gt 'mod_public_WC_rab_DVIR', 'dvir'
  77. end
  78. end
  79. killvar 'temptemp'
  80. temptemp = 40 + Y * 10
  81. if temp <= 20:
  82. '<center><video autoplay loop src="mod/public_WC/lisrab/kara/7/maniakd/unis.mp4"></video></center>'
  83. 'I set on a ground for a moment to rest, suddenly from nowhere some maniak catch me'
  84. if hour <= 5 or hour >= 22:
  85. act 'continue': gt 'mod_public_WC_kara7', 'maniak'
  86. else
  87. act 'continue': gt 'mod_public_WC_kara7', 'maniakd'
  88. end
  89. elseif temp <= temptemp:
  90. killvar 'temptemp'
  91. ztemp += 1
  92. gs 'mod_public_WC_kara7', 'ztemp'
  93. gt 'mod_public_WC_kara71', 'runrun'
  94. elseif temp <= 50:
  95. if pcs_magik > 0:
  96. if hour <= 5 or hour >= 22:
  97. 'Something grabbed my legs'
  98. act 'continue': gt 'mod_public_WC_kara7', 'beasthentai'
  99. else
  100. act 'continue': gt 'mod_public_WC_kara7', 'beastd2'
  101. end
  102. else
  103. act 'I wander in the forest': gt 'mod_public_WC_kara71', 'runrun'
  104. end
  105. elseif temp <= 80:
  106. act 'I wander in the forest': gt 'mod_public_WC_kara71', 'runrun'
  107. elseif temp <= 90:
  108. 'The forest is chaged, it looks another way'
  109. act 'I wander in the forest': gt 'gadforestlost', 'forest_center'
  110. else
  111. if nkolo = 0:
  112. 'I found a mysterious obelisk'
  113. if pcs_magik > 0: 'I feel magic in it'
  114. nkolo = 1
  115. end
  116. '<center><img <<$set_imgh>> src="mod/public_WC/lisrab/kara/7/obelisk.jpg"></center>'
  117. 'There is a mysterious obelisc'
  118. if pcs_magik > 0:
  119. act 'touch the obelisk' :
  120. cla
  121. 'In a blink of eye everything changes around me'
  122. act 'look around': gt 'gadforest', 'forest_center'
  123. end
  124. end
  125. act 'I wander in the forest': gt 'gadforestlost', 'forest_center'
  126. end
  127. end
  128. --- mod_public_WC_kara71 ---------------------------------