family_schedule.qsrc 13 KB

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