vicky_meynold_schedule.qsrc 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. # vicky_meynold_schedule
  2. !!2022/01/22
  3. locat['Vicky'] = 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['Vicky'] = 1
  9. elseif hour < 7:
  10. !!Bedroom - Getting Dressed
  11. locat['Vicky'] = 2
  12. elseif hour = 7 and minut <= 15:
  13. !!Kitchen - Breakfast
  14. locat['Vicky'] = 3
  15. elseif hour = 7 and minut < 30:
  16. !!NotHome - Walking to school
  17. locat['Vicky'] = 4
  18. elseif hour < 14:
  19. !!NotHome - At School
  20. locat['Vicky'] = 5
  21. elseif hour < 16:
  22. if (week = 2 or week = 4) and (month >= 10 or month <= 5):
  23. !!NotHome - Cheerleader Practice
  24. locat['Vicky'] = 6
  25. elseif week = 5 and odd_week = 1 and (month >= 10 or month <= 5):
  26. !!NotHome - Game Night
  27. locat['Vicky'] = 7
  28. else
  29. if week = 5:
  30. if hour = 14 and minut < 30:
  31. !!Walking home
  32. locat['Vicky'] = 8
  33. else
  34. !!At home in her room
  35. locat['Vicky'] = 9
  36. end
  37. else
  38. if hour = 14 and minut < 15:
  39. !!Walking to the park with Vanya
  40. locat['Vicky'] = 10
  41. else
  42. !!In the park with Vanya
  43. locat['Vicky'] = 11
  44. end
  45. end
  46. end
  47. elseif hour < 18:
  48. if week = 5:
  49. !!At home in her room
  50. locat['Vicky'] = 9
  51. else
  52. !!In the park with Vanya
  53. locat['Vicky'] = 11
  54. end
  55. elseif hour = 18 and minut < 30:
  56. if week = 5:
  57. !!At home in her room
  58. locat['Vicky'] = 9
  59. else
  60. !!Walking home from the park
  61. locat['Vicky'] = 8
  62. end
  63. elseif hour = 18 and minut < 45:
  64. if week = 1 or week = 3:
  65. !!At home in her room preparing to do exercises
  66. locat['Vicky'] = 12
  67. else
  68. !!At home in her room
  69. locat['Vicky'] = 9
  70. end
  71. elseif hour < 19 or (hour = 19 and minut <15):
  72. if week = 1 or week = 3:
  73. !!In the living room doing exercises
  74. locat['Vicky'] = 13
  75. else
  76. !!At home in her room
  77. locat['Vicky'] = 9
  78. end
  79. elseif hour < 20:
  80. !!At home in her room
  81. locat['Vicky'] = 9
  82. elseif hour < 23:
  83. if week = 5:
  84. !!At the comunity cneter disco
  85. locat['Vicky'] = 14
  86. else
  87. !!At home in her room
  88. locat['Vicky'] = 9
  89. end
  90. else
  91. if week = 5:
  92. !!At the comunity center disco
  93. locat['Vicky'] = 14
  94. else
  95. !!In her room with Vanya
  96. locat['Vicky'] = 15
  97. end
  98. end
  99. elseif week = 6:
  100. if hour < 9:
  101. !!Bedroom - Asleep
  102. locat['Vicky'] = 1
  103. elseif hour = 9 and minut < 15:
  104. !!Bedroom - Getting Dressed
  105. locat['Vicky'] = 2
  106. elseif hour = 9 and minut <= 45:
  107. !!Kitchen - Breakfast
  108. locat['Vicky'] = 3
  109. elseif hour < 10:
  110. !!Walking to the park with Vanya
  111. locat['Vicky'] = 10
  112. elseif hour < 16:
  113. !!In the park with Vanya
  114. locat['Vicky'] = 11
  115. elseif hour = 16 and minut < 30:
  116. !!Walking home from the park
  117. locat['Vicky'] = 8
  118. elseif hour = 16 and minut < 45:
  119. !!At home in her room preparing to do exercises
  120. locat['Vicky'] = 12
  121. elseif hour < 17 or (hour = 17 and minut <15):
  122. !!In the living room doing exercises
  123. locat['Vicky'] = 13
  124. elseif hour < 20:
  125. !!At home in her room
  126. locat['Vicky'] = 9
  127. else
  128. !!At the comunity center disco
  129. locat['Vicky'] = 14
  130. end
  131. else
  132. if hour < 9:
  133. !!Bedroom - Asleep
  134. locat['Vicky'] = 1
  135. elseif hour = 9 and minut < 15:
  136. !!Bedroom - Getting Dressed
  137. locat['Vicky'] = 2
  138. elseif hour = 9 and minut <= 45:
  139. !!Kitchen - Breakfast
  140. locat['Vicky'] = 3
  141. elseif hour < 12:
  142. !!At home in her room
  143. locat['Vicky'] = 9
  144. elseif hour < 15:
  145. if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9:
  146. !!At the lake beach hanging out wiht the other cool kids and the jocks
  147. locat['vicky'] = 16
  148. else
  149. !!At home in her room
  150. locat['Vicky'] = 9
  151. end
  152. elseif hour < 23:
  153. !!At home in her room
  154. locat['Vicky'] = 9
  155. else
  156. !!In her room with Vanya
  157. locat['Vicky'] = 15
  158. end
  159. end
  160. else
  161. if week <= 5:
  162. if (hour < 7) or (hour = 7 and minut < 45):
  163. !!Bedroom - Asleep
  164. locat['Vicky'] = 1
  165. elseif hour < 7:
  166. !!Bedroom - Getting Dressed
  167. locat['Vicky'] = 2
  168. elseif hour = 8 and minut <= 30:
  169. !!Kitchen - Breakfast
  170. locat['Vicky'] = 3
  171. elseif hour = 8 and minut < 45:
  172. !!At home in her room
  173. locat['Vicky'] = 9
  174. elseif hour < 9:
  175. if week = 5:
  176. !!At home in her room
  177. locat['Vicky'] = 9
  178. else
  179. !!Walking to the park with Vanya
  180. locat['Vicky'] = 10
  181. end
  182. elseif hour < 12:
  183. if week = 5:
  184. !!At home in her room
  185. locat['Vicky'] = 9
  186. else
  187. !!In the park with Vanya
  188. locat['Vicky'] = 11
  189. end
  190. elseif hour < 15:
  191. if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and week mod 2 = 0:
  192. !!At the lake beach hanging out wiht the other cool kids and the jocks
  193. locat['vicky'] = 16
  194. elseif week = 5:
  195. !!At home in her room
  196. locat['Vicky'] = 9
  197. else
  198. !!In the park with Vanya
  199. locat['Vicky'] = 11
  200. end
  201. elseif hour < 18:
  202. if week = 5:
  203. !!At home in her room
  204. locat['Vicky'] = 9
  205. else
  206. !!In the park with Vanya
  207. locat['Vicky'] = 11
  208. end
  209. elseif hour = 18 and minut < 30:
  210. if week = 5:
  211. !!At home in her room
  212. locat['Vicky'] = 9
  213. else
  214. !!Walking home from the park
  215. locat['Vicky'] = 8
  216. end
  217. elseif hour = 18 and minut < 45:
  218. if week = 1 or week = 3:
  219. !!At home in her room preparing to do exercises
  220. locat['Vicky'] = 12
  221. else
  222. !!At home in her room
  223. locat['Vicky'] = 9
  224. end
  225. elseif hour < 19 or (hour = 19 and minut <15):
  226. if week = 1 or week = 3:
  227. !!In the living room doing exercises
  228. locat['Vicky'] = 13
  229. else
  230. !!At home in her room
  231. locat['Vicky'] = 9
  232. end
  233. elseif hour < 20:
  234. !!At home in her room
  235. locat['Vicky'] = 9
  236. elseif hour < 23:
  237. if week = 5:
  238. !!At the comunity cneter disco
  239. locat['Vicky'] = 14
  240. else
  241. !!At home in her room
  242. locat['Vicky'] = 9
  243. end
  244. else
  245. if week = 5:
  246. !!At the comunity center disco
  247. locat['Vicky'] = 14
  248. else
  249. !!In her room with Vanya
  250. locat['Vicky'] = 15
  251. end
  252. end
  253. elseif week = 6:
  254. if hour < 9:
  255. !!Bedroom - Asleep
  256. locat['Vicky'] = 1
  257. elseif hour = 9 and minut < 15:
  258. !!Bedroom - Getting Dressed
  259. locat['Vicky'] = 2
  260. elseif hour = 9 and minut <= 45:
  261. !!Kitchen - Breakfast
  262. locat['Vicky'] = 3
  263. elseif hour < 10:
  264. !!Walking to the park with Vanya
  265. locat['Vicky'] = 10
  266. elseif hour < 12:
  267. !!In the park with Vanya
  268. locat['Vicky'] = 11
  269. elseif hour < 15:
  270. if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9:
  271. !!At the lake beach hanging out wiht the other cool kids and the jocks
  272. locat['vicky'] = 16
  273. else
  274. !!In the park with Vanya
  275. locat['Vicky'] = 11
  276. end
  277. elseif hour < 16:
  278. !!In the park with Vanya
  279. locat['Vicky'] = 11
  280. elseif hour = 16 and minut < 30:
  281. !!Walking home from the park
  282. locat['Vicky'] = 8
  283. elseif hour = 16 and minut < 45:
  284. !!At home in her room preparing to do exercises
  285. locat['Vicky'] = 12
  286. elseif hour < 17 or (hour = 17 and minut <15):
  287. !!In the living room doing exercises
  288. locat['Vicky'] = 13
  289. elseif hour < 20:
  290. !!At home in her room
  291. locat['Vicky'] = 9
  292. else
  293. !!At the comunity center disco
  294. locat['Vicky'] = 14
  295. end
  296. else
  297. if hour < 9:
  298. !!Bedroom - Asleep
  299. locat['Vicky'] = 1
  300. elseif hour = 10 and minut < 15:
  301. !!Bedroom - Getting Dressed
  302. locat['Vicky'] = 2
  303. elseif hour = 10 and minut <= 45:
  304. !!Kitchen - Breakfast
  305. locat['Vicky'] = 3
  306. elseif hour < 23:
  307. !!At home in her room
  308. locat['Vicky'] = 9
  309. else
  310. !!In her room with Vanya
  311. locat['Vicky'] = 15
  312. end
  313. end
  314. end
  315. --- vicky_meynold_schedule ---------------------------------