172_family 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. # family
  2. ''
  3. ''
  4. if StoryLine > 0:
  5. if $loc = 'bedrPar':
  6. sisterHere = 0
  7. if hour < 7:
  8. sisterHere = 1
  9. 'Your sister Anna asleep in bed.'
  10. end
  11. if week < 6:
  12. if hour = 7:
  13. sisterHere = 2
  14. 'Your sister <a href="exec:GT ''sister''">Anne</a> is going to work.'
  15. end
  16. end
  17. if week >= 6:
  18. if hour >= 7 and hour < 10:
  19. sisterHere = 1
  20. 'Your sister Anna asleep in bed.'
  21. end
  22. if hour = 10:
  23. sisterHere = 2
  24. 'Your sister <a href="exec:GT ''sister''">Anne</a> going for a walk.'
  25. end
  26. end
  27. if hour >= 18:
  28. sisterHere = 2
  29. 'Your sister <a href="exec:GT ''sister''">Anne</a> sitting on bed and reading a book.'
  30. end
  31. end
  32. if $loc = 'bedrPar2':
  33. if hour < 7 or hour >= 22:
  34. 'Sleeps on the bed mom and stepfather.'
  35. end
  36. if week < 6:
  37. end
  38. if week >= 6:
  39. end
  40. end
  41. if $loc = 'sitrPar':
  42. if hour < 7 or hour >= 22:
  43. 'Sleeps on the couch your younger brother Kolya.'
  44. end
  45. if week < 6:
  46. if hour >= 16 and hour < 22:
  47. 'Sitting on the couch <a href="exec:GT ''father''">stepfather</a> and watching TV.'
  48. end
  49. if hour >= 18 and hour < 20:
  50. 'Sitting at the table your little brother <a href="exec:GT ''brother''">Kolka</a> and teaches lessons.'
  51. end
  52. if hour >= 20 and hour < 22:
  53. 'Sitting on the couch your younger brother <a href="exec:GT ''brother''">Kolka</a> and watching TV.'
  54. end
  55. end
  56. if week >= 6:
  57. if hour >= 7 and hour < 22:
  58. 'Sitting on the couch <a href="exec:GT ''father''">stepfather</a> and watching TV.'
  59. end
  60. if hour >= 18 and hour <= 21:
  61. 'Sitting on the couch your younger brother <a href="exec:GT ''brother''">Kolka</a> and watching TV.'
  62. end
  63. end
  64. end
  65. if $loc = 'kuhrPar':
  66. if week < 6:
  67. if (hour >= 7 and hour < 8) or (hour >= 16 and hour < 22):
  68. 'Stands near the stove <a href="exec:GT ''mother''">Mom</a> and that it cooks.'
  69. end
  70. end
  71. if week >= 6:
  72. if hour >= 7 and hour < 22:
  73. 'Stands near the stove <a href="exec:GT ''mother''">Mom</a> and that it cooks.'
  74. end
  75. end
  76. end
  77. if $loc = 'korrPar':
  78. if week < 6:
  79. end
  80. if week >= 6:
  81. end
  82. end
  83. if $loc = 'vokzalG':
  84. if week < 6:
  85. end
  86. if week >= 6:
  87. end
  88. end
  89. if $loc = 'gdk':
  90. if week < 6:
  91. if hour >= 16 and hour < 18:
  92. 'Your sister <a href="exec:GT ''sister''">Anne</a> sitting in the company of beautiful girls and guys drinking beer.'
  93. end
  94. end
  95. if week >= 6:
  96. if hour >= 11 and hour < 18:
  97. 'Your sister <a href="exec:GT ''sister''">Anne</a> sitting in the company of beautiful girls and guys drinking beer.'
  98. end
  99. end
  100. end
  101. if $loc = 'gschool':
  102. if week < 6:
  103. if hour >= 15 and hour <= 17:
  104. 'On the football field near the school your <a href="exec:GT ''brother''">brother</a> rides in football.'
  105. end
  106. end
  107. if week >= 6:
  108. if hour >= 7 and hour <= 17:
  109. 'On the football field near the school your <a href="exec:GT ''brother''">brother</a> rides in football.'
  110. end
  111. end
  112. end
  113. end
  114. --- family ---------------------------------