mod_public_WC_rab_Vania.qsrc 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. # mod_public_WC_rab_Vania
  2. if $ARGS[0] = 'start':
  3. if week <= 5 and Vania ! 2:
  4. Vania = 0
  5. if $metka = 'dvir':
  6. if hour >= 0 and hour <= 2:
  7. *nl
  8. 'Vania smokes and drinks at the table.'
  9. Vania = 1
  10. end
  11. if hour = 20:
  12. Vania = 1
  13. end
  14. if hour = 3:
  15. *nl
  16. 'Vania eats yesterday''s malnutrition.'
  17. Vania = 1
  18. end
  19. if hour >= 4 and hour <= 5:
  20. *nl
  21. 'Vania smokes and drinks at the table.'
  22. Vania = 1
  23. end
  24. if hour >= 21:
  25. *nl
  26. 'Vania smokes and drinks at the table.... It doesn''t seem to pay attention to me'
  27. Vania = 1
  28. end
  29. if hour = 6:
  30. *nl
  31. 'It sounds like Vania is making some noise in the forester''s house'
  32. Vania = 1
  33. end
  34. end
  35. if $metka = 'lisnyk_dim':
  36. if hour = 6:
  37. *nl
  38. 'Vania spins in the lodge preparing breakfast'
  39. Vania = 1
  40. end
  41. if hour >= 19 and hour <= 20:
  42. *nl
  43. 'Vania spins in the lodge preparing supper'
  44. Vania = 1
  45. end
  46. end
  47. if $metka = 'spat1':
  48. if hour >= 7 and hour <= 12:
  49. *nl
  50. 'Vania is sleeping'
  51. Vania = 3
  52. end
  53. if hour >= 13 and hour <= 14:
  54. *nl
  55. 'Vania is sleeping.'
  56. Vania = 3
  57. end
  58. end
  59. end
  60. if week = 6 and Vania ! 2:
  61. Vania = 0
  62. if $metka = 'dvir':
  63. if hour >= 0 and hour <= 2:
  64. *nl
  65. 'Vania smokes and drinks at the table.'
  66. Vania = 1
  67. end
  68. if hour = 20:
  69. Vania = 1
  70. end
  71. if hour = 3:
  72. *nl
  73. 'Vania eats yesterday''s malnutrition.'
  74. Vania = 1
  75. end
  76. if hour >= 4 and hour <= 5:
  77. *nl
  78. 'Vania smokes and drinks at the table.'
  79. Vania = 1
  80. end
  81. if hour >= 21:
  82. *nl
  83. 'Vania smokes and drinks at the table.... It doesn''t seem to pay attention to me'
  84. Vania = 1
  85. end
  86. if hour = 6:
  87. *nl
  88. 'It sounds like Vania is making some noise in the forester''s house'
  89. Vania = 1
  90. end
  91. if hour = 13:
  92. *nl
  93. 'Vania is eating.'
  94. Vania = 1
  95. end
  96. if hour >= 16 and hour <= 19:
  97. *nl
  98. 'All rednecks hard drinking at the table in the yard.'
  99. Vania = 1
  100. end
  101. end
  102. if $metka = 'lisnyk_dim':
  103. if hour = 6:
  104. *nl
  105. 'Vania spins in the lodge preparing breakfast'
  106. Vania = 1
  107. end
  108. end
  109. if $metka = 'spat1':
  110. if hour >= 7 and hour <= 12:
  111. *nl
  112. 'Vania is sleeping'
  113. Vania = 3
  114. end
  115. if hour >= 14 and hour <= 15:
  116. Vania = 1
  117. end
  118. end
  119. end
  120. if week = 7 and Vania ! 2:
  121. Vania = 0
  122. if $metka = 'spat1':
  123. if hour >= 13 and hour <= 14:
  124. *nl
  125. 'Vania is sleeping.'
  126. Vania = 3
  127. end
  128. if hour >= 7 and hour <= 12:
  129. *nl
  130. 'Vania is sleeping'
  131. Vania = 3
  132. end
  133. end
  134. if $metka = 'lisnyk_dim':
  135. if hour >= 19 and hour <= 20:
  136. *nl
  137. 'Vania spins in the lodge preparing supper'
  138. Vania = 1
  139. end
  140. if hour = 6:
  141. *nl
  142. 'Vania spins in the lodge preparing breakfast'
  143. Vania = 1
  144. end
  145. end
  146. if $metka = 'dvir':
  147. if hour = 13:
  148. Vania = 1
  149. end
  150. if hour >= 0 and hour <= 2:
  151. *nl
  152. 'Vania smokes and drinks at the table.'
  153. Vania = 1
  154. end
  155. if hour = 20:
  156. Vania = 1
  157. end
  158. if hour = 3:
  159. *nl
  160. 'Vania eats yesterday''s malnutrition.'
  161. Vania = 1
  162. end
  163. if hour >= 4 and hour <= 5:
  164. *nl
  165. 'Vania smokes and drinks at the table.e'
  166. Vania = 1
  167. end
  168. if hour >= 21:
  169. *nl
  170. 'Vania smokes and drinks at the table.... It doesn''t seem to pay attention to me'
  171. Vania = 1
  172. end
  173. if hour = 6:
  174. *nl
  175. 'It sounds like Vania is making some noise in the forester''s house'
  176. Vania = 1
  177. end
  178. end
  179. end
  180. end
  181. --- mod_public_WC_rab_Vania ---------------------------------