gschool_grounds.qsrc 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786
  1. # gschool_grounds
  2. !Outside school building
  3. if $ARGS[0] = 'main':
  4. CLOSE ALL
  5. $loc = 'gschool_grounds'
  6. $loc_arg = 'main'
  7. $location_type = 'public_outdoors'
  8. $menu_loc = 'gschool_grounds'
  9. $menu_arg = 'main'
  10. menu_off = 0
  11. killvar '$locclass'
  12. *clr & cla
  13. gs 'vicky_meynold_schedule'
  14. gs 'katja_meynold_schedule'
  15. gs 'igor_schedule'
  16. gs 'stat'
  17. '<center><b><font color="maroon">Outside School</font></b></center>'
  18. if month >= 11 or month <= 3:
  19. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/schoolwinter.jpg"></center>'
  20. else
  21. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/gschool.jpg"></center>'
  22. end
  23. 'Pavlovsk''s only school, where all the local children go for their education. Next to the school is the athletic field and a parking lot for the teachers, with a large grove of trees just beyond them.'
  24. 'Hidden behind these trees is the old school building, which was supposed to be renovated and used for advance classes after the new one was built, but budget cuts meant the project was cancelled and now the old building stands empty and abandoned. It''s a popular spot for students to skip class or hang out outside of school.'
  25. if ((hour = 6 and minut >= 30) or (hour >= 7 and hour < 18)) and StoryLine > 0 and SchoolAtestat = 0 and kanikuli = 0 and suspended['on'] ! 1:
  26. 'With the school open you can go to the <a href="exec: minut += 1 & gt ''gschool_grounds'', ''change_room''">changing rooms</a> by the gym and change your outfit.'
  27. end
  28. if day = nyp_day and month = 12 and StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0:
  29. if hour >= 14 and hour < 17:
  30. 'All of the boys and girls are standing near the school. Everyone did their best to look good today, wearing their nicest clothes. Someone calls out to you. "Hey <<$pcs_nickname>>, are you coming to the New Year''s Eve party or not? You haven''t paid the 1000 <b>₽</b> entry fee yet!"'
  31. if money >= 1000:act 'Go to the party (1,000 <b>₽</b>)':money -= 1000 & gt 'nyp_school', 'start'
  32. end
  33. end
  34. if InvitationToDimkaNYparty = 1 and day = 31 and day = nyp_day: act 'Follow Dimka to the party at his house': killvar 'InvitationToDimkaNYparty' & minut += 30 & gt 'sny', '3'
  35. if hour = 14 and week < 6 and kanikuli = 0:
  36. if NikoDate_Day ! daystart:
  37. if week = 1 and NikoIntro = 0:
  38. gt 'NikoEv', 'Intro'
  39. elseif NikoVolkovQW = 5 and NikoEv = 6 and NikoDate = 0:
  40. gt 'NikoDates', 'After School'
  41. elseif NikoVolkovQW = 5 and NikoEv = 8 and NikoDate = 0:
  42. gt 'NikoDates', 'After School 2'
  43. elseif NikoVolkovQW = 10 and NikoEv = 22:
  44. gt 'NikoEv2', 'Recovery'
  45. end
  46. end
  47. end
  48. if week < 6 and hour = 14 and kanikuli = 0 and afterschool_day ! daystart and suspended['on'] ! 1:
  49. afterschool_day = daystart
  50. if rand(0,3) = 0:
  51. $eventtype = 'after_school'
  52. gt 'gschool_events', 'break_events'
  53. else
  54. gt 'gschool_events', 'afterschool_events'
  55. end
  56. end
  57. !! Cheerleading tryouts if Sveta decided to attend
  58. if hour = 14 and cheerleadingQW['quest_stage'] = 1:
  59. if pregtime < 90: gt 'gschool_cheerleading', 'tryouts'
  60. !! Sveta attends training after school every Tuesday and Thursday.
  61. elseif hour = 14 and cheerleadingQW['day'] ! daystart and (week = 2 or week = 4) and kanikuli = 0 and cheerleadingQW['quest_stage'] > 1 and suspended['on'] ! 1:
  62. if npc_pregtalk['A23'] = 0: gt 'gschool_cheerleading', 'afterschool_practice'
  63. !! A football game is played once every 2nd Friday and the cheerleaders perform out on the field.
  64. elseif hour = 14 and cheerleadingQW['day'] ! daystart and week = 5 and (daystart - (daystart mod 7)) mod 2 = 1 and kanikuli = 0 and (cheerleadingQW['quest_stage'] >= 3 or cheerleadingQW['backup_game'] = 1) and suspended['on'] ! 1:
  65. if npc_pregtalk['A23'] = 0: gt 'gschool_cheerleading', 'afterschool_game'
  66. end
  67. if hour <= 8 and kanikuli = 6:
  68. 'Today is graduation day! The school prom is tonight as well.'
  69. act 'Go to your graduation':
  70. *clr & cla
  71. menu_off = 1
  72. hour = 10
  73. minut = 0
  74. SchoolAtestat = 1
  75. kanikuli = 7
  76. gs 'stat'
  77. if home_owned[2] = 0:
  78. 'Everyone from your year is assembled in the auditorium of the school. Your teachers are standing on a platform in front of several rows of chairs where you and your classmates are sitting. Some parents and siblings are sitting in the back rows. Nobody from your family showed up.'
  79. else
  80. 'Everyone from your year is assembled in the auditorium of the school. Your teachers are standing on a platform in front of several rows of chairs where you and your classmates are sitting. Some parents and siblings are sitting in the back rows. You turn your head and see your mother and your brother sitting among them.'
  81. end
  82. 'Your Principial begins calling your classmates in alphabetical order. Finally it''s your turn.'
  83. if class['school_grade_average'] >= 90:
  84. 'You go up to the podium. As the Principal shakes your hand she announces "As every year I''d like to honor our best student of the year. Miss <<$pcs_lastname>> here performed exceptionally well in her studies and I think that deserves some recognition." She starts applauding and the auditorium quickly joins in.'
  85. if home_owned[2] = 1: 'As you return to your place you see your mother smiling brightly.'
  86. elseif class['school_grade_average'] >= 70:
  87. 'You go up to the podium. The Principal shakes your hand and gives you your diploma. "Well done, Miss <<$pcs_lastname>>!" she says before you return to your place.'
  88. else
  89. 'You go up to the podium. The Principal shakes your hand and gives you your diploma and you return to your place.'
  90. end
  91. act 'Return to town': minut += 2 & gt 'pav_residential'
  92. act 'Go to the prom party':
  93. *clr & cla
  94. minut += 540
  95. pcs_energy += 70
  96. gs 'drugs', 'alcohol', 'vodka', rand(2,3)
  97. gs 'clothing', 'strip_all'
  98. gs 'stat'
  99. 'After the ceremony, everyone gets hammered at the prom party. When you wake up, your mouth is dry and you can taste and smell the alcohol on your breath as you feel a headache coming on. Looking around, you see that you''re somewhere in the town center and that you''re completely naked, with twigs and leaves stuck in your hair. You are a little alarmed when you notice that your clothes are missing.'
  100. 'You''re unable to find your clothes, so you cover yourself with your hands and stick to poorly lit areas as you make your way home. You try as hard as you can, but all you can remember are vague flashbacks of skinny dipping in the town fountain with a group of other students.'
  101. act 'Go home': gt 'korrPar'
  102. end
  103. end
  104. exit
  105. end
  106. if SchoolAtestat = -1 and week < 6 and hour >= 6 and hour < 14:
  107. act 'Get your diploma':
  108. *clr & cla
  109. menu_off = 1
  110. minut += 20
  111. SchoolAtestat = 1
  112. kanikuli = 7
  113. gs 'stat'
  114. if class['school_grade_average'] >= 70:
  115. 'The Principal hands you your diploma. "Well done, Miss <<$pcs_lastname>>! Good luck in your future!" she says as she shakes your hand.'
  116. else
  117. 'The Principal hands you your diploma. "Good luck in your future!" she says as she shakes your hand.'
  118. end
  119. act 'Return to town': minut += 2 & gt 'pav_residential'
  120. end
  121. end
  122. !! act 'Go to old school building': gt
  123. !! act 'Go to the Principals Office': gt
  124. if week < 6 and hour >= 6 and StoryLine > 0 and SchoolAtestat = 0 and kanikuli = 0 and SchoolBlock = 0 and suspended['on'] ! 1:
  125. if PCloStyle2 = 4 or Enable_sforma = 1:
  126. if hour = 6:
  127. if minut < 30:
  128. 'It''s too early for school now.'
  129. else
  130. if NikoEv = 10: gt 'NikoWhore', 'Walk Of Shame'
  131. act 'Wait for class': gt 'gschool_grounds', 'bulding'
  132. end
  133. elseif hour = 7:
  134. if NikoEv = 10:
  135. gt 'NikoWhore', 'Walk Of Shame'
  136. elseif minut <= 45:
  137. act '<b>Go to class</b>': gt 'gschool_grounds', 'bulding'
  138. else
  139. 'You are late for school! You could rush to class or just skip until the second period.'
  140. act '<b>Rush to class</b>': gt 'gschool_grounds', 'bulding'
  141. act 'Skip class':
  142. *clr & cla
  143. menu_off = 1
  144. '<center><b><font color="maroon">School Hallway</font></b></center>'
  145. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/gschool_hall0<<rand(0,2)>>.jpg"></center>'
  146. 'You don''t feel like attending all of your classes this morning and so make your way to the bathroom.'
  147. act 'Go to girl''s bathroom': gt 'gschool_girls_bathroom', 'start'
  148. act 'Go to boy''s bathroom': gt 'gschool_boys_bathroom', 'start'
  149. end
  150. end
  151. elseif hour = 8:
  152. if NikoEv = 10: gt 'NikoWhore', 'Walk Of Shame'
  153. 'You missed your first class. You hope that no one noticed.'
  154. act '<b>Rush to class</b>': demerit += 10 & gt 'gschool_grounds', 'bulding'
  155. elseif hour < 14:
  156. 'It''s too late for you to attend school now. You have been marked as absent today.'
  157. end
  158. else
  159. 'You''re not allowed to attend any classes at school if you''re not wearing your school uniform.'
  160. end
  161. end
  162. gs 'camera', 'check_location'
  163. act 'Return to town': minut += 2 & gt 'pav_residential'
  164. act 'Go to the sports field': minut += 1 & gt 'gschool_grounds', 'sports'
  165. if joint > 0 and jointhigh = 0: act 'Smoke a joint behind the school building': gs 'drugs', 'joint' & gt $loc, $loc_arg
  166. if week = 6 and hour = 8 and StoryLine > 0 and SchoolAtestat = 0 and detention_set = 1 and SchoolBlock = 0: act 'Go to detention': gt 'gschool_detention', 'start'
  167. if christinaQW['dompath'] = 4: gt 'gschool_grounds', 'KristinaFight'
  168. if suspended['on'] ! 1 and kanikuli = 0:
  169. if week < 6 and hour = 14 and dimaRevenge = 5 and dimaRevChoice = 0:
  170. gt 'dimaRevenge', dimaRevenge
  171. elseif week < 6 and hour = 14 and dimaRevenge = 4 and dimaRevChoice = 1:
  172. gt 'dimaRevenge', dimaRevenge
  173. elseif week < 6 and hour = 7 and dimaRevenge = 5 and dimaRevChoice = 1:
  174. gt 'dimaRevenge', 5, 'before'
  175. elseif week < 6 and hour = 7 and dimaRevenge = 6 and dimaRevChoice = 1:
  176. gt 'dimaRevenge', 6, 'before'
  177. elseif week < 6 and hour = 14 and dimaRevenge = 7 and dimaRevChoice = 1:
  178. gt 'dimaRevenge', dimaRevenge
  179. elseif week < 6 and hour = 7 and dimaRevenge = 4 and dimaRevChoice = 2:
  180. gt 'dimaRevenge', dimaRevenge, 'day4jockbefore'
  181. elseif week < 6 and hour = 7 and dimaRevenge = 5 and dimaRevChoice = 2:
  182. gt 'dimaRevenge', dimaRevenge, 'day5jockbefore'
  183. elseif week < 6 and hour = 14 and dimaRevenge = 6 and dimaRevChoice = 2:
  184. gt 'dimaRevenge', 5, 'day5jockafter'
  185. !elseif week < 6 and hour = 11 and dimaRevenge = 4 and dimaRevChoice = 3:
  186. ! gt 'gschool_lessons', 'short_break'
  187. elseif week < 6 and hour = 7 and dimaRevenge = 5 and dimaRevChoice = 3:
  188. gt 'dimaRevenge', dimaRevenge
  189. elseif week < 6 and hour = 14 and dimaRevenge = 4 and dimaRevChoice = 4:
  190. gt 'dimaRevenge', dimaRevenge, 'after'
  191. elseif week < 6 and hour = 7 and dimaRevenge = 5 and dimaRevChoice = 4:
  192. gt 'dimaRevenge', dimaRevenge, 'before'
  193. elseif week < 6 and hour = 14 and dimaRevenge = 6 and dimaRevChoice = 4:
  194. gt 'dimaRevenge', 5, 'after'
  195. elseif week < 6 and hour = 7 and dimaRevenge = 7 and dimaRevChoice = 4 and dimaRevengedaystart >= daystart:
  196. gt 'dimaRevenge', 6
  197. elseif week < 6 and hour = 7 and dimaRevenge = 5 and dimaRevChoice = 5:
  198. gt 'dimaRevenge', dimaRevenge, 'before'
  199. elseif week < 6 and hour = 7 and dimaRevenge = 4 and dimaRevChoice = 5:
  200. gt 'dimaRevenge', 5
  201. elseif week < 6 and hour = 7 and dimaRevenge = 4 and dimaRevChoice = 6:
  202. gt 'dimaRevenge', dimaRevenge
  203. end
  204. end
  205. if hour >= 14 and fame['pav_slut'] >= 250 and SchoolGossip > 0 and afterschoolday ! daystart: gt 'gschool_sex', 'suck'
  206. if week = 1 and kanikuli = 0 and arthakQW = 10 and apmeetday ! daystart and hour >= 14: gt 'artgar'
  207. if hour = 14 and week < 6 and kanikuli = 0:
  208. if ivan_afterschool = 1: act 'Meet Ivan after school': gt 'gschool_sex', 'afterschool'
  209. if Enable_tablemap = 0:
  210. if anushkaFirstvisit = 0 and meet_after_school = 1: '<a href="exec: gt ''anushka'', ''meet_after_school''">Anushka</a> is leaning against a tree just in front of the school.'
  211. if LariskaQW['story'] >= 5 and cheerleaders_on = 0: '<a href="exec:minut += 1 & gt ''LariskaGo''">Lariska</a> impatiently walks back and fourth across the courtyard, as if she''s waiting for someone.'
  212. if JuliaMilLernQW >= 1: '<a href="exec:minut += 1 & gt ''JuliaMilGo''">Julia</a> is sitting out on the courtyard, reading a book.'
  213. if NatbelQW['QWstage'] > 0: '<a href="exec:minut += 1 & gt ''NatBelGo''">Natasha</a> is standing in a corner.'
  214. if artemLernQW >= 1 and artemVitokQW ! 2 and artemblok = 0 and artlie ! 2 and artembrokenheart ! 1: '<a href="exec:minut += 15 & gt ''artem_events'', ''start''">Artem</a> is waiting for you near the school entrance.'
  215. if katjaQW['afterschool_hangout_day'] ! daystart and katjaQW['QWstage'] >= 1 and locat['katja'] = 6: '<a href="exec:minut += 15 & gt ''katjaEv''">Katja</a> is walking across the school courtyard, getting ready to go home.'
  216. if DimaBeHomeOnce = 1 and DimaRudeBlock = 0:
  217. '<a href="exec:minut += 15 & gt ''dimaEv'', ''after_school''">Dimka</a> is deep in thought, as he leans against a lamp post.'
  218. elseif DimaRudeQW > 0 and dimarudeday ! daystart and DimaRudeBlock = 0:
  219. if rand(0,4) = 0: gt 'dimaEv', 'after_school'
  220. '<a href="exec:minut += 15 & gt ''dimaEv'', ''after_school''">Dimka</a> is deep in thought, as he leans against a lamp post.'
  221. end
  222. if (igor_history = 1 or IgorLoverQW > 0) and igorkruglovday ! daystart and IdorBlock = 0 and locat['igor'] = 6: '<a href="exec:minut += 15 & igorkruglovday = daystart & gt ''igorhome'', ''entrance''">Igor</a> is talking to some of his friends on the courtyard.'
  223. if fedorKozlovQW >= 10 and kotovVSkozlov = 1:
  224. 'You can see <a href="exec: gt ''FedorEv'', ''Strela Chat''">Fedor</a> sitting in the corner of the schoolyard by himself.'
  225. elseif fedorKozlovQW >= 10 and fedorkozqw = 2 and FedorLuv < -4:
  226. 'You can see <a href="exec: gt ''FedorEv2'', ''Fedor Breakup''">Fedor</a> standing by himself with a troubled look on his face.'
  227. elseif fedorKozlovQW >= 10:
  228. 'You can see <a href="exec: gt ''FedorEv'', ''Start''">Fedor</a> standing by himself, his backpack around his arm.'
  229. end
  230. if NikoVolkovQW >= 5 and NikoDate = 1 and NikoNextDate_day <= daystart or NikoEv = 11:
  231. 'You can see <a href="exec:gt ''NikoEv'', ''Niko Dates''">Nikolai Volkov</a> smoking outside of the school.'
  232. elseif NikoVolkovQW >= 10 and NikoEv >= 17 and NikoEv <= 20 and NikoDate_Day ! daystart:
  233. '<a href="exec:gt ''NikoEv2'', ''Events''">Nikolai</a> is smoking outside of the school.'
  234. end
  235. else
  236. !display friends in table if switch is on.
  237. st_count=0 & $show_table=''
  238. if anushkaFirstvisit = 0 and meet_after_school = 1: gs 'show_table', '<a href="exec: gt ''anushka'', ''meet_after_school''">Anushka Konstantinov</a>', '5'
  239. if LariskaQW['story'] >= 5 and cheerleaders_on = 0: gs 'show_table', '<a href="exec:minut += 1 & gt ''LariskaGo''">Lariska Gruzdev</a>', '5'
  240. if JuliaMilLernQW >= 1: gs 'show_table', '<a href="exec:minut += 1 & gt ''JuliaMilGo''">Julia Milova</a>', '5'
  241. if NatbelQW['QWstage'] > 0: gs 'show_table', '<a href="exec:minut += 1 & gt ''NatBelGo''">Natasha Belova</a>', '5'
  242. if artemLernQW >= 1 and artemVitokQW ! 2 and artemblok = 0 and artlie ! 2 and artembrokenheart ! 1: gs 'show_table', '<a href="exec:minut += 15 & gt ''artem_events'', ''start''">Artem Chebotarev</a>', '5'
  243. if katjaQW['afterschool_hangout_day'] ! daystart and katjaQW['QWstage'] >= 1 and locat['katja'] = 6: gs 'show_table', '<a href="exec:minut += 15 & gt ''katjaEv''">Katja Meynold</a>', '5'
  244. if DimaBeHomeOnce = 1 and DimaRudeBlock = 0:
  245. gs 'show_table', '<a href="exec:minut += 15 & gt ''dimaHome'', ''home''">Dimka Nosov</a>', '5'
  246. elseif DimaRudeQW > 0 and dimarudeday ! daystart and DimaRudeBlock = 0:
  247. if rand(0,4) = 0: gt 'dimaEv', 'after_school'
  248. gs 'show_table', '<a href="exec:minut += 15 & gt ''dimaEv'', ''after_school''">Dimka Nosov</a>', '5'
  249. end
  250. if (igor_history = 1 or IgorLoverQW > 0) and igorkruglovday ! daystart and IdorBlock = 0 and locat['igor'] = 6: gs 'show_table', '<a href="exec:minut += 15 & igorkruglovday = daystart & gt ''igorhome'', ''entrance''">Igor Kruglov</a>', '5'
  251. if fedorKozlovQW >= 10 and kotovVSkozlov = 1:
  252. gs 'show_table', '<a href="exec: gt ''FedorEv'', ''Strela Chat''">Fedor</a>', '5'
  253. elseif fedorKozlovQW >= 10 and fedorkozqw = 2 and FedorLuv < -4:
  254. gs 'show_table', '<a href="exec: gt ''FedorEv2'', ''Fedor Breakup''">Fedor</a>', '5'
  255. elseif fedorKozlovQW >= 10:
  256. gs 'show_table', '<a href="exec: gt ''FedorEv'', ''Start''">Fedor</a>', '5'
  257. end
  258. if NikoVolkovQW = 5 and NikoDate = 1 and NikoDate_Day ! daystart or NikoEv = 11:
  259. gs 'show_table', '<a href="exec: gt ''NikoEv'', ''Niko Dates''">Nikolai</a>', '5'
  260. elseif NikoVolkovQW = 10 and NikoEv >= 17 and NikoEv <= 20 and NikoDate_Day ! daystart:
  261. gs 'show_table', '<a href="exec: gt ''NikoEv2'', ''Events''">Nikolai</a>', '5'
  262. end
  263. if st_count > 0:
  264. 'Near school yard, you see: '
  265. '<TABLE BORDER=1><<$show_table>></TR></TABLE>'
  266. end
  267. end
  268. if AlbinaQW['albride'] = 0 and AlbinaQW['RideDaystart'] <= daystart and AlbinaQW['Chernov'] > 0 and cheerleaders_on = 0:
  269. '<a href="exec:minut += 15 & gt ''albina_starlets_aftermath''">Albina</a> is waiting behind the wheel of an SUV parked near the school.'
  270. end
  271. ! meynold`s events
  272. if hour = 14 and vicky_afterschool ! daystart: gs 'mey_vika_events', 'near_school'
  273. if mey_vika['mey_vika_qw'] = 35 or mey_vika['mey_vika_qw'] = 36 and minut < 45:
  274. act 'Study with Tamara':
  275. if mey_vika['mey_vika_qw'] = 36: gt 'mey_tamara_events', 'rebuke'
  276. gt 'mey_tamara_events', 'learning0'
  277. end
  278. end
  279. end
  280. if strelaDay ! daystart and strelaQW = 1 and hour = 14:
  281. *clr & cla
  282. 'A Mitsubishi Pajero and a BMW drive up to the school gates and strong, muscular guys in leather jackets and tracksuits get out of the cars. They have come to meet Vitek, Dan and Vasily. You watch them talk about something, although you''re not close enough to hear what it''s about. Then you notice Fedor leaving the school, his face swollen and bruised, and he waves at you. "<<$pcs_nickname>>! Come here, you''re my witness!"'
  283. act 'Go and see what he needs': gt 'strela'
  284. end
  285. end
  286. !Outside school sports field
  287. if $ARGS[0] = 'sports':
  288. $loc = 'gschool_grounds'
  289. $location_type = 'public_outdoors'
  290. $loc_arg = 'sports'
  291. $menu_loc = 'gschool_grounds'
  292. $menu_arg = 'sports'
  293. menu_off = 0
  294. killvar '$locclass'
  295. *clr & cla
  296. gs 'stat'
  297. if month > 3 and month < 11:
  298. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/grounds/field.jpg"></center>'
  299. else
  300. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/grounds/fieldwinter.jpg"></center>'
  301. end
  302. 'There is a football field near the school with a large track circling around it. Students often use the field and track before and after school.'
  303. if week = 5 and hour >= 16 and hour <= 18: 'As you pass by the sports field, you hear lots of cheering and yelling coming from the younger kids on the field. As you approach, you see '+iif(socialchg['tLazar_day'] ! daystart, '<a href="exec: gt ''gschool_socialchg1'', ''tLazar''">Lazar</a>', 'Lazar')+' on the football field showing off his skills.'
  304. if (week = 1 or week = 3) and hour >= 16 and hour <= 18: 'Looking toward what you can barely describe as a running track, you notice '+iif(socialchg['tSvyatoslav_day'] ! daystart, '<a href="exec: gt ''gschool_socialchg1'', ''tSvyatoslav''">Svyatoslav</a>', 'Svyatoslav')+' doing sprints by the football field.'
  305. act 'Leave the sports field': minut += 1 & gt 'gschool_grounds', 'main'
  306. if schoolrunday ! daystart and $clothingworntype = 'danilovich_outfits' and $shoeworntype = 'danilovich':
  307. act 'Go for a run (1 hour)':
  308. *clr & cla
  309. menu_off = 1
  310. minut += 60
  311. schoolrunday = daystart
  312. fat -= rand(2, 7)
  313. run_exp += rand(0, 2)
  314. gs 'sweat', 'add', 20
  315. gs 'stat'
  316. if month > 2 and month < 9:
  317. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/grounds/runsummer.jpg"></center>'
  318. else
  319. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/grounds/runwinter.jpg"></center>'
  320. end
  321. 'You spend an hour running on the track.'
  322. act 'Continue': gt 'gschool_grounds', 'sports'
  323. end
  324. elseif schoolrunday ! daystart and ($clothingworntype ! 'danilovich_outfits' or $shoeworntype ! 'danilovich'):
  325. 'You could go for a run here if you were wearing sports clothes and shoes.'
  326. end
  327. if hour >= 9 and hour < 18 and StoryLine > 0 and SchoolAtestat = 0 and kanikuli = 0: 'With the school open, you can go to the <a href="exec: minut += 1 & gt ''gschool_grounds'', ''change_room''">changing rooms</a> by the gym and change your outfit.'
  328. if week = 6 and SchoolSorev = 2 and hour = 10 and SchoolBlock = 0:
  329. *nl
  330. 'Athletic students of your school and other schools in the area have gathered at the athletics track near your school. Everyone is getting ready for the running competition.'
  331. if $clothingworntype = 'danilovich_outfits' and $shoeworntype = 'danilovich':
  332. act 'Participate in the 400m sprint event': gt 'gschool_grounds', 'SchoolRun2'
  333. else
  334. 'You need to wear exercise clothes to participate.'
  335. end
  336. end
  337. if week = 6 and SchoolSorev = 1 and hour = 10 and SchoolBlock = 0:
  338. *nl
  339. 'Athletic students of your school and other schools in the area have gathered at the athletics track near your school. Everyone is getting ready for the running competition.'
  340. if $clothingworntype = 'danilovich_outfits' and $shoeworntype = 'danilovich':
  341. act 'Participate in the 400m sprint race': gt 'gschool_grounds', 'SchoolRun'
  342. else
  343. 'You need to wear exercise clothes to participate.'
  344. end
  345. end
  346. gs 'family'
  347. ! Giving football preference, since there''s no indoor option for it.
  348. if temper => 15 and sunWeather = 1 and hour > 8 and hour < 12 and week = 6 and fbpickupDay + 14 <= daystart and bbpickupDay ! daystart:
  349. *nl
  350. 'As you pass by the sports field, you notice that most of the jocks have gathered around the <a href="exec: gt ''fbgameout'', ''start''">football field</a>.'
  351. elseif temper => 15 and sunWeather = 1 and hour > 8 and hour < 12 and week = 6 and bbpickupDay + 14 <= daystart and fbpickupDay ! daystart:
  352. *nl
  353. 'As you pass by the sports field, you notice that most of the jocks have gathered around the <a href="exec: gt ''bbgameout'', ''start''">basketball court</a>.'
  354. end
  355. end
  356. !!School building
  357. if $ARGS[0] = 'bulding':
  358. $loc = 'gschool_grounds'
  359. $loc_arg = 'bulding'
  360. $location_type = 'public_indoors'
  361. $menu_loc = 'gschool_grounds'
  362. $menu_arg = 'bulding'
  363. menu_off = 0
  364. gs 'stat'
  365. '<center><b><font color="maroon">Inside School</font></b></center>'
  366. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/gschool_hall0<<rand(0,2)>>.jpg"></center>'
  367. 'The hallways of the school building are painted with a cheap green paint, which you think may be toxic. Budget cuts.'
  368. act 'Continue':
  369. if hour = 8: late = 1
  370. gs 'stat'
  371. BeInSchool += 1
  372. if rand(0,1) = 0:
  373. gt 'gschool_lessons', 'morning'
  374. else
  375. if rand(0,3) = 0:
  376. gt 'gschool_events', 'teacher_greet'
  377. else
  378. $eventtype = 'before_school'
  379. gt 'gschool_events', 'break_events'
  380. end
  381. end
  382. end
  383. act 'Return to town': minut += 2 & gt 'pav_residential'
  384. if dimaRevenge = 1:
  385. menu_off = 1
  386. 'You''re in a good mood today as you enter the school. That changes when Dimka stops you in the hall on the way to class.
  387. "I know what you did, bitch. Did you really thing I wouldn''t figure out it was you that wiped my hard drive?"
  388. Before you can deny anything, he continues: "I don''t even need that video to ruin your life. Just you wait. Soon the whole school will know what a whore you are."
  389. His words fill you with dread as you make your way to class.'
  390. end
  391. if starlets_missed = 1:
  392. menu_off = 1
  393. starlets_missed = 0
  394. starlet_practice_skipped += 1
  395. if starlet_practice_skipped = 1:
  396. gs 'npc_relationship', 'modify', 'A23', -10
  397. 'As you walk down the hallway, you see an annoyed Albina waiting for you, her arms crossed as she glares at you. "Where the fuck were you <<$pcs_nickname>>?! And don''t fucking lie to me!"'
  398. '"Sorry, Albina. I... had a family thing I had to deal with and I didn''t have time to tell you." you meekly reply.'
  399. 'She doesn''t look completely convinced. "Right... Well if you care about your place on the team, then you''ll be at the next training session on time. No excuses."'
  400. 'You nod at her and she gives you a pat on the head before walking away. It looks like you got off lightly this time.'
  401. elseif starlet_practice_skipped = 2:
  402. gs 'npc_relationship', 'modify', 'A23', -20
  403. 'You notice Albina angrily watching you walk down the hallway towards her and she drags you to the side when you reach her.'
  404. '"Skipping training <i>again</i>, <<$pcs_nickname>>?! I thought I told you that you were to be there on time <b>no excuses</b>?! I don''t care about what miserable story you have to defend yourself with. You either commit to the squad or you''re out. This is your final warning <<$pcs_nickname>>, don''t fucking test me!"'
  405. 'You don''t have a chance to speak before she storms off. Maybe it''s best for both of you if you stopped pissing her off?'
  406. else
  407. AlbinaQW['StarletsJoined'] = -1
  408. gs 'npc_relationship', 'set', 'A23', 10
  409. 'You are walking down the hallway and freeze when you clock a furious Albina heading straight for you. You barely have time to react before she grabs your shirt and forcefully slams you into the lockers, silencing the hall as everyone looks at you.'
  410. 'Albina glares directly into your eyes. "ARE YOU DOING THIS TO MOCK ME YOU FUCKING BITCH?! I GAVE YOU ONE. LAST. FUCKING. CHANCE AND YOU THROW IT BACK IN MY FUCKING FACE?!" She tightens her grips as she gets up in your face. "You''re done with the Starlets. If I <i>ever</i> see you anywhere near us, you better hope that I''m in a good fucking mood, bitch!"'
  411. 'She releases you and angrily storms off, shoving other students out of her way. You compose yourself and continue on your way, trying to ignore the stares.'
  412. end
  413. end
  414. if week <= 5 and christinaQW['dompath'] = 6:
  415. menu_off = 1
  416. npc_rel['A18'] = 0
  417. christinaQW['dompath'] = 7
  418. if LariskaHomeIn < 1:LariskaHomeIn = 1
  419. 'Lariska tells you that you crushed Christina''s spirit when you beat her, and that there''s no fight left in her now. It sounds like Coach Pavlovich took your threat seriously too, as she was kicked from both the cheerleading squad and the track team.'
  420. elseif (week = 1 or week = 3 or week = 5) and christinaQW['fight'] = -1 and christinaQW['subpath'] = 3:
  421. menu_off = 1
  422. npc_rel['A18'] = 0
  423. 'Christina approaches you. "Have you recovered from your ass-kicking yet? At least you understand your place now. I''m looking forward to after P.E. class today!"'
  424. '"W-What happens after P.E. class?" you meekly ask.'
  425. 'Without answering, she simply smirks at you and walks away.'
  426. end
  427. end
  428. if $ARGS[0] = 'KristinaFight':
  429. *clr & cla
  430. menu_off = 1
  431. $location_type = 'event_outdoors'
  432. christinaQW['dompath'] = 5
  433. gs 'stat'
  434. '<center><video autoplay loop src="images/characters/pavlovsk/school/girl/christina/school/fight.mp4"></video></center>'
  435. 'As you cross the school yard after school, you are surprised by something heavy slamming into your back. Falling to your hands and knees, you look behind you and see Christina, her face contorted with rage. "You fucking bitch! How dare you spread shit about me? I''ll smash your fucking face in!"'
  436. act 'Fight her':
  437. gs 'fight', 'initFight'
  438. gs 'fight_npcdata', 'christina'
  439. gt 'fight', 'start'
  440. end
  441. end
  442. if $ARGS[0] = 'SchoolRun':
  443. $location_type = 'event_outdoors'
  444. *clr & cla
  445. menu_off = 1
  446. minut += 30
  447. gs 'stat'
  448. 'You think you might be able to win, and sign up to participate in the competition. After quickly changing into your running gear you return to the track. The guys are having their race first, and you watch them as you prepare. As expected, Ivan wins. When the guys have finished, it is the girls'' turn.'
  449. act 'Go to the start':
  450. *clr & cla
  451. minut += 30
  452. SchoolSorev = 0
  453. kolsorev += 1
  454. gs 'stat'
  455. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/grounds/begsor.jpg"></center>'
  456. 'The 400m sprint event for girls is up next. You take off your jacket and go the starting line, mentally preparing yourself for the race.'
  457. wait 725
  458. 'On your marks...'
  459. wait 725
  460. 'Get set...'
  461. wait 725
  462. 'Go!'
  463. wait 725
  464. begminus = 0
  465. if pcs_bmi > 25:
  466. begminus = ((pcs_bmi - 25)*4)
  467. elseif pcs_bmi < 18:
  468. begminus = ((25 - pcs_bmi)*6)
  469. end
  470. begresult = pcs_run - begminus
  471. act 'Run': gs 'gschool_grounds', 'SchoolRun_result'
  472. gs 'willpower', 'skill', 'run_lvl', 'hard'
  473. if will_cost <= pcs_willpwr:
  474. act 'Give it your best (<<will_cost>> Willpower)':
  475. begresult += 10
  476. gs 'willpower', 'pay', 'self'
  477. gs 'gschool_grounds', 'SchoolRun_result'
  478. end
  479. else
  480. act 'Give it your best (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  481. end
  482. end
  483. end
  484. if $ARGS[0] = 'SchoolRun_result':
  485. cla
  486. if begresult < 10:
  487. grupvalue[2] -= 2
  488. 'You barely manage to reach the finish line at all. There''s no point in checking where you finished, you already know you were last by quite a large margin.'
  489. elseif begresult < 15:
  490. grupvalue[2] -= 1
  491. 'You struggle to keep up with the other girls, and finish in last place.'
  492. elseif begresult < 20:
  493. 'You run as fast as you can, but only manage to finish second to last.'
  494. elseif begresult < 25:
  495. 'You run as fast as you can, but only manage to take 6th place.'
  496. elseif begresult < 30:
  497. grupvalue[2] += 1
  498. 'You run as fast as you can, but only manage to take 5th place.'
  499. elseif begresult < 35:
  500. grupvalue[2] += 1
  501. 'You run as fast as you can, but only manage to take 4th place.'
  502. elseif begresult < 45:
  503. grupvalue[2] += 2
  504. 'You run as fast as you can, and manage to take 3rd place. Mr. Pavlovich, the P.E. teacher at your school, congratulates you.'
  505. elseif begresult < 50:
  506. grupvalue[2] += 3
  507. 'You run as fast as you can, and manage to take 2nd place. Mr. Pavlovich, the P.E. teacher at your school, congratulates you on your achievement.'
  508. else
  509. swinbeg += 1
  510. grupvalue[2] += 5
  511. 'You run as fast as you can, and manage to reach the finish line first. Mr. Pavlovich, the P.E. teacher at your school, congratulates you on winning the competition as you walk around with your arms raised in triumph.'
  512. end
  513. run_exp += 1
  514. fat -= 2
  515. if swinbeg = 3 and LocalRun = 0:
  516. LocalRun = 1
  517. if razradbeg < 1:
  518. 'You have won the school running competition three times now and Mr. Pavlovich, the P.E. teacher at your school, announces that your success has not gone unnoticed. He smiles and awards you the third tier sports trophy in running, which you proudly accept and show to everyone.'
  519. razradbeg = 1
  520. else
  521. 'You have won the school running competition three times now and Mr. Pavlovich, the P.E. teacher at your school, smiles and awards you a local competition trophy which you proudly accept and show to everyone.'
  522. end
  523. end
  524. gs 'stat'
  525. act 'Return to town': gt 'gschool_grounds', 'main'
  526. end
  527. if $ARGS[0] = 'SchoolRun2':
  528. $location_type = 'event_outdoors'
  529. *clr & cla
  530. menu_off = 1
  531. minut += 30
  532. gs 'stat'
  533. 'You think you might be able to win, and sign up to participate in the competition. After quickly changing into your running gear you return to the track. The guys are having their race first, and you watch them as you prepare. As expected, Ivan Prokhorov wins. When the guys have finished, it is the girls'' turn.'
  534. if christinaQW['dompath'] >= 6:
  535. if swinbeggor = 0:
  536. 'You find Lina at the starting line with a smile on her face. Seeing you she waves and calls out cheerfully "Good luck, <<$pcs_nickname>>!"'
  537. elseif swinbeggor = 1:
  538. 'You find Lina at the starting line with a smile on her face. Seeing you she waves and calls out cheerfully "I am going to get you this time, <<$pcs_nickname>>!"'
  539. elseif swinbeggor = 2:
  540. 'You find Lina at the starting line with a smile on her face. Seeing you she waves and calls out cheerfully "Not going to get me a third time, <<$pcs_nickname>>!"'
  541. end
  542. else
  543. if swinbeggor = 0:
  544. 'Getting ready at the starting line is Christina, one of the girls in your class. She just scoffs at you. "You''ll never beat me!"'
  545. elseif swinbeggor = 1:
  546. 'Getting ready at the starting line is Christina, one of the girls in your class. She looks at you angrily and says "You beat me once, but never again!"'
  547. elseif swinbeggor = 2:
  548. 'Getting ready at the starting line is Christina, one of the girls in your class. She looks at you with pure hatred. "You again, bitch? You''re going down this time, I promise you!"'
  549. end
  550. end
  551. act 'Go to the start':
  552. *clr & cla
  553. kolsorev += 1
  554. minut += 30
  555. SchoolSorev = 0
  556. gs 'stat'
  557. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/grounds/begsor.jpg"></center>'
  558. 'The 400m sprint event for girls is up next. You take off your jacket and go the starting line, mentally preparing yourself for the race.'
  559. wait 725
  560. 'On your marks...'
  561. wait 725
  562. 'Get set...'
  563. wait 725
  564. 'Go!'
  565. wait 725
  566. begminus = 0
  567. if pcs_bmi > 25:
  568. begminus = ((pcs_bmi - 25)*4)
  569. elseif pcs_bmi < 18:
  570. begminus = ((25 - pcs_bmi)*6)
  571. end
  572. begresult = pcs_run - begminus
  573. act 'Run': gs 'gschool_grounds', 'SchoolRun2_result'
  574. gs 'willpower', 'skill', 'run_lvl', 'hard'
  575. if will_cost <= pcs_willpwr:
  576. act 'Give it your best (<<will_cost>> Willpower)':
  577. begresult += 10
  578. gs 'willpower', 'pay', 'self'
  579. gs 'gschool_grounds', 'SchoolRun2_result'
  580. end
  581. else
  582. act 'Give it your best (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  583. end
  584. end
  585. end
  586. if $ARGS[0] = 'SchoolRun2_result':
  587. cla
  588. if begresult < 10:
  589. grupvalue[2] -= 2
  590. 'You barely manage to reach the finish line at all. There''s no point in checking where you finished, you already know you were last by quite a large margin.'
  591. elseif begresult < 15:
  592. grupvalue[2] -= 1
  593. 'You struggle to keep up with the other girls, and finish in last place.'
  594. elseif begresult < 20:
  595. 'You run as fast as you can, but only manage to finish second to last.'
  596. elseif begresult < 25:
  597. 'You run as fast as you can, but only manage to take 6th place.'
  598. elseif begresult < 30:
  599. grupvalue[2] += 1
  600. 'You run as fast as you can, but only manage to take 5th place.'
  601. elseif begresult < 35:
  602. grupvalue[2] += 1
  603. 'You run as fast as you can, but only manage to take 4th place.'
  604. elseif begresult < 40:
  605. grupvalue[2] += 2
  606. 'You run as fast as you can, and manage to take 3rd place. Mr. Pavlovich, the P.E. teacher at your school, congratulates you.'
  607. elseif begresult < 50:
  608. grupvalue[2] += 3
  609. 'You run as fast as you can, and manage to take 2nd place. Mr. Pavlovich, the P.E. teacher at your school, congratulates you on your achievement.'
  610. else
  611. swinbeggor += 1
  612. grupvalue[2] += 5
  613. 'You run as fast as you can, and manage to reach the finish line first. Mr. Pavlovich, the P.E. teacher at your school, congratulates you on winning the competition yet again while you walk around with your arms raised in triumph.'
  614. end
  615. run_exp += 1
  616. fat -= 2
  617. if swinbeggor = 3 and LocalRun = 1:
  618. LocalRun = 2
  619. if razradbeg < 2:
  620. 'You have won the competition three more times and Mr. Pavlovich awards you the second tier sports trophy in running.'
  621. razradbeg = 2
  622. else
  623. 'You have won the competition three more times and Mr. Pavlovich awards you another trophy.'
  624. end
  625. if christinaQW['dompath'] >= 6:
  626. npc_rel['A19'] += 5
  627. 'Lina stands at at the finish line, gasping for breath. Even though you beat her again, she flashes you a bright smile in congratulations.'
  628. else
  629. 'Christina stands nearby glaring at you the whole time, her hands balled into fists. She''s seething with rage, realizing she cannot beat you.'
  630. end
  631. elseif swinbeggor = 2 and begresult >= 130:
  632. if christinaQW['dompath'] >= 6:
  633. gs 'npc_relationship', 'modify', 'A19', 'love'
  634. 'Lina stands at at the finish line, gasping for breath. Even though you beat her a second time, she flashes you a bright smile in congratulations.'
  635. else
  636. gs 'npc_relationship', 'modify', 'A18', 'loathe'
  637. 'Christina is gasping for breath at the finish line. She was unable to overtake you, and came second again. Christina avoids your gaze, not wanting to look you in the eye.'
  638. end
  639. elseif swinbeggor = 1 and begresult >= 130:
  640. if christinaQW['dompath'] >= 6:
  641. gs 'npc_relationship', 'modify', 'A19', 'love'
  642. 'Lina stands at at the finish line, gasping for breath. Even though you beat her, she flashes you a bright smile in congratulations.'
  643. else
  644. gs 'npc_relationship', 'modify', 'A18', 'loathe'
  645. 'Christina is gasping for breath at the finish line. She was unable to overtake you, and came second yet again. You just flash her a toothy grin and continue your victory lap. Through clenched teeth Christina growls at you. "You bitch!"'
  646. end
  647. end
  648. gs 'stat'
  649. act 'Leave': gt 'gschool_grounds', 'main'
  650. end
  651. if $ARGS[0] = 'change_room':
  652. $loc_arg = 'change_room'
  653. $loc = 'gschool_grounds'
  654. $location_type = 'bathroom'
  655. $locclass = 'locker'
  656. $locM = 'gschool_grounds'
  657. $locM_arg = 'change_room'
  658. $menu_loc = 'gschool_grounds'
  659. $menu_arg = 'change_room'
  660. menu_off = 0
  661. *clr & cla
  662. gs 'stat'
  663. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/gym/locker/lockerroom.jpg"></center>'
  664. act 'Leave':
  665. if $clothingworntype = 'nude':
  666. msg'<b><font color = red>You need to get dressed first!</font></b>'
  667. gt 'gschool_grounds', 'change_room'
  668. else
  669. minut += 1
  670. gt 'gschool_grounds', 'main'
  671. end
  672. end
  673. act 'Go to the sports field':
  674. if $clothingworntype = 'nude':
  675. msg'<b><font color = red>You need to get dressed first!</font></b>'
  676. gt 'gschool_grounds', 'change_room'
  677. else
  678. minut += 1
  679. gt 'gschool_grounds', 'sports'
  680. end
  681. end
  682. *nl
  683. 'The locker room is accessed through the school gym, and is left unlocked until 18:30 each day for the use of students using the sports ground for training and events outside school hours. The room is cold, damp and filled with lockers, benches and not much else. You can <a href="exec: gt ''wardrobe'', ''start''">change your outfit</a> by the lockers here'+iif(pirsA + pirsB + pirsC + pirsD + pirsE + pirsF + pirsN + pirsG + pirsGL > 0, ', and <a href="exec:dynamic $pirManage">manage your piercings</a>', '.')+''
  684. *nl
  685. if (hour = 18 and minut >= 30) or hour > 18:
  686. 'The school is closing for the night and you have to leave before you get locked in.'
  687. exit
  688. end
  689. act 'Change your outfit':
  690. cla
  691. gt 'wardrobe', 'start'
  692. end
  693. dynamic $publicpan
  694. act 'Look in the mirror': gt 'mirror', 'start'
  695. if pcs_hairbsh = 0: act 'Brush your hair': gt 'mirror', 'brush'
  696. dynamic $quickwash
  697. dynamic $basin
  698. if shampoo > 0:
  699. dynamic $shower
  700. else
  701. '<font color="red">You''ve run out of shampoo and will have to buy some more before you can wash yourself.</font>'
  702. end
  703. dynamic $tampon
  704. gs 'din_van', 'pblc_pee'
  705. end
  706. --- gschool_grounds ---------------------------------