123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317 |
- # 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
- ''
- ''
- <<<<<<< 174_family
- if StoryLine > 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
- 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
- =======
- if StoryLine>0:
- if sister_indorf=0:
- if $loc='bedrPar':
- sisterHere=0
- if hour<7:
- sisterHere=1
- 'Your sister <a href="exec:GT ''sistersleep''">Anya</a> asleep in bed.'
- end
-
- if week<6:
- if hour=7:
- sisterHere=2
- 'Your sister <a href="exec:GT ''sistersobir''">Anya</a> going to work.'
- end
- end
- if week>=6:
- if hour>=7 and hour<10:
- sisterHere=1
- 'Your sister <a href="exec:GT ''sistersleep''">Anya</a> asleep in bed.'
- end
- if hour=10:
- sisterHere=2
- 'Your sister <a href="exec:GT ''sisterprogulka''">Anya</a> going for a walk.'
- end
-
- end
- if hour>=18:
- sisterHere=2
- 'Your sister <a href="exec:GT ''sister''">Anya</a> sitting on the bed and reading a book.'
- end
- end
- end
- if indorf=0:
- if $loc='bedrPar2':
- if hour<6 or hour>=21:
- 'On the bed sleeping mother and stepfather.'
- if hour=21:
- parsexrand=rand(0,5)
-
- end
- end
- if week<6:
- end
- if week>=6:
- end
- end
- if $loc='sitrPar':
- if hour<7 or hour>=21:
- 'Sleeping on the couch your younger brother Kolka.'
- end
- if week<6:
- if father_go=0:
- if hour>=16 and hour<21:
- 'Sitting on the couch <a href="exec:GT ''father''">stepfather</a> watching TV.'
- end
- end
- if hour>=18 and hour<20:
- 'Sitting at the table your younger brother <a href="exec:GT ''brother''">Kolka</a> and teaches lessons.'
- end
- if hour=20:
- 'Sitting on the couch your younger brother <a href="exec:GT ''brother''">Kolka</a> watching TV.'
- end
- end
- if week>=6:
- if father_go=0:
- if hour>=7 and hour<21:
- 'Sitting on the couch <a href="exec:GT ''father''">stepfather</a> watching TV.'
- end
- end
- if father_go=1:
- if hour>=7 and hour<16:
- 'Sitting on the couch <a href="exec:GT ''father''">stepfather</a> watching TV.'
- end
- end
- if hour>=18 and hour<=20:
- 'Sitting on the couch your younger brother <a href="exec:GT ''brother''">Kolka</a> watching TV.'
- end
- end
- end
- if $loc='kuhrPar':
- if week<6:
- if mother_go=0:
- if hour>=16 and hour<21:
- 'Near the stove stands <a href="exec:GT ''mother''">mom</a> and that it is preparing.'
- end
- end
- if mother_go=1:
- if hour>=17 and hour<21:
- 'Near the stove stands <a href="exec:GT ''mother''">mom</a> and that it is preparing.'
- end
- end
- end
- if week>=6:
- if mother_go=0:
- if hour>=7 and hour<21:
- 'Near the stove stands <a href="exec:GT ''mother''">mom</a> and that it is preparing.'
- end
- end
- if mother_go=1:
- if hour>=7 and hour<16:
- 'Near the stove stands <a href="exec:GT ''mother''">mom</a> and that it is preparing.'
- end
- if hour>=17 and hour<21:
- 'Near the stove stands <a href="exec:GT ''mother''">mom</a> and that it is preparing.'
- end
- 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''">Anya</a> sitting in the company of boys and devchenok and drinks beer.'
- end
- end
- if week>=6:
- if hour>=11 and hour<18:
- 'Your sister <a href="exec:GT ''sister''">Anya</a> sitting in the company of boys and devchenok and drinks 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> drove 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> drove in football.'
- end
- end
- end
- end
- end
- >>>>>>> 174_family
- --- family ---------------------------------
|