katja_meynold_schedule.qsrc 36 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223
  1. # katja_meynold_schedule
  2. !!2022/01/27
  3. locat['katja'] = 0
  4. if yearstart = 1:
  5. if SchoolAtestat = 0 and kanikuli = 0:
  6. if week <= 5:
  7. if (hour < 6) or (hour = 6 and minut < 45):
  8. !!Bedroom - Asleep
  9. locat['katja'] = 1
  10. elseif hour < 7:
  11. !!Bedroom - Getting Dressed
  12. locat['katja'] = 2
  13. elseif hour = 7 and minut <= 15:
  14. !!Kitchen - Breakfast
  15. locat['katja'] = 3
  16. elseif hour = 7 and minut < 30:
  17. !!NotHome - Walking to school
  18. locat['katja'] = 4
  19. elseif hour < 14:
  20. !!NotHome - At School
  21. locat['katja'] = 5
  22. elseif hour < 15:
  23. !!NotHome - Hanging out near the school or walking home from school
  24. locat['katja'] = 6
  25. elseif hour < 20:
  26. !!At home in her room
  27. locat['katja'] = 7
  28. else
  29. if week = 5:
  30. !!At the comunity center disco
  31. locat['katja'] = 8
  32. else
  33. !!In her room with not having visitors over
  34. locat['katja'] = 9
  35. end
  36. end
  37. elseif week = 6:
  38. if hour < 9:
  39. !!Bedroom - Asleep
  40. locat['katja'] = 1
  41. elseif hour = 9 and minut < 30:
  42. !!Bedroom - Getting Dressed
  43. locat['katja'] = 2
  44. elseif hour < 10:
  45. !!Kitchen - Breakfast
  46. locat['katja'] = 3
  47. elseif hour < 20:
  48. !!At home in her room
  49. locat['katja'] = 7
  50. else
  51. !!At the comunity center disco
  52. locat['katja'] = 8
  53. end
  54. else
  55. if hour < 9:
  56. !!Bedroom - Asleep
  57. locat['katja'] = 1
  58. elseif hour = 9 and minut < 30:
  59. !!Bedroom - Getting Dressed
  60. locat['katja'] = 2
  61. elseif hour < 10:
  62. !!Kitchen - Breakfast
  63. locat['katja'] = 3
  64. elseif hour < 12:
  65. !!At home in her room
  66. locat['katja'] = 7
  67. elseif hour < 15:
  68. if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9:
  69. !!At the lake beach hanging out wiht the other cool kids and the jocks
  70. locat['katja'] = 10
  71. else
  72. !!At home in her room
  73. locat['katja'] = 7
  74. end
  75. elseif hour < 20:
  76. !!At home in her room
  77. locat['katja'] = 7
  78. else
  79. !!In her room with not having visitors over
  80. locat['katja'] = 9
  81. end
  82. end
  83. else
  84. if week <= 5:
  85. if (hour < 7) or (hour = 7 and minut < 45):
  86. !!Bedroom - Asleep
  87. locat['katja'] = 1
  88. elseif hour < 7:
  89. !!Bedroom - Getting Dressed
  90. locat['katja'] = 2
  91. elseif hour = 8 and minut <= 30:
  92. !!Kitchen - Breakfast
  93. locat['katja'] = 3
  94. elseif hour < 12:
  95. !!At home in her room
  96. locat['katja'] = 7
  97. elseif hour < 15:
  98. if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and week mod 2 = 0:
  99. !!At the lake beach hanging out wiht the other cool kids and the jocks
  100. locat['katja'] = 10
  101. else
  102. !!At home in her room
  103. locat['katja'] = 7
  104. end
  105. elseif hour < 20:
  106. !!At home in her room
  107. locat['katja'] = 7
  108. else
  109. if week = 5:
  110. !!At the comunity center disco
  111. locat['katja'] = 8
  112. else
  113. !!In her room with not having visitors over
  114. locat['katja'] = 9
  115. end
  116. end
  117. elseif week = 6:
  118. if hour < 9:
  119. !!Bedroom - Asleep
  120. locat['katja'] = 1
  121. elseif hour = 9 and minut < 30:
  122. !!Bedroom - Getting Dressed
  123. locat['katja'] = 2
  124. elseif hour < 10:
  125. !!Kitchen - Breakfast
  126. locat['katja'] = 3
  127. elseif hour < 12:
  128. !!At home in her room
  129. locat['katja'] = 7
  130. elseif hour < 15:
  131. if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and kanikuli ! 0:
  132. !!At the lake beach hanging out wiht the other cool kids and the jocks
  133. locat['katja'] = 10
  134. else
  135. !!At home in her room
  136. locat['katja'] = 7
  137. end
  138. elseif hour < 20:
  139. !!At home in her room
  140. locat['katja'] = 7
  141. else
  142. !!At the comunity center disco
  143. locat['katja'] = 8
  144. end
  145. else
  146. if hour < 9:
  147. !!Bedroom - Asleep
  148. locat['katja'] = 1
  149. elseif hour = 9 and minut < 30:
  150. !!Bedroom - Getting Dressed
  151. locat['katja'] = 2
  152. elseif hour < 10:
  153. !!Kitchen - Breakfast
  154. locat['katja'] = 3
  155. elseif hour < 12:
  156. !!At home in her room
  157. locat['katja'] = 7
  158. elseif hour < 15:
  159. if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and ((kanikuli = 0 and week = 7) or week mod 2 = 0):
  160. !!At the lake beach hanging out wiht the other cool kids and the jocks
  161. locat['katja'] = 10
  162. else
  163. !!At home in her room
  164. locat['katja'] = 7
  165. end
  166. elseif hour < 20:
  167. !!At home in her room
  168. locat['katja'] = 7
  169. else
  170. !!In her room with not having visitors over
  171. locat['katja'] = 9
  172. end
  173. end
  174. end
  175. else
  176. if university['semester_week'] > 0:
  177. if week < 6:
  178. if hour < 7:
  179. !!Dormroom - Asleep
  180. locat['katja'] = 20
  181. elseif hour < 7 and minut < 15:
  182. !!Shered Dorm Shower - Taking A shower.
  183. locat['katja'] = 21
  184. elseif hour = 7 and minut < 45:
  185. !!Dormroom - Getting Dressed and Doing Makeup
  186. locat['katja'] = 22
  187. elseif hour = 7 or (hour = 8 and minut < 15):
  188. !!Shered Kitchen - Eating Breakfast
  189. locat['katja'] = 23
  190. elseif hour = 8 and minut < 30:
  191. !!Dormroom - Getting ready to leave
  192. locat['katja'] = 24
  193. elseif hour < 9:
  194. if sunWeather = 1 and temper > 15:
  195. !!IUniversity grounds - waiting for class/to go to the library.
  196. locat['katja'] = 25
  197. elseif week < 5:
  198. !!IDormroom - waiting to go to class
  199. locat['katja'] = 24
  200. else
  201. !!Library - Studying for classes.
  202. locat['katja'] = 29
  203. end
  204. elseif hour < 12:
  205. if week = 5:
  206. !!Library - Studying for classes.
  207. locat['katja'] = 29
  208. elseif hour = 11 and minut >= 30:
  209. if sunWeather = 1 and temper > 15:
  210. !!IUniversity grounds - waiting for class
  211. locat['katja'] = 25
  212. else
  213. !!University student center?? - waiting for class
  214. locat['katja'] = 27
  215. end
  216. else
  217. !!University classsroom - atending lecture
  218. locat['katja'] = 26
  219. end
  220. elseif hour < 13:
  221. if week = 5:
  222. !!Coffee shop - eating lunch/hanging out
  223. locat['katja'] = 30
  224. elseif minut < 30:
  225. !!University classsroom - atending lecture
  226. locat['katja'] = 26
  227. else
  228. !!University cafeteria?? - eating lunch
  229. locat['katja'] = 28
  230. end
  231. elseif hour < 14:
  232. if week < 4:
  233. if minut < 15:
  234. if sunWeather = 1 and temper > 15:
  235. !!IUniversity grounds - waiting for class
  236. locat['katja'] = 25
  237. else
  238. !!University student center?? - waiting for class
  239. locat['katja'] = 27
  240. end
  241. else
  242. !!University classsroom - atending lecture
  243. locat['katja'] = 26
  244. end
  245. else
  246. !!Library - Studying for classes.
  247. locat['katja'] = 29
  248. end
  249. elseif hour < 15:
  250. if week < 4:
  251. if minut > 45:
  252. if sunWeather = 1 and temper > 15:
  253. !!IUniversity grounds - relaxing after classes
  254. locat['katja'] = 25
  255. else
  256. !!Dormroom - relaxing/studying
  257. locat['katja'] = 31
  258. end
  259. else
  260. !!University classsroom - atending lecture
  261. locat['katja'] = 26
  262. end
  263. else
  264. !!Library - Studying for classes.
  265. locat['katja'] = 29
  266. end
  267. elseif hour < 18:
  268. !!Dormroom - relaxing/studying
  269. locat['katja'] = 31
  270. elseif hour = 18 and minut < 30:
  271. !!Shared Kitchen - cooking
  272. locat['katja'] = 32
  273. elseif hour = 18 and minut < 45:
  274. !!Shared Kitchen - eating
  275. locat['katja'] = 33
  276. elseif hour < 19:
  277. !!Shared Bathroom - showering
  278. locat['katja'] = 34
  279. elseif hour < 20:
  280. if week < 4 or (week = 4 and katjaQW['QWstage'] < 3 and katjaQW['slut'] < 75 and katjaQW['liberated'] = 0):
  281. !!Dormroom - relaxing/studying
  282. locat['katja'] = 31
  283. elseif minut < 45:
  284. !!Dormroom - getting ready to go out
  285. locat['katja'] = 35
  286. else
  287. !!Out -going to a party/bar/cafe
  288. locat['katja'] = 37
  289. end
  290. elseif hour < 23:
  291. if week < 4 or (week = 4 and katjaQW['QWstage'] < 3 and katjaQW['slut'] < 75 and katjaQW['liberated'] = 0):
  292. !!Library - Studying for classes.
  293. locat['katja'] = 29
  294. else
  295. !!Out - at a party/bar/cafe
  296. locat['katja'] = 37
  297. end
  298. else
  299. if week < 4 or (week = 4 and katjaQW['QWstage'] < 3 and katjaQW['slut'] < 75 and katjaQW['liberated'] = 0):
  300. !!Dormroom - sleeping.
  301. locat['katja'] = 20
  302. elseif week = 4 and minut < 15:
  303. !!Out - going home.
  304. locat['katja'] = 38
  305. elseif week = 4:
  306. !!Dormroom - sleeping.
  307. locat['katja'] = 20
  308. else
  309. !!Out - at a party/bar/cafe
  310. locat['katja'] = 37
  311. end
  312. end
  313. elseif week = 6:
  314. if (katjaQW['QWstage'] < 3 or katjaQW['slut'] < 75) and katjaQW['liberated'] = 0:
  315. if hour = 0 and minut < 15:
  316. !!Out - going home.
  317. locat['katja'] = 38
  318. elseif hour < 8:
  319. !!Dormroom - Asleep
  320. locat['katja'] = 20
  321. elseif hour < 8 and minut < 15:
  322. !!Shered Dorm Shower - Taking A shower.
  323. locat['katja'] = 21
  324. elseif hour = 8 and minut < 45:
  325. !!Dormroom - Getting Dressed and Doing Makeup
  326. locat['katja'] = 22
  327. elseif hour = 8 or (hour = 9 and minut < 15):
  328. !!Shered Kitchen - Eating Breakfast
  329. locat['katja'] = 23
  330. elseif hour = 9 and minut < 30:
  331. !!Dormroom - Getting ready to leave
  332. locat['katja'] = 24
  333. elseif hour = 9 and minut < 45:
  334. !!IMetro/City Train Station - gettting to the station to take take the train to pav.
  335. locat['katja'] = 39
  336. elseif hour < 11:
  337. !!ITrain - traveling to Pav
  338. locat['katja'] = 40
  339. elseif hour = 11 and minut < 15:
  340. !!Pav streets - walking the her mothers home.
  341. locat['katja'] = 41
  342. elseif hour < 12:
  343. !!At home in her room
  344. locat['katja'] = 7
  345. elseif hour < 15:
  346. if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9:
  347. !!At the lake beach hanging out wiht the other cool kids and the jocks
  348. locat['katja'] = 10
  349. else
  350. !!At home in her room
  351. locat['katja'] = 7
  352. end
  353. elseif hour < 20:
  354. !!At home in her room
  355. locat['katja'] = 7
  356. else
  357. !!At the comunity center disco
  358. locat['katja'] = 8
  359. end
  360. else
  361. if hour < 2:
  362. !!Out - at a party/bar/cafe
  363. locat['katja'] = 37
  364. elseif hour = 2 and minut < 15:
  365. !!Out - going home.
  366. locat['katja'] = 38
  367. elseif hour < 9:
  368. !!Dormroom - Asleep
  369. locat['katja'] = 20
  370. elseif hour < 9 and minut < 15:
  371. !!Shered Dorm Shower - Taking A shower.
  372. locat['katja'] = 21
  373. elseif hour = 9:
  374. !!Dormroom - Getting Dressed and Doing Makeup
  375. locat['katja'] = 22
  376. elseif hour < 12:
  377. !!Coffee shop - eating brunch/hanging out
  378. locat['katja'] = 30
  379. elseif hour < 16:
  380. !!Randomized locations, depeding on weather. 42 - city beach, 43 - central park, 44 - shoping mall in city center.
  381. if locat['katja_rand1'] ! daystart:
  382. if sunWeather = 1:
  383. if temper >= 20 and month >= 5 and month <= 9 and rand(0,4) > 0:
  384. !!City Beach - sunbating/swhimming/having fun
  385. locat['katja'] = 42
  386. else
  387. locat['katja'] = func('shortgs', 'rand_pick', '', 43, 43, 44, 44, 30, 31)
  388. end
  389. else
  390. locat['katja'] = func('shortgs', 'rand_pick', '', 44, 44, 30, 31)
  391. end
  392. locat['katja_rand1'] = daystart
  393. locat['katja_save1'] = locat['katja']
  394. else
  395. locat['katja'] = locat['katja_save1']
  396. end
  397. elseif hour < 18:
  398. if sunWeather = 1 and temper > 15:
  399. !!IUniversity grounds - hanging out
  400. locat['katja'] = 25
  401. else
  402. !!Dormroom - relaxing/studying
  403. locat['katja'] = 31
  404. end
  405. elseif hour < 19 and minut < 15:
  406. !!Shared Bathroom - showering
  407. locat['katja'] = 34
  408. elseif hour < 19 and minut < 45:
  409. !!Dormroom - getting ready to go out
  410. locat['katja'] = 35
  411. elseif hour < 19:
  412. !!Out -going to a resturant
  413. locat['katja'] = 36
  414. elseif hour < 20:
  415. !!resturent - having dinner
  416. locat['katja'] = 45
  417. else
  418. !!Out - at a party/bar/cafe
  419. locat['katja'] = 37
  420. end
  421. end
  422. else
  423. if (katjaQW['QWstage'] < 3 or katjaQW['slut'] < 75) and katjaQW['liberated'] = 0:
  424. if hour < 9:
  425. !!Bedroom - Asleep
  426. locat['katja'] = 1
  427. elseif hour = 9 and minut < 30:
  428. !!Bedroom - Getting Dressed
  429. locat['katja'] = 2
  430. elseif hour < 10:
  431. !!Kitchen - Breakfast
  432. locat['katja'] = 3
  433. elseif hour < 12:
  434. !!At home in her room
  435. locat['katja'] = 7
  436. elseif hour < 15:
  437. if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and ((kanikuli = 0 and week = 7) or week mod 2 = 0):
  438. !!At the lake beach hanging out with the other cool kids and the jocks
  439. locat['katja'] = 10
  440. else
  441. !!At home in her room
  442. locat['katja'] = 7
  443. end
  444. elseif hour < 20:
  445. !!At home in her room
  446. locat['katja'] = 7
  447. elseif hour = 20 or (hour = 21 and minut < 30):
  448. !!In her room with not having visitors over
  449. locat['katja'] = 9
  450. elseif hour = 21 and minut < 45:
  451. !!Pav streets - walks to the train station/waiting at the platform
  452. locat['katja'] = 46
  453. elseif hour = 21 or (hour < 23 and minut < 45):
  454. !!Train - traveling from Pav to the city.
  455. locat['katja'] = 47
  456. elseif hour < 23:
  457. !!Metro - traveling from the trainstation to the dorm
  458. locat['katja'] = 48
  459. else
  460. !!Dormroom - sleeping.
  461. locat['katja'] = 20
  462. end
  463. else
  464. if hour = 0 and minut < 15:
  465. !!Out - going home.
  466. locat['katja'] = 38
  467. elseif hour < 8:
  468. !!Dormroom - Asleep
  469. locat['katja'] = 20
  470. elseif hour < 8 and minut < 15:
  471. !!Shered Dorm Shower - Taking A shower.
  472. locat['katja'] = 21
  473. elseif hour = 8 and minut < 45:
  474. !!Dormroom - Getting Dressed and Doing Makeup
  475. locat['katja'] = 22
  476. elseif hour = 8 or (hour = 9 and minut < 15):
  477. !!Shered Kitchen - Eating Breakfast
  478. locat['katja'] = 23
  479. elseif hour = 9 and minut < 30:
  480. !!Dormroom - Getting ready to leave
  481. locat['katja'] = 24
  482. elseif hour = 9 and minut < 45:
  483. !!IMetro/City Train Station - gettting to the station to take take the train to pav.
  484. locat['katja'] = 39
  485. elseif hour < 11:
  486. !!ITrain - traveling to Pav
  487. locat['katja'] = 40
  488. elseif hour = 11 and minut < 15:
  489. !!Pav streets - walking the her mothers home.
  490. locat['katja'] = 41
  491. elseif hour < 12:
  492. !!At home in her room
  493. locat['katja'] = 7
  494. elseif hour < 15:
  495. if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and ((kanikuli = 0 and week = 7) or week mod 2 = 0):
  496. !!At the lake beach hanging out wiht the other cool kids and the jocks
  497. locat['katja'] = 10
  498. else
  499. !!At home in her room
  500. locat['katja'] = 7
  501. end
  502. elseif hour < 20:
  503. !!At home in her room
  504. locat['katja'] = 7
  505. elseif hour = 20 or (hour = 21 and minut < 30):
  506. !!In her room with not having visitors over
  507. locat['katja'] = 9
  508. elseif hour = 21 and minut < 45:
  509. !!Pav streets - walks to the train station/waiting at the platform
  510. locat['katja'] = 46
  511. elseif hour = 21 or (hour < 23 and minut < 45):
  512. !!Train - traveling from Pav to the city.
  513. locat['katja'] = 47
  514. elseif hour < 23:
  515. !!Metro - traveling from the trainstation to the dorm
  516. locat['katja'] = 48
  517. else
  518. !!Dormroom - sleeping.
  519. locat['katja'] = 20
  520. end
  521. end
  522. end
  523. elseif university['exam_week'] > 0:
  524. if week < 6:
  525. if hour < 7:
  526. !!Dormroom - Asleep
  527. locat['katja'] = 20
  528. elseif hour < 7 and minut < 15:
  529. !!Shered Dorm Shower - Taking A shower.
  530. locat['katja'] = 21
  531. elseif hour = 7 and minut < 45:
  532. !!Dormroom - Getting Dressed and Doing Makeup
  533. locat['katja'] = 22
  534. elseif hour = 7 or (hour = 8 and minut < 15):
  535. !!Shered Kitchen - Eating Breakfast
  536. locat['katja'] = 23
  537. elseif hour = 8 and minut < 30:
  538. !!Dormroom - Getting ready to leave
  539. locat['katja'] = 24
  540. elseif hour < 9:
  541. if sunWeather = 1 and temper > 15:
  542. !!IUniversity grounds - waiting for exam/to go to the library.
  543. locat['katja'] = 25
  544. elseif week = 4 or (week = 2 and university['exam_week'] = 2) or (university['exam_week'] = 2 and week = 5):
  545. !!IDormroom - waiting to go to exam
  546. locat['katja'] = 24
  547. else
  548. !!Library - Studying for exam
  549. locat['katja'] = 29
  550. end
  551. elseif hour < 12:
  552. if week = 4 or (week = 2 and university['exam_week'] = 2):
  553. !!Classroom - taking a exam
  554. locat['katja'] = 49
  555. elseif (university['exam_week'] = 2 and week = 5):
  556. !!Coffee shop - eating brunch/hanging out
  557. locat['katja'] = 30
  558. else
  559. !!Library - Studying for exam.
  560. locat['katja'] = 29
  561. end
  562. elseif hour < 13:
  563. !!Coffee shop - eating lunch/hanging out
  564. locat['katja'] = 30
  565. elseif hour < 16:
  566. if university['exam_week'] = 2:
  567. if week = 4:
  568. !!Bar - celebarating that exams are over
  569. locat['katja'] = 50
  570. else
  571. !!Coffee shop - hanging out
  572. locat['katja'] = 30
  573. end
  574. else
  575. !!Library - Studying for classes.
  576. locat['katja'] = 29
  577. end
  578. elseif hour < 18:
  579. if university['exam_week'] = 2 and week = 4:
  580. !!Bar - celebarating that exams are over
  581. locat['katja'] = 50
  582. else
  583. !!Dormroom - relaxing/studying
  584. locat['katja'] = 31
  585. end
  586. elseif hour = 18 and minut < 30:
  587. if university['exam_week'] = 2 and week = 4:
  588. !!Resturen - having dinner celebarating that exams are over
  589. locat['katja'] = 36
  590. else
  591. !!Shared Kitchen - cooking
  592. locat['katja'] = 32
  593. end
  594. elseif hour = 18 and minut < 45:
  595. if university['exam_week'] = 2 and week = 4:
  596. !!Resturen - having dinner celebarating that exams are over
  597. locat['katja'] = 36
  598. else
  599. !!Shared Kitchen - eating
  600. locat['katja'] = 33
  601. end
  602. elseif hour < 19:
  603. if university['exam_week'] = 2 and week = 4:
  604. !!Resturen - having dinner celebarating that exams are over
  605. locat['katja'] = 36
  606. else
  607. !!Shared Bathroom - showering
  608. locat['katja'] = 34
  609. end
  610. elseif hour < 20:
  611. if week < 4 or (week = 4 and university['exam_week'] = 1 and katjaQW['QWstage'] < 3 and katjaQW['liberated'] = 0):
  612. !!Dormroom - relaxing/studying
  613. locat['katja'] = 31
  614. elseif minut < 45 and (week = 5 or university['exam_week'] = 1):
  615. !!Dormroom - getting ready to go out
  616. locat['katja'] = 35
  617. else
  618. !!Out -going to a party/bar/cafe
  619. locat['katja'] = 37
  620. end
  621. elseif hour < 23:
  622. if week < 4 or (week = 4 and university['exam_week'] = 1):
  623. !!Library - Studying for classes.
  624. locat['katja'] = 29
  625. else
  626. !!Out - at a party/bar/cafe
  627. locat['katja'] = 37
  628. end
  629. else
  630. if week < 4 or (week = 4 and university['exam_week'] = 1):
  631. !!Dormroom - sleeping.
  632. locat['katja'] = 20
  633. elseif week = 4:
  634. if minut < 15:
  635. !!Out - going home.
  636. locat['katja'] = 38
  637. else
  638. !!Dormroom - sleeping.
  639. locat['katja'] = 20
  640. end
  641. else
  642. !!Out - at a party/bar/cafe
  643. locat['katja'] = 37
  644. end
  645. end
  646. elseif week = 6:
  647. if ((katjaQW['QWstage'] < 3 or katjaQW['slut'] < 75) and katjaQW['liberated'] = 0) or university['exam_week'] = 2:
  648. if hour = 0 and minut < 15:
  649. !!Out - going home.
  650. locat['katja'] = 38
  651. elseif hour < 8:
  652. !!Dormroom - Asleep
  653. locat['katja'] = 20
  654. elseif hour < 8 and minut < 15:
  655. !!Shered Dorm Shower - Taking A shower.
  656. locat['katja'] = 21
  657. elseif hour = 8 and minut < 45:
  658. !!Dormroom - Getting Dressed and Doing Makeup
  659. locat['katja'] = 22
  660. elseif hour = 8 or (hour = 9 and minut < 15):
  661. !!Shered Kitchen - Eating Breakfast
  662. locat['katja'] = 23
  663. elseif hour = 9 and minut < 30:
  664. !!Dormroom - Getting ready to leave
  665. locat['katja'] = 24
  666. elseif hour = 9 and minut < 45:
  667. !!IMetro/City Train Station - gettting to the station to take take the train to pav.
  668. locat['katja'] = 39
  669. elseif hour < 11:
  670. !!ITrain - traveling to Pav
  671. locat['katja'] = 40
  672. elseif hour = 11 and minut < 15:
  673. !!Pav streets - walking the her mothers home.
  674. locat['katja'] = 41
  675. elseif hour < 12:
  676. !!At home in her room
  677. locat['katja'] = 7
  678. elseif hour < 15:
  679. if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and kanikuli ! 0:
  680. !!At the lake beach hanging out wiht the other cool kids and the jocks
  681. locat['katja'] = 10
  682. else
  683. !!At home in her room
  684. locat['katja'] = 7
  685. end
  686. elseif hour < 20:
  687. !!At home in her room
  688. locat['katja'] = 7
  689. else
  690. !!At the comunity center disco
  691. locat['katja'] = 8
  692. end
  693. else
  694. if hour < 2:
  695. !!Out - at a party/bar/cafe
  696. locat['katja'] = 37
  697. elseif hour = 2 and minut < 15:
  698. !!Out - going home.
  699. locat['katja'] = 38
  700. elseif hour < 9:
  701. !!Dormroom - Asleep
  702. locat['katja'] = 20
  703. elseif hour < 9 and minut < 15:
  704. !!Shered Dorm Shower - Taking A shower.
  705. locat['katja'] = 21
  706. elseif hour = 9:
  707. !!Dormroom - Getting Dressed and Doing Makeup
  708. locat['katja'] = 22
  709. elseif hour < 12:
  710. !!Coffee shop - eating brunch/hanging out
  711. locat['katja'] = 30
  712. elseif hour < 16:
  713. !!Randomized locations, depeding on weather. 42 - city beach, 43 - central park, 44 - shoping mall in city center.
  714. if locat['katja_rand1'] ! daystart:
  715. if sunWeather = 1:
  716. if temper >= 20 and month >= 5 and month <= 9 and rand(0,4) > 0:
  717. !!City Beach - sunbating/swhimming/having fun
  718. locat['katja'] = 42
  719. else
  720. locat['katja'] = func('shortgs', 'rand_pick', '', 43, 43, 44, 44, 30, 31)
  721. end
  722. else
  723. locat['katja'] = func('shortgs', 'rand_pick', '', 44, 44, 30, 31)
  724. end
  725. locat['katja_rand1'] = daystart
  726. locat['katja_save1'] = locat['katja']
  727. else
  728. locat['katja'] = locat['katja_save1']
  729. end
  730. elseif hour < 18:
  731. if sunWeather = 1 and temper > 15:
  732. !!IUniversity grounds - hanging out
  733. locat['katja'] = 25
  734. else
  735. !!Dormroom - relaxing/studying
  736. locat['katja'] = 31
  737. end
  738. elseif hour < 19 and minut < 15:
  739. !!Shared Bathroom - showering
  740. locat['katja'] = 34
  741. elseif hour < 19 and minut < 45:
  742. !!Dormroom - getting ready to go out
  743. locat['katja'] = 35
  744. elseif hour < 19:
  745. !!Out -going to a resturant
  746. locat['katja'] = 36
  747. elseif hour < 20:
  748. !!resturent - having dinner
  749. locat['katja'] = 45
  750. else
  751. !!Out - at a party/bar/cafe
  752. locat['katja'] = 37
  753. end
  754. end
  755. else
  756. if ((katjaQW['QWstage'] < 3 or katjaQW['slut'] < 75) and katjaQW['liberated'] = 0) or university['exam_week'] = 2:
  757. if hour < 9:
  758. !!Bedroom - Asleep
  759. locat['katja'] = 1
  760. elseif hour = 9 and minut < 30:
  761. !!Bedroom - Getting Dressed
  762. locat['katja'] = 2
  763. elseif hour < 10:
  764. !!Kitchen - Breakfast
  765. locat['katja'] = 3
  766. elseif hour < 12:
  767. !!At home in her room
  768. locat['katja'] = 7
  769. elseif hour < 15:
  770. if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and ((kanikuli = 0 and week = 7) or week mod 2 = 0):
  771. !!At the lake beach hanging out wiht the other cool kids and the jocks
  772. locat['katja'] = 10
  773. else
  774. !!At home in her room
  775. locat['katja'] = 7
  776. end
  777. elseif hour < 20:
  778. !!At home in her room
  779. locat['katja'] = 7
  780. elseif hour = 20 or (hour = 21 and minut < 30):
  781. !!In her room with not having visitors over
  782. locat['katja'] = 9
  783. elseif hour = 21 and minut < 45:
  784. if university['exam_week'] = 2:
  785. !!In her room with not having visitors over
  786. locat['katja'] = 9
  787. else
  788. !!Pav streets - walks to the train station/waiting at the platform
  789. locat['katja'] = 46
  790. end
  791. elseif hour = 21 or (hour < 23 and minut < 45):
  792. if university['exam_week'] = 2:
  793. !!In her room with not having visitors over
  794. locat['katja'] = 9
  795. else
  796. !!Train - traveling from Pav to the city.
  797. locat['katja'] = 47
  798. end
  799. elseif hour < 23
  800. if university['exam_week'] = 2:
  801. !!In her room with not having visitors over
  802. locat['katja'] = 9
  803. else
  804. !!Metro - traveling from the trainstation to the dorm
  805. locat['katja'] = 48
  806. end
  807. else
  808. if university['exam_week'] = 2:
  809. !!In her room with not having visitors over
  810. locat['katja'] = 9
  811. else
  812. !!Dormroom - sleeping.
  813. locat['katja'] = 20
  814. end
  815. end
  816. else
  817. if hour = 0 and minut < 15:
  818. !!Out - going home.
  819. locat['katja'] = 38
  820. elseif hour < 8:
  821. !!Dormroom - Asleep
  822. locat['katja'] = 20
  823. elseif hour < 8 and minut < 15:
  824. !!Shered Dorm Shower - Taking A shower.
  825. locat['katja'] = 21
  826. elseif hour = 8 and minut < 45:
  827. !!Dormroom - Getting Dressed and Doing Makeup
  828. locat['katja'] = 22
  829. elseif hour = 8 or (hour = 9 and minut < 15):
  830. !!Shered Kitchen - Eating Breakfast
  831. locat['katja'] = 23
  832. elseif hour = 9 and minut < 30:
  833. !!Dormroom - Getting ready to leave
  834. locat['katja'] = 24
  835. elseif hour = 9 and minut < 45:
  836. !!IMetro/City Train Station - gettting to the station to take take the train to pav.
  837. locat['katja'] = 39
  838. elseif hour < 11:
  839. !!ITrain - traveling to Pav
  840. locat['katja'] = 40
  841. elseif hour = 11 and minut < 15:
  842. !!Pav streets - walking the her mothers home.
  843. locat['katja'] = 41
  844. elseif hour < 12:
  845. !!At home in her room
  846. locat['katja'] = 7
  847. elseif hour < 15:
  848. if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and ((kanikuli = 0 and week = 7) or week mod 2 = 0):
  849. !!At the lake beach hanging out wiht the other cool kids and the jocks
  850. locat['katja'] = 10
  851. else
  852. !!At home in her room
  853. locat['katja'] = 7
  854. end
  855. elseif hour < 20:
  856. !!At home in her room
  857. locat['katja'] = 7
  858. elseif hour = 20 or (hour = 21 and minut < 30):
  859. !!In her room with not having visitors over
  860. locat['katja'] = 9
  861. elseif hour = 21 and minut < 45:
  862. !!Pav streets - walks to the train station/waiting at the platform
  863. locat['katja'] = 46
  864. elseif hour = 21 or (hour < 23 and minut < 45):
  865. !!Train - traveling from Pav to the city.
  866. locat['katja'] = 47
  867. elseif hour < 23:
  868. !!Metro - traveling from the trainstation to the dorm
  869. locat['katja'] = 48
  870. else
  871. !!Dormroom - sleeping.
  872. locat['katja'] = 20
  873. end
  874. end
  875. end
  876. else
  877. if week < 3:
  878. if (hour < 7) or (hour = 7 and minut < 45):
  879. !!Bedroom - Asleep
  880. locat['katja'] = 1
  881. elseif hour < 7:
  882. !!Bedroom - Getting Dressed
  883. locat['katja'] = 2
  884. elseif hour = 8 and minut <= 30:
  885. !!Kitchen - Breakfast
  886. locat['katja'] = 3
  887. elseif hour < 12:
  888. !!At home in her room
  889. locat['katja'] = 7
  890. elseif hour < 15:
  891. if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and week mod 2 = 0:
  892. !!At the lake beach hanging out with the other cool kids and the jocks
  893. locat['katja'] = 10
  894. else
  895. !!At home in her room
  896. locat['katja'] = 7
  897. end
  898. elseif hour < 20:
  899. !!At home in her room
  900. locat['katja'] = 7
  901. else
  902. if week = 2:
  903. if hour = 20 and minut < 15:
  904. !!Pav streets - walks to the train station/waiting at the platform
  905. locat['katja'] = 46
  906. elseif hour = 20 or (hour = 21 and minut < 15):
  907. !!Train - traveling from Pav to the city.
  908. locat['katja'] = 47
  909. elseif hour = 20 and minut < 30:
  910. !!Metro - traveling from the trainstation to the dorm
  911. locat['katja'] = 48
  912. elseif hour < 23:
  913. !!Dormroom - relaxing/studying
  914. locat['katja'] = 31
  915. else
  916. !!Dormroom - sleeping.
  917. locat['katja'] = 20
  918. end
  919. else
  920. !!In her room with not having visitors over
  921. locat['katja'] = 9
  922. end
  923. end
  924. elseif week < 6:
  925. if (hour < 7) or (hour = 7 and minut < 45):
  926. !!Dormroom - Asleep
  927. locat['katja'] = 20
  928. elseif hour < 8:
  929. !!Shered Dorm Shower - Taking A shower.
  930. locat['katja'] = 21
  931. elseif hour = 8 and minut < 30:
  932. !!Dormroom - Getting Dressed and Doing Makeup
  933. locat['katja'] = 22
  934. elseif hour = 8:
  935. !!Shered Kitchen - Eating Breakfast
  936. locat['katja'] = 23
  937. elseif hour = 9 and minut < 15:
  938. !!Dormroom - Getting ready to leave
  939. locat['katja'] = 24
  940. elseif hour < 11:
  941. if sunWeather = 1 and temper > 15:
  942. !!IUniversity grounds - enjoying the weather.
  943. locat['katja'] = 25
  944. else
  945. !!IDormroom - deciding what to do
  946. locat['katja'] = 24
  947. end
  948. elseif hour < 12 or (hour = 12 and minut < 30):
  949. !!Coffee shop - eating lunch/hanging out
  950. locat['katja'] = 30
  951. elseif hour < 16:
  952. !!Randomized locations, depeding on weather. 42 - city beach, 43 - central park, 44 - shoping mall in city center.
  953. if locat['katja_rand1'] ! daystart:
  954. if sunWeather = 1:
  955. if temper >= 20 and month >= 5 and month <= 9 and rand(0,4) > 0:
  956. !!City Beach - sunbating/swhimming/having fun
  957. locat['katja'] = 42
  958. else
  959. locat['katja'] = func('shortgs', 'rand_pick', '', 43, 43, 44, 44, 30, 31)
  960. end
  961. else
  962. locat['katja'] = func('shortgs', 'rand_pick', '', 44, 44, 30, 31)
  963. end
  964. locat['katja_rand1'] = daystart
  965. locat['katja_save1'] = locat['katja']
  966. else
  967. locat['katja'] = locat['katja_save1']
  968. end
  969. elseif hour < 18:
  970. if sunWeather = 1 and temper > 15:
  971. !!IUniversity grounds - hanging out
  972. locat['katja'] = 25
  973. else
  974. !!Dormroom - relaxing
  975. locat['katja'] = 31
  976. end
  977. elseif hour = 18 and minut < 30:
  978. !!Shared Kitchen - cooking
  979. locat['katja'] = 32
  980. elseif hour = 18 and minut < 45:
  981. !!Shared Kitchen - eating
  982. locat['katja'] = 33
  983. elseif hour < 19:
  984. !!Shared Bathroom - showering
  985. locat['katja'] = 34
  986. elseif hour < 20:
  987. if week < 4 or (week = 4 and katjaQW['QWstage'] < 3 and katjaQW['liberated'] = 0):
  988. !!Dormroom - relaxing
  989. locat['katja'] = 31
  990. elseif minut < 45:
  991. !!Dormroom - getting ready to go out
  992. locat['katja'] = 35
  993. else
  994. !!Out -going to a party/bar/cafe
  995. locat['katja'] = 37
  996. end
  997. elseif hour < 23:
  998. if week < 4 or (week = 4 and katjaQW['QWstage'] < 3 and katjaQW['liberated'] = 0):
  999. !!Dormroom - relaxing
  1000. locat['katja'] = 31
  1001. else
  1002. !!Out - at a party/bar/cafe
  1003. locat['katja'] = 37
  1004. end
  1005. else
  1006. if week < 4 or (week = 4 and katjaQW['QWstage'] < 3 and katjaQW['liberated'] = 0):
  1007. !!Dormroom - sleeping.
  1008. locat['katja'] = 20
  1009. elseif week = 4 and minut < 15:
  1010. !!Out - going home.
  1011. locat['katja'] = 38
  1012. elseif week = 4:
  1013. !!Dormroom - sleeping.
  1014. locat['katja'] = 20
  1015. else
  1016. !!Out - at a party/bar/cafe
  1017. locat['katja'] = 37
  1018. end
  1019. end
  1020. elseif week = 6:
  1021. if (katjaQW['QWstage'] < 3 or katjaQW['slut'] < 75) and katjaQW['liberated'] = 0:
  1022. if hour = 0 and minut < 15:
  1023. !!Out - going home.
  1024. locat['katja'] = 38
  1025. elseif hour < 8:
  1026. !!Dormroom - Asleep
  1027. locat['katja'] = 20
  1028. elseif hour < 8 and minut < 15:
  1029. !!Shered Dorm Shower - Taking A shower.
  1030. locat['katja'] = 21
  1031. elseif hour = 8 and minut < 45:
  1032. !!Dormroom - Getting Dressed and Doing Makeup
  1033. locat['katja'] = 22
  1034. elseif hour = 8 or (hour = 9 and minut < 15):
  1035. !!Shered Kitchen - Eating Breakfast
  1036. locat['katja'] = 23
  1037. elseif hour = 9 and minut < 30:
  1038. !!Dormroom - Getting ready to leave
  1039. locat['katja'] = 24
  1040. elseif hour = 9 and minut < 45:
  1041. !!IMetro/City Train Station - gettting to the station to take take the train to pav.
  1042. locat['katja'] = 39
  1043. elseif hour < 11:
  1044. !!ITrain - traveling to Pav
  1045. locat['katja'] = 40
  1046. elseif hour = 11 and minut < 15:
  1047. !!Pav streets - walking the her mothers home.
  1048. locat['katja'] = 41
  1049. elseif hour < 12:
  1050. !!At home in her room
  1051. locat['katja'] = 7
  1052. elseif hour < 15:
  1053. if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and kanikuli ! 0:
  1054. !!At the lake beach hanging out wiht the other cool kids and the jocks
  1055. locat['katja'] = 10
  1056. else
  1057. !!At home in her room
  1058. locat['katja'] = 7
  1059. end
  1060. elseif hour < 20:
  1061. !!At home in her room
  1062. locat['katja'] = 7
  1063. else
  1064. !!At the comunity center disco
  1065. locat['katja'] = 8
  1066. end
  1067. else
  1068. if hour < 2:
  1069. !!Out - at a party/bar/cafe
  1070. locat['katja'] = 37
  1071. elseif hour = 2 and minut < 15:
  1072. !!Out - going home.
  1073. locat['katja'] = 38
  1074. elseif hour < 9:
  1075. !!Dormroom - Asleep
  1076. locat['katja'] = 20
  1077. elseif hour < 9 and minut < 15:
  1078. !!Shered Dorm Shower - Taking A shower.
  1079. locat['katja'] = 21
  1080. elseif hour = 9:
  1081. !!Dormroom - Getting Dressed and Doing Makeup
  1082. locat['katja'] = 22
  1083. elseif hour < 12:
  1084. !!Coffee shop - eating brunch/hanging out
  1085. locat['katja'] = 30
  1086. elseif hour < 16:
  1087. !!Randomized locations, depeding on weather. 42 - city beach, 43 - central park, 44 - shoping mall in city center.
  1088. if locat['katja_rand1'] ! daystart:
  1089. if sunWeather = 1:
  1090. if temper >= 20 and month >= 5 and month <= 9 and rand(0,4) > 0:
  1091. !!City Beach - sunbating/swhimming/having fun
  1092. locat['katja'] = 42
  1093. else
  1094. locat['katja'] = func('shortgs', 'rand_pick', '', 43, 43, 44, 44, 30, 31)
  1095. end
  1096. else
  1097. locat['katja'] = func('shortgs', 'rand_pick', '', 44, 44, 30, 31)
  1098. end
  1099. locat['katja_rand1'] = daystart
  1100. locat['katja_save1'] = locat['katja']
  1101. else
  1102. locat['katja'] = locat['katja_save1']
  1103. end
  1104. elseif hour < 18:
  1105. if sunWeather = 1 and temper > 15:
  1106. !!IUniversity grounds - hanging out
  1107. locat['katja'] = 25
  1108. else
  1109. !!Dormroom - relaxing/studying
  1110. locat['katja'] = 31
  1111. end
  1112. elseif hour < 19 and minut < 15:
  1113. !!Shared Bathroom - showering
  1114. locat['katja'] = 34
  1115. elseif hour < 19 and minut < 45:
  1116. !!Dormroom - getting ready to go out
  1117. locat['katja'] = 35
  1118. elseif hour < 19:
  1119. !!Out -going to a resturant
  1120. locat['katja'] = 36
  1121. elseif hour < 20:
  1122. !!resturent - having dinner
  1123. locat['katja'] = 45
  1124. else
  1125. !!Out - at a party/bar/cafe
  1126. locat['katja'] = 37
  1127. end
  1128. end
  1129. else
  1130. if (katjaQW['QWstage'] < 3 or katjaQW['slut'] < 75) and katjaQW['liberated'] = 0:
  1131. if hour < 9:
  1132. !!Bedroom - Asleep
  1133. locat['katja'] = 1
  1134. elseif hour = 9 and minut < 30:
  1135. !!Bedroom - Getting Dressed
  1136. locat['katja'] = 2
  1137. elseif hour < 10:
  1138. !!Kitchen - Breakfast
  1139. locat['katja'] = 3
  1140. elseif hour < 12:
  1141. !!At home in her room
  1142. locat['katja'] = 7
  1143. elseif hour < 15:
  1144. if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and ((kanikuli = 0 and week = 7) or week mod 2 = 0):
  1145. !!At the lake beach hanging out wiht the other cool kids and the jocks
  1146. locat['katja'] = 10
  1147. else
  1148. !!At home in her room
  1149. locat['katja'] = 7
  1150. end
  1151. elseif hour < 20:
  1152. !!At home in her room
  1153. locat['katja'] = 7
  1154. elseif hour = 20 or (hour = 21 and minut < 30):
  1155. !!In her room with not having visitors over
  1156. locat['katja'] = 9
  1157. elseif hour = 21 and minut < 45:
  1158. !!Pav streets - walks to the train station/waiting at the platform
  1159. locat['katja'] = 46
  1160. elseif hour = 21 or (hour < 23 and minut < 45):
  1161. !!Train - traveling from Pav to the city.
  1162. locat['katja'] = 47
  1163. elseif hour < 23:
  1164. !!Metro - traveling from the trainstation to the dorm
  1165. locat['katja'] = 48
  1166. else
  1167. !!Dormroom - sleeping.
  1168. locat['katja'] = 20
  1169. end
  1170. else
  1171. if hour = 0 and minut < 15:
  1172. !!Out - going home.
  1173. locat['katja'] = 38
  1174. elseif hour < 8:
  1175. !!Dormroom - Asleep
  1176. locat['katja'] = 20
  1177. elseif hour < 8 and minut < 15:
  1178. !!Shered Dorm Shower - Taking A shower.
  1179. locat['katja'] = 21
  1180. elseif hour = 8 and minut < 45:
  1181. !!Dormroom - Getting Dressed and Doing Makeup
  1182. locat['katja'] = 22
  1183. elseif hour = 8 or (hour = 9 and minut < 15):
  1184. !!Shered Kitchen - Eating Breakfast
  1185. locat['katja'] = 23
  1186. elseif hour = 9 and minut < 30:
  1187. !!Dormroom - Getting ready to leave
  1188. locat['katja'] = 24
  1189. elseif hour = 9 and minut < 45:
  1190. !!IMetro/City Train Station - gettting to the station to take take the train to pav.
  1191. locat['katja'] = 39
  1192. elseif hour < 11:
  1193. !!ITrain - traveling to Pav
  1194. locat['katja'] = 40
  1195. elseif hour = 11 and minut < 15:
  1196. !!Pav streets - walking the her mothers home.
  1197. locat['katja'] = 41
  1198. elseif hour < 12:
  1199. !!At home in her room
  1200. locat['katja'] = 7
  1201. elseif hour < 15:
  1202. if temper >= 20 and sunWeather = 1 and month >= 5 and month <= 9 and ((kanikuli = 0 and week = 7) or week mod 2 = 0):
  1203. !!At the lake beach hanging out wiht the other cool kids and the jocks
  1204. locat['katja'] = 10
  1205. else
  1206. !!At home in her room
  1207. locat['katja'] = 7
  1208. end
  1209. elseif hour < 20:
  1210. !!At home in her room
  1211. locat['katja'] = 7
  1212. else
  1213. !!In her room with not having visitors over
  1214. locat['katja'] = 9
  1215. end
  1216. end
  1217. end
  1218. end
  1219. end
  1220. --- katja_meynold_schedule ---------------------------------