family 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. # family
  2. if daystart ! m_day:
  3. m_day = daystart
  4. father_go = rand(0, 1)
  5. mother_go = rand(0, 1)
  6. end
  7. indorf = 0
  8. if indorf_month ! month:
  9. !!monthly
  10. indorf_month = month
  11. dostupindorf = 1
  12. end
  13. if week = 1 and dostupindorf = 1:dostupindorf = 0
  14. if dostupindorf = 1 and ((week = 6 and hour >= 12) or (week = 7 and hour < 20)):
  15. !!go to the village
  16. indorf = 1
  17. father_go = 0
  18. mother_go = 0
  19. end
  20. if indorf = 1 and sister_opr_indorf = 0:
  21. sister_opr_indorf = 1
  22. sister_indorf = rand(0, 1)
  23. end
  24. if indorf = 0:
  25. sister_opr_indorf = 0
  26. sister_indorf = 0
  27. end
  28. if sisboyparty_day + 1 = daystart:sister_indorf = 0
  29. if sister_indorf = 1:sisterHere = 0
  30. if StoryLine = 1:
  31. if sisboypartyQW >= 2 and sisboyparty ! 0 and sisboyparty_day + 1 < daystart and randsbPartyDay <= daystart and week >= 4:
  32. if week = 4:randParty = rand(5,7) & randsbPartyDay = daystart + 4
  33. if week = 4 and randParty = 5:sisboyparty_day = daystart
  34. if week = 4 and randParty = 6:sisboyparty_day = daystart + 1
  35. if week = 4 and randParty = 7:sisboyparty_day = daystart + 2
  36. if week = 5:randParty = rand(6,7) & randsbPartyDay = daystart + 3
  37. if week = 5 and randParty = 6:sisboyparty_day = daystart
  38. if week = 5 and randParty = 7:sisboyparty_day = daystart + 1
  39. if week = 6:randParty = 7 & randsbPartyDay = daystart + 2 & sisboyparty_day = daystart
  40. end
  41. if sisboyparty_day + 1 = daystart and sisboyparty = 2 and hour > 18 and sisboypartyQW = 1:
  42. cls
  43. minut += 5
  44. sisboyparty = -1
  45. gs 'stat'
  46. '<center><img src="images/qwest/alter/sisterQW/Party/sisboyQWParty_7.jpg"></center>'
  47. 'You have forgotten to come to a party in honor of the birthday Rex.'
  48. '- Oh well, I hope they are not offended me greatly...'
  49. act 'Move away':gt $loc, $metka
  50. exit
  51. end
  52. if sisboyparty_day + 1 = daystart and (sisboyparty = 2 or sisboyparty = 1) and hour > 18 and sisboypartyQW > 1:
  53. if sisboyparty = 1:sisboyparty = -1
  54. if sisboyparty = 2:
  55. cls
  56. minut += 5
  57. sisboyparty = -1
  58. gs 'stat'
  59. '<center><img src="images/qwest/alter/sisterQW/Party/sisboyQWParty_7.jpg"></center>'
  60. 'You forgot to come to the party.'
  61. '- Oh well, I hope they at me will not mind much...'
  62. act 'Move away':gt $loc,$metka
  63. exit
  64. end
  65. end
  66. if sister_indorf = 0:
  67. if $loc = 'bedrPar':
  68. sisterHere = 0
  69. if hour < 7:
  70. sisterHere = 1
  71. 'Your sister <a href="exec:gt ''sistersleep''">Anja</a> asleep in bed.'
  72. end
  73. if week < 6:
  74. if hour = 7:
  75. sisterHere = 2
  76. 'Your sister <a href="exec:gt ''sister'', ''home''">Anja</a> is going to work.'
  77. end
  78. end
  79. if week >= 6:
  80. if hour >= 7 and hour < 10:
  81. sisterHere = 1
  82. 'Your sister <a href="exec:gt ''sistersleep''">Anja</a> asleep in bed.'
  83. end
  84. if hour = 10:
  85. sisterHere = 2
  86. 'Your sister <a href="exec:gt ''sisterprogulka''">Anja</a> going for a walk.'
  87. end
  88. end
  89. if hour >= 18 and sisboyparty_day + 1 ! daystart:
  90. sisterHere = 2
  91. 'Your sister <a href="exec:gt ''sister'', ''home''">Anja</a> sitting on bed and reading a book.'
  92. elseif sisboyparty_day + 1 = daystart and sisboyparty = -1 and hour = 22:
  93. cls
  94. minut += 5
  95. gs 'stat'
  96. '<center><img src="images/qwest/alter/sisterQW/Party/sisboyQWParty_6_<<rand(1,7)>>.jpg"></center>'
  97. 'Drunk, disheveled Anja bursts into the room.'
  98. 'You notice that her hair, All clothes are smeared with sticky sperm.'
  99. 'In this form,, she falls on the bed and falls asleep instantly.'
  100. sisboyparty = 1
  101. act 'Move away':gt $loc
  102. exit
  103. elseif sisboyparty_day + 1 = daystart and hour >= 22:
  104. sisterHere = 1
  105. if sisboypartyQW = 1:sisboypartyQW = 2
  106. if sisboyparty = -1:sisboyparty = 1
  107. 'Your drunken sister Anja asleep in bed.'
  108. end
  109. end
  110. end
  111. if indorf = 0:
  112. if $loc = 'bedrPar2':
  113. if hour < 6 or hour >= 21:
  114. 'On the bed sleeping mom and stepfather.'
  115. if hour = 21:parsexrand = rand(0, 5)
  116. end
  117. end
  118. if $loc = 'sitrPar':
  119. if hour < 7 or hour >= 21:'Sleeps on the couch your younger brother Kolka.'
  120. if week < 6:
  121. if father_go = 0:
  122. if hour >= 16 and hour < 21:'Sitting on the couch <a href="exec:gt ''father''">stepfather</a> and watching TV.'
  123. end
  124. if hour >= 18 and hour < 20:'Sitting at the table your little brother <a href="exec:gt ''brother''">Kolka</a> and teaches lessons.'
  125. if hour = 20:'Sitting on the couch your younger brother <a href="exec:gt ''brother''">Kolka</a> and watching TV.'
  126. end
  127. if week >= 6:
  128. if father_go = 0:
  129. if hour >= 7 and hour < 21:'Sitting on the couch <a href="exec:gt ''father''">stepfather</a> watching TV.'
  130. else
  131. if hour >= 7 and hour < 16:'Sitting on the couch <a href="exec:gt ''father''">stepfather</a> watching TV.'
  132. end
  133. if hour >= 18 and hour <= 20:'Sitting on the couch your younger brother <a href="exec:gt ''brother''">Kolka</a> and watching TV.'
  134. end
  135. end
  136. if $loc = 'kuhrPar':
  137. if week < 6:
  138. if mother_go = 0:
  139. if hour >= 16 and hour < 21:'Stands near the stove <a href="exec:gt ''mother''">Mom</a> and that it cooks.'
  140. else
  141. if hour >= 17 and hour < 21:'Near the stove stands <a href="exec:gt ''mother''">Mom</a> and that it is preparing.'
  142. end
  143. end
  144. if week >= 6:
  145. if mother_go = 0:
  146. if hour >= 7 and hour < 21:'Stands near the stove <a href="exec:gt ''mother''">Mom</a> and that it cooks.'
  147. else
  148. if (hour >= 7 and hour < 16) or (hour >= 17 and hour < 21):'Near the stove stands <a href="exec:gt ''mother''">Mom</a> and that it is preparing.'
  149. end
  150. end
  151. end
  152. if $loc = 'korrPar':
  153. !! for future code I guess
  154. end
  155. if $loc = 'vokzalG':
  156. !! for future code I guess
  157. end
  158. if $loc = 'gdk':
  159. if week < 6:
  160. if hour >= 16 and hour < 18:'Your sister <a href="exec:gt ''sister'', ''drinking''">Anja</a> sitting in the company of beautiful girls and guys drinking beer.'
  161. end
  162. if week >= 6:
  163. if hour >= 11 and hour < 18:'Your sister <a href="exec:gt ''sister'', ''drinking''">Anja</a> sitting in the company of beautiful girls and guys drinking beer.'
  164. end
  165. end
  166. if $loc = 'gschool':
  167. if (week < 6 and hour >= 15 and hour <= 17) or ((week >= 6 or kanikuli > 0) and hour >= 7 and hour <= 17):
  168. if hour >= 15 and hour <= 17:'On the football field near the school your <a href="exec:gt ''brother''">brother</a> plays futbol.'
  169. end
  170. end
  171. end
  172. end
  173. --- family ---------------------------------