family_schedule.qsrc 12 KB

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