korrPar.qsrc 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492
  1. # korrPar
  2. music_loop = 0
  3. CLOSE ALL
  4. if sound = 0 and pavhome_enter = 1:
  5. PLAY 'sound/korr.mp3',30
  6. pavhome_enter = 0
  7. end
  8. $loc = 'korrPar'
  9. $loc_arg = ''
  10. $locM = 'korrPar'
  11. $locM_arg = ''
  12. $location_type = 'private'
  13. $menu_loc = 'korrPar'
  14. $menu_arg = ''
  15. menu_off = 0
  16. killvar '$locclass'
  17. clr
  18. popolaini = 0
  19. saunaYouRoom = 0
  20. boycherdaksex = 0
  21. minut += 1
  22. bonusZ = 0
  23. display_bb = 0
  24. gs 'stat'
  25. gs 'themes', 'indoors'
  26. gs 'family'
  27. gs 'family_schedule'
  28. '<center><h1><font color="maroon">Corridor</font></h1></center>'
  29. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/korrpar.jpg"></center>'
  30. *nl
  31. 'The corridor of your parent''s apartment. There are several doors which lead to the other rooms of the apartment, as well as the front door which leads outside to the stairwell.'
  32. *nl
  33. 'A <a href="exec:gt ''mirror'', ''start''">mirror</a> hangs on the wall near the front door.'
  34. *nl
  35. if indorf = 1:'With your parents away visiting your grandparents, the apartment seems quiet and empty.'
  36. if courtletter_date <= daystart and courtletter_date ! 0: gt 'sentence', 'letter'
  37. if (hour ! 16 or hour ! 17) and blockBedrPar = 1:blockBedrPar = 0
  38. !!Her room isn''t on the cleaning list yet
  39. !!if (momloc = <number for cleaning her room> ) and motherQW['con_steal_hear'] + 4 < daystart and prezikday + 4 < daystart and rand(1,4) = 1: gt 'mother', 'condom_steal', 'hear'
  40. if momloc = 1 and hour = 22 and minut < 30 and motherQW['con_steal_talk'] + 4 < daystart and prezikday + 4 < daystart and rand(1,3) = 1: gt 'mother', 'condom_steal', 'talk'
  41. act '<b>Leave and go to the stairwell</b>':
  42. if $clothingworntype ! 'nude':
  43. gt'pod_ezd','etaj_2'
  44. else
  45. msg'<b><font color = red>You need to get dressed.</font></b>'
  46. gt 'korrPar'
  47. end
  48. end
  49. act '<b>Leave and go to the courtyard</b>':
  50. if $clothingworntype ! 'nude':
  51. if hour < 4 and motherWorry = 0 and age < 18:
  52. '<font color=red>Are you sure? Your mother will worry.</b></font>'
  53. cla
  54. act '<font color=red><b>Yes, go outside</b></font>': minut += 5 & gt'pav_complex', 'start'
  55. act 'No, stay inside':gt 'korrPar'
  56. else
  57. minut += 5
  58. gt'pav_complex', 'start'
  59. end
  60. else
  61. msg'<b><font color = red>You need to get dressed.</font></b>'
  62. gt 'korrPar'
  63. end
  64. end
  65. if blockBedrPar = 0:
  66. if anyaloc = 11 and sisboytrioQW = 1:
  67. act 'Go to your room':gt 'sisterQW', 'sisboytrioQW_bedroom'
  68. elseif anyaloc = 11 and (npc_QW['A33'] = 3 or npc_QW['A33'] = 5 or npc_QW['A33'] = 7 or npc_QW['A33'] >= 9):
  69. act 'Go to your room':gt 'sisterQW', 'sisboyQW_bedroom'
  70. else
  71. act 'Go to your room':gt 'bedrPar'
  72. end
  73. end
  74. if momloc = 3 and sdadloc = 2:
  75. if hour < 6:
  76. 'The door is closed. You know your <<$npc_nickname[''A29'']>> is likely waking up your stepfather and getting dressed.'
  77. act 'Knock on your parents'' door':
  78. if hour = 6 and minut < 10 and rand(0,2) ! 0:
  79. cla & *clr
  80. minut += 2
  81. gs 'stat'
  82. '<center><img <<$set_imgh>> src="images/pc/activities/spy/peep3.jpg"></center>'
  83. 'You knock on the door and wait for a few minutes. Your <<$npc_nickname[''A29'']>> opens the door looking like she just woke up. "I don''t have time right now. Go wake up your brother." She then closes the door in your face.'
  84. act 'Leave':gt 'korrPar'
  85. act 'Go wake up Kolka':
  86. cla & *clr
  87. minut += 5
  88. gs 'stat'
  89. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/kolka/sleeping.jpg"></center>'
  90. 'You walk down the hall and into the living room where you find Kolka still sound asleep on the couch.'
  91. !!act 'Shake him':gt '', ''
  92. !!I am leaving the rest of this for Sicaa so he can tie in any events he has for kolka
  93. act 'Leave':gt 'korrPar'
  94. end
  95. else
  96. cla & *clr
  97. minut += 2
  98. momvladroom = rand(1,10)
  99. gs 'stat'
  100. '<center><img <<$set_imgh>> src="images/pc/activities/spy/peep3.jpg"></center>'
  101. if momvladroom = 1:
  102. 'You knock on the door and you hear your <<$npc_nickname[''A29'']>> say "<<$pcs_nickname>>? Is that you? Go set the table."'
  103. *nl
  104. 'After a few minutes of silence, you faintly hear hushed voices and what you <i>think</i> is the sound of your mother giggling.'
  105. act 'Leave':gt 'korrPar'
  106. gs 'willpower', 'voyeur', 'self', 'medium'
  107. if will_cost <= pcs_willpwr:
  108. act 'Peek (<<will_cost>> Willpower)':
  109. *clr & cla
  110. gs 'willpower', 'pay', 'self'
  111. gs 'stat'
  112. gt 'bedrPar2', 'peek'
  113. end
  114. else
  115. act 'Peek (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  116. end
  117. else
  118. 'You knock on the door and wait for a few minutes. Your <<$npc_nickname[''A29'']>> opens the door fully dressed while your stepfather gets out of bed. "I don''t have time right now. Go set the table for breakfast." She then closes the door in your face.'
  119. act 'Leave':gt 'korrPar'
  120. end
  121. end
  122. end
  123. else
  124. act 'Go to your parents'' room': msg'Your parents are probably asleep, you shouldn''t go in right now.'
  125. end
  126. else
  127. act 'Go to your parents'' room':gt 'bedrPar2'
  128. end
  129. act 'Go to the living room':gt 'sitrPar'
  130. if momloc = 2:
  131. if vanrPar_suction_dildo > 0:
  132. motherQW['dildo_shower_discovery'] = 1
  133. gt'mother','bathroom_dildo_shriek1'
  134. end
  135. act 'Go to the bathroom':msg'You try to open the bathroom door but it immediately stops, banging against the latch. You hear the water running and your mother shouting at the door. "Doesn''t anybody in this family know how to knock?!"'
  136. elseif sdadloc = 5 and sdadloc = 11:
  137. if sdadloc = 5:
  138. act 'Go to the bathroom':msg'You try to open the bathroom door but it immediately stops, banging against the latch. You hear your stepfather say "I''m shaving right now, be out in a few minutes."'
  139. else
  140. act 'Go to the bathroom':msg'You try to open the bathroom door but it immediately stops, banging against the latch. You hear the water running and your stepfather shout "I''m in the shower!"'
  141. end
  142. elseif kolloc = 10:
  143. act 'Go to the bathroom':msg'You try to open the bathroom door but it immediately stops, banging against the latch. You hear the water running and your brother shout "I''m in the shower!"'
  144. elseif anyaloc = 5:
  145. act 'Go to the bathroom':msg'You try to open the bathroom door but it immediately stops, banging against the latch. You hear the water running and your sister yell "I''ll be done in a few minutes!"'
  146. else
  147. act 'Go to the bathroom':minut += 1 & gt 'vanrPar'
  148. end
  149. if motherQW['bathroom_dildos'] > 0 and momloc['athome'] = 1: gt'mother_sextalk','bathroom_dildos1'
  150. act 'Go to the kitchen':gt 'kuhrPar'
  151. !to add a counter if you avoid Dimka
  152. if nodimkaK >= rand(7,10) and DimkaWarnedToday = 0 and DimaRudeBlock = 0:
  153. nodimkaK = 0
  154. if hour >= 14 and hour < 24 and week <=5 and DimkaWarnedToday = 0: gt 'dimaEv', 'Dimka_warning'
  155. if hour >= 9 and hour < 24 and week >=6 and DimkaWarnedToday = 0: gt 'dimaEv', 'Dimka_warning'
  156. end
  157. if NatbelQW['QWstage'] >= 4 and week < 6 and (hour = 6 or hour = 7) and kanikuli = 0 and SchoolAtestat = 0 and SchoolBlock = 0 and (PCloStyle2 = 4 or Enable_sforma = 1):
  158. *nl
  159. 'You could go to Natasha''s apartment and get her to carry your books to school.'
  160. act 'Go to Natasha''s apartment':gt 'natbelEv', 'carrybooks'
  161. end
  162. $korrParMomHeader = '<center><h1><font color="maroon"><<$npc_nickname[''A29'']>></font></h1></center><center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center><br />'
  163. if hour >= 16 and hour <= 20 and indorf = 0:
  164. if artemvbrosvid = 1 and artemhakday ! daystart and npc_QW['A29'] < 2 and mothervideotalk = 0 or BrotherNo = 1 and BrotherNoDay ! daystart:
  165. *clr & cla
  166. menu_off = 1
  167. BJvideoPublic = 1
  168. BrotherNo = 0
  169. BrotherNoDay = daystart
  170. pcs_mood = 5
  171. npc_rel['A29'] -= 40
  172. gs 'stat'
  173. *pl $korrParMomHeader
  174. 'Your mother stands in the hallway waiting for you, clearly angry. As soon as she sees you, she grabs your ear and pinches it hard, making you wince in pain. "I just saw this video of you sucking some guy''s dick! What the hell were you thinking!? Your stepfather and I worked so hard to raise you properly, and then you do this. Do you realize that this video was sent to others too? What will the people in town think of us now? I should teach you a lesson. What do you have to say for yourself!? Speak up!"'
  175. act 'Beg her to do nothing':
  176. cla
  177. mothervideotalk = 2
  178. minut += 5
  179. gs 'stat'
  180. *nl
  181. 'You burst into tears: "<<$npc_nickname[''A29'']>>, please forgive me! It will never happen again! I made a stupid mistake, I''m sorry... I didn''t mean to... please... I don''t... sorry..." You fall to your knees sobbing uncontrollably, hoping she will have mercy on you. Your mother looks down at you, still angry but not quite sure what to do. She lets out an exasperated gasp, shakes her head and walks away.'
  182. act 'Get back on your feet':gt $curloc
  183. end
  184. act 'Be silent':
  185. *clr & cla
  186. mothervideotalk = 3
  187. minut += 5
  188. spank += 1
  189. gs 'pain', 5, 'asscheeks', 'spank'
  190. gs 'stat'
  191. '<center><h1><font color="maroon"><<$npc_nickname[''A29'']>></font></h1></center>'
  192. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/spank.jpg"></center>'
  193. *nl
  194. 'You stand in the hallway staring at the floor, too embarrassed to say anything.'
  195. 'Your mother grabs you by the arm and pulls you into the living room: "Take off your pants and bend over!" You shake your head, not liking where this is going at all. Getting even angrier by your refusal, she shouts: "Vladimir, come and hold her down!"'
  196. 'A few seconds later, your stepfather enters the living room and immediately pulls you down and keeps you in place while your mother pulls away your clothing. She then grabs a belt and starts to flog your bare ass with it, not holding back at all.'
  197. 'You take your punishment as good as you can, but towards the end you''re in tears and your cries are heard throughout the apartment. When it''s finally over, you raise your head just in time to catch the startled faces of your brother and sister in the doorway.'
  198. act 'Stand up and straighten your clothes':gt $curloc
  199. end
  200. if momslut >= 2:
  201. act 'Threaten her':
  202. cla
  203. mothervideotalk = 1
  204. npc_rel['A29'] -= 10
  205. minut += 5
  206. gs 'stat'
  207. *nl
  208. 'You slap away her hand with a defiant look in your eyes. "Oh really? Well you''re no angel yourself either, <<$npc_nickname[''A29'']>>! Does Vladimir know what YOU have been up to lately? Why don''t we go ask him?"'
  209. 'Your mother looks at you furiously, but is at a loss for words. After a few seconds of awkward silence she storms off, slamming the door shut behind her.'
  210. act 'Continue':gt $curloc
  211. end
  212. end
  213. exit
  214. end
  215. if artemvbrosvid=1 and artemhakday ! daystart and npc_QW['A29'] >= 2 and mothervideotalk = 0:
  216. *clr & cla
  217. menu_off = 1
  218. BJvideoPublic = 1
  219. pcs_mood = 5
  220. gs 'stat'
  221. *pl $korrParMomHeader
  222. 'When you enter the hallway, you find your mother waiting for you. "What''s all this I hear about a video of you sucking some guy''s dick? How could you be so careless <<$pcs_nickname>>? You do realize this makes our whole family look bad..."'
  223. act 'Apologize':
  224. cla
  225. mothervideotalk = 1
  226. minut += 5
  227. npc_rel['A29'] -= 40
  228. gs 'stat'
  229. *nl
  230. '"I don''t know what to say <<$npc_nickname[''A29'']>>... I''m really sorry."'
  231. 'Your mother is clearly very upset with you. After a short discussion, she walks away.'
  232. act 'Continue':gt $curloc
  233. end
  234. exit
  235. end
  236. if schoolprogul > 2 and SchoolAtestat = 0 and schoolPredupr < 3:
  237. *clr & cla
  238. gs 'stat'
  239. *pl $korrParMomHeader
  240. if npc_QW['A113'] = 10000:
  241. menu_off = 1
  242. npc_QW['A113'] = 10001
  243. schoolprogul = 0
  244. GspravkaT = 2
  245. motherKnowSpravka = 1
  246. gs 'stat'
  247. '"Oh my darling, where have you been? We''ve been so worried!"'
  248. 'You go into the kitchen with your <<$npc_nickname[''A29'']>> and spend some time explaining what happened to you. Many of the details are difficult to talk about, and you cry and hug your <<$npc_nickname[''A29'']>> as you tell your story.'
  249. 'Your <<$npc_nickname[''A29'']>> tells you she will sort out everything with the school and makes you a bowl of chicken soup.'
  250. if pcs_energy >= 30:
  251. 'You are too full to eat it.'
  252. elseif pcs_energy >= 20 and pcs_energy < 30:
  253. if pcs_hydra < 20:
  254. pcs_hydra += 20
  255. cumspclnt = 2
  256. gs 'cum_cleanup'
  257. pcs_breath = 0
  258. end
  259. fat += 3
  260. pcs_energy += 10
  261. 'You have some of the chicken soup, but can''t finish it.'
  262. elseif pcs_energy < 20:
  263. if pcs_hydra < 20:
  264. pcs_hydra += 20
  265. cumspclnt = 2
  266. gs 'cum_cleanup'
  267. pcs_breath = 0
  268. end
  269. pcs_energy += 20
  270. 'You gladly eat it all.'
  271. end
  272. act 'Leave':gt 'kuhrPar'
  273. exit
  274. elseif npc_rel['A29'] >= 40:
  275. if schoolPredupr = 2:
  276. schoolPredupr = 3
  277. npc_rel['A29'] = 0
  278. SchoolBlock = 1
  279. schoolprogul = 0
  280. gs 'grades', 'grade_award', 'school', 'math', -100
  281. gs 'grades', 'grade_award', 'school', 'rus', -100
  282. gs 'grades', 'grade_award', 'school', 'lit', -100
  283. gs 'grades', 'grade_award', 'school', 'art', -100
  284. gs 'grades', 'grade_award', 'school', 'bio', -100
  285. gs 'grades', 'grade_award', 'school', 'pe', -100
  286. gs 'grades', 'grade_award', 'school', 'eng', -100
  287. gs 'grades', 'grade_award', 'school', 'geo', -100
  288. gs 'grades', 'grade_award', 'school', 'sci', -100
  289. gs 'grades', 'grade_award', 'school', 'shop', -100
  290. gs 'grades', 'grade_award', 'school', 'comp', -100
  291. gs 'grades', 'grade_award', 'school', 'mus', -100
  292. gs 'grades', 'grade_award', 'school', 'his', -100
  293. 'You find your mother waiting for you when you enter the hallway. You have never seen her this furious before. "<<$pcs_nickname>>? I just got off the phone with the school. They told me you didn''t show up yet again and expelled you. I''m extremely disappointed with you! I''ve warned you so many times! If you want to keep sleeping under this roof, then you better start pulling your weight around here! Right now, I want you to go out and find a job!" She pushes you out the door and slams it shut in your face.'
  294. act 'Leave':gt 'pav_residential'
  295. exit
  296. elseif schoolPredupr = 1:
  297. schoolPredupr = 2
  298. npc_rel['A29'] = 0
  299. schoolprogul = 0
  300. gs 'grades', 'grade_award', 'school', 'math', -40
  301. gs 'grades', 'grade_award', 'school', 'rus', -40
  302. gs 'grades', 'grade_award', 'school', 'lit', -40
  303. gs 'grades', 'grade_award', 'school', 'art', -40
  304. gs 'grades', 'grade_award', 'school', 'bio', -40
  305. gs 'grades', 'grade_award', 'school', 'pe', -40
  306. gs 'grades', 'grade_award', 'school', 'eng', -40
  307. gs 'grades', 'grade_award', 'school', 'geo', -40
  308. gs 'grades', 'grade_award', 'school', 'sci', -40
  309. gs 'grades', 'grade_award', 'school', 'shop', -40
  310. gs 'grades', 'grade_award', 'school', 'comp', -40
  311. gs 'grades', 'grade_award', 'school', 'mus', -40
  312. gs 'grades', 'grade_award', 'school', 'his', -40
  313. 'You find your mother waiting for you when you enter the hallway. She seems very angry with you. "The school called saying you didn''t show up for class again. They wanted to expel you! I had to go over there and beg the principal to give you one last chance. I''ve never felt so humiliated! This is your last chance <<$pcs_nickname>>. You will not embarrass me any further. If you miss one more day of school, they will kick you out. And if you get kicked out of school, life is going to get a lot tougher for you, especially around here!" Having said her piece, your mother turns around and leaves.'
  314. elseif schoolPredupr = 0:
  315. schoolPredupr = 1
  316. npc_rel['A29'] = 0
  317. schoolprogul = 0
  318. gs 'grades', 'grade_award', 'school', 'math', -20
  319. gs 'grades', 'grade_award', 'school', 'rus', -20
  320. gs 'grades', 'grade_award', 'school', 'lit', -20
  321. gs 'grades', 'grade_award', 'school', 'art', -20
  322. gs 'grades', 'grade_award', 'school', 'bio', -20
  323. gs 'grades', 'grade_award', 'school', 'pe', -20
  324. gs 'grades', 'grade_award', 'school', 'eng', -20
  325. gs 'grades', 'grade_award', 'school', 'geo', -20
  326. gs 'grades', 'grade_award', 'school', 'sci', -20
  327. gs 'grades', 'grade_award', 'school', 'shop', -20
  328. gs 'grades', 'grade_award', 'school', 'comp', -20
  329. gs 'grades', 'grade_award', 'school', 'mus', -20
  330. gs 'grades', 'grade_award', 'school', 'his', -20
  331. 'You find your mother waiting for you when you enter the hallway. "<<$pcs_nickname>>? The school called saying you weren''t at school today. You know they''re very unforgiving when it comes to absenteeism. They said they would expel you if it happens again. What are you doing with your life? Get it together!" Your mother angrily leaves the room, leaving you to your thoughts.'
  332. end
  333. elseif npc_rel['A29'] < 40:
  334. if schoolPredupr = 2:
  335. schoolPredupr = 3
  336. npc_rel['A29'] = 0
  337. SchoolBlock = 1
  338. home_owned[2] = 0
  339. schoolprogul = 0
  340. gs 'grades', 'grade_award', 'school', 'math', -100
  341. gs 'grades', 'grade_award', 'school', 'rus', -100
  342. gs 'grades', 'grade_award', 'school', 'lit', -100
  343. gs 'grades', 'grade_award', 'school', 'art', -100
  344. gs 'grades', 'grade_award', 'school', 'bio', -100
  345. gs 'grades', 'grade_award', 'school', 'pe', -100
  346. gs 'grades', 'grade_award', 'school', 'eng', -100
  347. gs 'grades', 'grade_award', 'school', 'geo', -100
  348. gs 'grades', 'grade_award', 'school', 'sci', -100
  349. gs 'grades', 'grade_award', 'school', 'shop', -100
  350. gs 'grades', 'grade_award', 'school', 'comp', -100
  351. gs 'grades', 'grade_award', 'school', 'mus', -100
  352. gs 'grades', 'grade_award', 'school', 'his', -100
  353. 'You find your mother waiting for you when you enter the hallway. You have never seen her this furious before. "<<$pcs_nickname>>? I just got off the phone with the school, they told me you didn''t show up yet again and expelled you. I''ve had it with you! I''ve warned you so many times! Go ahead, live your irresponsible life the way you want. You''re no longer welcome here." She has already packed up all your things and roughly shoves the bag into your hands before she pushes you out the door and slams it shut in your face.'
  354. act 'Leave':gt 'pav_residential'
  355. exit
  356. elseif schoolPredupr = 1:
  357. schoolPredupr = 2
  358. npc_rel['A29'] = 0
  359. schoolprogul = 0
  360. gs 'grades', 'grade_award', 'school', 'math', -40
  361. gs 'grades', 'grade_award', 'school', 'rus', -40
  362. gs 'grades', 'grade_award', 'school', 'lit', -40
  363. gs 'grades', 'grade_award', 'school', 'art', -40
  364. gs 'grades', 'grade_award', 'school', 'bio', -40
  365. gs 'grades', 'grade_award', 'school', 'pe', -40
  366. gs 'grades', 'grade_award', 'school', 'eng', -40
  367. gs 'grades', 'grade_award', 'school', 'geo', -40
  368. gs 'grades', 'grade_award', 'school', 'sci', -40
  369. gs 'grades', 'grade_award', 'school', 'shop', -40
  370. gs 'grades', 'grade_award', 'school', 'comp', -40
  371. gs 'grades', 'grade_award', 'school', 'mus', -40
  372. gs 'grades', 'grade_award', 'school', 'his', -40
  373. 'You find your mother waiting for you when you enter the hallway. She seems very angry with you. "The school called saying you didn''t show up for class again. They wanted to expel you! I had to go over there and beg the principal to give you one last chance. I''ve never felt so humiliated! This is your last chance <<$pcs_nickname>>. You will not embarrass me any further. If you miss one more day of school, they will kick you out. And if you get kicked out of school, I will personally kick you out of the house. If you cannot be responsible and behave like a normal person, then get out! No one is forcing you to stay." Having said her piece, your mother turns around and leaves.'
  374. elseif schoolPredupr = 0:
  375. schoolPredupr = 1
  376. npc_rel['A29'] = 0
  377. schoolprogul = 0
  378. gs 'grades', 'grade_award', 'school', 'math', -20
  379. gs 'grades', 'grade_award', 'school', 'rus', -20
  380. gs 'grades', 'grade_award', 'school', 'lit', -20
  381. gs 'grades', 'grade_award', 'school', 'art', -20
  382. gs 'grades', 'grade_award', 'school', 'bio', -20
  383. gs 'grades', 'grade_award', 'school', 'pe', -20
  384. gs 'grades', 'grade_award', 'school', 'eng', -20
  385. gs 'grades', 'grade_award', 'school', 'geo', -20
  386. gs 'grades', 'grade_award', 'school', 'sci', -20
  387. gs 'grades', 'grade_award', 'school', 'shop', -20
  388. gs 'grades', 'grade_award', 'school', 'comp', -20
  389. gs 'grades', 'grade_award', 'school', 'mus', -20
  390. gs 'grades', 'grade_award', 'school', 'his', -20
  391. 'You find your mother waiting for you when you enter the hallway. "<<$pcs_nickname>>? The school called saying you weren''t at school today. You know they''re very unforgiving when it comes to absenteeism. They said they would expel you if it happens again. What are you doing with your life? Get it together!" Your mother angrily leaves the room, leaving you to your thoughts.'
  392. end
  393. end
  394. act 'Continue':gt $curloc
  395. exit
  396. end
  397. end
  398. if hour >= 15 and hour < 20:
  399. if Gcall = 0:
  400. numnpcboy = 0
  401. :markboyfrendcall
  402. numnpcboy += 1
  403. if otnBoyFrend[numnpcboy] >= 20 and boyinday[numnpcboy]!daystart:
  404. Gcall = 1
  405. 'You hear the <a href="exec:gt ''gtelefon''">phone</a> ringing in the hallway.'
  406. elseif numboyFrend > numnpcboy:
  407. jump 'markboyfrendcall'
  408. end
  409. end
  410. else
  411. if Gcall > 0:Gcall = 0
  412. end
  413. if motherWorry = 1 and indorf = 0:
  414. gt'mother'
  415. elseif motherWorry = 1 and indorf > 0:
  416. motherWorry = 0
  417. end
  418. if notathomesleep > 7 and hour >= 16 and hour < 21 and momloc['athome'] = 1:
  419. notathomesleep = 0
  420. *clr & cla
  421. *pl $korrParMomHeader
  422. if npc_rel['A29'] < 40:
  423. 'You run into your mother in the hallway. "Well well, look who decided to come home for once.'
  424. act 'Continue':gt 'korrPar'
  425. end
  426. if npc_rel['A29'] >= 40:
  427. 'You run into your mother in the hallway. She looks happy to see you. "What a surprise! Welcome home, honey! I missed you.'
  428. act 'Continue':gt 'korrPar'
  429. end
  430. end
  431. !If she has given herself to boys in the stairwell, customers start hammering at the door:
  432. if hour >= 10 and hour <= 23 and fame['pav_slut'] >= 250 and podwhoreQW >= 3:
  433. pod_client = rand(0,100)
  434. if pod_whore_countQW <= 15 and pod_client <= 5:
  435. play 'sound/door1.mp3',100
  436. 'Someone is at the door: <a href="exec: gt ''pod_whore'', ''client_talk''">Answer</a>'
  437. elseif pod_whore_countQW > 15 and pod_client <= 20:
  438. play 'sound/door1.mp3',100
  439. 'Someone is at the door: <a href="exec: gt ''pod_whore'', ''client_talk''">Answer</a>'
  440. end
  441. end
  442. !!if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
  443. --- korrPar ---------------------------------