gschool_grounds.qsrc 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687
  1. # gschool_grounds
  2. !Outside school building
  3. if $ARGS[0] = 'main':
  4. CLOSE ALL
  5. $loc = 'gschool_grounds'
  6. $metka = 'main'
  7. $location_type = 'public_outdoors'
  8. $menu_loc = 'gschool_grounds'
  9. $menu_arg = 'main'
  10. menu_off = 0
  11. *clr & cla
  12. gs 'stat'
  13. '<center><b><font color="maroon">Outside School</font></b></center>'
  14. if month > 2 and month < 9:
  15. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/gschool.jpg"></center>'
  16. else
  17. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/schoolwinter.jpg"></center>'
  18. end
  19. 'Pavlovsk''s only school, all the local children go here for their education. Next to the school is the athletic field, a parking lot for the teachers, just beyond the parking lot is a grove of trees, and past that is the old school building. After the new school was built the old one was supposed to get renovated and used for advance classes but budget cuts meant the project was canceled and now the old school building stands empty. Though many of the kids use it to skip class or as a place to sneak off to drink or have sex.'
  20. if ((hour = 6 and minut >= 30) or (hour >= 7 and hour < 18)) and StoryLine > 0 and SchoolAtestat = 0 and kanikuli = 0:
  21. '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.'
  22. end
  23. if day = nyp_day and month = 12 and age <= 17 and StoryLine = 1 and SchoolAtestat = 0 and SchoolBlock = 0:
  24. if hour = 14:
  25. 'All 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 didn''t pay the 1000 <b>₽</b> entry fee yet!"'
  26. if money >= 1000:act 'Go to the party (1,000 <b>₽</b>)':money -= 1000 & gt 'nyp_school', 'start'
  27. end
  28. end
  29. if InvitationToDimkaNYparty = 1 and day = 31 and day = nyp_day:
  30. killvar 'InvitationToDimkaNYparty'
  31. act 'Follow Dimka to his home at the New Year party': minut += 30 & gt 'sny', '3'
  32. end
  33. if hour <= 8 and kanikuli = 6:
  34. 'Today is graduation day! The school prom is tonight as well.'
  35. act 'Go to your graduation':
  36. *clr & cla
  37. menu_off = 1
  38. hour = 10
  39. minut = 0
  40. SchoolAtestat = 1
  41. kanikuli = 7
  42. gs 'stat'
  43. if ParHomeBlock = 1:
  44. '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.'
  45. else
  46. '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.'
  47. end
  48. 'Your Principial begins calling your classmates in alphabetical order. Finally it''s your turn.'
  49. if pcs_grades >= 90:
  50. '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 applaude and the auditorium quickly joins in the applause.'
  51. if ParHomeBlock = 0:'As you return to your place you see your mother smiling brightly.'
  52. elseif pcs_grades >= 70:
  53. '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.'
  54. else
  55. 'You go up to the podium. The Principal shakes your hand and gives you your diploma and you return to your place.'
  56. end
  57. act 'Return to town': minut += 2 & gt 'pavResidential'
  58. act 'Go to the prom party':
  59. *clr & cla
  60. minut += 540
  61. fat += 12
  62. pcs_energy += 70
  63. alko += 5
  64. cumspclnt = 2
  65. gs 'cum_cleanup'
  66. pcs_breath = 0
  67. gs 'underwear', 'remove'
  68. gs 'stat'
  69. gs 'clothing', 'strip'
  70. !gee gee, no normal outlet
  71. 'After the official graduation, everyone gets hammered at the prom party. You don''t remember much of what happened, only recalling a few flashbacks of going skinny dipping in the town fountain with a group of friends. Your mouth is dry and you can taste beer and what might be a kebab, you are somewhere in the town center, all of your clothes are missing and you are completely naked.'
  72. 'You make your way back home, you think you are discrete and stick to poorly lit areas but you really don''t remember and somehow have bits of someone''s hedge in your hair.'
  73. act 'Go home':gt 'korrPar'
  74. end
  75. end
  76. exit
  77. end
  78. if SchoolAtestat = -1 and week < 6 and hour >= 6 and hour < 14:
  79. act 'Get your diploma':
  80. *clr & cla
  81. menu_off = 1
  82. minut += 20
  83. SchoolAtestat = 1
  84. kanikuli = 7
  85. gs 'stat'
  86. if pcs_grades >= 70:
  87. 'The Principal hands you your diploma. "Well done, Miss <<$pcs_lastname>>! Good luck in your future!" she says as she shakes your hand.'
  88. else
  89. 'The Principal hands you your diploma. "Good luck in your future!" she says as she shakes your hand.'
  90. end
  91. act 'Return to town': minut += 2 & gt 'pavResidential'
  92. end
  93. end
  94. !! act 'Go to old school building': gt
  95. !! act 'Go to the Principals Office': gt
  96. if week < 6 and hour >= 6 and StoryLine > 0 and SchoolAtestat = 0 and kanikuli = 0 and schoolBlock = 0:
  97. if $clothingworntype = 'school' or Enable_sforma = 1:
  98. if hour = 6:
  99. if minut < 30:
  100. 'It''s too early for school now.'
  101. else
  102. if NikoEv = 10:gt 'NikoDates', 'Walk Of Shame'
  103. act 'Wait for class':
  104. gt 'gschool_grounds', 'bulding'
  105. end
  106. !! if minut <= 55:
  107. !! act 'Chat to a friend':
  108. !! end
  109. end
  110. elseif hour = 7:
  111. if NikoEv = 10:
  112. gt 'NikoDates', 'Walk Of Shame'
  113. elseif minut <= 45:
  114. act '<b>Go to class</b>': gt 'gschool_grounds', 'bulding'
  115. else
  116. 'You are late for school, you could rush to class or just skip until the second period.'
  117. act '<b>Rush to class</b>':
  118. demerit += 5
  119. gt 'gschool_grounds', 'bulding'
  120. end
  121. act 'Skip class':
  122. *clr & cla
  123. menu_off = 1
  124. '<center><b><font color="maroon">School Hallway</font></b></center>'
  125. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/gschool_hall0<<Rand(0,2)>>.jpg"></center>'
  126. 'You don''t feel like attending all of your classes this morning. Surely no one will miss you if you skip one of your three morning classes.'
  127. act 'Go to girl''s bathroom': gt 'gschool_girls_bathroom', 'start'
  128. act 'Go to boy''s bathroom': gt 'gschool_boys_bathroom', 'start'
  129. end
  130. end
  131. elseif hour = 8:
  132. if NikoEv = 10:gt 'NikoDates', 'Walk Of Shame'
  133. 'You missed your whole first class, hopefully no one noticed.'
  134. act '<b>Rush to class</b>': demerit += 10 & gt 'gschool_grounds', 'bulding'
  135. elseif hour < 14:
  136. 'It''s too late for school now. You have been marked as absent today.'
  137. end
  138. else
  139. 'You''re not allowed to attend any classes at school if you''re not wearing your school uniform.'
  140. end
  141. end
  142. act 'Return to town': minut += 2 & gt 'pavResidential'
  143. act 'Go to the sports field': minut += 1 & gt 'gschool_grounds', 'sports'
  144. if joint > 0 and jointhigh = 0: act 'Smoke a joint behind the school building': gs 'drugs', 'joint' & gt $loc, $metka
  145. 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'
  146. if zverRageQW = 1:gt 'gschool_grounds', 'KristinaFight'
  147. if week < 6 and hour = 14 and dimaRevenge = 5 and dimaRevChoice = 0:
  148. gt 'dimaRevenge', dimaRevenge
  149. elseif week < 6 and hour = 14 and dimaRevenge = 4 and dimaRevChoice = 1:
  150. gt 'dimaRevenge', dimaRevenge
  151. elseif week < 6 and hour = 7 and dimaRevenge = 5 and dimaRevChoice = 1:
  152. gt 'dimaRevenge', 5, 'before'
  153. elseif week < 6 and hour = 7 and dimaRevenge = 6 and dimaRevChoice = 1:
  154. gt 'dimaRevenge', 6, 'before'
  155. elseif week < 6 and hour = 14 and dimaRevenge = 7 and dimaRevChoice = 1:
  156. gt 'dimaRevenge', dimaRevenge
  157. elseif week < 6 and hour = 7 and dimaRevenge = 4 and dimaRevChoice = 2:
  158. gt 'dimaRevenge', dimaRevenge, 'day4jockbefore'
  159. elseif week < 6 and hour = 7 and dimaRevenge = 5 and dimaRevChoice = 2:
  160. gt 'dimaRevenge', dimaRevenge, 'day5jockbefore'
  161. elseif week < 6 and hour = 14 and dimaRevenge = 6 and dimaRevChoice = 2:
  162. gt 'dimaRevenge', 5, 'day5jockafter'
  163. !elseif week < 6 and hour = 11 and dimaRevenge = 4 and dimaRevChoice = 3:
  164. ! gt 'gschool_lessons', 'short_break'
  165. elseif week < 6 and hour = 7 and dimaRevenge = 5 and dimaRevChoice = 3:
  166. gt 'dimaRevenge', dimaRevenge
  167. elseif week < 6 and hour = 14 and dimaRevenge = 4 and dimaRevChoice = 4:
  168. gt 'dimaRevenge', dimaRevenge, 'after'
  169. elseif week < 6 and hour = 7 and dimaRevenge = 5 and dimaRevChoice = 4:
  170. gt 'dimaRevenge', dimaRevenge, 'before'
  171. elseif week < 6 and hour = 14 and dimaRevenge = 6 and dimaRevChoice = 4:
  172. gt 'dimaRevenge', 5, 'after'
  173. elseif week < 6 and hour = 7 and dimaRevenge = 7 and dimaRevChoice = 4:
  174. gt 'dimaRevenge', 6
  175. elseif week < 6 and hour = 7 and dimaRevenge = 5 and dimaRevChoice = 5:
  176. gt 'dimaRevenge', dimaRevenge, 'before'
  177. elseif week < 6 and hour = 7 and dimaRevenge = 4 and dimaRevChoice = 5:
  178. gt 'dimaRevenge', 5
  179. elseif week < 6 and hour = 7 and dimaRevenge = 4 and dimaRevChoice = 6:
  180. gt 'dimaRevenge', dimaRevenge
  181. end
  182. if hour >= 14 and pav_slut >= 125 and SchoolGossip > 0 and afterschoolday ! daystart:gt 'gschool_sex', 'suck'
  183. if week = 1 and kanikuli = 0 and arthakQW = 10 and apmeetday ! daystart and hour >= 14:gt 'artgar'
  184. if hour = 14 and week < 6 and kanikuli = 0:
  185. if NikoDate_Day ! daystart:
  186. if NikoIntro = 0:
  187. gt 'NikoEv', 'Intro'
  188. elseif NikoVolkovQW = 5 and NikoEv = 6 and NikoDate = 0:
  189. gt 'NikoDates', 'After School'
  190. elseif NikoVolkovQW = 5 and NikoEv = 8 and NikoDate = 0:
  191. gt 'NikoDates', 'After School 2'
  192. elseif (NikoVolkovQW = 5 and NikoDate = 1) or NikoEv = 11:
  193. 'You can see <a href="exec:gt ''NikoEv'', ''Niko Dates''">Nikolai Volkov</a> smoking outside of the school.'
  194. elseif NikoVolkovQW = 10 and NikoEv >= 17 and NikoEv <= 20:
  195. '<a href="exec:gt ''NikoEv2'', ''Events''">Nikolai Volkov</a> is smoking outside of the school.'
  196. elseif NikoVolkovQW = 10 and NikoEv = 22:
  197. gt 'NikoEv2', 'Recovery'
  198. end
  199. end
  200. if ivan_afterschool = 1: act 'Meet Ivan after school': gt 'gschool_sex', 'afterschool'
  201. if LinaSlut > 0 and rand(1,10) < 3:'You see Lina, Dan and Vasily leaving the school together.'
  202. if Enable_tablemap = 0:
  203. if LariskaHomeIn > 0:'<a href="exec:minut += 1 & gt ''LariskaGo''">Lariska Gruzdev</a> impatiently walks back and fourth across the courtyard, as if she''s waiting for someone.'
  204. if JuliaMilLernQW >= 1:'<a href="exec:minut += 1 & gt ''JuliaMilGo''">Julia Milova</a> is sitting somewhere on the school courtyard, reading a book.'
  205. if NatBelLernQW >= 1:'<a href="exec:minut += 1 & gt ''NatBelGo''">Natasha Belova</a> is standing in a corner.'
  206. if artemLernQW >= 1 and artemVitokQW ! 2 and artemblok = 0:'<a href="exec:minut += 15 & gt ''artemEv'', ''start''">Artem Chebotarev</a> is waiting for you near the school entrance.'
  207. if npc_QW['A231'] = 1 or npc_QW['A231'] = 3 or npc_QW['A231'] >= 5:'<a href="exec:minut += 1 & gt ''AleksandraGo'', ''Start''"><<$npc_firstname[''A231'']>> <<$npc_lastname[''A231'']>></a> is waiting for you at the end of the school courtyard, listening to music.'
  208. if katjaMeynoldday ! daystart and meynoldQW >= 2:'<a href="exec:minut += 15 & gt ''katjaEv''">Katja Meynold</a> is walking across the school courtyard, getting ready to go home.'
  209. if DimaBeHomeOnce = 1 and DimaRudeBlock = 0:
  210. '<a href="exec:minut += 15 & gt ''dimaEv'', ''after_school''">Dimka Nosov</a> is deep in thought, as he leans against a lamp post.'
  211. elseif DimaRudeQW > 0 and dimarudeday ! daystart and DimaRudeBlock = 0:
  212. if rand(0,4) = 0: gt 'dimaEv', 'after_school'
  213. '<a href="exec:minut += 15 & gt ''dimaEv'', ''after_school''">Dimka Nosov</a> is deep in thought, as he leans against a lamp post.'
  214. end
  215. if IgorLoverQW > 0 and igorkruglovday ! daystart and IdorBlock = 0:'<a href="exec:minut += 15 & gt ''igorhome'', ''entrance''">Igor Kruglov</a> is talking to some of his friends on the courtyard.'
  216. if fedorKozlovQW >= 10 and kotovVSkozlov = 1:
  217. 'You can see <a href="exec:gt ''FedorEv'', ''Strela Chat''">Fedor</a> sitting in the corner of the schoolyard by himself.'
  218. elseif fedorKozlovQW >= 10 and fedorkozqw = 2 and FedorLuv < -4:
  219. 'You can see <a href="exec:gt ''FedorEv2'', ''Fedor Breakup''">Fedor</a> standing by himself with a troubled look on his face.'
  220. elseif fedorKozlovQW >= 10:
  221. 'You can see <a href="exec:gt ''FedorEv'', ''Start''">Fedor</a> with his backpack around his arm, standing by himself.'
  222. end
  223. else
  224. !display friends in table if switch is on.
  225. st_count=0 & $show_table=''
  226. if LariskaHomeIn > 0:gs'show_table','<a href="exec:minut += 1 & gt ''LariskaGo''">Lariska Gruzdev</a>','5'
  227. if JuliaMilLernQW >= 1:gs'show_table','<a href="exec:minut += 1 & gt ''JuliaMilGo''">Julia Milov</a>','5'
  228. if NatBelLernQW >= 1:gs'show_table','<a href="exec:minut += 1 & gt ''NatBelGo''">Natasha Belova</a>','5'
  229. if artemLernQW >= 1 and artemVitokQW ! 2 and artemblok = 0:gs'show_table','<a href="exec:minut += 15 & gt ''artemEv'', ''start''">Artem Chebotarev</a>','5'
  230. if katjaMeynoldday ! daystart and meynoldQW >= 2:gs'show_table','<a href="exec:minut += 15 & gt ''katjaEv''">Katja Meynold</a>','5'
  231. if DimaBeHomeOnce = 1 and DimaRudeBlock = 0:
  232. gs'show_table','<a href="exec:minut += 15 & gt ''dimaHome'', ''home''">Dimka Nosov</a>','5'
  233. elseif DimaRudeQW > 0 and dimarudeday ! daystart and DimaRudeBlock = 0:
  234. if rand(0,4) = 0: gt 'dimaEv', 'after_school'
  235. gs'show_table','<a href="exec:minut += 15 & gt ''dimaEv'', ''after_school''">Dimka Nosov</a>','5'
  236. end
  237. if IgorLoverQW > 0 and igorkruglovday ! daystart and IdorBlock = 0:gs'show_table','<a href="exec:minut += 15 & gt ''igorhome'', ''entrance''">Igor Kruglov</a>','5'
  238. if fedorKozlovQW >= 10 and kotovVSkozlov = 1:
  239. gs'show_table','<a href="exec:gt ''FedorEv'', ''Strela Chat''">','5'
  240. elseif fedorKozlovQW >= 10 and fedorkozqw = 2 and FedorLuv < -4:
  241. gs'show_table','<a href="exec:gt ''FedorEv2'', ''Fedor Breakup''">','5'
  242. elseif fedorKozlovQW >= 10:
  243. gs'show_table','<a href="exec:gt ''FedorEv'', ''Start''">Fedor</a>','5'
  244. end
  245. if npc_QW['A231'] = 1 or npc_QW['A231'] = 3 or npc_QW['A231'] >= 5:gs'show_table','<a href="exec:minut += 1 & gt ''AleksandraGo'', ''Start''"><<$npc_firstname[''A231'']>> <<$npc_lastname[''A231'']>></a>','5'
  246. if st_count > 0 :
  247. 'Near school yard, you see:'
  248. '<TABLE BORDER=1><<$show_table>></TR></TABLE>'
  249. end
  250. end
  251. if albinaCarday ! daystart and AlbFrend >= 1 and albrideday ! daystart:'<a href="exec:minut += 15 & gt ''albinaRide''">Albina Barlovskaya</a> is waiting behind the wheel of a large black SUV, parked near the school.'
  252. ! meynold`s events
  253. if minut >= 0 and minut <= 30 and vicky_afterschool ! daystart: gs 'mey_vika_events', 'near_school'
  254. if mey_vika['mey_vika_qw'] = 35 or mey_vika['mey_vika_qw'] = 36 and minut < 45:
  255. act 'Study with Tamara Mikhailovna':
  256. if mey_vika['mey_vika_qw'] = 36: gt 'mey_tamara_events', 'rebuke'
  257. gt 'mey_tamara_events', 'learning0'
  258. end
  259. end
  260. end
  261. if strelaDay ! daystart and strelaQW = 1 and hour = 14:
  262. *clr & cla
  263. gs 'stat'
  264. 'A Mitsubishi Pajero and a BMW drive up to the school gates. Strong, muscular guys in leather jackets and tracksuits get out of the cars. They have came to meet Vitek, Dan and Vasily. You watch them talk about something, though you''re not close enough to hear what it''s about. Then you notice Fedor Kozlov leaving school; his face all swollen and bruised. Fedor waves his hand at you, "<<$pcs_nickname>>! Come here, you''re my witness!"'
  265. act 'Go and see what Fedor needs':gt 'strela'
  266. exit
  267. end
  268. end
  269. !Outside school sports field
  270. if $ARGS[0] = 'sports':
  271. $loc = 'gschool_grounds'
  272. $location_type = 'public_outdoors'
  273. $metka = 'sports'
  274. $menu_loc = 'gschool_grounds'
  275. $menu_arg = 'sports'
  276. menu_off = 0
  277. *clr & cla
  278. gs 'stat'
  279. if month > 2 and month < 9:
  280. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school//grounds/field.jpg"></center>'
  281. else
  282. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school//grounds/fieldwinter.jpg"></center>'
  283. end
  284. 'There is a football field and around it is a track, often before and after school kids use the field and track.'
  285. 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 <a href="exec:gt ''gschool_socialchg1'', ''tLazar''">Lazar</a> is on the football field showing off his skills.'
  286. 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 <a href="exec:gt ''gschool_socialchg1'', ''tSvyatoslav''">Svyatoslav</a> doing sprints by the football field.'
  287. act 'Leave the sports field': minut += 1 & gt 'gschool_grounds', 'main'
  288. if schoolrunday ! daystart and $clothingworntype = 'exercise' and $shoeworntype = 'trainers':
  289. act 'Go for a run (1 hour)':
  290. *clr & cla
  291. menu_off = 1
  292. minut += 60
  293. schoolrunday = daystart
  294. fat -= rand(2, 7)
  295. run_exp += rand(0, 2)
  296. pcs_sweat += 20
  297. gs 'stat'
  298. if month > 2 and month < 9:
  299. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school//grounds/runsummer.jpg"></center>'
  300. else
  301. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school//grounds/runwinter.jpg"></center>'
  302. end
  303. 'You spend an hour on the track going for a run.'
  304. act 'Continue': gt 'gschool_grounds', 'sports'
  305. end
  306. elseif schoolrunday ! daystart and ($clothingworntype ! 'exercise' or $shoeworntype ! 'trainers'):
  307. 'You could go for a run here if you were wearing sports clothes and shoes.'
  308. end
  309. 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.'
  310. if week = 6 and schoolSorev = 2 and hour = 10 and SchoolBlock = 0:
  311. *nl
  312. '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.'
  313. if $clothingworntype = 'exercise' and $shoeworntype = 'trainers':
  314. act 'Participate in the 400m sprint event':gt 'gschool_grounds', 'SchoolRun2'
  315. else
  316. 'You need to wear exercise clothes to participate.'
  317. end
  318. end
  319. if week = 6 and schoolSorev = 1 and hour = 10 and SchoolBlock = 0:
  320. *nl
  321. '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.'
  322. if $clothingworntype = 'exercise' and $shoeworntype = 'trainers':
  323. act 'Participate in the 400m sprint race':gt 'gschool_grounds', 'SchoolRun'
  324. else
  325. 'You need to wear exercise clothes to participate.'
  326. end
  327. end
  328. gs 'family'
  329. end
  330. !!School building
  331. if $ARGS[0] = 'bulding':
  332. $loc = 'gschool_grounds'
  333. $metka = 'bulding'
  334. $location_type = 'public_indoors'
  335. $menu_loc = 'gschool_grounds'
  336. $menu_arg = 'building'
  337. menu_off = 0
  338. gs 'stat'
  339. '<center><b><font color="maroon">Inside School</font></b></center>'
  340. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/gschool_hall0<<Rand(0,2)>>.jpg"></center>'
  341. 'The hallways of the school building are painted with a cheap green paint, which you think may be toxic. Budget cuts.'
  342. act 'Continue':
  343. !one line late from 1.2.4, timerange check by illume, changed by rachels according to new rules
  344. if hour = 8: late = 1
  345. gs 'stat'
  346. BeInSchool += 1
  347. if RAND(0,1) = 0:
  348. gt 'gschool_lessons', 'morning'
  349. else
  350. gt 'gschool_events', 'teacher_greet'
  351. end
  352. end
  353. act 'Return to town': minut += 2 & gt 'pavResidential'
  354. if dimaRevenge = 1:
  355. '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.
  356. "I know what you did, bitch. Did you really thing I wouldn''t figure out it was you that wiped my harddrive."
  357. 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."
  358. His words fill you with dread as you make your way to class.'
  359. end
  360. if zverSlutQW = 1 and week = 1 and lariskaQwestDay < daystart and lariskaQwestDay ! 0 and zverRageQW = 2:
  361. zverSlutQW = 2
  362. if KotovZverHelp ! 1:
  363. $npc_notes['A18'] = 'Ever since your fight, Christina has been avoiding you. She''s been humiliated ever since you told the whole school about how she sucked the P.E. teacher''s dick for a place in the running competition, and beat her up when she tried to fight you. Barely a shade of her former self she stands timidly in a corner, her head still wrapped in gauss. Whenever she opens her mouth, people can see the broken teeth she hasn''t had a chance to get fixed yet.'
  364. if lariskaHelp > 0:
  365. 'Lariska tells you that you crushed Christina''s spirit when she lost that fight to you, and that there''s no fight left in her now. You know better though; Christina is the type of person to hold a grudge, and you expect she''s just biding her time until she finds a good opportunity to get back at you.'
  366. end
  367. else
  368. if LinaSlut > 0:$text_end = ' and Lina'
  369. 'Lariska tells you that Christina will require treatment for several months to fully recover from the beating you gave her, and also that Avelina has been hooking up with Vitek Kotov recently. You suspect this might have something to do with Christina; Lina would do anything for Christina. You feel a knot in your stomach; being on Vitek''s bad side could be really bad for you.'
  370. end
  371. if lariskaHelp > 0:LariskaHomeIn = 1
  372. $npc_notes['A13'] = 'Lariska is an athletic girl with a weak personality: she''s very dependent on other people''s opinions of her. Christina used to control her, but ever since you took care of Christina she has been a lot more lively. She has a spark in her eyes, and is almost always in a good mood. Even though Mikhail Nikolayevich sees a lot of potential in her and offered her a spot on the volleyball team, she''s afraid to go pro.'
  373. elseif zverSlutQW = 0 and week = 1 and lariskaQwestDay < daystart and lariskaQwestDay ! 0 and zverRageQW = 2:
  374. $npc_notes['A18'] = 'Christina is a tall and strong girl. She''s one of the best athletes your school has to offer. Her leadership skills, combined with her intelligence and tenacity make her a very serious threat to anyone who would challenge her.'
  375. npc_rel['A18'] = 0
  376. ''
  377. $npc_notes['A13'] = 'Lariska is an athletic girl with a weak personality: she''s very dependent on other people''s opinions of her. Christina controls her every move, and ever since the fight she has been avoiding you. She seems even more down than usual, and often looks sad. Even though Mikhail Nikolayevich sees a lot of potential in her and offered her a spot on the volleyball team, she''s afraid to go pro.'
  378. if lariskaHelp > 0:
  379. $text_end = ' And don''t you worry, I will take care of your girlfriend Lariska as well. I''ll teach her what happens when she sides against me.'
  380. $npc_notes['A13'] = 'Lariska is an athletic girl with a weak personality: she''s very dependent on other people''s opinions of her. Christina used to control her, but ever since you stood up to Christina she has been a lot more lively. Even though Mikhail Nikolayevich saw a lot of potential in her and offered her a spot on the volleyball team, she''s afraid to go pro. Her close ties with Christina Zvereva have put her in a bad light, and she has now been banned from playing for the volleyball team even if she wanted to.'
  381. end
  382. 'Christina Zvereva approaches you:'
  383. '"What do you want, bitch? Have you recovered from your ass-kicking yet? At least you understand your place now.<<$text_end>>"'
  384. lariskaQwestDay += 99999
  385. end
  386. end
  387. if $ARGS[0] = 'KristinaFight':
  388. $location_type = 'event_outdoors'
  389. *clr & cla
  390. menu_off = 1
  391. gs 'stat'
  392. zverRageQW = 2
  393. 'As you cross the school yard after school, you are surprised by a powerful kick in your back. You fall to your hands and knees and rub your sore back for a second, before you turn around and see Christina Zvereva, her face contorted with rage. She yells at you, "You fucking bitch! How dare you spread shit about me like that? I''ll break your fucking face!"'
  394. gs 'boyStat', 'A18'
  395. !!stats
  396. strenV = 85
  397. speedV = 75
  398. agilV = 75
  399. reactV = 75
  400. vitalV = 95
  401. intelV = 45
  402. willV = 45
  403. !Skills
  404. magikV = 95
  405. boxingV = 35
  406. shootV = 95
  407. !Parameters
  408. healthV = vitalV*10 + strenV*5
  409. manaV = intelV*10 + magikV*10
  410. willpowerV = willV*10
  411. BonusAtakV = 0
  412. BonusDefV = 0
  413. !Action Programme
  414. program = 0
  415. ZverevaFight = 1
  416. if spellavtoklon = 1:klon = 3
  417. if spellbefshild = 1:defence = 500
  418. round = 0
  419. act 'fight':gt 'fight','start'
  420. end
  421. if $ARGS[0] = 'SchoolRun':
  422. $location_type = 'event_outdoors'
  423. *clr & cla
  424. menu_off = 1
  425. minut += 30
  426. gs 'stat'
  427. '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.'
  428. act 'Go to the start':
  429. *clr & cla
  430. minut += 30
  431. schoolSorev = 0
  432. kolsorev += 1
  433. gs 'stat'
  434. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/grounds/begsor.jpg"></center>'
  435. '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.'
  436. wait 725
  437. 'On your marks...'
  438. wait 725
  439. 'Get set...'
  440. wait 725
  441. 'Go!'
  442. wait 725
  443. begminus = 0
  444. if salo > 40: begminus = ((salo - 35)/5)
  445. begresult = pcs_run - begminus
  446. if begresult <= 18:
  447. '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.'
  448. elseif begresult < 19:
  449. 'You struggle to keep up with the other girls, and finish in last place.'
  450. elseif begresult < 20:
  451. 'You run as fast as you can, but only manage to finish second to last.'
  452. elseif begresult < 21:
  453. 'You run as fast as you can, but only manage to take 6th place.'
  454. elseif begresult < 22:
  455. 'You run as fast as you can, but only manage to take 5th place.'
  456. elseif begresult < 23:
  457. 'You run as fast as you can, but only manage to take 4th place.'
  458. elseif begresult < 24:
  459. 'You run as fast as you can, and manage to take 3rd place. Mr. Pavlovich, the P.E. teacher at your school, congratulates you.'
  460. elseif begresult < 25:
  461. '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.'
  462. else
  463. swinbeg += 1
  464. pcs_dom += 1
  465. 'You run as fast as you can, and manage to reach the finish line before anyone else. First place! 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.'
  466. end
  467. run_exp += 1
  468. fat -= 10
  469. if swinbeg = 3 and LocalRun = 0:
  470. LocalRun = 1
  471. if razradbeg < 1:
  472. '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.'
  473. razradbeg = 1
  474. else
  475. '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.'
  476. end
  477. end
  478. gs 'stat'
  479. act 'Return to town':gt 'gschool_grounds', 'main'
  480. end
  481. end
  482. if $ARGS[0] = 'SchoolRun2':
  483. $location_type = 'event_outdoors'
  484. *clr & cla
  485. menu_off = 1
  486. minut += 30
  487. gs 'stat'
  488. '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.'
  489. if swinbeggor = 0:
  490. 'Getting ready at the start is Christina Zvereva, one of the girls in your class. She scoffs at you, "You''ll never beat me!"'
  491. elseif swinbeggor = 1:
  492. 'Getting ready at the start is Christina Zvereva, one of the girls in your class. She looks at you angrily and says, "You beat me once, but never again!"'
  493. elseif swinbeggor = 2:
  494. 'Getting ready at the start is Christina Zvereva, one of the girls in your class. She looks at you with hatred, "You again, bitch? You''re going down this time, I promise you!"'
  495. end
  496. act 'Go to the start':
  497. *clr & cla
  498. kolsorev += 1
  499. minut += 30
  500. schoolSorev = 0
  501. gs 'stat'
  502. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/grounds/begsor.jpg"></center>'
  503. '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.'
  504. wait 725
  505. 'On your marks...'
  506. wait 725
  507. 'Get set...'
  508. wait 725
  509. 'Go!'
  510. wait 725
  511. begminus = 0
  512. if salo > 40: begminus = ((salo - 35)/5)
  513. begresult = pcs_run - begminus
  514. if begresult <= 18:
  515. '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.'
  516. elseif begresult < 26:
  517. 'You struggle to keep up with the other girls, and finish in last place.'
  518. elseif begresult < 27:
  519. 'You run as fast as you can, but only manage to finish second to last.'
  520. elseif begresult < 28:
  521. 'You run as fast as you can, but only manage to take 6th place.'
  522. elseif begresult < 29:
  523. 'You run as fast as you can, but only manage to take 5th place.'
  524. elseif begresult < 30:
  525. 'You run as fast as you can, but only manage to take 4th place.'
  526. elseif begresult < 31:
  527. 'You run as fast as you can, and manage to take 3rd place. Mr. Pavlovich, the P.E. teacher at your school, congratulates you.'
  528. elseif begresult < 32:
  529. '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.'
  530. else
  531. swinbeggor += 1
  532. pcs_dom += 1
  533. 'You run as fast as you can, and manage to reach the finish line before anyone else. First place! 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.'
  534. end
  535. run_exp += 1
  536. fat -= 10
  537. if swinbeggor = 3 and LocalRun = 1:
  538. LocalRun = 2
  539. npc_rel['A18'] = 0
  540. zverevaQW = 1
  541. if razradbeg < 2:
  542. 'You have won the competition three more times and mr. Pavlovich awards you the second tier sports trophy in running.'
  543. razradbeg = 2
  544. else
  545. 'You have won the competition three more times and mr. Pavlovich awards you another trophy.'
  546. end
  547. 'Christina Zvereva stands nearby glaring at you the whole time, her hands balled into fists. She''s seething with rage, realizing she cannot beat you.'
  548. elseif swinbeggor = 2 and begresult >= 130:
  549. npc_rel['A18'] = 0
  550. 'Christina Zvereva 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.'
  551. elseif swinbeggor = 1 and begresult >= 130:
  552. npc_rel['A18'] = 0
  553. 'Christina Zvereva is gasping for breath at the finish line. She was unable to overtake you, and came second yet again. You just flash her a teethy grin and continue your victory lap. Through clenched teeth Christina growls at you, "You bitch!"'
  554. end
  555. gs 'stat'
  556. act 'Leave':gt 'gschool_grounds', 'main'
  557. end
  558. end
  559. if $ARGS[0] = 'change_room':
  560. $metka = 'change_room'
  561. $loc = 'gschool_grounds'
  562. $location_type = 'bathroom'
  563. $locM = 'gschool_grounds'
  564. $metkaM = 'change_room'
  565. $menu_loc = 'gschool_grounds'
  566. $menu_arg = 'change_room'
  567. menu_off = 0
  568. *clr & cla
  569. gs 'stat'
  570. act 'Leave the school building':
  571. if $clothingworntype = 'nude':
  572. msg'<b><font color = red>You need to get dressed.</font></b>'
  573. gt 'gschool_grounds', 'change_room'
  574. else
  575. minut += 1
  576. gt 'gschool_grounds', 'main'
  577. end
  578. end
  579. act 'Go to sports field':
  580. if $clothingworntype = 'nude':
  581. msg'<b><font color = red>You need to get dressed.</font></b>'
  582. gt 'gschool_grounds', 'change_room'
  583. else
  584. minut += 1
  585. gt 'gschool_grounds', 'sports'
  586. end
  587. end
  588. 'You can <a href="exec:gt ''wardrobe'', ''start''">change your outfit</a> by the lockers here.'
  589. if (hour = 18 and minut >= 30) or hour > 18:
  590. 'The school is closing for the night and you have to leave so you don''t get stuck here all night.'
  591. exit
  592. end
  593. act 'Look in the mirror': gt 'mirror', 'start'
  594. if pcs_hairbsh = 0: act 'Brush your hair': gt 'mirror', 'brush'
  595. dynamic $tampon
  596. dynamic $quickwash
  597. dynamic $basin
  598. dynamic $removepan
  599. if pirsA + pirsB + pirsC + pirsD + pirsE + pirsF + pirsN + pirsG + pirsGL > 0:'<a href="exec:dynamic $pirManage">Manage Piercings</a>'
  600. end
  601. --- gschool_grounds ---------------------------------