174_family 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. # family
  2. !!!!!!!!!!!!
  3. if day ! m_day:
  4. m_day = day
  5. father_go = rand(0, 1)
  6. mother_go = rand(0, 1)
  7. end
  8. indorf = 0
  9. if indorf_month ! month:
  10. !monthly
  11. indorf_month = month
  12. dostupindorf = 1
  13. end
  14. if week = 1 and dostupindorf = 1:dostupindorf = 0
  15. if week = 6 and hour >= 12 and dostupindorf = 1:
  16. !go to the village
  17. indorf = 1
  18. father_go = 0
  19. mother_go = 0
  20. end
  21. if week = 7 and hour < 20 and dostupindorf = 1:
  22. !go to the village
  23. indorf = 1
  24. father_go = 0
  25. mother_go = 0
  26. end
  27. if indorf = 1 and sister_opr_indorf = 0:
  28. sister_opr_indorf = 1
  29. sister_indorf = rand(0, 1)
  30. end
  31. if indorf = 0:
  32. sister_opr_indorf = 0
  33. sister_indorf = 0
  34. end
  35. if sister_indorf = 1:sisterHere = 0
  36. ''
  37. ''
  38. if StoryLine > 0:
  39. if sister_indorf = 0:
  40. if $loc = 'bedrPar':
  41. sisterHere = 0
  42. if hour < 7:
  43. sisterHere = 1
  44. 'Your sister <a href="exec:gt ''sistersleep''">Anne</a> asleep in bed.'
  45. end
  46. if week < 6:
  47. if hour = 7:
  48. sisterHere = 2
  49. 'Your sister <a href="exec:gt ''sister''">Anne</a> is going to work.'
  50. end
  51. end
  52. if week >= 6:
  53. if hour >= 7 and hour < 10:
  54. sisterHere = 1
  55. 'Your sister <a href="exec:gt ''sistersleep''">Anne</a> asleep in bed.'
  56. end
  57. if hour = 10:
  58. sisterHere = 2
  59. 'Your sister <a href="exec:gt ''sisterprogulka''">Anne</a> going for a walk.'
  60. end
  61. end
  62. if hour >= 18:
  63. sisterHere = 2
  64. 'Your sister <a href="exec:gt ''sister''">Anne</a> sitting on bed and reading a book.'
  65. end
  66. end
  67. end
  68. if indorf = 0:
  69. if $loc = 'bedrPar2':
  70. if hour < 6 or hour >= 21:
  71. 'On the bed sleeping mom and stepfather.'
  72. if hour = 21:parsexrand = rand(0, 5)
  73. end
  74. if week < 6:
  75. end
  76. if week >= 6:
  77. end
  78. end
  79. if $loc = 'sitrPar':
  80. if hour < 7 or hour >= 21:'Sleeps on the couch your younger brother Kolya.'
  81. if week < 6:
  82. if hour >= 16 and hour < 21:'Sitting on the couch <a href="exec:gt ''father''">stepfather</a> and watching TV.'
  83. if hour >= 18 and hour < 20:'Sitting at the table your little brother <a href="exec:gt ''brother''">Kolka</a> and teaches lessons.'
  84. if hour = 20:'Sitting on the couch your younger brother <a href="exec:gt ''brother''">Kolka</a> and watching TV.'
  85. end
  86. if week >= 6:
  87. if father_go = 0:
  88. if hour >= 7 and hour < 21:'Sitting on the couch <a href="exec:gt ''father''">stepfather</a> and watching TV.'
  89. end
  90. if father_go = 1:
  91. if hour >= 7 and hour < 16:'Sitting on the couch <a href="exec:gt ''father''">stepfather</a> watching TV.'
  92. end
  93. if hour >= 18 and hour <= 20:'Sitting on the couch your younger brother <a href="exec:gt ''brother''">Kolka</a> and watching TV.'
  94. end
  95. end
  96. if $loc = 'kuhrPar':
  97. if week < 6:
  98. if mother_go = 0:
  99. if hour >= 16 and hour < 21:'Stands near the stove <a href="exec:gt ''mother''">Mom</a> and that it cooks.'
  100. end
  101. if mother_go = 1:
  102. if hour >= 17 and hour < 21:'Near the stove stands <a href="exec:gt ''mother''">mom</a> and that it is preparing.'
  103. end
  104. end
  105. if week >= 6:
  106. if mother_go = 0:
  107. if hour >= 7 and hour < 21:'Stands near the stove <a href="exec:gt ''mother''">Mom</a> and that it cooks.'
  108. end
  109. if mother_go = 1:
  110. if hour >= 7 and hour < 16:'Near the stove stands <a href="exec:gt ''mother''">mom</a> and that it is preparing.'
  111. if hour >= 17 and hour < 21:'Near the stove stands <a href="exec:gt ''mother''">mom</a> and that it is preparing.'
  112. end
  113. end
  114. end
  115. if $loc = 'korrPar':
  116. if week < 6:
  117. end
  118. if week >= 6:
  119. end
  120. end
  121. if $loc = 'vokzalG':
  122. if week < 6:
  123. end
  124. if week >= 6:
  125. end
  126. end
  127. if $loc = 'gdk':
  128. if week < 6:
  129. if hour >= 16 and hour < 18:'Your sister <a href="exec:gt ''sister''">Anne</a> sitting in the company of beautiful girls and guys drinking beer.'
  130. end
  131. if week >= 6:
  132. if hour >= 11 and hour < 18:'Your sister <a href="exec:gt ''sister''">Anne</a> sitting in the company of beautiful girls and guys drinking beer.'
  133. end
  134. end
  135. if $loc = 'gschool':
  136. if week < 6:
  137. if hour >= 15 and hour <= 17:'On the football field near the school your <a href="exec:gt ''brother''">brother</a> rides in football.'
  138. end
  139. if week >= 6:
  140. if hour >= 7 and hour <= 17:'On the football field near the school your <a href="exec:gt ''brother''">brother</a> rides in football.'
  141. end
  142. end
  143. end
  144. end
  145. --- family ---------------------------------