# katja_meynold_schedule !!2023/05/02 !! locat['katja'] = 1 In Bedroom at Meynold house- Asleep !! locat['katja'] = 2 In Bedroom at Meynold house- Getting Dressed !! locat['katja'] = 3 In Bedroom at Meynold house-Breakfast !! locat['katja'] = 4 Walking to school from the Meynold house !! locat['katja'] = 5 At School !! locat['katja'] = 6 Hanging out near the school or walking home from school !! locat['katja'] = 7 NotHome - Walking to school !! locat['katja'] = 8 At the community center disco !! locat['katja'] = 9 In her room with not having visitors over !! locat['katja'] = 10 At the lake beach hanging out with the other cool kids and the jocks !! locat['katja'] = 11 !! locat['katja'] = 12 !! locat['katja'] = 13 !! locat['katja'] = 14 !! locat['katja'] = 15 !! locat['katja'] = 16 !! locat['katja'] = 17 !! locat['katja'] = 18 !! locat['katja'] = 19 !! locat['katja'] = 20 Dormroom - Asleep !! locat['katja'] = 21 Shared Dorm Shower - Taking A shower. !! locat['katja'] = 22 Dormroom - Getting Dressed and Doing Makeup !! locat['katja'] = 23 Shared Kitchen - Eating Breakfast !! locat['katja'] = 24 Dormroom - Getting ready to leave !! locat['katja'] = 25 University grounds - waiting for class/to go to the library. !! locat['katja'] = 26 University classroom - attending lecture !! locat['katja'] = 27 University student center?? - waiting for class !! locat['katja'] = 28 University cafe - eating lunch !! locat['katja'] = 29 Library - Studying for classes. !! locat['katja'] = 30 Coffee shop - eating lunch/hanging out check to see if the player have convinced Katja to go somewhere else !! locat['katja'] = 31 Dormroom - relaxing/studying !! locat['katja'] = 32 Shared Kitchen - cooking !! locat['katja'] = 33 Shared Kitchen - eating !! locat['katja'] = 34 Shared Bathroom - showering !! locat['katja'] = 35 Dormroom - getting ready to go out !! locat['katja'] = 36 Out -going to a restaurant !! locat['katja'] = 37 Out -going to a party/bar/cafe !! locat['katja'] = 38 Out - going home. !! locat['katja'] = 39 Metro/City Train Station - getting to the station to take take the train to pav. !! locat['katja'] = 40 Train - traveling to Pav !! locat['katja'] = 41 Pav streets - walking the her mothers home. !! locat['katja'] = 42 City Beach - sunbathing/swimming/having fun !! locat['katja'] = 43 Central park. !! locat['katja'] = 44 Shopping mall in city center. !! locat['katja'] = 45 restaurant - having dinner !! locat['katja'] = 46 Pav streets - walks to the train station/waiting at the platform !! locat['katja'] = 47 Train - traveling from Pav to the city. !! locat['katja'] = 48 Metro - traveling from the train station to the dorm !! locat['katja'] = 49 Classroom - taking a exam !! locat['katja'] = 50 Bar - celebrating that exams are over !! locat['katja'] = 51 Dormroom - Getting ready to see a movie !! locat['katja'] = 52 Dormroom - watching a movie !! locat['katja'] = 53 At city nightclub. !! locat['katja'] = 54 Gone home with a guy and/girl (possible together with the player character), used to make sure she wont return to the location she left. locat['katja'] = 0 if yearstart = 1: if SchoolAtestat = 0 and kanikuli = 0: if week <= 5: if (hour < 6) or (hour = 6 and minut < 45): !!Bedroom - Asleep locat['katja'] = 1 elseif hour < 7: !!Bedroom - Getting Dressed locat['katja'] = 2 elseif hour = 7 and minut <= 15: !!Kitchen - Breakfast locat['katja'] = 3 elseif hour = 7 and minut < 30: !!NotHome - Walking to school locat['katja'] = 4 elseif hour < 14: !!NotHome - At School locat['katja'] = 5 elseif hour < 15: !!NotHome - Hanging out near the school or walking home from school locat['katja'] = 6 elseif hour < 20: !!At home in her room locat['katja'] = 7 else if week = 5: !!At the community center disco locat['katja'] = 8 else !!In her room with not having visitors over locat['katja'] = 9 end end elseif week = 6: if hour < 9: !!Bedroom - Asleep locat['katja'] = 1 elseif hour = 9 and minut < 30: !!Bedroom - Getting Dressed locat['katja'] = 2 elseif hour < 10: !!Kitchen - Breakfast locat['katja'] = 3 elseif hour < 20: !!At home in her room locat['katja'] = 7 else !!At the community center disco locat['katja'] = 8 end else if hour < 9: !!Bedroom - Asleep locat['katja'] = 1 elseif hour = 9 and minut < 30: !!Bedroom - Getting Dressed locat['katja'] = 2 elseif hour < 10: !!Kitchen - Breakfast locat['katja'] = 3 elseif hour < 12: !!At home in her room locat['katja'] = 7 elseif hour < 15: if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9: !!At the lake beach hanging out with the other cool kids and the jocks locat['katja'] = 10 else !!At home in her room locat['katja'] = 7 end elseif hour < 20: !!At home in her room locat['katja'] = 7 else !!In her room with not having visitors over locat['katja'] = 9 end end else if week <= 5: if (hour < 7) or (hour = 7 and minut < 45): !!Bedroom - Asleep locat['katja'] = 1 elseif hour < 7: !!Bedroom - Getting Dressed locat['katja'] = 2 elseif hour = 8 and minut <= 30: !!Kitchen - Breakfast locat['katja'] = 3 elseif hour < 12: !!At home in her room locat['katja'] = 7 elseif hour < 15: if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and week mod 2 = 0: !!At the lake beach hanging out with the other cool kids and the jocks locat['katja'] = 10 else !!At home in her room locat['katja'] = 7 end elseif hour < 20: !!At home in her room locat['katja'] = 7 else if week = 5: !!At the community center disco locat['katja'] = 8 else !!In her room with not having visitors over locat['katja'] = 9 end end elseif week = 6: if hour < 9: !!Bedroom - Asleep locat['katja'] = 1 elseif hour = 9 and minut < 30: !!Bedroom - Getting Dressed locat['katja'] = 2 elseif hour < 10: !!Kitchen - Breakfast locat['katja'] = 3 elseif hour < 12: !!At home in her room locat['katja'] = 7 elseif hour < 15: if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and kanikuli ! 0: !!At the lake beach hanging out with the other cool kids and the jocks locat['katja'] = 10 else !!At home in her room locat['katja'] = 7 end elseif hour < 20: !!At home in her room locat['katja'] = 7 else !!At the community center disco locat['katja'] = 8 end else if hour < 9: !!Bedroom - Asleep locat['katja'] = 1 elseif hour = 9 and minut < 30: !!Bedroom - Getting Dressed locat['katja'] = 2 elseif hour < 10: !!Kitchen - Breakfast locat['katja'] = 3 elseif hour < 12: !!At home in her room locat['katja'] = 7 elseif hour < 15: if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and ((kanikuli = 0 and week = 7) or week mod 2 = 0): !!At the lake beach hanging out with the other cool kids and the jocks locat['katja'] = 10 else !!At home in her room locat['katja'] = 7 end elseif hour < 20: !!At home in her room locat['katja'] = 7 else !!In her room with not having visitors over locat['katja'] = 9 end end end else if university['semester_week'] > 0: if week < 6: if hour < 7: !!Dormroom - Asleep locat['katja'] = 20 elseif hour = 7 and minut < 15: !!Shared Dorm Shower - Taking A shower. locat['katja'] = 21 elseif hour = 7 and minut < 45: !!Dormroom - Getting Dressed and Doing Makeup locat['katja'] = 22 elseif hour = 7 or (hour = 8 and minut < 15): !!Shared Kitchen - Eating Breakfast locat['katja'] = 23 elseif hour = 8 and minut < 30: !!Dormroom - Getting ready to leave locat['katja'] = 24 elseif hour < 9: if sunWeather = 1 and temper > 15: !!IUniversity grounds - waiting for class/to go to the library. locat['katja'] = 25 elseif week < 5: !!IDormroom - waiting to go to class locat['katja'] = 24 else !!Library - Studying for classes. locat['katja'] = 29 end elseif hour < 12: if week = 5: if hour < 11: !!Library - Studying for classes. locat['katja'] = 29 else !!Coffee shop - eating lunch/hanging out check to see if the player have convinced Katja to go somewhere else if locat['katja_rand1'] ! daystart: locat['katja'] = 30 else locat['katja'] = locat['katja_save1'] end end elseif hour = 11 and minut >= 30: if sunWeather = 1 and temper > 15: !!IUniversity grounds - waiting for class locat['katja'] = 25 else !!University student center?? - waiting for class locat['katja'] = 27 end else !!University classroom - attending lecture locat['katja'] = 26 end elseif hour < 13: if week = 5: !!Coffee shop - eating lunch/hanging out check to see if the player have convinced Katja to go somewhere else if locat['katja_rand1'] ! daystart: locat['katja'] = 30 else locat['katja'] = locat['katja_save1'] end elseif minut < 30: !!University classroom - attending lecture locat['katja'] = 26 else !!University cafe - eating lunch locat['katja'] = 28 end elseif hour < 14: if week < 5: if minut < 15: if sunWeather = 1 and temper > 15: !!IUniversity grounds - waiting for class locat['katja'] = 25 else !!University student center?? - waiting for class locat['katja'] = 27 end else !!University classroom - attending lecture locat['katja'] = 26 end else !!Coffee shop - eating lunch/hanging out check to see if the player have convinced Katja to go somewhere else if locat['katja_rand1'] ! daystart: locat['katja'] = 30 else locat['katja'] = locat['katja_save1'] end end elseif hour < 15: if week < 5: if minut > 45: if sunWeather = 1 and temper > 15: !!IUniversity grounds - relaxing after classes locat['katja'] = 25 else !!Dormroom - relaxing/studying locat['katja'] = 31 end else !!University classroom - attending lecture locat['katja'] = 26 end else !!Coffee shop - eating lunch/hanging out check to see if the player have convinced Katja to go somewhere else if locat['katja_rand1'] ! daystart: locat['katja'] = 30 else locat['katja'] = locat['katja_save1'] end end elseif hour < 17: if week = 5: !!Library - Studying for classes, check to see if the player have convinced Katja to go somewhere else if locat['katja_rand1'] ! daystart: locat['katja'] = 29 else locat['katja'] = locat['katja_save1'] end else !!Dormroom - relaxing/studying locat['katja'] = 31 end elseif hour < 18: !!Dormroom - relaxing/studying locat['katja'] = 31 elseif hour = 18 and minut < 30: !!Shared Kitchen - cooking locat['katja'] = 32 elseif hour = 18 and minut < 45: !!Shared Kitchen - eating locat['katja'] = 33 elseif hour < 19: !!Shared Bathroom - showering locat['katja'] = 34 elseif hour < 20: if week < 4 or (week = 4 and (katjaQW['QWstage'] < 3 or katjaQW['slut'] < 75) and katjaQW['liberated'] = 0): !!Dormroom - relaxing/studying locat['katja'] = 31 else if week = 4: if locat['katja_rand2'] ! daystart: locat['katja'] = func('shortgs', 'rand_pick', '', 35, 51, 51) locat['katja_rand2'] = daystart locat['katja_save2'] = locat['katja'] else if locat['katja_save2'] = 35 and minut >= 45: locat['katja_save2'] = 37 end locat['katja'] = locat['katja_save2'] end else if locat['katja_rand2'] ! daystart: if minut < 45: !!Dormroom - getting ready to go out locat['katja'] = 35 else !!Out -going to a party/bar/cafe locat['katja'] = 37 end else if locat['katja_save2'] = 35 and minut >= 45: locat['katja_save2'] = 37 end locat['katja'] = locat['katja_save2'] end end end elseif hour < 23: if week < 4: !!Library - Studying for classes. locat['katja'] = 29 else if locat['katja_rand2'] = daystart: if locat['katja_save2'] = 51: !! Domroom - watching a movie locat['katja'] = 52 locat['katja_save2'] = locat['katja'] elseif locat['katja_save2'] = 35: !! Out nightclub locat['katja'] = 53 locat['katja_save2'] = locat['katja'] elseif locat['katja_save2'] = 37: !! Out nightclub locat['katja'] = 53 locat['katja_save2'] = locat['katja'] else locat['katja'] = locat['katja_save2'] end else if week = 4: if (katjaQW['QWstage'] < 3 or katjaQW['slut'] < 75) and katjaQW['liberated'] = 0: locat['katja'] = func('shortgs', 'rand_pick', '', 29, 52) else locat['katja'] = func('shortgs', 'rand_pick', '', 53, 52, 52) end locat['katja_rand2'] = daystart locat['katja_save2'] = locat['katja'] else !!Out -nightclub locat['katja'] = 53 end end end else if week < 4 or (week = 4 and (katjaQW['QWstage'] < 3 or katjaQW['slut'] < 75) and katjaQW['liberated'] = 0) or (week = 4 and locat['katja'] = 52): !!Dormroom - sleeping. locat['katja'] = 20 elseif week = 4 and minut < 15: !!Out - going home. locat['katja'] = 38 elseif week = 4: !!Dormroom - sleeping. locat['katja'] = 20 else if locat['katja_rand2'] ! daystart: !!Out - nightclub locat['katja'] = 53 else locat['katja'] = locat['katja_save2'] end end end elseif week = 6: if (katjaQW['QWstage'] < 3 or katjaQW['slut'] < 75) and katjaQW['liberated'] = 0: if hour = 0 and minut < 15: !!Out - going home. locat['katja'] = 38 elseif hour < 8: !!Dormroom - Asleep locat['katja'] = 20 elseif hour < 8 and minut < 15: !!Shared Dorm Shower - Taking A shower. locat['katja'] = 21 elseif hour = 8 and minut < 45: !!Dormroom - Getting Dressed and Doing Makeup locat['katja'] = 22 elseif hour = 8 or (hour = 9 and minut < 15): !!Shared Kitchen - Eating Breakfast locat['katja'] = 23 elseif hour = 9 and minut < 30: !!Dormroom - Getting ready to leave locat['katja'] = 24 elseif hour = 9 and minut < 45: !!IMetro/City Train Station - getting to the station to take take the train to pav. locat['katja'] = 39 elseif hour < 11: !!ITrain - traveling to Pav locat['katja'] = 40 elseif hour = 11 and minut < 15: !!Pav streets - walking the her mothers home. locat['katja'] = 41 elseif hour < 12: !!At home in her room locat['katja'] = 7 elseif hour < 15: if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9: !!At the lake beach hanging out with the other cool kids and the jocks locat['katja'] = 10 else !!At home in her room locat['katja'] = 7 end elseif hour < 20: !!At home in her room locat['katja'] = 7 else !!At the community center disco locat['katja'] = 8 end else if hour < 2: if locat['katja_rand2'] ! daystart-1: !!Out - nightclub locat['katja'] = 53 else locat['katja'] = locat['katja_save2'] end elseif hour = 2 and minut < 15: !!Out - going home. locat['katja'] = 38 elseif hour < 9: !!Dormroom - Asleep locat['katja'] = 20 elseif hour < 9 and minut < 15: !!Shared Dorm Shower - Taking A shower. locat['katja'] = 21 elseif hour = 9: !!Dormroom - Getting Dressed and Doing Makeup locat['katja'] = 22 elseif hour < 12: !!Coffee shop - eating brunch/hanging out, check to see if the player have convinced Katja to go somewhere else if locat['katja_rand1'] ! daystart: locat['katja'] = 30 else locat['katja'] = locat['katja_save1'] end elseif hour < 16: !!Randomized locations, depending on weather. 42 - city beach, 43 - central park, 44 - shopping mall in city center. if locat['katja_rand1'] ! daystart: if sunWeather = 1: if temper >= 20 and month >= 5 and month <= 9 and rand(0,4) > 0: !!City Beach - sunbating/swhimming/having fun locat['katja'] = 42 else locat['katja'] = func('shortgs', 'rand_pick', '', 43, 43, 44, 44, 30, 31) end else locat['katja'] = func('shortgs', 'rand_pick', '', 44, 44, 30, 31) end locat['katja_rand1'] = daystart locat['katja_save1'] = locat['katja'] else locat['katja'] = locat['katja_save1'] end elseif hour < 18: if sunWeather = 1 and temper > 15: !!IUniversity grounds - hanging out locat['katja'] = 25 else !!Dormroom - relaxing/studying locat['katja'] = 31 end elseif hour < 19 and minut < 15: !!Shared Bathroom - showering locat['katja'] = 34 elseif hour < 19 and minut < 45: !!Dormroom - getting ready to go out locat['katja'] = 35 elseif hour < 19: !!Out -going to a resturant locat['katja'] = 36 elseif hour < 20: !!restaurant - having dinner locat['katja'] = 45 else if locat['katja_rand2'] ! daystart: !!Out - nightclub locat['katja'] = 53 else locat['katja'] = locat['katja_save2'] end end end else if (katjaQW['QWstage'] < 3 or katjaQW['slut'] < 75) and katjaQW['liberated'] = 0: if hour < 9: !!Bedroom - Asleep locat['katja'] = 1 elseif hour = 9 and minut < 30: !!Bedroom - Getting Dressed locat['katja'] = 2 elseif hour < 10: !!Kitchen - Breakfast locat['katja'] = 3 elseif hour < 12: !!At home in her room locat['katja'] = 7 elseif hour < 15: if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and ((kanikuli = 0 and week = 7) or week mod 2 = 0): !!At the lake beach hanging out with the other cool kids and the jocks locat['katja'] = 10 else !!At home in her room locat['katja'] = 7 end elseif hour < 20: !!At home in her room locat['katja'] = 7 elseif hour = 20 or (hour = 21 and minut < 30): !!In her room with not having visitors over locat['katja'] = 9 elseif hour = 21 and minut < 45: !!Pav streets - walks to the train station/waiting at the platform locat['katja'] = 46 elseif hour = 21 or hour = 22 or (hour = 23 and minut < 15): !!Train - traveling from Pav to the city. locat['katja'] = 47 elseif hour < 23 and minut < 30: !!Metro - traveling from the train station to the dorm locat['katja'] = 48 else !!Dormroom - sleeping. locat['katja'] = 20 end else if hour = 0 and minut < 15: !!Out - going home. locat['katja'] = 38 elseif hour < 8: !!Dormroom - Asleep locat['katja'] = 20 elseif hour < 8 and minut < 15: !!Shared Dorm Shower - Taking A shower. locat['katja'] = 21 elseif hour = 8 and minut < 45: !!Dormroom - Getting Dressed and Doing Makeup locat['katja'] = 22 elseif hour = 8 or (hour = 9 and minut < 15): !!Shared Kitchen - Eating Breakfast locat['katja'] = 23 elseif hour = 9 and minut < 30: !!Dormroom - Getting ready to leave locat['katja'] = 24 elseif hour = 9 and minut < 45: !!IMetro/City Train Station - gettting to the station to take take the train to pav. locat['katja'] = 39 elseif hour < 11: !!Train - traveling to Pav locat['katja'] = 40 elseif hour = 11 and minut < 15: !!Pav streets - walking the her mothers home. locat['katja'] = 41 elseif hour < 12: !!At home in her room locat['katja'] = 7 elseif hour < 15: if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and ((kanikuli = 0 and week = 7) or week mod 2 = 0): !!At the lake beach hanging out with the other cool kids and the jocks locat['katja'] = 10 else !!At home in her room locat['katja'] = 7 end elseif hour < 20: !!At home in her room locat['katja'] = 7 elseif hour = 20 or (hour = 21 and minut < 30): !!In her room with not having visitors over locat['katja'] = 9 elseif hour = 21 and minut < 45: !!Pav streets - walks to the train station/waiting at the platform locat['katja'] = 46 elseif hour = 21 or hour = 22 or (hour < 23 and minut < 15): !!Train - traveling from Pav to the city. locat['katja'] = 47 elseif hour < 23 and minut < 30: !!Metro - traveling from the trainstation to the dorm locat['katja'] = 48 else !!Dormroom - sleeping. locat['katja'] = 20 end end end elseif university['exam_week'] > 0: if week < 6: if hour < 7: !!Dormroom - Asleep locat['katja'] = 20 elseif hour < 7 and minut < 15: !!Shared Dorm Shower - Taking A shower. locat['katja'] = 21 elseif hour = 7 and minut < 45: !!Dormroom - Getting Dressed and Doing Makeup locat['katja'] = 22 elseif hour = 7 or (hour = 8 and minut < 15): !!Shared Kitchen - Eating Breakfast locat['katja'] = 23 elseif hour = 8 and minut < 30: !!Dormroom - Getting ready to leave locat['katja'] = 24 elseif hour < 9: if sunWeather = 1 and temper > 15: !!IUniversity grounds - waiting for exam/to go to the library. locat['katja'] = 25 elseif week = 4 or (week = 2 and university['exam_week'] = 2) or (university['exam_week'] = 2 and week = 5): !!IDormroom - waiting to go to exam locat['katja'] = 24 else !!Library - Studying for exam locat['katja'] = 29 end elseif hour < 12: if week = 4 or (week = 2 and university['exam_week'] = 2): !!Classroom - taking a exam locat['katja'] = 49 elseif (university['exam_week'] = 2 and week = 5): !!Coffee shop - eating brunch/hanging out if locat['katja_rand1'] ! daystart: locat['katja'] = 30 else locat['katja'] = locat['katja_save1'] end else !!Library - Studying for exam. locat['katja'] = 29 end elseif hour < 13: !!Coffee shop - eating lunch/hanging out if locat['katja_rand1'] ! daystart: locat['katja'] = 30 else locat['katja'] = locat['katja_save1'] end elseif hour < 16: if university['exam_week'] = 2: if week = 4: !!Bar - celebrating that exams are over locat['katja'] = 50 else !!Coffee shop - hanging out if locat['katja_rand1'] ! daystart: locat['katja'] = 30 else locat['katja'] = locat['katja_save1'] end end else !!Library - Studying for classes. locat['katja'] = 29 end elseif hour < 18: if university['exam_week'] = 2 and week = 4: !!Bar - celebrating that exams are over locat['katja'] = 50 else !!Dormroom - relaxing/studying locat['katja'] = 31 end elseif hour = 18 and minut < 30: if university['exam_week'] = 2 and week = 4: !!Resturen - having dinner celebrating that exams are over locat['katja'] = 36 else !!Shared Kitchen - cooking locat['katja'] = 32 end elseif hour = 18 and minut < 45: if university['exam_week'] = 2 and week = 4: !!Resturen - having dinner celebrating that exams are over locat['katja'] = 36 else !!Shared Kitchen - eating locat['katja'] = 33 end elseif hour < 19: if university['exam_week'] = 2 and week = 4: !!Resturen - having dinner celebrating that exams are over locat['katja'] = 36 else !!Shared Bathroom - showering locat['katja'] = 34 end elseif hour < 20: if locat['katja_rand2'] ! daystart: if week < 4 or (week = 4 and university['exam_week'] = 1): !!Dormroom - relaxing/studying locat['katja'] = 31 elseif minut < 45 and (week = 5 or university['exam_week'] = 1): !!Dormroom - getting ready to go out locat['katja'] = 35 else !!Out -going to a party/bar/cafe locat['katja'] = 37 end else if locat['katja_save2'] = 35 and minut >= 45: locat['katja_save2'] = 37 end locat['katja'] = locat['katja_save2'] end elseif hour < 23: if week < 4 or (week = 4 and university['exam_week'] = 1): !!Library - Studying for classes. locat['katja'] = 29 else if locat['katja_rand2'] ! daystart: !!Out - nightclub locat['katja'] = 53 else locat['katja'] = locat['katja_save2'] end end else if week < 4 or (week = 4 and university['exam_week'] = 1): !!Dormroom - sleeping. locat['katja'] = 20 elseif week = 4: if minut < 15: !!Out - going home. locat['katja'] = 38 else !!Dormroom - sleeping. locat['katja'] = 20 end else if locat['katja_rand2'] ! daystart: !!Out - nightclub locat['katja'] = 53 else locat['katja'] = locat['katja_save2'] end end end elseif week = 6: if ((katjaQW['QWstage'] < 3 or katjaQW['slut'] < 75) and katjaQW['liberated'] = 0) or university['exam_week'] = 2: if hour = 0 and minut < 15: !!Out - going home. locat['katja'] = 38 elseif hour < 8: !!Dormroom - Asleep locat['katja'] = 20 elseif hour < 8 and minut < 15: !!Shared Dorm Shower - Taking A shower. locat['katja'] = 21 elseif hour = 8 and minut < 45: !!Dormroom - Getting Dressed and Doing Makeup locat['katja'] = 22 elseif hour = 8 or (hour = 9 and minut < 15): !!Shared Kitchen - Eating Breakfast locat['katja'] = 23 elseif hour = 9 and minut < 30: !!Dormroom - Getting ready to leave locat['katja'] = 24 elseif hour = 9 and minut < 45: !!IMetro/City Train Station - gettting to the station to take take the train to pav. locat['katja'] = 39 elseif hour < 11: !!ITrain - traveling to Pav locat['katja'] = 40 elseif hour = 11 and minut < 15: !!Pav streets - walking the her mothers home. locat['katja'] = 41 elseif hour < 12: !!At home in her room locat['katja'] = 7 elseif hour < 15: if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and kanikuli ! 0: !!At the lake beach hanging out with the other cool kids and the jocks locat['katja'] = 10 else !!At home in her room locat['katja'] = 7 end elseif hour < 20: !!At home in her room locat['katja'] = 7 else !!At the community center disco locat['katja'] = 8 end else if hour < 2: if locat['katja_rand2'] ! daystart-1: !!Out - nightclub locat['katja'] = 53 else locat['katja'] = locat['katja_save2'] end elseif hour = 2 and minut < 15: !!Out - going home. locat['katja'] = 38 elseif hour < 9: !!Dormroom - Asleep locat['katja'] = 20 elseif hour < 9 and minut < 15: !!Shared Dorm Shower - Taking A shower. locat['katja'] = 21 elseif hour = 9: !!Dormroom - Getting Dressed and Doing Makeup locat['katja'] = 22 elseif hour < 12: !!Coffee shop - eating brunch/hanging out if locat['katja_rand1'] ! daystart: locat['katja'] = 30 else locat['katja'] = locat['katja_save1'] end elseif hour < 16: !!Randomized locations, depeding on weather. 42 - city beach, 43 - central park, 44 - shoping mall in city center. if locat['katja_rand1'] ! daystart: if sunWeather = 1: if temper >= 20 and month >= 5 and month <= 9 and rand(0,4) > 0: !!City Beach - sunbating/swimming/having fun locat['katja'] = 42 else locat['katja'] = func('shortgs', 'rand_pick', '', 43, 43, 44, 44, 30, 31) end else locat['katja'] = func('shortgs', 'rand_pick', '', 44, 44, 30, 31) end locat['katja_rand1'] = daystart locat['katja_save1'] = locat['katja'] else locat['katja'] = locat['katja_save1'] end elseif hour < 18: if sunWeather = 1 and temper > 15: !!IUniversity grounds - hanging out locat['katja'] = 25 else !!Dormroom - relaxing/studying locat['katja'] = 31 end elseif hour < 19 and minut < 15: !!Shared Bathroom - showering locat['katja'] = 34 elseif hour < 19 and minut < 45: !!Dormroom - getting ready to go out locat['katja'] = 35 elseif hour < 19: !!Out -going to a resturant locat['katja'] = 36 elseif hour < 20: !!resturent - having dinner locat['katja'] = 45 else if locat['katja_rand2'] ! daystart-1: !!Out - nightclub locat['katja'] = 53 else locat['katja'] = locat['katja_save2'] end end end else if ((katjaQW['QWstage'] < 3 or katjaQW['slut'] < 75) and katjaQW['liberated'] = 0) or university['exam_week'] = 2: if hour < 9: !!Bedroom - Asleep locat['katja'] = 1 elseif hour = 9 and minut < 30: !!Bedroom - Getting Dressed locat['katja'] = 2 elseif hour < 10: !!Kitchen - Breakfast locat['katja'] = 3 elseif hour < 12: !!At home in her room locat['katja'] = 7 elseif hour < 15: if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and ((kanikuli = 0 and week = 7) or week mod 2 = 0): !!At the lake beach hanging out with the other cool kids and the jocks locat['katja'] = 10 else !!At home in her room locat['katja'] = 7 end elseif hour < 20: !!At home in her room locat['katja'] = 7 elseif hour = 20 or (hour = 21 and minut < 30): !!In her room with not having visitors over locat['katja'] = 9 elseif hour = 21 and minut < 45: if university['exam_week'] = 2: !!In her room with not having visitors over locat['katja'] = 9 else !!Pav streets - walks to the train station/waiting at the platform locat['katja'] = 46 end elseif hour = 21 or (hour < 23 and minut < 45): if university['exam_week'] = 2: !!In her room with not having visitors over locat['katja'] = 9 else !!Train - traveling from Pav to the city. locat['katja'] = 47 end elseif hour < 23: if university['exam_week'] = 2: !!In her room with not having visitors over locat['katja'] = 9 else !!Metro - traveling from the trainstation to the dorm locat['katja'] = 48 end else if university['exam_week'] = 2: !!In her room with not having visitors over locat['katja'] = 9 else !!Dormroom - sleeping. locat['katja'] = 20 end end else if hour = 0 and minut < 15: !!Out - going home. locat['katja'] = 38 elseif hour < 8: !!Dormroom - Asleep locat['katja'] = 20 elseif hour < 8 and minut < 15: !!Shared Dorm Shower - Taking A shower. locat['katja'] = 21 elseif hour = 8 and minut < 45: !!Dormroom - Getting Dressed and Doing Makeup locat['katja'] = 22 elseif hour = 8 or (hour = 9 and minut < 15): !!Shared Kitchen - Eating Breakfast locat['katja'] = 23 elseif hour = 9 and minut < 30: !!Dormroom - Getting ready to leave locat['katja'] = 24 elseif hour = 9 and minut < 45: !!IMetro/City Train Station - gettting to the station to take take the train to pav. locat['katja'] = 39 elseif hour < 11: !!ITrain - traveling to Pav locat['katja'] = 40 elseif hour = 11 and minut < 15: !!Pav streets - walking the her mothers home. locat['katja'] = 41 elseif hour < 12: !!At home in her room locat['katja'] = 7 elseif hour < 15: if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and ((kanikuli = 0 and week = 7) or week mod 2 = 0): !!At the lake beach hanging out with the other cool kids and the jocks locat['katja'] = 10 else !!At home in her room locat['katja'] = 7 end elseif hour < 20: !!At home in her room locat['katja'] = 7 elseif hour = 20 or (hour = 21 and minut < 30): !!In her room with not having visitors over locat['katja'] = 9 elseif hour = 21 and minut < 45: !!Pav streets - walks to the train station/waiting at the platform locat['katja'] = 46 elseif hour = 21 or (hour < 23 and minut < 45): !!Train - traveling from Pav to the city. locat['katja'] = 47 elseif hour < 23: !!Metro - traveling from the trainstation to the dorm locat['katja'] = 48 else !!Dormroom - sleeping. locat['katja'] = 20 end end end else if week < 3: if (hour < 7) or (hour = 7 and minut < 45): !!Bedroom - Asleep locat['katja'] = 1 elseif hour < 7: !!Bedroom - Getting Dressed locat['katja'] = 2 elseif hour = 8 and minut <= 30: !!Kitchen - Breakfast locat['katja'] = 3 elseif hour < 12: !!At home in her room locat['katja'] = 7 elseif hour < 15: if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and week mod 2 = 0: !!At the lake beach hanging out with the other cool kids and the jocks locat['katja'] = 10 else !!At home in her room locat['katja'] = 7 end elseif hour < 20: !!At home in her room locat['katja'] = 7 else if week = 2: if hour = 20 and minut < 15: !!Pav streets - walks to the train station/waiting at the platform locat['katja'] = 46 elseif hour = 20 or (hour = 21 and minut < 15): !!Train - traveling from Pav to the city. locat['katja'] = 47 elseif hour = 20 and minut < 30: !!Metro - traveling from the trainstation to the dorm locat['katja'] = 48 elseif hour < 23: !!Dormroom - relaxing/studying locat['katja'] = 31 else !!Dormroom - sleeping. locat['katja'] = 20 end else !!In her room with not having visitors over locat['katja'] = 9 end end elseif week < 6: if (hour < 7) or (hour = 7 and minut < 45): !!Dormroom - Asleep locat['katja'] = 20 elseif hour < 8: !!Shared Dorm Shower - Taking A shower. locat['katja'] = 21 elseif hour = 8 and minut < 30: !!Dormroom - Getting Dressed and Doing Makeup locat['katja'] = 22 elseif hour = 8: !!Shared Kitchen - Eating Breakfast locat['katja'] = 23 elseif hour = 9 and minut < 15: !!Dormroom - Getting ready to leave locat['katja'] = 24 elseif hour < 11: if sunWeather = 1 and temper > 15: !!IUniversity grounds - enjoying the weather. locat['katja'] = 25 else !!IDormroom - deciding what to do locat['katja'] = 24 end elseif hour < 12 or (hour = 12 and minut < 30): !!Coffee shop - eating lunch/hanging out if locat['katja_rand1'] ! daystart: locat['katja'] = 30 else locat['katja'] = locat['katja_save1'] end elseif hour < 16: !!Randomized locations, depeding on weather. 42 - city beach, 43 - central park, 44 - shoping mall in city center. if locat['katja_rand1'] ! daystart: if sunWeather = 1: if temper >= 20 and month >= 5 and month <= 9 and rand(0,4) > 0: !!City Beach - sunbating/swhimming/having fun locat['katja'] = 42 else locat['katja'] = func('shortgs', 'rand_pick', '', 43, 43, 44, 44, 30, 31) end else locat['katja'] = func('shortgs', 'rand_pick', '', 44, 44, 30, 31) end locat['katja_rand1'] = daystart locat['katja_save1'] = locat['katja'] else locat['katja'] = locat['katja_save1'] end elseif hour < 18: if sunWeather = 1 and temper > 15: !!IUniversity grounds - hanging out locat['katja'] = 25 else !!Dormroom - relaxing locat['katja'] = 31 end elseif hour = 18 and minut < 30: !!Shared Kitchen - cooking locat['katja'] = 32 elseif hour = 18 and minut < 45: !!Shared Kitchen - eating locat['katja'] = 33 elseif hour < 19: !!Shared Bathroom - showering locat['katja'] = 34 elseif hour < 20: if week < 4 or (week = 4 and katjaQW['QWstage'] < 3 and katjaQW['slut'] < 75 and katjaQW['liberated'] = 0): !!Dormroom - relaxing or getting redy to see a movie if locat['katja_rand2'] ! daystart: locat['katja'] = func('shortgs', 'rand_pick', '', 31, 51) locat['katja_rand2'] = daystart locat['katja_save2'] = locat['katja'] else locat['katja'] = locat['katja_save2'] end else if week = 4: if locat['katja_rand2'] ! daystart: locat['katja'] = func('shortgs', 'rand_pick', '', 35, 51, 51) locat['katja_rand2'] = daystart locat['katja_save2'] = locat['katja'] else if locat['katja_save2'] = 35 and minut >= 45: locat['katja_save2'] = 37 end locat['katja'] = locat['katja_save2'] end else if locat['katja_rand2'] ! daystart: if minut < 45: !!Dormroom - getting ready to go out locat['katja'] = 35 else !!Out -going to a party/bar/cafe locat['katja'] = 37 end else if locat['katja_save2'] = 35 and minut >= 45: locat['katja_save2'] = 37 end locat['katja'] = locat['katja_save2'] end end end elseif hour < 23: if locat['katja_rand2'] = daystart: if locat['katja_save2'] = 51: !! Domroom - watching a movie locat['katja'] = 52 locat['katja_save2'] = locat['katja'] elseif locat['katja_save2'] = 35: locat['katja'] = 37 locat['katja_save2'] = locat['katja'] elseif locat['katja_save2'] = 37: locat['katja'] = 53 locat['katja_save2'] = locat['katja'] else locat['katja'] = locat['katja_save2'] end else if week < 4: !!Dormroom - relaxing or getting redy to see a movie locat['katja'] = func('shortgs', 'rand_pick', '', 31, 51) locat['katja_rand2'] = daystart locat['katja_save2'] = locat['katja'] else if week = 4: if katjaQW['QWstage'] < 3 and katjaQW['slut'] < 75 and katjaQW['liberated'] = 0: locat['katja'] = func('shortgs', 'rand_pick', '', 29, 52) else locat['katja'] = func('shortgs', 'rand_pick', '', 53, 52, 52) end locat['katja_rand2'] = daystart locat['katja_save2'] = locat['katja'] else !!Out -nightclub locat['katja'] = 53 end end end else if week < 4 or (week = 4 and katjaQW['QWstage'] < 3 and katjaQW['liberated'] = 0): !!Dormroom - sleeping. locat['katja'] = 20 elseif week = 4 and minut < 15: !!Out - going home. locat['katja'] = 38 elseif week = 4: !!Dormroom - sleeping. locat['katja'] = 20 else if locat['katja_rand2'] ! daystart: !!Out - nightclub locat['katja'] = 53 else locat['katja'] = locat['katja_save2'] end end end elseif week = 6: if (katjaQW['QWstage'] < 3 or katjaQW['slut'] < 75) and katjaQW['liberated'] = 0: if hour = 0 and minut < 15: !!Out - going home. locat['katja'] = 38 elseif hour < 8: !!Dormroom - Asleep locat['katja'] = 20 elseif hour < 8 and minut < 15: !!Shared Dorm Shower - Taking A shower. locat['katja'] = 21 elseif hour = 8 and minut < 45: !!Dormroom - Getting Dressed and Doing Makeup locat['katja'] = 22 elseif hour = 8 or (hour = 9 and minut < 15): !!Shared Kitchen - Eating Breakfast locat['katja'] = 23 elseif hour = 9 and minut < 30: !!Dormroom - Getting ready to leave locat['katja'] = 24 elseif hour = 9 and minut < 45: !!IMetro/City Train Station - gettting to the station to take take the train to pav. locat['katja'] = 39 elseif hour < 11: !!ITrain - traveling to Pav locat['katja'] = 40 elseif hour = 11 and minut < 15: !!Pav streets - walking the her mothers home. locat['katja'] = 41 elseif hour < 12: !!At home in her room locat['katja'] = 7 elseif hour < 15: if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and kanikuli ! 0: !!At the lake beach hanging out with the other cool kids and the jocks locat['katja'] = 10 else !!At home in her room locat['katja'] = 7 end elseif hour < 20: !!At home in her room locat['katja'] = 7 else !!At the community center disco locat['katja'] = 8 end else if hour < 2: if locat['katja_rand2'] ! daystart-1: !!Out - nightclub locat['katja'] = 53 else locat['katja'] = locat['katja_save2'] end elseif hour = 2 and minut < 15: !!Out - going home. locat['katja'] = 38 elseif hour < 9: !!Dormroom - Asleep locat['katja'] = 20 elseif hour < 9 and minut < 15: !!Shared Dorm Shower - Taking A shower. locat['katja'] = 21 elseif hour = 9: !!Dormroom - Getting Dressed and Doing Makeup locat['katja'] = 22 elseif hour < 12: !!Coffee shop - eating brunch/hanging out if locat['katja_rand1'] ! daystart: locat['katja'] = 30 else locat['katja'] = locat['katja_save1'] end elseif hour < 16: !!Randomized locations, depeding on weather. 42 - city beach, 43 - central park, 44 - shoping mall in city center. if locat['katja_rand1'] ! daystart: if sunWeather = 1: if temper >= 20 and month >= 5 and month <= 9 and rand(0,4) > 0: !!City Beach - sunbating/swhimming/having fun locat['katja'] = 42 else locat['katja'] = func('shortgs', 'rand_pick', '', 43, 43, 44, 44, 30, 31) end else locat['katja'] = func('shortgs', 'rand_pick', '', 44, 44, 30, 31) end locat['katja_rand1'] = daystart locat['katja_save1'] = locat['katja'] else locat['katja'] = locat['katja_save1'] end elseif hour < 18: if sunWeather = 1 and temper > 15: !!IUniversity grounds - hanging out locat['katja'] = 25 else !!Dormroom - relaxing/studying locat['katja'] = 31 end elseif hour < 19 and minut < 15: !!Shared Bathroom - showering locat['katja'] = 34 elseif hour < 19 and minut < 45: !!Dormroom - getting ready to go out locat['katja'] = 35 elseif hour < 19: !!Out -going to a resturant locat['katja'] = 36 elseif hour < 20: !!resturent - having dinner locat['katja'] = 45 else if locat['katja_rand2'] ! daystart: !!Out - nightclub locat['katja'] = 53 else locat['katja'] = locat['katja_save2'] end end end else if (katjaQW['QWstage'] < 3 or katjaQW['slut'] < 75) and katjaQW['liberated'] = 0: if hour < 9: !!Bedroom - Asleep locat['katja'] = 1 elseif hour = 9 and minut < 30: !!Bedroom - Getting Dressed locat['katja'] = 2 elseif hour < 10: !!Kitchen - Breakfast locat['katja'] = 3 elseif hour < 12: !!At home in her room locat['katja'] = 7 elseif hour < 15: if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and ((kanikuli = 0 and week = 7) or week mod 2 = 0): !!At the lake beach hanging out with the other cool kids and the jocks locat['katja'] = 10 else !!At home in her room locat['katja'] = 7 end elseif hour < 20: !!At home in her room locat['katja'] = 7 elseif hour = 20 or (hour = 21 and minut < 30): !!In her room with not having visitors over locat['katja'] = 9 elseif hour = 21 and minut < 45: !!Pav streets - walks to the train station/waiting at the platform locat['katja'] = 46 elseif hour = 21 or (hour < 23 and minut < 45): !!Train - traveling from Pav to the city. locat['katja'] = 47 elseif hour < 23: !!Metro - traveling from the trainstation to the dorm locat['katja'] = 48 else !!Dormroom - sleeping. locat['katja'] = 20 end else if hour = 0 and minut < 15: !!Out - going home. locat['katja'] = 38 elseif hour < 8: !!Dormroom - Asleep locat['katja'] = 20 elseif hour < 8 and minut < 15: !!Shared Dorm Shower - Taking A shower. locat['katja'] = 21 elseif hour = 8 and minut < 45: !!Dormroom - Getting Dressed and Doing Makeup locat['katja'] = 22 elseif hour = 8 or (hour = 9 and minut < 15): !!Shared Kitchen - Eating Breakfast locat['katja'] = 23 elseif hour = 9 and minut < 30: !!Dormroom - Getting ready to leave locat['katja'] = 24 elseif hour = 9 and minut < 45: !!IMetro/City Train Station - gettting to the station to take take the train to pav. locat['katja'] = 39 elseif hour < 11: !!ITrain - traveling to Pav locat['katja'] = 40 elseif hour = 11 and minut < 15: !!Pav streets - walking the her mothers home. locat['katja'] = 41 elseif hour < 12: !!At home in her room locat['katja'] = 7 elseif hour < 15: if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and ((kanikuli = 0 and week = 7) or week mod 2 = 0): !!At the lake beach hanging out with the other cool kids and the jocks locat['katja'] = 10 else !!At home in her room locat['katja'] = 7 end elseif hour < 20: !!At home in her room locat['katja'] = 7 else !!In her room with not having visitors over locat['katja'] = 9 end end end end end --- katja_meynold_schedule ---------------------------------