Zvereva_schedule.qsrc 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. # Zvereva_schedule
  2. !!22/06/01 - Alaratt
  3. !!christinaQW['bully'] - earned if you stand up for yourself or not - less then 50 is you standing up, more then 50 is you being meek - at a certain point these unlock the below options
  4. !!christinaQW['pre_fight'] - 1 means you are preparing to fight her
  5. !!christinaQW['fight'] - 1 means you fought and won, -1 means you lost and are now her plaything
  6. !!christinaQW['pre_bm'] - 1 means you are searching for the blackmail material to use against her
  7. !!christinaQW['blackmail'] - 1 means you have the blackmail and need to talk to her to initiate, 2 means you have her blackmailed and are mostly safe from her bullying
  8. !!christinaQW['submit'] - 1 means you willingly submitted, stays at 0 if you lose the fight, for reference on how you became her pet
  9. !!christinaQW['subpath'] - 1 means you are looking to become her pet, 2 means you are her new pet, 3 means you have seen shower events, 4 is her home invite, 5 is you entered the home, 6 you push her into something...
  10. !!slyQW['met'] - 1 means you are set to meet sly, 2 means you have met him
  11. !!slyQW['trained'] - 1 means you have made it thru his sex intro
  12. !!slyQW['foreplay'] - if not daystart, foreplay is allowed, but is set for every sex act, so will not go from anal/vag to a simple bj or hj
  13. !!slyQW['virgin'] - 1 you protest you are a virgin, 2 you insist and no vag sex, even if no longer a virgin later on, because he wont know it changed at some point, 3 he took your virginity, 4 someone else did and you told him
  14. !!slyQW['sex_stam'] - sex stamina, he will come when it reaches 6
  15. !!slyQW['Chris_caught'] - increases when she spies on you, the higher it gets, the bolder she gets about doing it
  16. !!slyQW['Chris_peeking'] - 0 she doesnt watch you that day, 1 she does, 2 just keeps Sveta from being surprised every change in sex acts
  17. !!slyQW['Chris_peek_daystart'] - prevents more than one roll a day to see if Chris going to watch you and Sly
  18. locat['Christina'] = 0
  19. locat['Chris_athome'] = 0
  20. locat['Silvestr'] = 0
  21. !! locat['Chris_athome'] = 1 means Christina is not only home, but available to answer the door if you knock
  22. !! unused chris loc variables - 15, 18, 19, 20, 23+
  23. !! Sly will not answer the door, and only has a basic schedule
  24. if SchoolAtestat = 0 and kanikuli = 0:
  25. if week <= 5:
  26. if (hour < 6) or (hour = 6 and minut < 45):
  27. !!Bedroom - Asleep
  28. locat['Christina'] = 1
  29. locat['Chris_athome'] = 0
  30. elseif hour < 7:
  31. !!Bedroom - Getting Dressed
  32. locat['Christina'] = 2
  33. locat['Chris_athome'] = 1
  34. elseif hour = 7 and minut <= 15:
  35. !!Kitchen - Breakfast
  36. locat['Christina'] = 3
  37. locat['Chris_athome'] = 1
  38. elseif hour = 7 and minut < 30:
  39. !!NotHome - Walking to school
  40. locat['Christina'] = 4
  41. locat['Chris_athome'] = 0
  42. elseif hour < 14:
  43. !!NotHome - At School
  44. locat['Christina'] = 5
  45. locat['Chris_athome'] = 0
  46. elseif hour < 16:
  47. if cheerleaders_on = 1:
  48. if week = 5:
  49. !!NotHome - Game Night
  50. locat['Christina'] = 7
  51. locat['Chris_athome'] = 0
  52. else
  53. !!NotHome - Cheerleader Practice
  54. locat['Christina'] = 6
  55. locat['Chris_athome'] = 0
  56. end
  57. else
  58. !! Bedroom - Hanging Out
  59. locat['Christina'] = 22
  60. locat['Chris_athome'] = 1
  61. end
  62. elseif hour < 18:
  63. if cheerleaders_on = 1:
  64. !!Bedroom - Hanging Out
  65. locat['Christina'] = 22
  66. locat['Chris_athome'] = 1
  67. else
  68. !!NotHome - Jogging
  69. locat['Christina'] = 9
  70. locat['Chris_athome'] = 0
  71. end
  72. elseif hour = 18 and minut < 30:
  73. !!Kitchen - Cooking Dinner
  74. locat['Christina'] = 11
  75. locat['Chris_athome'] = 1
  76. elseif hour <= 19:
  77. !!Kitchen - Eating Dinner
  78. locat['Christina'] = 12
  79. locat['Chris_athome'] = 1
  80. elseif hour = 19 and minut <= 30:
  81. !!Bathroom - Shower
  82. locat['Christina'] = 13
  83. locat['Chris_athome'] = 0
  84. elseif hour < 21:
  85. !!Living Room - Watching TV
  86. locat['Christina'] = 14
  87. locat['Chris_athome'] = 1
  88. else
  89. !!Bedroom - Hanging Out
  90. locat['Christina'] = 22
  91. locat['Chris_athome'] = 0
  92. end
  93. elseif week = 6:
  94. if hour < 8:
  95. !!Bedroom - Asleep
  96. locat['Christina'] = 1
  97. locat['Chris_athome'] = 0
  98. elseif hour = 8 and minut <= 15:
  99. !!Kitchen - Breakfast
  100. locat['Christina'] = 3
  101. locat['Chris_athome'] = 1
  102. elseif hour = 8 and minut < 45:
  103. !!Bathroom - Shower
  104. locat['Christina'] = 13
  105. locat['Chris_athome'] = 0
  106. elseif hour < 9:
  107. !!Bedroom - Getting Dressed
  108. locat['Christina'] = 2
  109. locat['Chris_athome'] = 1
  110. elseif hour = 9:
  111. !!NotHome - Track field stretch
  112. locat['Christina'] = 16
  113. locat['Chris_athome'] = 0
  114. elseif hour = 10:
  115. !!NotHome - Track field race
  116. locat['Christina'] = 21
  117. locat['Chris_athome'] = 0
  118. elseif hour < 16:
  119. if month < 11 or month > 3:
  120. !!NotHome - Beach
  121. locat['Christina'] = 10
  122. locat['Chris_athome'] = 0
  123. else
  124. !!Living Room - hanging out
  125. locat['Christina'] = 17
  126. locat['Chris_athome'] = 1
  127. end
  128. elseif hour < 18:
  129. !!NotHome - Jogging
  130. locat['Christina'] = 9
  131. locat['Chris_athome'] = 0
  132. elseif hour = 18 and minut <= 30:
  133. !!Kitchen - Dinner
  134. locat['Christina'] = 12
  135. locat['Chris_athome'] = 1
  136. elseif hour = 18 and minut > 30:
  137. !!Bathroom - Shower
  138. locat['Christina'] = 13
  139. locat['Chris_athome'] = 0
  140. elseif hour < 21:
  141. !!Living Room - Watching TV
  142. locat['Christina'] = 14
  143. locat['Chris_athome'] = 1
  144. else
  145. !!Bedroom - Hanging Out
  146. locat['Christina'] = 22
  147. locat['Chris_athome'] = 0
  148. end
  149. else
  150. if hour < 8:
  151. !!Bedroom - Asleep
  152. locat['Christina'] = 1
  153. locat['Chris_athome'] = 0
  154. elseif hour = 8 and minut <= 15:
  155. !!Kitchen - Breakfast
  156. locat['Christina'] = 3
  157. locat['Chris_athome'] = 1
  158. elseif hour = 8 and minut < 45:
  159. !!Bathroom - Shower
  160. locat['Christina'] = 13
  161. locat['Chris_athome'] = 0
  162. elseif hour < 9:
  163. !!Bedroom - Getting Dressed
  164. locat['Christina'] = 2
  165. locat['Chris_athome'] = 1
  166. elseif hour < 11:
  167. !!unknown
  168. locat['Christina'] = 0
  169. locat['Chris_athome'] = 0
  170. elseif hour < 16:
  171. if month < 11 or month > 3:
  172. !!NotHome - Beach
  173. locat['Christina'] = 10
  174. locat['Chris_athome'] = 0
  175. else
  176. !!Living Room - hanging out
  177. locat['Christina'] = 17
  178. locat['Chris_athome'] = 1
  179. end
  180. elseif hour < 18:
  181. !!NotHome - Jogging
  182. locat['Christina'] = 9
  183. locat['Chris_athome'] = 0
  184. elseif hour = 18 and minut <= 30:
  185. !!Kitchen - Dinner
  186. locat['Christina'] = 12
  187. locat['Chris_athome'] = 1
  188. elseif hour = 18 and minut > 30:
  189. !!Bathroom - Shower
  190. locat['Christina'] = 13
  191. locat['Chris_athome'] = 0
  192. elseif hour < 21:
  193. !!Living Room - Watching TV
  194. locat['Christina'] = 14
  195. locat['Chris_athome'] = 1
  196. else
  197. !!Bedroom - Hanging Out
  198. locat['Christina'] = 22
  199. locat['Chris_athome'] = 0
  200. end
  201. end
  202. else
  203. if hour < 8:
  204. !!Bedroom - Asleep
  205. locat['Christina'] = 1
  206. locat['Chris_athome'] = 0
  207. elseif hour = 8 and minut <= 15:
  208. !!Kitchen - Breakfast
  209. locat['Christina'] = 3
  210. locat['Chris_athome'] = 1
  211. elseif hour = 8 and minut < 45:
  212. !!Bathroom - Shower
  213. locat['Christina'] = 13
  214. locat['Chris_athome'] = 0
  215. elseif hour < 9:
  216. !!Bedroom - Getting Dressed
  217. locat['Christina'] = 2
  218. locat['Chris_athome'] = 1
  219. elseif hour < 11:
  220. !!unknown
  221. locat['Christina'] = 0
  222. locat['Chris_athome'] = 0
  223. elseif hour < 16:
  224. if month < 11 or month > 3:
  225. !!NotHome - Beach
  226. locat['Christina'] = 10
  227. locat['Chris_athome'] = 0
  228. else
  229. !!Living Room - hanging out
  230. locat['Christina'] = 17
  231. locat['Chris_athome'] = 1
  232. end
  233. elseif hour < 18:
  234. !!NotHome - Jogging
  235. locat['Christina'] = 9
  236. locat['Chris_athome'] = 0
  237. elseif hour = 18 and minut <= 30:
  238. !!Kitchen - Dinner
  239. locat['Christina'] = 12
  240. locat['Chris_athome'] = 1
  241. elseif hour = 18 and minut > 30:
  242. !!Bathroom - Shower
  243. locat['Christina'] = 13
  244. locat['Chris_athome'] = 1
  245. elseif hour < 21:
  246. !!Living Room - Watching TV
  247. locat['Christina'] = 14
  248. locat['Chris_athome'] = 1
  249. else
  250. !!Bedroom - Hanging Out
  251. locat['Christina'] = 22
  252. locat['Chris_athome'] = 0
  253. end
  254. end
  255. !!Silvestr Zvereva Schedule - Pretty basic
  256. if slyQW['met'] = 2:
  257. if week < 5 and week = 7:
  258. if hour <= 2:
  259. !! Hanging in his room
  260. locat['Silvestr'] = 7
  261. elseif hour < 10:
  262. !! Asleep
  263. locat['Silvestr'] = 1
  264. elseif hour = 10 and minut <= 30:
  265. !! Kitchen
  266. locat['Silvestr'] = 2
  267. elseif hour < 11:
  268. !! Shower
  269. locat['Silvestr'] = 3
  270. elseif hour < 14:
  271. !! Not home - beach?
  272. locat['Silvestr'] = 4
  273. elseif hour < 18:
  274. !! Living Room
  275. locat['Silvestr'] = 5
  276. elseif hour = 18 and minut <= 30:
  277. !! Kitchen
  278. locat['Silvestr'] = 6
  279. elseif hour < 21:
  280. !! Living Room
  281. locat['Silvestr'] = 5
  282. else
  283. !! Hanging in his room
  284. locat['Silvestr'] = 7
  285. end
  286. else
  287. if hour < 2:
  288. !! Disco - reserve 9 for party revamp and will random this time block then
  289. locat['Silvestr'] = 8
  290. elseif hour < 10:
  291. !! Asleep
  292. locat['Silvestr'] = 1
  293. elseif hour = 10 and minut <= 30:
  294. !! Kitchen - breakfast
  295. locat['Silvestr'] = 2
  296. elseif hour < 11:
  297. !! Shower
  298. locat['Silvestr'] = 3
  299. elseif hour < 14:
  300. !! Not home - beach?
  301. locat['Silvestr'] = 4
  302. elseif hour < 18:
  303. !! Living Room
  304. locat['Silvestr'] = 5
  305. elseif hour = 18 and minut <= 30:
  306. !! Kitchen - dinner
  307. locat['Silvestr'] = 6
  308. elseif hour < 21:
  309. !! Living Room
  310. locat['Silvestr'] = 5
  311. else
  312. !! Disco - reserve 9 for party revamp and will random this time block then
  313. locat['Silvestr'] = 8
  314. end
  315. end
  316. end
  317. --- Zvereva_schedule ---------------------------------