123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364 |
- # artem_chebotarev_schedule
- !!2023/05/02
- $locat['A2'] = ''
- if yearstart = 1:
- !! Schedule for school year not yet done
- else
- if university['semester_week'] > 0:
- if week < 6:
- if hour < 7:
- !!Dormroom - Asleep
- $locat['A2'] = 'dormroom_asleep'
- elseif hour = 7 and minut < 15:
- !!Shared Dorm Shower - Taking A shower.
- $locat['A2'] = 'dorm_shared_shower'
- elseif hour = 7 and minut < 30:
- !!Shared Kitchen - Eating Breakfast
- $locat['A2'] = 'dorm_shared_kitchen_breakfast'
- elseif hour < 9:
- !!IDormroom - studying before classes class
- $locat['A2'] = 'dormroom_ studying_or _relaxing'
- elseif hour < 12:
- if week = 5:
- !!IDormroom - studying or relaxing
- $locat['A2'] = 'dormroom_ studying_or _relaxing'
- elseif hour = 11 and minut >= 30:
- if sunWeather = 1 and temper > 15:
- !!IUniversity grounds - waiting for class
- $locat['A2'] = 'uni_grounds_waiting_for_class'
- else
- !!University student center?? - waiting for class
- $locat['A2'] = 'uni_student_center_waiting_for_class'
- end
- else
- !!University classsroom - attending lecture
- $locat['A2'] = 'uni_attending_class'
- end
- elseif hour < 13:
- if minut < 30:
- if week < 5:
- !!University classsroom - attending lecture
- $locat['A2'] = 'uni_attending_class'
- else
- !!IDormroom - studying or relaxing
- $locat['A2'] = 'dormroom_ studying_or _relaxing'
- end
- else
- !!University cafe - eating lunch
- $locat['A2'] = 'uni_cafe_lunch'
- end
- elseif hour < 14:
- if week < 5:
- if minut < 15:
- if sunWeather = 1 and temper > 15:
- !!IUniversity grounds - waiting for class
- $locat['A2'] = 'uni_grounds_waiting_for_class'
- else
- !!University student center?? - waiting for class
- $locat['A2'] = 'uni_student_center_waiting_for_class'
- end
- else
- !!University classsroom - attending lecture
- $locat['A2'] = 'uni_attending_class'
- end
- else
- !!IDormroom - studying or relaxing
- $locat['A2'] = 'dormroom_ studying_or _relaxing'
- end
- elseif hour < 15:
- if week < 5:
- if minut > 45:
- if sunWeather = 1 and temper > 15:
- !!IUniversity grounds - waiting for class
- $locat['A2'] = 'uni_grounds_waiting_for_class'
- else
- !!University student center?? - waiting for class
- $locat['A2'] = 'uni_student_center_waiting_for_class'
- end
- else
- !!University classsroom - attending lecture
- $locat['A2'] = 'uni_attending_class'
- end
- else
- !!IDormroom - studying or relaxing
- $locat['A2'] = 'dormroom_ studying_or _relaxing'
- end
- elseif hour < 17:
- !!ILibrary - studying
- $locat['A2'] = 'library_ studying'
- elseif hour < 18:
- !!Shared kitchen cooking and eating dinner
- $locat['A2'] ='shared_kitchen_dinner'
- elseif hour < 22:
- if week mod 2 = 0:
- !!ICoffee Hole or friends place
- $locat['A2'] = 'playing _games_at_coffee_hole_or _freinds_places'
- else
- !!IDormroom - studying or relaxing
- $locat['A2'] = 'dormroom_ studying_or _relaxing'
- end
- else
- !!Dormroom - sleeping
- $locat['A2'] = 'dormroom_asleep'
- end
- elseif week = 6:
- if hour < 7:
- !!Dormroom - Asleep
- $locat['A2'] = 'dormroom_asleep'
- elseif hour = 7 and minut < 15:
- !!Shared Dorm Shower - Taking A shower.
- $locat['A2'] = 'dorm_shared_shower'
- elseif hour = 7 and minut < 30:
- !!Shared Kitchen - Eating Breakfast
- $locat['A2'] = 'dorm_shared_kitchen_breakfast'
- elseif hour = 7 and minut < 45:
- !!IMetro/City Train Station - getting to the station to take take the train to pav.
- $locat['A2'] = 'traveling_in_city_dorm_to_train_station'
- elseif hour < 9:
- !!ITrain - traveling to Pav
- $locat['A2'] = 'train_city_to_pav'
- elseif hour = 9 and minut < 15:
- !!Pav streets - walking the parents home home.
- $locat['A2'] = 'walking_in_pav_station_to_five_eight'
- elseif hour < 22:
- !!In parents apartment
- $locat['A2'] = 'parents_apartment'
- elseif hour < 23:
- !!In parents apartment getting ready for bed
- $locat['A2'] = 'parents_apartment_getting ready for bed'
- else
- !!In parents apartment asleep
- $locat['A2'] = 'parents_asleep'
- end
- else
- if hour < 7:
- !!In parents apartment asleep
- $locat['A2'] = 'parents_asleep'
- elseif hour < 8:
- !!In parents apartment getting up
- $locat['A2'] = 'parents_getting_out_of_bed'
- elseif hour < 21:
- !!In parents apartment
- $locat['A2'] = 'parents_apartment'
- elseif hour = 21 and minut < 45:
- !!Pav streets - walks to the train station/waiting at the platform
- $locat['A2'] = 'traveling_pav_fice_eight_to_train_station'
- elseif hour = 21 or (hour < 23 and minut < 15):
- !!Train - traveling from Pav to the city.
- $locat['A2'] = 'train_pav_to_city'
- elseif hour < 23 and minut < 20:
- !!Metro - traveling from the trainstation to the dorm
- $locat['A2'] = 'traveling_in_city_train_station_to_dorm'
- else
- !!Dormroom - sleeping.
- $locat['A2'] = 'dormroom_asleep'
- end
- end
- elseif university['exam_week'] > 0:
- if week < 6:
- if hour < 7:
- !!Dormroom - Asleep
- $locat['A2'] = 'dormroom_asleep'
- elseif hour = 7 and minut < 15:
- !!Shared Dorm Shower - Taking A shower.
- $locat['A2'] = 'dorm_shared_shower'
- elseif hour = 7 and minut < 30:
- !!Shared Kitchen - Eating Breakfast
- $locat['A2'] = 'dorm_shared_kitchen_breakfast'
- elseif hour < 9:
- !!IDormroom - studying before classes class
- $locat['A2'] = 'dormroom_ studying_or _relaxing'
- elseif hour < 12:
- if week = 4 or (week = 2 and university['exam_week'] = 2):
- !!Classroom - taking a exam
- $locat['A2'] = 'taking_uni_exam'
- elseif (university['exam_week'] = 2 and week = 5):
- !!Out with friends celebrating exam is over
- $locat['A2'] = 'celebrating_exam_is_over'
- else
- !!ILibrary - studying
- $locat['A2'] = 'library_ studying'
- end
- elseif hour < 13:
- !!University cafe - eating lunch
- $locat['A2'] = 'uni_cafe_lunch'
- elseif hour < 17:
- if university['exam_week'] = 2 and week > 3:
- !!Out with friends celebrating exam is over
- $locat['A2'] = 'celebrating_exam_is_over'
- else
- !!IDormroom - studying
- $locat['A2'] = 'dormroom_ studying_or _relaxing'
- end
- elseif hour < 18:
- if university['exam_week'] = 2 and week > 3:
- !!Out with friends celebrating exam is over
- $locat['A2'] = 'celebrating_exam_is_over'
- else
- !!Shared kitchen cooking and eating dinner
- $locat['A2'] ='shared_kitchen_dinner'
- end
- elseif hour < 22:
- if week mod 2 = 0:
- !!ICoffee Hole or friends place
- $locat['A2'] = 'playing _games_at_coffee_hole_or _freinds_places'
- elseif university['exam_week'] = 2 and week = 5:
- !!Out with friends celebrating exam is over
- $locat['A2'] = 'celebrating_exam_is_over'
- else
- !!IDormroom - studying or relaxing
- $locat['A2'] = 'dormroom_ studying_or _relaxing'
- end
- else
- !!Dormroom - sleeping
- $locat['A2'] = 'dormroom_asleep'
- end
- elseif week = 6:
- if hour < 7:
- !!Dormroom - Asleep
- $locat['A2'] = 'dormroom_asleep'
- elseif hour = 7 and minut < 15:
- !!Shared Dorm Shower - Taking A shower.
- $locat['A2'] = 'dorm_shared_shower'
- elseif hour = 7 and minut < 30:
- !!Shared Kitchen - Eating Breakfast
- $locat['A2'] = 'dorm_shared_kitchen_breakfast'
- elseif hour = 7 and minut < 45:
- !!IMetro/City Train Station - getting to the station to take take the train to pav.
- $locat['A2'] = 'traveling_in_city_dorm_to_train_station'
- elseif hour < 9:
- !!ITrain - traveling to Pav
- $locat['A2'] = 'train_city_to_pav'
- elseif hour = 9 and minut < 15:
- !!Pav streets - walking the parents home home.
- $locat['A2'] = 'walking_in_pav_station_to_five_eight'
- elseif hour < 22:
- !!In parents apartment
- $locat['A2'] = 'parents_apartment'
- elseif hour < 23:
- !!In parents apartment getting ready for bed
- $locat['A2'] = 'parents_apartment_getting ready for bed'
- else
- !!In parents apartment asleep
- $locat['A2'] = 'parents_asleep'
- end
- else
- if hour < 7:
- !!In parents apartment asleep
- $locat['A2'] = 'parents_asleep'
- elseif hour < 8:
- !!In parents apartment getting up
- $locat['A2'] = 'parents_getting_out_of_bed'
- elseif hour < 21:
- !!In parents apartment
- $locat['A2'] = 'parents_apartment'
- elseif hour = 21 and minut < 45:
- !!Pav streets - walks to the train station/waiting at the platform
- $locat['A2'] = 'traveling_pav_fice_eight_to_train_station'
- elseif hour = 21 or (hour < 23 and minut < 15):
- !!Train - traveling from Pav to the city.
- $locat['A2'] = 'train_pav_to_city'
- elseif hour < 23 and minut < 20:
- !!Metro - traveling from the trainstation to the dorm
- $locat['A2'] = 'traveling_in_city_train_station_to_dorm'
- else
- !!Dormroom - sleeping.
- $locat['A2'] = 'dormroom_asleep'
- end
- end
- else
- if week < 6:
- if hour < 7:
- !!Dormroom - Asleep
- $locat['A2'] = 'dormroom_asleep'
- elseif hour = 7 and minut < 15:
- !!Shared Dorm Shower - Taking A shower.
- $locat['A2'] = 'dorm_shared_shower'
- elseif hour = 7 and minut < 30:
- !!Shared Kitchen - Eating Breakfast
- $locat['A2'] = 'dorm_shared_kitchen_breakfast'
- elseif hour < 12:
- !!IDormroom - relaxing
- $locat['A2'] = 'dormroom_ studying_or _relaxing'
- elseif hour < 13:
- !!University cafe - eating lunch
- $locat['A2'] = 'uni_cafe_lunch'
- elseif hour < 17:
- !!IDormroom - relaxing
- $locat['A2'] = 'dormroom_ studying_or _relaxing'
- elseif hour < 18:
- !!Shared kitchen cooking and eating dinner
- $locat['A2'] ='shared_kitchen_dinner'
- elseif hour < 22:
- if week mod 2 = 0:
- !!ICoffee Hole or friends place
- $locat['A2'] = 'playing _games_at_coffee_hole_or _freinds_places'
- else
- !!IDormroom - studying or relaxing
- $locat['A2'] = 'dormroom_ studying_or _relaxing'
- end
- else
- !!Dormroom - sleeping
- $locat['A2'] = 'dormroom_asleep'
- end
- elseif week = 6:
- if hour < 7:
- !!Dormroom - Asleep
- $locat['A2'] = 'dormroom_asleep'
- elseif hour = 7 and minut < 15:
- !!Shared Dorm Shower - Taking A shower.
- $locat['A2'] = 'dorm_shared_shower'
- elseif hour = 7 and minut < 30:
- !!Shared Kitchen - Eating Breakfast
- $locat['A2'] = 'dorm_shared_kitchen_breakfast'
- elseif hour = 7 and minut < 45:
- !!IMetro/City Train Station - getting to the station to take take the train to pav.
- $locat['A2'] = 'traveling_in_city_dorm_to_train_station'
- elseif hour < 9:
- !!ITrain - traveling to Pav
- $locat['A2'] = 'train_city_to_pav'
- elseif hour = 9 and minut < 15:
- !!Pav streets - walking the parents home home.
- $locat['A2'] = 'walking_in_pav_station_to_five_eight'
- elseif hour < 22:
- !!In parents apartment
- $locat['A2'] = 'parents_apartment'
- elseif hour < 23:
- !!In parents apartment getting ready for bed
- $locat['A2'] = 'parents_apartment_getting ready for bed'
- else
- !!In parents apartment asleep
- $locat['A2'] = 'parents_asleep'
- end
- else
- if hour < 7:
- !!In parents apartment asleep
- $locat['A2'] = 'parents_asleep'
- elseif hour < 8:
- !!In parents apartment getting up
- $locat['A2'] = 'parents_getting_out_of_bed'
- elseif hour < 21:
- !!In parents apartment
- $locat['A2'] = 'parents_apartment'
- elseif hour = 21 and minut < 45:
- !!Pav streets - walks to the train station/waiting at the platform
- $locat['A2'] = 'traveling_pav_fice_eight_to_train_station'
- elseif hour = 21 or (hour < 23 and minut < 15):
- !!Train - traveling from Pav to the city.
- $locat['A2'] = 'train_pav_to_city'
- elseif hour < 23 and minut < 20:
- !!Metro - traveling from the trainstation to the dorm
- $locat['A2'] = 'traveling_in_city_train_station_to_dorm'
- else
- !!Dormroom - sleeping.
- $locat['A2'] = 'dormroom_asleep'
- end
- end
- end
- end
- --- artem_chebotarev_schedule ---------------------------------
|