katja_meynold_schedule.qsrc 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. # katja_meynold_schedule
  2. !!2022/01/27
  3. locat['katja'] = 0
  4. if SchoolAtestat = 0 and kanikuli = 0:
  5. if week <= 5:
  6. if (hour < 6) or (hour = 6 and minut < 45):
  7. !!Bedroom - Asleep
  8. locat['katja'] = 1
  9. elseif hour < 7:
  10. !!Bedroom - Getting Dressed
  11. locat['katja'] = 2
  12. elseif hour = 7 and minut <= 15:
  13. !!Kitchen - Breakfast
  14. locat['katja'] = 3
  15. elseif hour = 7 and minut < 30:
  16. !!NotHome - Walking to school
  17. locat['katja'] = 4
  18. elseif hour < 14:
  19. !!NotHome - At School
  20. locat['katja'] = 5
  21. elseif hour < 15:
  22. !!NotHome - Hanging out near the school or walking home from school
  23. locat['katja'] = 6
  24. elseif hour < 20:
  25. !!At home in her room
  26. locat['katja'] = 7
  27. else
  28. if week = 5:
  29. !!At the comunity center disco
  30. locat['katja'] = 8
  31. else
  32. !!In her room with not having visitors over
  33. locat['katja'] = 9
  34. end
  35. end
  36. elseif week = 6:
  37. if hour < 9:
  38. !!Bedroom - Asleep
  39. locat['katja'] = 1
  40. elseif hour = 9 and minut < 30:
  41. !!Bedroom - Getting Dressed
  42. locat['katja'] = 2
  43. elseif hour < 10:
  44. !!Kitchen - Breakfast
  45. locat['katja'] = 3
  46. elseif hour < 20:
  47. !!At home in her room
  48. locat['katja'] = 7
  49. else
  50. !!At the comunity center disco
  51. locat['katja'] = 8
  52. end
  53. else
  54. if hour < 9:
  55. !!Bedroom - Asleep
  56. locat['katja'] = 1
  57. elseif hour = 9 and minut < 30:
  58. !!Bedroom - Getting Dressed
  59. locat['katja'] = 2
  60. elseif hour < 10:
  61. !!Kitchen - Breakfast
  62. locat['katja'] = 3
  63. elseif hour < 12:
  64. !!At home in her room
  65. locat['katja'] = 7
  66. elseif hour < 15:
  67. if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9:
  68. !!At the lake beach hanging out wiht the other cool kids and the jocks
  69. locat['katja'] = 10
  70. else
  71. !!At home in her room
  72. locat['katja'] = 7
  73. end
  74. elseif hour < 20:
  75. !!At home in her room
  76. locat['katja'] = 7
  77. else
  78. !!In her room with not having visitors over
  79. locat['katja'] = 9
  80. end
  81. end
  82. else
  83. if week <= 5:
  84. if (hour < 7) or (hour = 7 and minut < 45):
  85. !!Bedroom - Asleep
  86. locat['katja'] = 1
  87. elseif hour < 7:
  88. !!Bedroom - Getting Dressed
  89. locat['katja'] = 2
  90. elseif hour = 8 and minut <= 30:
  91. !!Kitchen - Breakfast
  92. locat['katja'] = 3
  93. elseif hour < 12:
  94. !!At home in her room
  95. locat['katja'] = 7
  96. elseif hour < 15:
  97. if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and week mod 2 = 0:
  98. !!At the lake beach hanging out wiht the other cool kids and the jocks
  99. locat['katja'] = 10
  100. else
  101. !!At home in her room
  102. locat['katja'] = 7
  103. end
  104. elseif hour < 20:
  105. !!At home in her room
  106. locat['katja'] = 7
  107. else
  108. if week = 5:
  109. !!At the comunity center disco
  110. locat['katja'] = 8
  111. else
  112. !!In her room with not having visitors over
  113. locat['katja'] = 9
  114. end
  115. end
  116. elseif week = 6:
  117. if hour < 9:
  118. !!Bedroom - Asleep
  119. locat['katja'] = 1
  120. elseif hour = 9 and minut < 30:
  121. !!Bedroom - Getting Dressed
  122. locat['katja'] = 2
  123. elseif hour < 10:
  124. !!Kitchen - Breakfast
  125. locat['katja'] = 3
  126. elseif hour < 12:
  127. !!At home in her room
  128. locat['katja'] = 7
  129. elseif hour < 15:
  130. if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9:
  131. !!At the lake beach hanging out wiht the other cool kids and the jocks
  132. locat['katja'] = 10
  133. else
  134. !!At home in her room
  135. locat['katja'] = 7
  136. end
  137. elseif hour < 20:
  138. !!At home in her room
  139. locat['katja'] = 7
  140. else
  141. !!At the comunity center disco
  142. locat['katja'] = 8
  143. end
  144. else
  145. if hour < 9:
  146. !!Bedroom - Asleep
  147. locat['katja'] = 1
  148. elseif hour = 9 and minut < 30:
  149. !!Bedroom - Getting Dressed
  150. locat['katja'] = 2
  151. elseif hour < 10:
  152. !!Kitchen - Breakfast
  153. locat['katja'] = 3
  154. elseif hour < 20:
  155. !!At home in her room
  156. locat['katja'] = 7
  157. else
  158. !!In her room with not having visitors over
  159. locat['katja'] = 9
  160. end
  161. end
  162. end
  163. --- katja_meynold_schedule ---------------------------------