1
0

family_schedule.qsrc 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761
  1. # family_schedule
  2. !! 2022/06/04 - Alaratt
  3. locat['Anya'] = 0
  4. locat['Anya_athome'] = 0
  5. locat['Anya_inroom'] = 0
  6. locat['Mother'] = 0
  7. locat['Mom_athome'] = 0
  8. locat['Stepdad'] = 0
  9. locat['sdad_athome'] = 0
  10. locat['Kolka'] = 0
  11. locat['Kolka_athome'] = 0
  12. !!---Gad_decide---------------------------------
  13. if locat['Fam_month_inGad'] ! month and week ! 7 and week ! 1:
  14. !!monthly
  15. locat['Fam_month_inGad'] = month
  16. locat['Fam_set_month_inGad'] = 1
  17. end
  18. if week = 1 and locat['Fam_set_month_inGad'] = 1: locat['Fam_set_month_inGad'] = 0
  19. if locat['Fam_set_month_inGad'] = 1 and ((week = 6 and hour >= 12) or (week = 7 and hour < 21)):
  20. !!go to the village
  21. locat['Fam_inGad'] = 1
  22. else
  23. locat['Fam_inGad'] = 0
  24. end
  25. if locat['Fam_inGad'] = 1 and locat['Anya_check_Gad'] = 0:
  26. locat['Anya_check_Gad'] = 1
  27. locat['Anya_Gad'] = rand(0, 1)
  28. end
  29. if locat['Fam_inGad'] = 0:
  30. locat['Anya_check_Gad'] = 0
  31. locat['Anya_Gad'] = 0
  32. end
  33. if sisboyparty_day + 1 = daystart: locat['Anya_Gad'] = 0
  34. !!---ANYA---------------------------------------
  35. !! locat['Anya_Gad'] = 1 means Anya is in the village
  36. !! locat['Anya_athome'] = 1 means Anya is at home, awake, and not in an event (like having sex with Roma)
  37. !! locat['Anya_inroom'] = 1 means Anya is actually in the room, so masturbating while she is in the shower is possible
  38. !! unused - 6, 18, 19, 20, 22, 25, 27+
  39. if locat['Anya_Gad'] = 0:
  40. if week <= 5:
  41. if (hour < 6) or (hour = 6 and minut < 45):
  42. !!Asleep
  43. locat['Anya'] = 1
  44. locat['Anya_athome'] = 0
  45. locat['Anya_inroom'] = 1
  46. elseif (hour = 6 and minut >= 45) or (hour = 7 and minut <= 15):
  47. !!Family breakfast
  48. locat['Anya'] = 2
  49. locat['Anya_athome'] = 1
  50. locat['Anya_inroom'] = 0
  51. elseif hour = 7 and minut < 30:
  52. !!Helping mom clean up
  53. locat['Anya'] = 3
  54. locat['Anya_athome'] = 1
  55. locat['Anya_inroom'] = 0
  56. elseif hour < 8:
  57. !!In Bedroom getting ready
  58. locat['Anya'] = 4
  59. locat['Anya_athome'] = 1
  60. locat['Anya_inroom'] = 1
  61. elseif hour = 8 and minut < 20:
  62. !!Shower
  63. locat['Anya'] = 5
  64. locat['Anya_athome'] = 1
  65. locat['Anya_inroom'] = 0
  66. if vanrPar_suction_dildo > 0 and $loc ! 'vanrPar':anyaQW['bathroom_dildos'] = vanrPar_suction_dildo
  67. elseif hour = 8 and minut < 30:
  68. !!traveling to work
  69. locat['Anya'] = 8
  70. locat['Anya_athome'] = 0
  71. locat['Anya_inroom'] = 0
  72. elseif hour < 15 or (hour = 15 and minut < 50):
  73. !!Work
  74. locat['Anya'] = 7
  75. locat['Anya_athome'] = 0
  76. locat['Anya_inroom'] = 0
  77. elseif hour < 16:
  78. !!traveling from work
  79. locat['Anya'] = 9
  80. locat['Anya_athome'] = 0
  81. locat['Anya_inroom'] = 0
  82. elseif hour < 18:
  83. if week = 5:
  84. !!At the community center
  85. locat['Anya'] = 10
  86. locat['Anya_athome'] = 0
  87. locat['Anya_inroom'] = 0
  88. elseif sisboyday + 1 = daystart:
  89. !!in bedroom with Roma
  90. locat['Anya'] = 11
  91. locat['Anya_athome'] = 1
  92. locat['Anya_inroom'] = 1
  93. else
  94. !!Personal activities: Relaxing in bedroom 15, at the community center 10
  95. if locat['Anya_rand1'] ! daystart:
  96. locat['Anya'] = func('shortgs', 'rand_pick', '', 10, 15)
  97. locat['Anya_rand1'] = daystart
  98. locat['Anya_save1'] = locat['Anya']
  99. else
  100. locat['Anya'] = locat['Anya_save1']
  101. end
  102. if locat['Anya'] = 15:
  103. locat['Anya_athome'] = 1
  104. locat['Anya_inroom'] = 1
  105. else
  106. locat['Anya_athome'] = 0
  107. locat['Anya_inroom'] = 0
  108. end
  109. end
  110. elseif hour = 18 and minut <= 30:
  111. if week = 5:
  112. !!Goes to a party
  113. locat['Anya'] = 24
  114. locat['Anya_athome'] = 0
  115. locat['Anya_inroom'] = 0
  116. else
  117. !!Family dinner
  118. locat['Anya'] = 12
  119. locat['Anya_athome'] = 1
  120. locat['Anya_inroom'] = 0
  121. end
  122. elseif hour < 22:
  123. if week = 5:
  124. !!Goes to a party
  125. locat['Anya'] = 24
  126. locat['Anya_athome'] = 0
  127. locat['Anya_inroom'] = 0
  128. else
  129. !!Goes out to hang out with friends 13/Roma 14 (this could be random so sometimes she stays home to give Sveta more time to talk to her 15)
  130. if locat['Anya_rand2'] ! daystart:
  131. locat['Anya'] = func('shortgs', 'rand_pick', '', 13, 14, 15)
  132. locat['Anya_rand2'] = daystart
  133. locat['Anya_save2'] = locat['Anya']
  134. else
  135. locat['Anya'] = locat['Anya_save2']
  136. end
  137. if locat['Anya'] = 15:
  138. locat['Anya_athome'] = 1
  139. locat['Anya_inroom'] = 1
  140. else
  141. locat['Anya_athome'] = 0
  142. locat['Anya_inroom'] = 0
  143. end
  144. end
  145. else
  146. if week = 5:
  147. !!Goes to a party
  148. locat['Anya'] = 24
  149. locat['Anya_athome'] = 0
  150. locat['Anya_inroom'] = 0
  151. else
  152. !!In her room
  153. locat['Anya'] = 15
  154. locat['Anya_athome'] = 1
  155. locat['Anya_inroom'] = 1
  156. end
  157. end
  158. else
  159. if hour < 2:
  160. !!Goes to a party
  161. locat['Anya'] = 24
  162. locat['Anya_athome'] = 0
  163. locat['Anya_inroom'] = 0
  164. elseif hour = 2 and minut < 20:
  165. !!In her room drunk after party
  166. locat['Anya'] = 26
  167. locat['Anya_athome'] = 0
  168. locat['Anya_inroom'] = 1
  169. elseif hour < 9:
  170. !!Asleep
  171. locat['Anya'] = 1
  172. locat['Anya_athome'] = 0
  173. locat['Anya_inroom'] = 1
  174. elseif hour = 9 and minut <= 20:
  175. !!Eat something in kitchen
  176. locat['Anya'] = 16
  177. locat['Anya_athome'] = 1
  178. locat['Anya_inroom'] = 0
  179. elseif hour = 9 and minut < 40:
  180. !!Shower*
  181. locat['Anya'] = 5
  182. locat['Anya_athome'] = 1
  183. locat['Anya_inroom'] = 0
  184. elseif hour < 10:
  185. !!In Bedroom
  186. locat['Anya'] = 4
  187. locat['Anya_athome'] = 1
  188. locat['Anya_inroom'] = 1
  189. elseif hour < 16:
  190. if temp > 15 and sunWeather = 1:
  191. !!On nice days goes to the beach
  192. locat['Anya'] = 17
  193. locat['Anya_athome'] = 0
  194. locat['Anya_inroom'] = 0
  195. else
  196. !!Stays at home
  197. locat['Anya'] = 15
  198. locat['Anya_athome'] = 1
  199. locat['Anya_inroom'] = 1
  200. end
  201. elseif hour < 18:
  202. if week = 6:
  203. !!At the community center
  204. locat['Anya'] = 10
  205. locat['Anya_athome'] = 0
  206. locat['Anya_inroom'] = 0
  207. else
  208. !!Works out at the community center
  209. locat['Anya'] = 21
  210. locat['Anya_athome'] = 0
  211. locat['Anya_inroom'] = 0
  212. end
  213. elseif hour = 18 and minut <= 30:
  214. if week = 6:
  215. !!Goes to a party
  216. locat['Anya'] = 24
  217. locat['Anya_athome'] = 0
  218. locat['Anya_inroom'] = 0
  219. else
  220. !!Family dinner
  221. locat['Anya'] = 12
  222. locat['Anya_athome'] = 1
  223. locat['Anya_inroom'] = 0
  224. end
  225. elseif hour < 19:
  226. if week = 7:
  227. !!helps mom clean up after dinner
  228. locat['Anya'] = 23
  229. locat['Anya_athome'] = 1
  230. locat['Anya_inroom'] = 0
  231. else
  232. !!Goes to a party
  233. locat['Anya'] = 24
  234. locat['Anya_athome'] = 0
  235. locat['Anya_inroom'] = 0
  236. end
  237. else
  238. if week = 7:
  239. !!in her room
  240. locat['Anya'] = 15
  241. locat['Anya_athome'] = 1
  242. locat['Anya_inroom'] = 1
  243. else
  244. !!Goes to a party
  245. locat['Anya'] = 24
  246. locat['Anya_athome'] = 0
  247. locat['Anya_inroom'] = 0
  248. end
  249. end
  250. end
  251. end
  252. !!---MOM--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  253. if locat['Mom_cafesex_daystart'] ! daystart:
  254. locat['Mom_cafesex_daystart'] = daystart
  255. locat['Mom_cafe_sex'] = rand(0, 1)
  256. end
  257. !!locat['Mom_Salon_daystart'] = daystart check in salon
  258. !!locat['Fam_inGad'] = 1 means mom is in the village
  259. !!locat['Mom_athome'] = 1 means mom is at home and awake
  260. !!unused number - 22, 27+
  261. if locat['Fam_inGad'] = 0:
  262. if week <= 5:
  263. if hour < 5 or (hour = 5 and minut < 30):
  264. !!Asleep
  265. locat['Mother'] = 1
  266. locat['Mom_athome'] = 0
  267. elseif hour = 5 and minut < 45:
  268. !!shower
  269. locat['Mother'] = 2
  270. locat['Mom_athome'] = 1
  271. if vanrPar_suction_dildo > 0 and $loc ! 'vanrPar': gs 'mother_sextalk', 'discover_dildo'
  272. elseif hour < 6:
  273. !! Getting dressed in her room and wakes Vladimir, if Sveta walks by she''ll ask to wake Kolka
  274. locat['Mother'] = 3
  275. locat['Mom_athome'] = 1
  276. elseif hour = 6 or (hour = 7 and minut < 30):
  277. locat['Mother'] = 4
  278. locat['Mom_athome'] = 1
  279. if hour = 6 and minut <= 40:
  280. !! Make Breakfast
  281. locat['Mom_kitchen_action'] = 1
  282. elseif hour = 6 and minut < 45:
  283. !! Set breakfast table - ask Sveta to do it if she comes into the kitchen at that time
  284. locat['Mom_kitchen_action'] = 2
  285. elseif (hour = 6 and minut >= 45) or (hour = 7 and minut <= 15):
  286. !! Family breakfast
  287. locat['Mom_kitchen_action'] = 3
  288. else
  289. !! Clean up breakfast table
  290. locat['Mom_kitchen_action'] = 4
  291. end
  292. elseif hour = 7 or (hour = 8 and minut < 30):
  293. !!Cleaning random room in the house
  294. !! 23 = Kitchen
  295. !! 24 = Living room
  296. if locat['Mother_clean1_daystart'] ! daystart:
  297. locat['Mother_clean1_daystart'] = daystart
  298. if rand(0, 1) = 1:
  299. locat['Mother_clean1'] = 23
  300. else
  301. locat['Mother_clean1'] = 24
  302. end
  303. end
  304. locat['Mother'] = locat['Mother_clean1']
  305. locat['Mom_athome'] = 1
  306. elseif (week < 5 and hour < 16) or (week = 5 and (hour < 17 or (hour = 17 and minut <= 50))):
  307. !!Working in the cafe. On Friday she stays until 17:50
  308. locat['Mother'] = 9
  309. locat['Mom_athome'] = 0
  310. elseif hour = 16 and minut < 50 and week < 5:
  311. !!Buying groceries for dinner and other stuff needed for home at the supermarket
  312. locat['Mother'] = 7
  313. locat['Mom_athome'] = 0
  314. elseif hour < 17 and week < 5:
  315. !!Walking home
  316. locat['Mother'] = 8
  317. locat['Mom_athome'] = 0
  318. elseif hour < 18 and week = 5:
  319. !!Walking home
  320. locat['Mother'] = 10
  321. locat['Mom_athome'] = 0
  322. elseif hour < 18:
  323. !!Making dinner (On Friday she brings home leftovers from the cafe)
  324. locat['Mother'] = 11
  325. locat['Mom_athome'] = 1
  326. elseif hour = 18 and minut <= 30:
  327. !!Family dinner
  328. locat['Mother'] = 12
  329. locat['Mom_athome'] = 1
  330. elseif hour < 19:
  331. !! Cleaning dinner table/Doing dishes
  332. locat['Mother'] = 13
  333. locat['Mom_athome'] = 1
  334. elseif hour < 20:
  335. if week = 1:
  336. !! Visiting Luda on mondays for 3 hours
  337. locat['Mother'] = 20
  338. locat['Mom_athome'] = 0
  339. else
  340. !!Cleaning random room in the house
  341. !! 23 = Kitchen
  342. !! 25 = Bathroom
  343. if locat['Mother_clean2_daystart'] ! daystart:
  344. locat['Mother_clean2_daystart'] = daystart
  345. if rand(0,1) = 0:
  346. locat['Mother_clean2'] = 23
  347. else
  348. locat['Mother_clean2'] = 25
  349. end
  350. end
  351. locat['Mother'] = locat['Mother_clean2']
  352. locat['Mom_athome'] = 1
  353. if vanrPar_suction_dildo > 0 and $loc ! 'vanrPar' and locat['Mother'] = 25: gs 'mother_sextalk', 'discover_dildo'
  354. end
  355. elseif hour < 22:
  356. if week = 1:
  357. !! Visiting Luda on mondays for 3 hours
  358. locat['Mother'] = 20
  359. locat['Mom_athome'] = 0
  360. elseif week < 5:
  361. !! Watches TV with Vladimir
  362. locat['Mother'] = 19
  363. locat['Mom_athome'] = 1
  364. else
  365. !! Watches TV alone
  366. locat['Mother'] = 19
  367. locat['Mom_athome'] = 1
  368. end
  369. else
  370. !! Asleep (Small chance she and step dad have sex before sleep 22:00-22:59)
  371. locat['Mother'] = 1
  372. locat['Mom_athome'] = 0
  373. end
  374. else
  375. if hour < 5 or (hour = 5 and minut < 30):
  376. !! Asleep
  377. locat['Mother'] = 1
  378. elseif hour = 5 and minut < 45:
  379. !! Shower
  380. locat['Mother'] = 2
  381. locat['Mom_athome'] = 1
  382. if vanrPar_suction_dildo > 0 and $loc ! 'vanrPar': gs 'mother_sextalk', 'discover_dildo'
  383. elseif hour < 6:
  384. !! Getting dressed in her room, if Sveta knocks she''ll ask you to wake Kolka
  385. locat['Mother'] = 3
  386. locat['Mom_athome'] = 1
  387. elseif hour = 6 or (hour = 7 and minut < 30):
  388. locat['Mother'] = 4
  389. locat['Mom_athome'] = 1
  390. if hour = 6 and minut <= 40:
  391. !! Make Breakfast
  392. locat['Mom_kitchen_action'] = 1
  393. elseif hour = 6 and minut < 45:
  394. !! Set breakfast table - ask Sveta to do it if she comes into the kitchen at that time
  395. locat['Mom_kitchen_action'] = 2
  396. elseif hour = 6 or (hour = 7 and minut <= 15):
  397. !! Family breakfast
  398. locat['Mom_kitchen_action'] = 3
  399. else
  400. locat['Mom_kitchen_action'] = 4
  401. !! Clean up breakfast table
  402. end
  403. elseif hour < 11:
  404. !!Cleaning random room in the house
  405. !! 23 = Kitchen
  406. !! 24 = Living room
  407. !! 25 = Bathroom
  408. !! 26 = Svetas room
  409. if locat['Mother_clean1_daystart'] ! daystart:
  410. locat['Mother_clean1_daystart'] = daystart
  411. if week = 6:
  412. locat['Mother_clean1'] = rand(23,26)
  413. else
  414. locat['Mother_clean1'] = rand(23,24)
  415. end
  416. end
  417. locat['Mother'] = locat['Mother_clean1']
  418. locat['Mom_athome'] = 1
  419. if vanrPar_suction_dildo > 0 and $loc ! 'vanrPar' and locat['Mother'] = 25: gs 'mother_sextalk', 'discover_dildo'
  420. elseif hour = 11 and minut < 30:
  421. !!Traveling - takes the car to town/walks to church
  422. locat['Mother'] = 14
  423. locat['Mom_athome'] = 0
  424. elseif hour < 12 or (hour = 12 and minut < 30):
  425. !! Gets her nails done/hair cut at the salon or such things - On Sunday goes to the church during these hours
  426. locat['Mom_athome'] = 0
  427. if week = 6:
  428. if locat['Mom_Salon_daystart'] = daystart:
  429. !! Walks around different shops, looking at and buying stuff
  430. locat['Mother'] = 15
  431. else
  432. !! Salon
  433. locat['Mother'] = 21
  434. end
  435. else
  436. !!Church
  437. locat['Mother'] = 16
  438. end
  439. elseif hour = 12 or (hour = 13 and minut < 30) and week = 6:
  440. !!Church
  441. locat['Mother'] = 16
  442. elseif hour < 14:
  443. !! Walks around different shops, looking at and buying stuff - On Sunday goes to church during these hours
  444. locat['Mother'] = 15
  445. locat['Mom_athome'] = 0
  446. elseif hour < 17:
  447. !!Helping out Sergey/Luda, going to Kolka''s games?
  448. locat['Mother'] = rand(14,15)
  449. locat['Mom_athome'] = 0
  450. elseif hour < 18:
  451. !! Making dinner
  452. locat['Mother'] = 11
  453. locat['Mom_athome'] = 1
  454. elseif hour = 18 and minut <= 30:
  455. !!Family dinner
  456. locat['Mother'] = 12
  457. locat['Mom_athome'] = 1
  458. elseif hour < 19:
  459. !! Cleaning dinner table/Doing dishes
  460. locat['Mother'] = 13
  461. locat['Mom_athome'] = 1
  462. elseif hour < 21:
  463. !!Says she goes to see her sister, in reality sometimes sees her sister or fucks around with different people. - Sunday goes to evening mass
  464. locat['Mom_athome'] = 0
  465. if week = 6:
  466. !!Slutting around?
  467. locat['Mother'] = 17
  468. else
  469. !!Church - Mass
  470. locat['Mother'] = 18
  471. end
  472. elseif hour < 22:
  473. if week = 7:
  474. !! Watches TV with Vladimir
  475. locat['Mother'] = 19
  476. locat['Mom_athome'] = 1
  477. else
  478. !! Watches TV alone
  479. locat['Mother'] = 19
  480. locat['Mom_athome'] = 1
  481. end
  482. else
  483. !! Asleep (Small chance she and step dad have sex before sleep 22:00-22:59)
  484. locat['Mother'] = 1
  485. locat['Mom_athome'] = 0
  486. end
  487. end
  488. end
  489. !!----STEPFATHER------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  490. !!locat['Fam_inGad'] = 1 means stepdad is in the village
  491. if locat['Fam_inGad'] = 0:
  492. if week <= 5:
  493. if hour < 6 or (hour = 6 and minut < 10):
  494. !! Asleep
  495. locat['Stepdad'] = 1
  496. locat['sdad_athome'] = 0
  497. elseif hour = 6 and minut < 45:
  498. !!Getting ready
  499. locat['Stepdad'] = 2
  500. locat['sdad_athome'] = 1
  501. elseif (hour = 6 and minut >= 45) or (hour = 7 and minut <= 15):
  502. !!family breakfast
  503. locat['Stepdad'] = 3
  504. locat['sdad_athome'] = 1
  505. elseif hour < 8:
  506. !!Reads paper in kitchen
  507. locat['Stepdad'] = 4
  508. locat['sdad_athome'] = 1
  509. elseif hour = 8 and minut < 30:
  510. !!Watching TV
  511. locat['Stepdad'] = 10
  512. locat['sdad_athome'] = 1
  513. elseif hour = 8 and minut < 45:
  514. !! shave/get dressed
  515. locat['Stepdad'] = 5
  516. locat['sdad_athome'] = 1
  517. elseif hour < 17 or (hour = 17 and minut < 45):
  518. !! Work (includes lunch time)
  519. locat['Stepdad'] = 6
  520. locat['sdad_athome'] = 0
  521. elseif hour < 18:
  522. !! Sets the table for dinner
  523. locat['Stepdad'] = 7
  524. locat['sdad_athome'] = 1
  525. elseif hour = 18 and minut <= 30:
  526. !! Family dinner
  527. locat['Stepdad'] = 8
  528. locat['sdad_athome'] = 1
  529. elseif hour < 19 or (hour = 19 and minut < 45):
  530. if week = 5:
  531. !!In the garage drinking with Misha
  532. fatherdrunk = 1
  533. locat['Stepdad'] = 9
  534. locat['sdad_athome'] = 1
  535. else
  536. !! In garage
  537. locat['Stepdad'] = 9
  538. locat['sdad_athome'] = 1
  539. end
  540. elseif hour < 21 or (hour = 21 and minut < 45):
  541. if week = 5:
  542. !!In the garage drinking with Misha
  543. fatherdrunk = 1
  544. locat['Stepdad'] = 9
  545. locat['sdad_athome'] = 1
  546. else
  547. !! Watch tv in living room
  548. locat['Stepdad'] = 10
  549. locat['sdad_athome'] = 1
  550. end
  551. elseif hour < 22:
  552. !! Take shower
  553. locat['Stepdad'] = 11
  554. locat['sdad_athome'] = 1
  555. else
  556. !! Asleep (Small chance she and step dad have sex before sleep 22:00-22:59)
  557. locat['Stepdad'] = 1
  558. locat['sdad_athome'] = 0
  559. end
  560. else
  561. if hour < 6 or (hour = 6 and minut < 10):
  562. !! Asleep
  563. locat['Stepdad'] = 1
  564. locat['sdad_athome'] = 0
  565. elseif hour < hour = 6 and minut < 45:
  566. !!Getting ready
  567. locat['Stepdad'] = 2
  568. locat['sdad_athome'] = 1
  569. elseif (hour = 6 and minut >= 45) or (hour = 7 and minut <= 15):
  570. !!family breakfast
  571. locat['Stepdad'] = 3
  572. locat['sdad_athome'] = 1
  573. elseif hour < 8:
  574. !!Reads paper in kitchen
  575. locat['Stepdad'] = 4
  576. locat['sdad_athome'] = 1
  577. elseif hour = 8 and minut < 20:
  578. !! Take shower
  579. locat['Stepdad'] = 11
  580. locat['sdad_athome'] = 1
  581. elseif hour < 9:
  582. !! Watch tv in living room
  583. locat['Stepdad'] = 10
  584. locat['sdad_athome'] = 1
  585. elseif hour < 13:
  586. if week = 6:
  587. !!In the garage
  588. locat['Stepdad'] = 9
  589. locat['sdad_athome'] = 1
  590. else
  591. !! Unknown - maybe just left apartment
  592. locat['Stepdad'] = 12
  593. locat['sdad_athome'] = 0
  594. end
  595. elseif hour < 18:
  596. !!In the garage
  597. locat['Stepdad'] = 9
  598. locat['sdad_athome'] = 1
  599. elseif hour = 18 and minut <= 30:
  600. !! Family dinner
  601. locat['Stepdad'] = 8
  602. locat['sdad_athome'] = 1
  603. elseif hour < 22:
  604. if week = 6:
  605. !!In the garage drinking with Misha
  606. fatherdrunk = 1
  607. locat['Stepdad'] = 9
  608. locat['sdad_athome'] = 1
  609. else
  610. !! Watch tv in living room
  611. locat['Stepdad'] = 10
  612. locat['sdad_athome'] = 1
  613. end
  614. else
  615. !! Asleep (Small chance she and step dad have sex before sleep 22:00-22:59)
  616. locat['Stepdad'] = 1
  617. locat['sdad_athome'] = 0
  618. end
  619. end
  620. end
  621. !!---KOLKA------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  622. !!locat['Fam_inGad'] = 1 means kolka is in the village
  623. if locat['Fam_inGad'] = 0:
  624. if week <= 5:
  625. if hour < 6 or (hour = 6 and minut < 45):
  626. if brothermorningsex ! daystart:
  627. !! Sleep
  628. locat['Kolka'] = 1
  629. locat['Kolka_athome'] = 0
  630. else
  631. !! Awake - Sveta woke him up
  632. locat['Kolka'] = 2
  633. locat['Kolka_athome'] = 1
  634. end
  635. elseif (hour = 6 and minut >= 45) or (hour = 7 and minut <= 15):
  636. !! Family Breakfast
  637. locat['Kolka'] = 3
  638. locat['Kolka_athome'] = 1
  639. elseif hour < 8:
  640. !! Leaves for school and hangs out with friends
  641. locat['Kolka'] = 4
  642. locat['Kolka_athome'] = 0
  643. elseif hour < 14:
  644. if kanikuli = 0:
  645. !! At School
  646. locat['Kolka'] = 5
  647. locat['Kolka_athome'] = 0
  648. else
  649. !! Track Field since no school on holidays
  650. locat['Kolka'] = 6
  651. locat['Kolka_athome'] = 0
  652. end
  653. elseif hour >= 14 and hour < 17:
  654. !! Track Field
  655. locat['Kolka'] = 6
  656. locat['Kolka_athome'] = 0
  657. elseif hour < 18:
  658. if kanikuli = 0 and brother_homework ! daystart:
  659. !! Homework
  660. locat['Kolka'] = 7
  661. locat['Kolka_athome'] = 1
  662. else
  663. !! Watches TV or games
  664. locat['Kolka'] = 11
  665. locat['Kolka_athome'] = 1
  666. end
  667. elseif hour = 18 and minut <= 30:
  668. !! Family Dinner
  669. locat['Kolka'] = 8
  670. locat['Kolka_athome'] = 1
  671. elseif hour < 21:
  672. !! Leaves apartment
  673. locat['Kolka'] = 9
  674. locat['Kolka_athome'] = 0
  675. elseif hour = 21 and minut < 15:
  676. !! Shower
  677. locat['Kolka'] = 10
  678. locat['Kolka_athome'] = 1
  679. elseif hour < 23:
  680. !! Watches TV or games
  681. locat['Kolka'] = 11
  682. locat['Kolka_athome'] = 1
  683. else
  684. !! Sleep
  685. locat['Kolka'] = 1
  686. locat['Kolka_athome'] = 0
  687. end
  688. else
  689. if hour < 6 or (hour = 6 and minut < 45):
  690. if brothermorningsex ! daystart:
  691. !! Sleep
  692. locat['Kolka'] = 1
  693. locat['Kolka_athome'] = 0
  694. else
  695. !! Awake - Sveta woke him up
  696. locat['Kolka'] = 2
  697. locat['Kolka_athome'] = 1
  698. end
  699. elseif (hour = 6 and minut >= 45) or (hour = 7 and minut <= 15):
  700. !! Family Breakfast
  701. locat['Kolka'] = 3
  702. locat['Kolka_athome'] = 1
  703. elseif hour < 10:
  704. if kanikuli = 0 and brother_homework ! daystart:
  705. !! Homework
  706. locat['Kolka'] = 7
  707. locat['Kolka_athome'] = 1
  708. else
  709. !! Watches TV or games
  710. locat['Kolka'] = 11
  711. locat['Kolka_athome'] = 1
  712. end
  713. elseif hour <= 13:
  714. !! Watches TV
  715. locat['Kolka'] = 11
  716. locat['Kolka_athome'] = 1
  717. elseif hour < 18:
  718. !! Leaves apartment
  719. locat['Kolka'] = 9
  720. locat['Kolka_athome'] = 0
  721. elseif hour = 18 and minut <= 30:
  722. !! Family Dinner
  723. locat['Kolka'] = 8
  724. locat['Kolka_athome'] = 1
  725. elseif hour < 21:
  726. !! Watches TV or games
  727. locat['Kolka'] = 11
  728. locat['Kolka_athome'] = 1
  729. elseif hour = 21 and minut < 15:
  730. !! Shower
  731. locat['Kolka'] = 10
  732. locat['Kolka_athome'] = 1
  733. elseif hour < 23:
  734. !! Watches TV or games
  735. locat['Kolka'] = 11
  736. locat['Kolka_athome'] = 1
  737. else
  738. !! Sleep
  739. locat['Kolka'] = 1
  740. locat['Kolka_athome'] = 0
  741. end
  742. end
  743. end
  744. --- family_schedule ---------------------------------