korrPar.qsrc 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311
  1. # korrPar
  2. music_loop = 0
  3. CLOSE ALL
  4. if sound = 0:PLAY 'sound/korr.mp3',30
  5. $metkaM = $ARGS[0]
  6. $locM = $CURLOC
  7. $metka = $ARGS[0]
  8. $loc = $CURLOC
  9. $location_type = 'private'
  10. clr
  11. popolaini = 0
  12. saunaYouRoom = 0
  13. boycherdaksex = 0
  14. minut += 1
  15. bonusZ = 0
  16. curr_home = 1
  17. gs 'stat'
  18. if night_mode = 1:
  19. fcolor = rgb(255, 255, 255)
  20. bcolor = rgb(0, 0, 0)
  21. lcolor = rgb(106, 90, 205)
  22. else
  23. fcolor = rgb(0, 0, 0)
  24. bcolor = rgb(255, 255, 255)
  25. lcolor = rgb(106, 90, 205)
  26. end
  27. if hour ! 18 and blockBedrPar = 1:blockBedrPar = 0
  28. if blockBedrPar = 0:
  29. if sisboyday + 1 = daystart and hour = 18 and sisboytrioQW = 1:
  30. act 'Go to your room':gt 'sisterQW', 'sisboytrioQW_bedroom', 'start'
  31. elseif sisboyday + 1 = daystart and hour = 18 and (npc_QW['A33'] = 3 or npc_QW['A33'] = 5 or npc_QW['A33'] = 7 or npc_QW['A33'] = 9):
  32. act 'Go to your room':gt 'sisterQW', 'sisboyQW_bedroom'
  33. else
  34. act 'Go to your room':gt 'bedrPar'
  35. end
  36. end
  37. act 'Go to your parents'' room':gt 'bedrPar2'
  38. act 'Go to the living room':gt 'sitrPar'
  39. act 'Go to the bathroom':minut += 1 & gt 'vanrPar'
  40. act 'Go to the kitchen':gt 'kuhrPar'
  41. act '<font color = maroon>Leave the apartment and go to the stairwell</font>':
  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 '<font color = maroon><b>Leave the apartment and go outside</b></font>':
  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 if you go out at this time.</font>'
  53. cla
  54. act '<font color=red>Yes, go outside</font>': minut += 5 & gt'pavResidential'
  55. act 'No, stay inside':gt 'korrPar'
  56. else
  57. minut += 5
  58. gt'pavResidential'
  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. '<center><h1><font color="maroon">Corridor</font></h1></center>'
  66. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/korrpar.jpg"></center>'
  67. *nl
  68. '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.'
  69. 'A <a href="exec:gt ''mirror'', ''start''">mirror</a> hangs on the wall near the front door.'
  70. gs 'family'
  71. if indorf = 1:'With your parents being away to visit your grandparents, the apartment seems quiet and empty.'
  72. !to add a counter if you avoid Dimka
  73. if nodimkaK >= rand(7,10) and DimkaWarnedToday = 0:
  74. nodimkaK = 0
  75. if hour >= 14 and hour < 24 and week <=5 and DimkaWarnedToday = 0: gt 'dimaEv', 'Dimka_warning'
  76. if hour >= 9 and hour < 24 and week >=6 and DimkaWarnedToday = 0: gt 'dimaEv', 'Dimka_warning'
  77. end
  78. $korrParMomHeader = '<center><h1><font color="maroon">Mom</font></h1></center><center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/mother.jpg"></center><br />'
  79. if hour >= 16 and hour <= 20 and indorf = 0:
  80. if artemvbrosvid = 1 and artemhakday ! daystart and npc_QW['A29'] < 2 and mothervideotalk = 0 or BrotherNo = 1 and BrotherNoDay ! daystart:
  81. cls
  82. BJvideoPublic = 1
  83. BrotherNo = 0
  84. BrotherNoDay = daystart
  85. pcs_mood = 5
  86. npc_rel['A29'] -= 40
  87. gs 'stat'
  88. *pl $korrParMomHeader
  89. '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 maybe this video was sent to others too? What will the people in town think of us now? I oughta teach you a lesson. What do you have to say for yourself!? Speak up!"'
  90. act 'Beg her to do nothing':
  91. cla
  92. mothervideotalk = 2
  93. minut += 5
  94. sub += 5
  95. gs 'stat'
  96. *nl
  97. 'You burst into tears: "Mommy, please forgive me! It will 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.'
  98. act 'Get back on your feet':gt $curloc
  99. end
  100. act 'Be silent':
  101. cls
  102. mothervideotalk = 3
  103. minut += 5
  104. pcs_dom += 10
  105. spank += 1
  106. gs 'pain', 5, 'asscheeks', 'spank'
  107. gs 'stat'
  108. '<center><h1><font color="maroon">Mom</font></h1></center>'
  109. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/spank.jpg"></center>'
  110. *nl
  111. 'You stand in the hallway staring at the floor, too embarrassed to say anything. What is there to say, anyway?'
  112. '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!"'
  113. '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.'
  114. '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.'
  115. act 'Stand up and straighten your clothes':gt $curloc
  116. end
  117. if momslut >= 2:
  118. act 'Threaten her':
  119. cla
  120. mothervideotalk = 1
  121. npc_rel['A29'] -= 10
  122. minut += 5
  123. gs 'stat'
  124. *nl
  125. 'You slap away her hand with a defiant look in your eyes. "Oh, really? You''re no angel yourself either, Mom... does Dad know what YOU have been up to lately? Why don''t we go ask him, while we''re on this subject?"'
  126. '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.'
  127. act 'Continue':gt $curloc
  128. end
  129. end
  130. exit
  131. end
  132. if artemvbrosvid=1 and artemhakday ! daystart and npc_QW['A29'] >= 2 and mothervideotalk = 0:
  133. cls
  134. BJvideoPublic = 1
  135. pcs_mood = 5
  136. gs 'stat'
  137. *pl $korrParMomHeader
  138. 'When you enter the hallway, you find your mother waiting there 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..."'
  139. act 'Apologize':
  140. cla
  141. mothervideotalk = 1
  142. minut += 5
  143. npc_rel['A29'] -= 40
  144. gs 'stat'
  145. *nl
  146. '"I don''t know what to say, mom... I''m really sorry."'
  147. 'Your mother is clearly very upset with you. After a short discussion, she walks away.'
  148. act 'Continue':gt $curloc
  149. end
  150. exit
  151. end
  152. if schoolprogul > 2 and SchoolAtestat = 0:
  153. cls
  154. gs 'stat'
  155. *pl $korrParMomHeader
  156. if npc_QW['A113'] = 10000:
  157. npc_QW['A113'] = 10001
  158. schoolprogul = 0
  159. GspravkaT = 2
  160. motherKnowSpravka = 1
  161. '"Oh, my darling, where have you been? We have been so worried."'
  162. 'You go into the kitchen with your mom and spend some time explaining what happened to you. Many of the details are difficult to talk about, and you cry and hug your mom as you tell your story.'
  163. 'Your mom tells you she will sort out everything with the school and makes you a bowl of chicken soup.'
  164. if pcs_energy >= 30:
  165. 'You are too full to eat it.'
  166. elseif pcs_energy >= 20 and pcs_energy < 30:
  167. if pcs_hydra < 20:
  168. pcs_hydra += 20
  169. cumspclnt = 2
  170. gs 'cum_cleanup'
  171. pcs_breath = 0
  172. end
  173. fat += 3
  174. pcs_energy += 10
  175. 'You have some of the chicken soup, but can''t finish it.'
  176. elseif pcs_energy < 20:
  177. if pcs_hydra < 20:
  178. pcs_hydra += 20
  179. cumspclnt = 2
  180. gs 'cum_cleanup'
  181. pcs_breath = 0
  182. end
  183. pcs_energy += 20
  184. 'You gladly eat it all.'
  185. end
  186. act 'Leave':gt 'kuhrPar'
  187. exit
  188. elseif schoolPredupr = 2:
  189. schoolPredupr = 3
  190. SchoolBlock = 1
  191. home_owned[2] = 0
  192. schoolprogul = 0
  193. if $clothingworntype = 'school' and clothingwornnumber = 6:gs 'clothing', 'strip'
  194. 'As you enter the hallway, you find your mother there waiting for you. You have never seen her this furious. "<<$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 already packed up all your things from your room before you got home, and roughly shoves the bag into your hands. After that, she pushes you out the door and slams it shut in your face.'
  195. act 'Leave':gt 'pavResidential'
  196. exit
  197. elseif schoolPredupr = 1:
  198. schoolPredupr = 2
  199. schoolprogul = 0
  200. pcs_grades -= 40
  201. 'As you enter the hallway, you find your mother there waiting for you. She seems very angry with you. "School called, they said 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 the last straw for me, <<$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.'
  202. elseif schoolPredupr = 0:
  203. schoolPredupr = 1
  204. npc_rel['A29'] = 0
  205. schoolprogul = 0
  206. pcs_grades -= 20
  207. 'As you enter the hallway, you find your mother there waiting for you. "<<$pcs_nickname>>? The school called, they said 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.'
  208. end
  209. act 'Continue':gt $curloc
  210. exit
  211. end
  212. end
  213. if hour >= 15 and hour < 20:
  214. if Gcall = 0:
  215. numnpcboy = 0
  216. :markboyfrendcall
  217. numnpcboy += 1
  218. if otnBoyFrend[numnpcboy] >= 20 and boyinday[numnpcboy]!daystart:
  219. Gcall = 1
  220. 'You hear the <a href="exec:gt ''gtelefon''">phone</a> ringing in the hallway.'
  221. elseif numboyFrend > numnpcboy:
  222. jump 'markboyfrendcall'
  223. end
  224. end
  225. else
  226. if Gcall > 0:Gcall = 0
  227. end
  228. if motherWorry = 1 and indorf = 0:
  229. gt'mother'
  230. elseif motherWorry = 1 and indorf > 0:
  231. motherWorry = 0
  232. end
  233. if notathomesleep > 7 and hour >= 16 and hour < 21 and mother_go = 0:
  234. notathomesleep = 0
  235. cls
  236. *pl $korrParMomHeader
  237. if npc_rel['A29'] < 40:
  238. 'You run into your mother in the hallway. "Well well, look who decided to come home for once.'
  239. act '<B>Continue</B>':gt 'korrPar'
  240. end
  241. if npc_rel['A29'] >= 40:
  242. 'You run into your mother in the hallway. She looks happy to see you. "What a surprise! Welcome home, honey! I missed you.'
  243. act '<B>Continue</B>':gt 'korrPar'
  244. end
  245. end
  246. !------------------------------------------!
  247. !gg whore if she had given herself to boys in the stairwell, then customers hammering at the door: !
  248. gs'pod_whore'
  249. pod_client = RAND(0,100)
  250. if pod_whore_countQW <= 15:
  251. if pod_client <= 5 and hour >= 10 and hour <= 23 and pav_slut >= 150 and podwhoreQW >=3:
  252. play 'sound/door1.mp3',100
  253. 'Someone is at the door: <a href="exec: gt ''pod_whore'', ''client_talk''">Answer</a>'
  254. end
  255. elseif pod_whore_countQW > 15:
  256. if pod_client <= 20 and hour >= 10 and hour <= 23 and pav_slut >= 150 and podwhoreQW >=3:
  257. play 'sound/door1.mp3',100
  258. 'Someone is at the door: <a href="exec: gt ''pod_whore'', ''client_talk''">Answer</a>'
  259. end
  260. end
  261. !'<<$pod_client>>'
  262. !==========================================!
  263. if grad_miss ! 0 and grad_miss <= daystart:
  264. SchoolAtestat = 1
  265. intel_exp += 10
  266. grad_miss = 0
  267. gs 'stat'
  268. 'Your diploma from school has arrived in the post.'
  269. end
  270. if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
  271. --- korrPar ---------------------------------