123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182 |
- # family
- if day ! m_day:
- m_day = day
- father_go = rand(0, 1)
- mother_go = rand(0, 1)
- end
- indorf = 0
- if indorf_month ! month:
- !monthly
- indorf_month = month
- dostupindorf = 1
- end
- if week = 1 and dostupindorf = 1:
- dostupindorf=0
- end
- if week = 6 and hour >= 12 and dostupindorf = 1:
- !go to the village
- indorf = 1
- father_go = 0
- mother_go = 0
- end
- if week = 7 and hour < 20 and dostupindorf = 1:
- !go to the village
- indorf = 1
- father_go = 0
- mother_go = 0
- end
- if indorf = 1 and sister_opr_indorf = 0:
- sister_opr_indorf = 1
- sister_indorf = rand(0, 1)
- end
- if indorf = 0:
- sister_opr_indorf = 0
- sister_indorf = 0
- end
- if sister_indorf = 1:
- sisterHere = 0
- end
- ''
- ''
- if StoryLine > 0:
- if sister_indorf = 0:
- if $loc = 'bedrPar':
- sisterHere = 0
- if hour < 7:
- sisterHere = 1
- 'Your sister Anna asleep in bed.'
- end
- if week < 6:
- if hour = 7:
- sisterHere = 2
- 'Your sister <a href="exec:GT ''sister''">Anne</a> is going to work.'
- end
- end
- if week >= 6:
- if hour >= 7 and hour < 10:
- sisterHere = 1
- 'Your sister Anna asleep in bed.'
- end
- if hour = 10:
- sisterHere = 2
- 'Your sister <a href="exec:GT ''sister''">Anne</a> going for a walk.'
- end
- end
- if hour >= 18:
- sisterHere = 2
- 'Your sister <a href="exec:GT ''sister''">Anne</a> sitting on bed and reading a book.'
- end
- end
- end
- if indorf = 0:
- if $loc = 'bedrPar2':
- if hour < 7 or hour >= 22:
- 'Sleeps on the bed mom and stepfather.'
- end
- if week < 6:
- end
- if week >= 6:
- end
- end
- if $loc = 'sitrPar':
- if hour < 7 or hour >= 22:
- 'Sleeps on the couch your younger brother Kolya.'
- end
- if week < 6:
- if hour >= 16 and hour < 22:
- 'Sitting on the couch <a href="exec:GT ''father''">stepfather</a> and watching TV.'
- end
- if hour >= 18 and hour < 20:
- 'Sitting at the table your little brother <a href="exec:GT ''brother''">Kolka</a> and teaches lessons.'
- end
- if hour >= 20 and hour < 22:
- 'Sitting on the couch your younger brother <a href="exec:GT ''brother''">Kolka</a> and watching TV.'
- end
- end
- if week >= 6:
- if hour >= 7 and hour < 22:
- 'Sitting on the couch <a href="exec:GT ''father''">stepfather</a> and watching TV.'
- end
- if hour >= 18 and hour <= 21:
- 'Sitting on the couch your younger brother <a href="exec:GT ''brother''">Kolka</a> and watching TV.'
- end
- end
- end
- if $loc = 'kuhrPar':
- if week < 6:
- if (hour >= 7 and hour < 8) or (hour >= 16 and hour < 22):
- 'Stands near the stove <a href="exec:GT ''mother''">Mom</a> and that it cooks.'
- end
- end
- if week >= 6:
- if hour >= 7 and hour < 22:
- 'Stands near the stove <a href="exec:GT ''mother''">Mom</a> and that it cooks.'
- end
- end
- end
- if $loc = 'korrPar':
- if week < 6:
- end
- if week >= 6:
- end
- end
- if $loc = 'vokzalG':
- if week < 6:
- end
- if week >= 6:
- end
- end
- if $loc = 'gdk':
- if week < 6:
- 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.'
- end
- end
- if week >= 6:
- 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.'
- end
- end
- end
- if $loc = 'gschool':
- if week < 6:
- if hour >= 15 and hour <= 17:
- 'On the football field near the school your <a href="exec:GT ''brother''">brother</a> rides in football.'
- end
- end
- if week >= 6:
- if hour >= 7 and hour <= 17:
- 'On the football field near the school your <a href="exec:GT ''brother''">brother</a> rides in football.'
- end
- end
- end
- end
- --- family ---------------------------------
|