family_schedule.qsrc 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. # family_schedule
  2. !!Each action will use '<name>loc' ie. momloc
  3. momloc = 0
  4. sdadloc = 0
  5. anyaloc = 0
  6. kolloc = 0
  7. !!---ANYA---------------------------------------
  8. !! sister_opr_indorf = 1 means Anya is in the village
  9. if sister_opr_indorf = 0:
  10. if week <= 5:
  11. if (hour < 6) or (hour = 6 and minut < 45):
  12. !!Asleep
  13. anyaloc = 1
  14. elseif hour = 7 and minut < 15:
  15. !!Family breakfast
  16. anyaloc = 2
  17. elseif hour = 7 and minut < 30:
  18. !!Helping mom clean up
  19. anyaloc = 3
  20. elseif hour < 8:
  21. !!In Bedroom
  22. anyaloc = 4
  23. elseif hour = 8 and minut < 20:
  24. !!Shower*
  25. anyaloc = 5
  26. elseif hour = 8 and minut < 30:
  27. !!Walk to work
  28. anyaloc = 6
  29. elseif hour < 16:
  30. !!Work
  31. anyaloc = 7
  32. elseif hour = 16 and minut < 10:
  33. !!Walk home from work
  34. anyaloc = 8
  35. elseif hour < 18:
  36. !!Personal activities: Relaxing in bedroom, working out at the community center, etc (this is also the time frame Roma comes over some times)
  37. anyaloc = func('shortgs', 'rand_pick', '', 9, 10, 11)
  38. elseif sisboyday + 1 = daystart and hour = 18:
  39. !!in bedroom with Roma
  40. anyaloc = 25
  41. elseif hour = 18 and minut < 30:
  42. !!Family dinner
  43. anyaloc = 12
  44. elseif hour < 22:
  45. !!Goes out to hang out with friends/Roma (this could be random so sometimes she stays home to give Sveta more time to talk to her)
  46. anyaloc = func('shortgs', 'rand_pick', '', 13, 14, 15)
  47. else
  48. !!In her room
  49. anyaloc = 15
  50. end
  51. else
  52. if week = 7 and hour < 2:
  53. !!Goes to a party
  54. anyaloc = 24
  55. elseif week = 7 and hour = 2 and minut < 20:
  56. !!In her room drunk after party
  57. anyaloc = 26
  58. elseif hour < 9:
  59. !!Asleep
  60. anyaloc = 1
  61. elseif hour = 9 and minut < 20:
  62. !!Eat something in kitchen
  63. anyaloc = 16
  64. elseif hour = 9 and minut < 40:
  65. !!Shower*
  66. anyaloc = 5
  67. elseif hour < 10:
  68. !!In Bedroom
  69. anyaloc = 4
  70. elseif hour < 16:
  71. !!On nice days goes to the beach, sometimes goes to the city with friends, or stays at home watching tv or reading etc
  72. anyaloc = rand(17,19)
  73. elseif hour = 16 and minut < 15:
  74. !!Walk to community center
  75. anyaloc = 20
  76. elseif hour = 17 and minut < 45:
  77. !!Works out at the community center
  78. anyaloc = 21
  79. elseif hour < 18:
  80. !!Walk home
  81. anyaloc = 22
  82. elseif hour = 18 and minut < 30:
  83. !!Family dinner
  84. anyaloc = 12
  85. elseif hour < 19:
  86. if week = 7:
  87. !!helps mom clean up after dinner
  88. anyaloc = 23
  89. else
  90. !!Goes to a party
  91. anyaloc = 24
  92. end
  93. else
  94. if week = 7:
  95. !!in her room
  96. anyaloc = 15
  97. else
  98. !!Goes to a party
  99. anyaloc = 24
  100. end
  101. end
  102. end
  103. end
  104. !!---MOM--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  105. !!momloc [11] = daystart check in salon
  106. !!indorf = 1 means mom is in the village
  107. if indorf = 0:
  108. if week <= 5:
  109. if hour < 5 or (hour = 5 and minut < 30):
  110. !!Asleep, if Sveta knocks she''ll ask to wake Kolka
  111. momloc = 1
  112. elseif hour = 5 and minut < 50:
  113. !!shower
  114. momloc = 2
  115. elseif hour < 6 or (hour = 6 and minut < 10):
  116. !! Getting dressed in her room and wakes Vladimir, if Sveta walks by she''ll ask to wake Kolka (Occasional morning quicky)
  117. momloc = 3
  118. elseif hour = 6 or (hour = 7 and minut < 30):
  119. momloc = 4
  120. if hour = 6 and minut < 40:
  121. !! Make Breakfast
  122. momloc[1] = 1
  123. elseif hour = 6 and minut < 45:
  124. !! Set breakfast table - ask Sveta to do it if she comes into the kitchen at that time
  125. momloc[1] = 2
  126. elseif hour = 6 or (hour = 7 and minut < 15):
  127. !! Family breakfast
  128. momloc[1] = 3
  129. else
  130. !! Clean up breakfast table
  131. momloc[1] = 4
  132. end
  133. elseif hour = 7 or (hour = 8 and minut < 10):
  134. !!Cleaning random room in the house
  135. !!variable set in cikl
  136. momloc = momcleaning
  137. elseif hour = 8 and minut < 30:
  138. !! Walking to work
  139. momloc = 5
  140. elseif hour < 16 and week < 5:
  141. !!Working in the cafe. On Friday she stays until 18:00
  142. momloc = 6
  143. elseif hour = 16 and minut < 40 and week < 5:
  144. !!Buying groceries for dinner and other stuff needed for home at the supermarket
  145. momloc = 7
  146. elseif hour < 17 and week < 5:
  147. !!Walking home
  148. momloc = 8
  149. elseif hour = 17 and minut < 50 and week = 5:
  150. !!Working in the cafe. On Friday she stays until 17:50
  151. momloc = 9
  152. elseif hour < 18 and week = 5:
  153. !!Walking home
  154. momloc = 10
  155. elseif hour < 18:
  156. !!Making dinner (On Friday she brings home leftovers from the cafe)
  157. momloc = 11
  158. elseif hour < 19:
  159. !! Cleaning dinner table/Doing dishes
  160. momloc = 12
  161. elseif hour < 20:
  162. if week = 1:
  163. !! Visiting Luda on mondays for 3 hours
  164. momloc = 20
  165. else
  166. !! (cleaning the bathroom, sweeping, mopping, dusting, watching TV, taking a bath, etc in different rooms)
  167. momloc = momcleaning2
  168. end
  169. elseif hour < 22:
  170. if week = 1:
  171. !! Visiting Luda on mondays for 3 hours
  172. momloc = 20
  173. else
  174. !! Watches TV with Vladimir
  175. momloc = 13
  176. end
  177. else
  178. !! Sleep (Small chance she and step dad have sex before sleep)
  179. momloc = 1
  180. end
  181. else
  182. if hour < 5 or (hour = 5 and minut < 30):
  183. !! Sleep
  184. momloc = 1
  185. elseif hour = 5 and minut < 50:
  186. !! Shower, if Sveta knocks she''ll ask to wake Kolka
  187. momloc = 2
  188. elseif hour < 6 or (hour = 6 and minut < 10):
  189. !! Getting dressed in her room and wakes Vladimir, if Sveta walks by she''ll ask to wake Kolka (Occasional morning quicky)
  190. momloc = 3
  191. elseif hour = 6 or (hour = 7 and minut < 30):
  192. momloc = 4
  193. if hour = 6 and minut < 40:
  194. !! Make Breakfast
  195. momloc[1] = 1
  196. elseif hour = 6 and minut < 45:
  197. !! Set breakfast table - ask Sveta to do it if she comes into the kitchen at that time
  198. momloc[1] = 2
  199. elseif hour = 6 or (hour = 7 and minut < 15):
  200. !! Family breakfast
  201. momloc[1] = 3
  202. else
  203. momloc[1] = 4
  204. !! Clean up breakfast table
  205. end
  206. elseif hour = 11:
  207. !!Cleaning random room in the house/laundry
  208. !! cleaning kitchen only one in use atm
  209. momloc = 23
  210. elseif hour = 11 and minut < 30:
  211. !! Takes the car to town
  212. momloc = 14
  213. elseif hour < 12 or hour = 12 and minut < 30:
  214. !! Gets her nails done/hair cut at the salon or such things - On Sunday goes to the church during these hours
  215. if week = 5:
  216. momloc = 15
  217. else
  218. momloc = 16
  219. end
  220. elseif hour = 13 and minut < 30 and week = 6:
  221. momloc = 16
  222. elseif hour < 14:
  223. !! Walks around different shops, looking at and buying stuff - On Sunday goes to church during these hours
  224. momloc = 15
  225. elseif hour < 17:
  226. !!Helping out Sergey/Luda, going to Kolka's games?
  227. momloc = rand(14,15)
  228. elseif hour < 18:
  229. !! Making dinner
  230. momloc = 11
  231. elseif hour = 18 and minut < 30:
  232. !!Family dinner (same as the family breakfast, Sveta doesn''t have to join it but we can have some family interactions like mom and step dad asking about how school was etc)
  233. momloc = 12
  234. elseif hour < 19:
  235. !! Cleaning dinner table/Doing dishes
  236. momloc = 13
  237. elseif hour < 21:
  238. !!Says she goes to see her sister, in reality sometimes see's her sister of fucks around with different people. - Sunday goes to evening mass
  239. if week = 5:
  240. momloc = 17
  241. else
  242. momloc = 18
  243. end
  244. elseif hour < 22:
  245. !! Watches TV with Vladimir
  246. momloc = 19
  247. else
  248. !! Sleep (Small chance she and step dad have sex before sleep)
  249. momloc = 1
  250. end
  251. end
  252. end
  253. !!----STEPFATHER------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  254. !!indorf = 1 means stepdad is in the village
  255. if indorf = 0:
  256. if week <= 5:
  257. if hour = 6 and minut < 10:
  258. !! Sleep
  259. sdadloc = 1
  260. elseif hour = 6 and minut < 45:
  261. !!Getting ready, sometimes has quicky
  262. sdadloc = 1
  263. elseif hour = 7 and minut < 15:
  264. !!family breakfast
  265. sdadloc = 4
  266. elseif hour = 7 and minut < 30:
  267. !!Reads paper in kitchen
  268. sdadloc = 4
  269. elseif hour = 8 and minut < 30:
  270. !!Watching TV
  271. sdadloc = 13
  272. elseif hour = 8 and minut < 45:
  273. !! shave/get dressed
  274. sdadloc = 5
  275. elseif hour = 17 and minut < 45:
  276. !! Work (includes lunch time)
  277. sdadloc = 0
  278. elseif hour < 18:
  279. !! Sets the table for dinner
  280. sdadloc = 4
  281. elseif hour = 18 and minut < 30:
  282. !! Family dinner
  283. sdadloc = 4
  284. elseif hour = 19 and minut < 45:
  285. !! In garage or spending time with Misha
  286. sdadloc = 8
  287. elseif hour = 21 and minut < 45:
  288. !! Watch tv in living room
  289. sdadloc = 13
  290. elseif hour < 22:
  291. !! Take shower
  292. sdadloc = 5
  293. else
  294. !! Sleep - (small chance mom and step dad have sex before actually going to sleep)
  295. sdadloc = 1
  296. end
  297. else
  298. if hour = 6 and minut < 45:
  299. sdadloc = 1
  300. elseif hour = 7 and minut < 15:
  301. sdadloc = 1
  302. elseif hour = 7 and minut < 30:
  303. sdadloc = 1
  304. elseif hour < 8:
  305. sdadloc = 5
  306. elseif hour < 9:
  307. sdadloc = 13
  308. elseif hour < 11:
  309. sdadloc = 8
  310. !!I assume that he meet misha/sergey in the garage
  311. elseif hour = 11 and minut < 10:
  312. if week = 6:
  313. sdadloc = 8
  314. !!I assume that he meet misha/sergey in the garage
  315. else
  316. sdadloc = 0
  317. end
  318. elseif hour < 13:
  319. if week = 6:
  320. sdadloc = 8
  321. !!I assume that he meet misha/sergey in the garage
  322. else
  323. sdadloc = 16
  324. end
  325. elseif hour = 13 and minut < 10:
  326. if week = 6:
  327. sdadloc = 8
  328. !!I assume that he meet misha/sergey in the garage
  329. else
  330. sdadloc = 0
  331. end
  332. elseif hour < 18:
  333. sdadloc = 8
  334. elseif hour = 18 and minut < 30:
  335. sdadloc = 4
  336. elseif hour < 22:
  337. sdadloc = 13
  338. else
  339. sdadloc = 1
  340. end
  341. end
  342. end
  343. !!---KOLKA------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  344. !!indorf = 1 means kolka is in the village
  345. if indorf = 0:
  346. if week <= 5:
  347. if hour = 6 and minut < 45:
  348. kolloc = 13
  349. elseif hour = 7 and minut < 15:
  350. kolloc = 4
  351. elseif hour < 8:
  352. kolloc = 0
  353. elseif hour < 14:
  354. kolloc = 0
  355. elseif hour = 16 and minut < 45:
  356. kolloc = func('shortgs', 'rand_pick', '', 10, 11, 12)
  357. elseif hour < 17:
  358. kolloc = 0
  359. elseif hour < 18:
  360. kolloc = 13
  361. elseif hour = 18 and minut < 30:
  362. kolloc = 4
  363. elseif hour = 18 and minut < 45:
  364. kolloc = 0
  365. elseif hour < 21:
  366. kolloc = 10
  367. elseif hour = 21 and minut < 15:
  368. kolloc = 5
  369. elseif hour < 23:
  370. kolloc = 13
  371. else
  372. kolloc = 13
  373. end
  374. else
  375. if hour = 6 and minut < 45:
  376. kolloc = 13
  377. elseif hour = 7 and minut < 15:
  378. kolloc = 4
  379. elseif hour < 10:
  380. kolloc = 13
  381. elseif hour = 13 and minut < 10:
  382. kolloc = 13
  383. elseif hour < 18:
  384. kolloc = func('shortgs', 'rand_pick', '', 8, 10, 11, 12)
  385. elseif hour = 18 and minut < 30:
  386. kolloc = 4
  387. elseif hour < 21:
  388. kolloc = func('shortgs', 'rand_pick', '', 10, 11, 12)
  389. elseif hour = 21 and minut < 15:
  390. kolloc = 5
  391. elseif hour < 23:
  392. kolloc = 13
  393. else
  394. kolloc = 13
  395. end
  396. end
  397. end
  398. --- family_schedule ---------------------------------