123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485 |
- # family_schedule
- !!Each action will use '<name>loc' ie. momloc
- momloc = 0
- sdadloc = 0
- anyaloc = 0
- kolloc = 0
- !!---ANYA---------------------------------------
- !! sister_indorf = 1 means Anya is in the village
- !! anyaloc['athome'] = 1 means Anya is at home, awake, and not in an event (like having sex with Roma)
- if sister_indorf = 0:
- if week <= 5:
- if (hour < 6) or (hour = 6 and minut < 45):
- !!Asleep
- anyaloc = 1
- elseif hour = 7 and minut < 15:
- !!Family breakfast
- anyaloc = 2
- anyaloc['athome'] = 1
- elseif hour = 7 and minut < 30:
- !!Helping mom clean up
- anyaloc = 3
- anyaloc['athome'] = 1
- elseif hour < 8:
- !!In Bedroom getting ready
- anyaloc = 4
- anyaloc['athome'] = 1
- elseif hour = 8 and minut < 20:
- !!Shower*
- anyaloc = 5
- anyaloc['athome'] = 1
- if vanrPar_suction_dildo > 0:anyaQW['bathroom_dildos'] = vanrPar_suction_dildo
- elseif hour = 8 and minut < 30:
- !!Walk to work
- anyaloc = 6
- anyaloc['athome'] = 0
- elseif hour < 16:
- !!Work
- anyaloc = 7
- anyaloc['athome'] = 0
- elseif hour = 16 and minut < 10:
- !!Walk home from work
- anyaloc = 8
- anyaloc['athome'] = 0
- elseif hour < 18:
- if sisboyday + 1 = daystart:
- !! Roma will be visiting so relaxing in bedroom
- anyaloc = 9
- anyaloc['athome'] = 1
- else
- !!Personal activities: Relaxing in bedroom 9, working out at the community center 10
- anyaloc = func('shortgs', 'rand_pick', '', 9, 10)
- if anyaloc = 9:
- anyaloc['athome'] = 1
- else
- anyaloc['athome'] = 0
- end
- end
- elseif sisboyday + 1 = daystart and hour = 18:
- !!in bedroom with Roma
- anyaloc = 11
- elseif hour = 18 and minut < 30:
- !!Family dinner
- anyaloc = 12
- anyaloc['athome'] = 1
- elseif hour < 22:
- !!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)
- anyaloc = func('shortgs', 'rand_pick', '', 13, 14, 15)
- if anyaloc = 15:anyaloc['athome'] = 1
- else
- !!In her room
- anyaloc = 15
- anyaloc['athome'] = 1
- end
- else
- if week = 7 and hour < 2:
- !!Goes to a party
- anyaloc = 24
- anyaloc['athome'] = 0
- elseif week = 7 and hour = 2 and minut < 20:
- !!In her room drunk after party
- anyaloc = 26
- anyaloc['athome'] = 0
- elseif hour < 9:
- !!Asleep
- anyaloc = 1
- elseif hour = 9 and minut < 20:
- !!Eat something in kitchen
- anyaloc = 16
- anyaloc['athome'] = 1
- elseif hour = 9 and minut < 40:
- !!Shower*
- anyaloc = 5
- anyaloc['athome'] = 1
- elseif hour < 10:
- !!In Bedroom
- anyaloc = 4
- anyaloc['athome'] = 1
- elseif hour < 16:
- if temp > 15 and sunWeather = 1:
- !!On nice days goes to the beach
- anyaloc = 17
- anyaloc['athome'] = 0
- else
- !!Stays at home
- anyaloc = 19
- anyaloc['athome'] = 1
- end
- elseif hour = 16 and minut < 15:
- !!Walk to community center
- anyaloc = 20
- anyaloc['athome'] = 0
- elseif hour = 17 and minut < 45:
- !!Works out at the community center
- anyaloc = 21
- anyaloc['athome'] = 0
- elseif hour < 18:
- !!Walk home
- anyaloc = 22
- anyaloc['athome'] = 0
- elseif hour = 18 and minut < 30:
- !!Family dinner
- anyaloc = 12
- anyaloc['athome'] = 1
- elseif hour < 19:
- if week = 7:
- !!helps mom clean up after dinner
- anyaloc = 23
- anyaloc['athome'] = 1
- else
- !!Goes to a party
- anyaloc = 24
- anyaloc['athome'] = 0
- end
- else
- if week = 7:
- !!in her room
- anyaloc = 15
- anyaloc['athome'] = 1
- else
- !!Goes to a party
- anyaloc = 24
- anyaloc['athome'] = 0
- end
- end
- end
- end
- !!---MOM--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- !!momloc [11] = daystart check in salon
- !!indorf = 1 means mom is in the village
- !!momloc['athome'] = 1 means mom is at home and awake
- if indorf = 0:
- if week <= 5:
- if hour < 5 or (hour = 5 and minut < 30):
- !!Asleep, if Sveta knocks she''ll ask to wake Kolka
- momloc = 1
- elseif hour = 5 and minut < 50:
- !!shower
- momloc = 2
- momloc['athome'] = 1
- if vanrPar_suction_dildo > 0:gs'mother_sextalk','discover_dildo'
- elseif hour < 6 or (hour = 6 and minut < 10):
- !! Getting dressed in her room and wakes Vladimir, if Sveta walks by she''ll ask to wake Kolka (Occasional morning quicky)
- momloc = 3
- momloc['athome'] = 1
- elseif hour = 6 or (hour = 7 and minut < 30):
- momloc = 4
- momloc['athome'] = 1
- if hour = 6 and minut < 40:
- !! Make Breakfast
- momloc[1] = 1
- elseif hour = 6 and minut < 45:
- !! Set breakfast table - ask Sveta to do it if she comes into the kitchen at that time
- momloc[1] = 2
- elseif hour = 6 or (hour = 7 and minut < 15):
- !! Family breakfast
- momloc[1] = 3
- else
- !! Clean up breakfast table
- momloc[1] = 4
- end
- elseif hour = 7 or (hour = 8 and minut < 10):
- !!Cleaning random room in the house
- !!variable set in cikl
- momloc = momclean1
- momloc['athome'] = 1
- elseif hour = 8 and minut < 30:
- !! Using the shower
- momloc = 5
- momloc['athome'] = 1
- if vanrPar_suction_dildo > 0:gs'mother_sextalk','discover_dildo'
- elseif hour < 16 and week < 5:
- !!Working in the cafe. On Friday she stays until 18:00
- momloc = 6
- momloc['athome'] = 0
- elseif hour = 16 and minut < 40 and week < 5:
- !!Buying groceries for dinner and other stuff needed for home at the supermarket
- momloc = 7
- momloc['athome'] = 0
- elseif hour < 17 and week < 5:
- !!Walking home
- momloc = 8
- momloc['athome'] = 0
- elseif hour = 17 and minut < 50 and week = 5:
- !!Working in the cafe. On Friday she stays until 17:50
- momloc = 9
- momloc['athome'] = 0
- elseif hour < 18 and week = 5:
- !!Walking home
- momloc = 10
- momloc['athome'] = 0
- elseif hour < 18:
- !!Making dinner (On Friday she brings home leftovers from the cafe)
- momloc = 11
- momloc['athome'] = 1
- elseif hour < 19:
- !! Cleaning dinner table/Doing dishes
- momloc = 12
- momloc['athome'] = 1
- elseif hour < 20:
- if week = 1:
- !! Visiting Luda on mondays for 3 hours
- momloc = 20
- momloc['athome'] = 0
- else
- !! (cleaning the bathroom, sweeping, mopping, dusting, watching TV, taking a bath, etc in different rooms)
- momloc = momclean2
- momloc['athome'] = 1
- if vanrPar_suction_dildo > 0:gs'mother_sextalk','discover_dildo'
- end
- elseif hour < 22:
- if week = 1:
- !! Visiting Luda on mondays for 3 hours
- momloc = 20
- momloc['athome'] = 0
- else
- !! Watches TV with Vladimir
- momloc = 13
- momloc['athome'] = 1
- end
- else
- !! Sleep (Small chance she and step dad have sex before sleep)
- momloc = 1
- momloc['athome'] = 0
- end
- else
- if hour < 5 or (hour = 5 and minut < 30):
- !! Sleep
- momloc = 1
- elseif hour = 5 and minut < 50:
- !! Shower, if Sveta knocks she''ll ask to wake Kolka
- momloc = 2
- momloc['athome'] = 1
- if vanrPar_suction_dildo > 0:gs'mother_sextalk','discover_dildo'
- elseif hour < 6 or (hour = 6 and minut < 10):
- !! Getting dressed in her room and wakes Vladimir, if Sveta walks by she''ll ask to wake Kolka (Occasional morning quicky)
- momloc = 3
- momloc['athome'] = 1
- elseif hour = 6 or (hour = 7 and minut < 30):
- momloc = 4
- momloc['athome'] = 1
- if hour = 6 and minut < 40:
- !! Make Breakfast
- momloc[1] = 1
- elseif hour = 6 and minut < 45:
- !! Set breakfast table - ask Sveta to do it if she comes into the kitchen at that time
- momloc[1] = 2
- elseif hour = 6 or (hour = 7 and minut < 15):
- !! Family breakfast
- momloc[1] = 3
- else
- momloc[1] = 4
- !! Clean up breakfast table
- end
- elseif hour < 11:
- !!Cleaning random room in the house
- momloc = momclean1
- momloc['athome'] = 1
- elseif hour = 11 and minut < 30:
- !! Takes the car to town/walks to church
- momloc = 14
- momloc['athome'] = 0
- elseif hour < 12 or (hour = 12 and minut < 30):
- !! Gets her nails done/hair cut at the salon or such things - On Sunday goes to the church during these hours
- momloc['athome'] = 0
- if week = 5:
- momloc = 15
- else
- momloc = 16
- end
- elseif hour = 12 or (hour = 13 and minut < 30) and week = 6:
- momloc = 16
- elseif hour < 14:
- !! Walks around different shops, looking at and buying stuff - On Sunday goes to church during these hours
- momloc = 15
- momloc['athome'] = 0
- elseif hour < 17:
- !!Helping out Sergey/Luda, going to Kolka''s games?
- momloc = rand(14,15)
- momloc['athome'] = 0
- elseif hour < 18:
- !! Making dinner
- momloc = 11
- momloc['athome'] = 1
- elseif hour = 18 and minut < 30:
- !!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)
- momloc = 12
- momloc['athome'] = 1
- elseif hour < 19:
- !! Cleaning dinner table/Doing dishes
- momloc = 13
- momloc['athome'] = 1
- elseif hour < 21:
- !!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
- momloc['athome'] = 0
- if week = 5:
- momloc = 17
- else
- momloc = 18
- end
- elseif hour < 22:
- !! Watches TV with Vladimir
- momloc = 19
- momloc['athome'] = 1
- else
- !! Sleep (Small chance she and step dad have sex before sleep)
- momloc = 1
- momloc['athome'] = 0
- end
- end
- end
- !!----STEPFATHER------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- !!indorf = 1 means stepdad is in the village
- if indorf = 0:
- if week <= 5:
- if hour = 6 and minut < 10:
- !! Sleep
- sdadloc = 1
- elseif hour = 6 and minut < 45:
- !!Getting ready, sometimes has quicky
- sdadloc = 1
- elseif hour = 7 and minut < 15:
- !!family breakfast
- sdadloc = 4
- elseif hour = 7 and minut < 30:
- !!Reads paper in kitchen
- sdadloc = 4
- elseif hour = 8 and minut < 30:
- !!Watching TV
- sdadloc = 13
- elseif hour = 8 and minut < 45:
- !! shave/get dressed
- sdadloc = 5
- elseif hour = 17 and minut < 45:
- !! Work (includes lunch time)
- sdadloc = 0
- elseif hour < 18:
- !! Sets the table for dinner
- sdadloc = 4
- elseif hour = 18 and minut < 30:
- !! Family dinner
- sdadloc = 4
- elseif hour = 19 and minut < 45:
- !! In garage or spending time with Misha
- sdadloc = 8
- elseif hour = 21 and minut < 45:
- !! Watch tv in living room
- sdadloc = 13
- elseif hour < 22:
- !! Take shower
- sdadloc = 5
- else
- !! Sleep - (small chance mom and step dad have sex before actually going to sleep)
- sdadloc = 1
- end
- else
- if hour = 6 and minut < 45:
- sdadloc = 1
- elseif hour = 7 and minut < 15:
- sdadloc = 1
- elseif hour = 7 and minut < 30:
- sdadloc = 1
- elseif hour < 8:
- sdadloc = 5
- elseif hour < 9:
- sdadloc = 13
- elseif hour < 11:
- sdadloc = 8
- !!I assume that he meet misha/sergey in the garage
- elseif hour = 11 and minut < 10:
- if week = 6:
- sdadloc = 8
- !!I assume that he meet misha/sergey in the garage
- else
- sdadloc = 0
- end
- elseif hour < 13:
- if week = 6:
- sdadloc = 8
- !!I assume that he meet misha/sergey in the garage
- else
- sdadloc = 16
- end
- elseif hour = 13 and minut < 10:
- if week = 6:
- sdadloc = 8
- !!I assume that he meet misha/sergey in the garage
- else
- sdadloc = 0
- end
- elseif hour < 18:
- sdadloc = 8
- elseif hour = 18 and minut < 30:
- sdadloc = 4
- elseif hour < 22:
- sdadloc = 13
- else
- sdadloc = 1
- end
- end
- end
- !!---KOLKA------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- !!indorf = 1 means kolka is in the village
- if indorf = 0:
- if week <= 5:
- if hour = 6 and minut < 45:
- kolloc = 13
- elseif hour = 7 and minut < 15:
- kolloc = 4
- elseif hour < 8:
- kolloc = 0
- elseif hour < 14:
- kolloc = 0
- elseif hour = 16 and minut < 45:
- kolloc = func('shortgs', 'rand_pick', '', 10, 11, 12)
- elseif hour < 17:
- kolloc = 0
- elseif hour < 18:
- kolloc = 13
- elseif hour = 18 and minut < 30:
- kolloc = 4
- elseif hour = 18 and minut < 45:
- kolloc = 0
- elseif hour < 21:
- kolloc = 10
- elseif hour = 21 and minut < 15:
- kolloc = 5
- elseif hour < 23:
- kolloc = 13
- else
- kolloc = 13
- end
- else
- if hour = 6 and minut < 45:
- kolloc = 13
- elseif hour = 7 and minut < 15:
- kolloc = 4
- elseif hour < 10:
- kolloc = 13
- elseif hour = 13 and minut < 10:
- kolloc = 13
- elseif hour < 18:
- kolloc = func('shortgs', 'rand_pick', '', 8, 10, 11, 12)
- elseif hour = 18 and minut < 30:
- kolloc = 4
- elseif hour < 21:
- kolloc = func('shortgs', 'rand_pick', '', 10, 11, 12)
- elseif hour = 21 and minut < 15:
- kolloc = 5
- elseif hour < 23:
- kolloc = 13
- else
- kolloc = 13
- end
- end
- end
- --- family_schedule ---------------------------------
|