464_placer_gskver 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. # placer_gskver
  2. if hour >= 22 or hour < 8:
  3. encounter = 0
  4. else
  5. encounter = rand(0,5)
  6. end
  7. if encounter = 0:
  8. !в сквере никого нет
  9. $textEvent = 'In the park is quiet and deserted. No one in sight.'
  10. end
  11. if encounter = 1:
  12. !в сквере люди 1мамаша гуляющая с ребенком 2старик 3женщина с сумками 4две молодые девушки
  13. encrand = rand(0,4)
  14. if encrand = 0:$textEvent = 'In the park on the sidewalk strolls a young mother with a stroller.'
  15. if encrand=1 and cloth_vid=0:$textEvent='In the park on the sidewalk walks a lonely old man with a newspaper in his hand.'
  16. if encrand=1 and cloth_vid=1:
  17. $textEvent='In the park on the sidewalk walks a lonely old man with a newspaper in his hand. The old man came up to you and said, "Look, lady, I have something for you that is"'
  18. act 'View':gt'parkBimbo','pos1'
  19. end
  20. if encrand = 2:$textEvent = 'In the park on the sidewalk is a woman with shopping bags who decided to shorten the path passing through the square.'
  21. if encrand = 3:$textEvent = 'In the park on the sidewalk stroll two young girls.'
  22. if encrand = 4:
  23. kol_man = rand(1,5)
  24. if kol_man = 1:$textSub = 'is a guy'
  25. if kol_man = 2:$textSub = 'are two guys'
  26. if kol_man = 3:$textSub = 'three guys go'
  27. if kol_man = 4:$textSub = 'four guys'
  28. if kol_man = 5:$textSub = 'five guys'
  29. $textEvent = 'In the park on the sidewalk <<$textSub>>.'
  30. mass_ver_zn = 1
  31. know_status = 1
  32. end
  33. end
  34. if encounter = 2:
  35. !в сквере собака
  36. $textEvent = 'In the park is quiet and deserted only lonely dog ​​sniffs to something near the boardwalk.'
  37. end
  38. if encounter = 3:
  39. !в сквере компания молодежи
  40. $textEvent = 'In the park on a bench sits youth campaign.'
  41. kol_man = rand(2,6)
  42. mass_ver_zn = 1
  43. know_status = 1
  44. end
  45. if encounter = 4:
  46. !в сквере гопники
  47. kol_man = rand(2,6)
  48. $textEvent = 'In the park sitting on his haunches Gopnik and drink beer.'
  49. mass_ver_zn = 1
  50. know_status = 2
  51. end
  52. if encounter = 5:
  53. !в сквере влюбленная парочка
  54. $textEvent = 'In the park walks a couple in love.'
  55. end
  56. if encounter = 6:
  57. !в сквере знакомый из класса
  58. end
  59. if dick > 0: ver_zn = 0
  60. gs 'placer_man'
  61. if hour >= 8 and hour < 22: '<center><img src="images\gevent\skver.jpg"></center>'
  62. if hour >= 22 or hour < 8: '<center><img src="images\gevent\skver.jpg"></center>'
  63. if Frend_num > 0:
  64. 'together with <<$ev_name_om>> you have come to a quiet garden square. <<$textEvent>>'
  65. if dick > 0:
  66. !ваш друг парень
  67. if kol_man = 1 and $text_znak = '':$kol_man_text_no = 'After the guy looked at you, he turned away.'
  68. if kol_man > 1 and $text_znak = '':$kol_man_text_no = 'Once you guys are inspected, they turned their backs.'
  69. if kol_man > 0: 'You looked <<$kol_man_prefiks>> appreciatively <<$kol_man_text>>. <<$kol_man_text_no>>.'+$text_znak
  70. end
  71. if dick = 0:
  72. !ваш друг девушка
  73. if ver_zn = 1:
  74. 'At you with his girlfriend looked <<$kol_man_prefiks>> appreciatively <<$kol_man_text>>.'
  75. if kol_man = 1: 'The guy came up to you and said, "<<$text_znak>>"'
  76. if kol_man > 1: 'Guys come to you and one of the guys said "<<$text_znak>>"'
  77. end
  78. if ver_zn = 0 and kol_man > 0:
  79. if kol_man = 1:$kol_man_text_no = 'After the guy looked at you, he turned away.'
  80. if kol_man > 1:$kol_man_text_no = 'Once you guys are inspected, they turned their backs.'
  81. 'At you with his girlfriend looked <<$kol_man_prefiks>> appreciatively <<$kol_man_text>>. <<$kol_man_text_no>>.'
  82. end
  83. end
  84. act 'Leave': gt 'gskver'
  85. end
  86. if Frend_num = 0:
  87. 'You stroll through the quiet park. <<$textEvent>>'
  88. if ver_zn = 1:
  89. 'You looked <<$kol_man_prefiks>> appreciatively <<$kol_man_text>>.'
  90. if kol_man = 1: 'The guy came up to you and said, "<<$text_znak>>"'
  91. if kol_man > 1: 'Guys come to you and one of the guys said "<<$text_znak>>"'
  92. end
  93. if ver_zn = 0 and kol_man > 0:
  94. if kol_man = 1:$kol_man_text_no = 'After the guy looked at you, he turned away.'
  95. if kol_man > 1:$kol_man_text_no = 'Once you guys are inspected, they turned their backs.'
  96. 'You looked <<$kol_man_prefiks>> appreciatively <<$kol_man_text>>. <<$kol_man_text_no>>.'
  97. end
  98. act 'Leave': gt 'gskver'
  99. end
  100. gs 'stat'
  101. --- placer_gskver ---------------------------------