grounds.tw 57 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024
  1. :: school_grounds_events[events]
  2. <<if $time.day == $nyp_day and $time.month == 12 and $pc.isSchoolStudent>>
  3. <<if $time.hour >= 14 and $time.hour < 17>>
  4. <p>
  5. All of the boys and girls are standing near the school.
  6. Everyone did their best to look good today, wearing their nicest clothes.
  7. Someone calls out to you. "Hey $pc.name_nick, are you coming to the New Year's Eve party or not?
  8. You haven't paid the 1000 <b>₽</b> entry fee yet!"
  9. </p>
  10. <<if $finances.cash >= 1000>>
  11. <<actCLA 'Go to the party (1,000 <b>₽</b>)'>>
  12. <<setn $finances.cash -= 1000>> <<gt 'nyp_school' 'start'>>
  13. <</actCLA>>
  14. <</if>>
  15. <</if>>
  16. <</if>>
  17. :: school_grounds[outdoors public hasEvents]
  18. <<gs 'vicky_meynold_schedule'>>
  19. <<gs 'katja_meynold_schedule'>>
  20. <<gs 'igor_schedule'>>
  21. <h2>Outside School</h2>
  22. <<if $time.isWinter>>
  23. <<image "locations/pavlovsk/school/building/schoolwinter.jpg">>
  24. <<else>>
  25. <<image "locations/pavlovsk/school/building/gschool.jpg">>
  26. <</if>>
  27. <<debug>>
  28. <<actCLA '<b>Go to class</b>' 1>>
  29. <<gt 'school_hallway'>>
  30. <</actCLA>>
  31. <</debug>>
  32. <<ConnectedLocation 'Residential Area' 'pav_residential' '' 'locations/pavlovsk/pavres.jpg' 2 `{priority:9000,hotkeys:['H']}`>>
  33. <!--<<ConnectedLocation 'Sports Field' 'gschool_sportsfield' '' 'locations/pavlovsk/school/grounds/field.jpg' 1 `{priority:0}`>>-->
  34. <p>
  35. Pavlovsk's only school, where all the local children go for their education.
  36. Next to the school is the athletic field and a parking lot for the teachers, with a large grove of trees just beyond them.
  37. </p>
  38. <p>
  39. 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,
  40. but budget cuts meant the project was cancelled and now the old building stands empty and abandoned.
  41. It's a popular spot for students to skip class or hang out outside of school.
  42. </p>
  43. <<if (($time.hour == 6 and $time.minutes >= 30) or ($time.hour >= 7 and $time.hour < 18)) and !$time.isSchoolHoliday and $pc.isSchoolStudent>>
  44. <<act 'changing rooms'>><<setn $time.minutes += 1>><<gt 'school_grounds' 'change_room'>><</act>>
  45. With the school open you can go to the changing rooms by the gym and change your outfit.
  46. <</if>>
  47. <<if $time.weekday < 6 and $time.hour >= 6 and !$time.isSchoolHoliday and $pc.isSchoolStudent and $q.school.lastAttendedDay < $time.daystart>>
  48. <<if !$q.school.func('isWearingSchoolUniform')>>
  49. You're not allowed to attend any classes at school if you're not wearing your school uniform.
  50. <<else>>
  51. <<if $time.hour == 6>>
  52. <<if $time.minutes < 30>>
  53. It's too early for school now.
  54. <<else>>
  55. <!--<<if getvar("$NikoEv") == 10>>
  56. <<gt 'NikoWhore' 'Walk Of Shame'>>
  57. <</if>>-->
  58. <<actCLA 'Wait for class'>>
  59. <<gt 'school_hallway'>>
  60. <</actCLA>>
  61. <</if>>
  62. <<elseif $time.hour == 7>>
  63. <!--<<if getvar("$NikoEv") == 10>>
  64. <<gt 'NikoWhore' 'Walk Of Shame'>>
  65. <<else-->
  66. <<if $time.minutes <= 45>>
  67. <<actCLA '<b>Go to class</b>'>>
  68. <<gt 'school_hallway'>>
  69. <</actCLA>>
  70. <<else>>
  71. <p>You are late for school! You could rush to class or just skip until the second period.</p>
  72. <<actCLA '<b>Rush to class</b>'>>
  73. <<gt 'school_hallway'>>
  74. <</actCLA>>
  75. <<actCLA 'Skip class'>>
  76. <h2>School Hallway</h2>
  77. <<image `'locations/pavlovsk/school/building/gschool_hall0'+rand(0,2)+'.jpg'`>>
  78. You don't feel like attending all of your classes this morning and so make your way to the bathroom.
  79. <<actCLA 'Go to girl`s bathroom'>>
  80. <<gt 'gschool_girls_bathroom' 'start'>>
  81. <</actCLA>>
  82. <<actCLA 'Go to boy`s bathroom'>>
  83. <<gt 'gschool_boys_bathroom' 'start'>>
  84. <</actCLA>>
  85. <</actCLA>>
  86. <</if>>
  87. <<elseif $time.hour == 8>>
  88. <!--<<if getvar("$NikoEv") == 10>>
  89. <<gt 'NikoWhore' 'Walk Of Shame'>>
  90. <</if>>-->
  91. You missed your first class. You hope that no one noticed.
  92. <<actCLA '<b>Rush to class</b>'>>
  93. <<set $demerit += 10>> <<gt 'school_hallway'>>
  94. <</actCLA>>
  95. <<elseif $time.hour < 14>>
  96. It's too late for you to attend school now. You have been marked as absent today.
  97. <</if>>
  98. <</if>>
  99. <</if>>
  100. :: school_grounds_deactivated
  101. <!-- All the stuff that's related to various quests and events -->
  102. <<if getvar("$InvitationToDimkaNYparty") == 1 and $time.day == 31 and $time.day == $nyp_day>>
  103. <<actCLA 'Follow Dimka to the party at his house'>>
  104. <<setn $time.minutes += 30>> <<gt 'sny' '3'>>
  105. <</actCLA>>
  106. <</if>>
  107. <<if $time.hour == 14 and $time.weekday < 6 and $time.isSchoolHoliday == 0>>
  108. <<if $NikoDate_Day != $time.daystart>>
  109. <<if $time.weekday == 1 and getvar("$NikoIntro") == 0>>
  110. <<gt 'NikoEv' 'Intro'>>
  111. <<elseif getvar("$NikoVolkovQW") == 5 and getvar("$NikoEv") == 6 and getvar("$NikoDate") == 0>>
  112. <<gt 'NikoDates' 'After School'>>
  113. <<elseif getvar("$NikoVolkovQW") == 5 and getvar("$NikoEv") == 8 and getvar("$NikoDate") == 0>>
  114. <<gt 'NikoDates' 'After School 2'>>
  115. <<elseif getvar("$NikoVolkovQW") == 10 and getvar("$NikoEv") == 22>>
  116. <<gt 'NikoEv2' 'Recovery'>>
  117. <</if>>
  118. <</if>>
  119. <</if>>
  120. <<if $time.weekday < 6 and $time.hour == 14 and $time.isSchoolHoliday == 0 and $afterschool_day != $time.daystart and getvar("$suspended['on']") != 1>>
  121. <<set $afterschool_day = $time.daystart>>
  122. <<if rand(0,3) == 0>>
  123. <<set $eventtype = 'after_school'>>
  124. <<gt 'gschool_events' 'break_events'>>
  125. <<else>>
  126. <<gt 'gschool_events' 'afterschool_events'>>
  127. <</if>>
  128. <</if>>
  129. <!-- !! Cheerleading tryouts if Sveta decided to attend-->
  130. <<if $time.hour == 14 and getvar("$cheerleadingQW['quest_stage']") == 1>>
  131. <<if getvar("$pc.pregtime") < 90>>
  132. <<gt 'gschool_cheerleading' 'tryouts'>>
  133. <</if>>
  134. <!-- !! Sveta attends training after school every Tuesday and Thursday.-->
  135. <<elseif $time.hour == 14 and $cheerleadingQW['day'] != $time.daystart and ($time.weekday == 2 or $time.weekday == 4) and $time.isSchoolHoliday == 0 and getvar("$cheerleadingQW['quest_stage']") > 1 and getvar("$suspended['on']") != 1>>
  136. <<if $npcs.get('A23','pregtalk') == 0>>
  137. <<gt 'gschool_cheerleading' 'afterschool_practice'>>
  138. <</if>>
  139. <!-- !! A football game is played once every 2nd Friday and the cheerleaders perform out on the field.-->
  140. <<elseif $time.hour == 14 and $cheerleadingQW['day'] != $time.daystart and $time.weekday == 5 and ($time.daystart - ($time.daystart % 7)) % 2 == 1 and $time.isSchoolHoliday == 0 and (getvar("$cheerleadingQW['quest_stage']") >= 3 or getvar("$cheerleadingQW['backup_game']") == 1) and getvar("$suspended['on']") != 1>>
  141. <<if $npcs.get('A23','pregtalk') == 0>>
  142. <<gt 'gschool_cheerleading' 'afterschool_game'>>
  143. <</if>>
  144. <</if>>
  145. <<if $time.hour <= 8 and getvar("$kanikuli") == 6>>
  146. <p>Today is graduation day! The school prom is tonight as well.</p>
  147. <<actCLA 'Go to your graduation'>>
  148. <<set $menu_off = 1>>
  149. <<set $time.hour = 10>>
  150. <<set $time.minutes = 0>>
  151. <<set $SchoolAtestat = 1>>
  152. <<set $pc.isSchoolStudent = false>>
  153. <<if func('homes_properties', 'has_access', 'parents_home')>>
  154. 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.
  155. <<else>>
  156. 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.
  157. <</if>>
  158. Your Principial begins calling your classmates in alphabetical order. Finally it's your turn.
  159. <<if getvar("$class['school_grade_average']") >= 90>>
  160. <p>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 $pc.name_last here performed exceptionally well in her studies and I think that deserves some recognition." She starts applauding and the auditorium quickly joins in.</p>
  161. <<if func('homes_properties', 'has_access', 'parents_home')>>
  162. As you return to your place you see your mother smiling brightly.
  163. <</if>>
  164. <<elseif getvar("$class['school_grade_average']") >= 70>>
  165. <p>You go up to the podium. The Principal shakes your hand and gives you your diploma. "Well done, Miss $pc.name_last!" she says before you return to your place.</p>
  166. <<else>>
  167. You go up to the podium. The Principal shakes your hand and gives you your diploma and you return to your place.
  168. <</if>>
  169. <<ConnectedLocation 'Residential Area' 'pav_residential' '' 'locations/pavlovsk/pavres.jpg' 2 `{priority:9000,hotkeys:['H']}`>>
  170. <<actCLA 'Go to the prom party'>>
  171. <<set $time.minutes += 540>>
  172. <<set $pc.pcs_energy += 70>>
  173. <<gs 'drugs' 'alcohol' 'vodka' `rand(2,3)`>>
  174. <<gs 'clothing' 'strip_all'>>
  175. 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.
  176. 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.
  177. <<actCLA 'Go home'>>
  178. <<gt 'korrPar'>>
  179. <</actCLA>>
  180. <</actCLA>>
  181. <</actCLA>>
  182. <</if>>
  183. <<if getvar("$SchoolAtestat") == -1 and $time.weekday < 6 and $time.hour >= 6 and $time.hour < 14>>
  184. <<actCLA 'Get your diploma'>>
  185. <<set $menu_off = 1>>
  186. <<set $time.minutes += 20>>
  187. <<set $SchoolAtestat = 1>>
  188. <<set $pc.isSchoolStudent = false>>
  189. <<if getvar("$class['school_grade_average']") >= 70>>
  190. <p>The Principal hands you your diploma. "Well done, Miss $pc.name_last! Good luck in your future!" she says as she shakes your hand.</p>
  191. <<else>>
  192. <p>The Principal hands you your diploma. "Good luck in your future!" she says as she shakes your hand.</p>
  193. <</if>>
  194. <<ConnectedLocation 'Residential Area' 'pav_residential' '' 'locations/pavlovsk/pavres.jpg' 2 `{priority:9000,hotkeys:['H']}`>>
  195. <</actCLA>>
  196. <</if>>
  197. <!-- !! act 'Go to old school building': gt-->
  198. <!-- !! act 'Go to the Principals Office': gt-->
  199. <<gs 'camera' 'check_location'>>
  200. <<if getvar("$joint") > 0 and getvar("$jointhigh") == 0>>
  201. <<actCLA 'Smoke a joint behind the school building'>>
  202. <<gs 'drugs' 'joint'>> <<gt $location>>
  203. <</actCLA>>
  204. <</if>>
  205. <<if $time.weekday == 6 and $time.hour == 8 and mid($start_type,1,2) == 'sg' and getvar("$SchoolAtestat") == 0 and getvar("$detention_set") == 1 and getvar("$SchoolBlock") == 0>>
  206. <<actCLA 'Go to detention'>>
  207. <<gt 'gschool_detention' 'start'>>
  208. <</actCLA>>
  209. <</if>>
  210. <<if $q.christina?.get('pre_fight') == 1 and $time.weekday < 6 and $time.hour == 14 and $time.isSchoolHoliday == 0>>
  211. <<actCLA `'Attack '+$npcs.get('A18','usedname')`>>
  212. <<gt 'Zvereva_events' 'KristinaFight'>>
  213. <</actCLA>>
  214. <</if>>
  215. <<if getvar("$suspended['on']") != 1 and $time.isSchoolHoliday == 0>>
  216. <<if $time.weekday < 6 and $time.hour == 14 and getvar("$dimaRevenge") == 5 and getvar("$dimaRevChoice") == 0>>
  217. <<gt 'dimaRevenge' $dimaRevenge>>
  218. <<elseif $time.weekday < 6 and $time.hour == 14 and getvar("$dimaRevenge") == 4 and getvar("$dimaRevChoice") == 1>>
  219. <<gt 'dimaRevenge' $dimaRevenge>>
  220. <<elseif $time.weekday < 6 and $time.hour == 7 and getvar("$dimaRevenge") == 5 and getvar("$dimaRevChoice") == 1>>
  221. <<gt 'dimaRevenge' 5 'before'>>
  222. <<elseif $time.weekday < 6 and $time.hour == 7 and getvar("$dimaRevenge") == 6 and getvar("$dimaRevChoice") == 1>>
  223. <<gt 'dimaRevenge' 6 'before'>>
  224. <<elseif $time.weekday < 6 and $time.hour == 14 and getvar("$dimaRevenge") == 7 and getvar("$dimaRevChoice") == 1>>
  225. <<gt 'dimaRevenge' $dimaRevenge>>
  226. <<elseif $time.weekday < 6 and $time.hour == 7 and getvar("$dimaRevenge") == 4 and getvar("$dimaRevChoice") == 2>>
  227. <<gt 'dimaRevenge' $dimaRevenge 'day4jockbefore'>>
  228. <<elseif $time.weekday < 6 and $time.hour == 7 and getvar("$dimaRevenge") == 5 and getvar("$dimaRevChoice") == 2>>
  229. <<gt 'dimaRevenge' $dimaRevenge 'day5jockbefore'>>
  230. <<elseif $time.weekday < 6 and $time.hour == 14 and getvar("$dimaRevenge") == 6 and getvar("$dimaRevChoice") == 2>>
  231. <<gt 'dimaRevenge' 5 'day5jockafter'>>
  232. <!-- !elseif week < 6 and hour = 11 and dimaRevenge = 4 and dimaRevChoice = 3:-->
  233. <!-- ! gt 'gschool_lessons', 'short_break'-->
  234. <<elseif $time.weekday < 6 and $time.hour == 7 and getvar("$dimaRevenge") == 5 and getvar("$dimaRevChoice") == 3>>
  235. <<gt 'dimaRevenge' $dimaRevenge>>
  236. <<elseif $time.weekday < 6 and $time.hour == 14 and getvar("$dimaRevenge") == 4 and getvar("$dimaRevChoice") == 4>>
  237. <<gt 'dimaRevenge' $dimaRevenge 'after'>>
  238. <<elseif $time.weekday < 6 and $time.hour == 7 and getvar("$dimaRevenge") == 5 and getvar("$dimaRevChoice") == 4>>
  239. <<gt 'dimaRevenge' $dimaRevenge 'before'>>
  240. <<elseif $time.weekday < 6 and $time.hour == 14 and getvar("$dimaRevenge") == 6 and getvar("$dimaRevChoice") == 4>>
  241. <<gt 'dimaRevenge' 5 'after'>>
  242. <<elseif $time.weekday < 6 and $time.hour == 7 and getvar("$dimaRevenge") == 7 and getvar("$dimaRevChoice") == 4 and $dimaRevengedaystart >= $time.daystart>>
  243. <<gt 'dimaRevenge' 6>>
  244. <<elseif $time.weekday < 6 and $time.hour == 7 and getvar("$dimaRevenge") == 5 and getvar("$dimaRevChoice") == 5>>
  245. <<gt 'dimaRevenge' $dimaRevenge 'before'>>
  246. <<elseif $time.weekday < 6 and $time.hour == 7 and getvar("$dimaRevenge") == 4 and getvar("$dimaRevChoice") == 5>>
  247. <<gt 'dimaRevenge' 5>>
  248. <<elseif $time.weekday < 6 and $time.hour == 7 and getvar("$dimaRevenge") == 4 and getvar("$dimaRevChoice") == 6>>
  249. <<gt 'dimaRevenge' $dimaRevenge>>
  250. <</if>>
  251. <</if>>
  252. <<if $time.hour >= 14 and $pc.fame('pav_slut') >= 250 and getvar("$SchoolGossip") > 0 and $afterschoolday != $time.daystart>>
  253. <<gt 'gschool_sex' 'suck'>>
  254. <</if>>
  255. <<if $time.hour == 14 and $time.weekday < 6 and $time.isSchoolHoliday == 0 and getvar("$SchoolAtestat") == 0>>
  256. <<if getvar("$ivan_afterschool") == 1>>
  257. <<actCLA 'Meet Ivan after school'>>
  258. <<gt 'gschool_sex' 'afterschool'>>
  259. <</actCLA>>
  260. <</if>>
  261. <<if getvar("$Enable_tablemap") == 0>>
  262. <<if getvar("$anushkaQW['first_visit']") == 0 and getvar("$meet_after_school") == 1>>
  263. <<link "Anushka">><<gt 'anushka' 'meet_after_school'>><</link>> is leaning against a tree just in front of the school.
  264. <</if>>
  265. <<if getvar("$LariskaQW['story']") >= 5 and getvar("$cheerleaders_on") == 0>>
  266. 'You see <<link 'Lariska'>><<setn $time.minutes += 1>><<gt 'LariskaGo'>><</link>> impatiently walks back and fourth across the courtyard, as if she's waiting for someone.'
  267. <</if>>
  268. <<if $q.christina?.get('subpath') >= 4 and getvar("$cheerleaders_on") == 0>>
  269. <<npc 'A18'>><<setn $time.minutes += 1>><<gt 'Zvereva_house_events' 'Chris_walk_home'>><</npc>> is walking across the school courtyard, looking irritated.'
  270. <</if>>
  271. <<if getvar("$juliaQW['study_unlocked']") >= 1>>
  272. '<<link 'Julia'>><<setn $time.minutes += 1>><<gt 'JuliaMilHome' 'julia_go'>><</link>> is sitting out on the courtyard, reading a book.'
  273. <</if>>
  274. <<if getvar("$NatbelQW['QWstage']") > 0>>
  275. '<<link 'Natasha'>><<setn $time.minutes += 1>><<gt 'natbelEv' 'natbel_go'>><</link>> is standing in a corner.'
  276. <</if>>
  277. <<if getvar("$artemLernQW") >= 1 and getvar("$artemVitokQW") != 2 and getvar("$artemQW['artemblok']") == 0 and getvar("$artemQW['artlie']") != 2 and getvar("$artemQW['artembrokenheart']") != 1>>
  278. '<<link 'Artem'>><<setn $time.minutes += 15>><<gt 'artem_events' 'start'>><</link>> is waiting for you near the school entrance.'
  279. <</if>>
  280. <<if $katjaQW['afterschool_hangout_day'] != $time.daystart and getvar("$katjaQW['QWstage']") >= 1 and getvar("$locat['katja']") == 6>>
  281. '<<link 'Katja'>><<setn $time.minutes += 15>><<gt 'katjaEv'>><</link>> is walking across the school courtyard, getting ready to go home.'
  282. <</if>>
  283. <<if getvar("$DimaBeHomeOnce") == 1 and getvar("$DimaRudeBlock") == 0>>
  284. '<<link 'Dimka'>><<setn $time.minutes += 15>><<gt 'dimaEv' 'after_school'>><</link>> is deep in thought, as he leans against a lamp post.'
  285. <<elseif getvar("$DimaRudeQW") > 0 and $dimarudeday != $time.daystart and getvar("$DimaRudeBlock") == 0>>
  286. <<if rand(0,4) == 0>>
  287. <<gt 'dimaEv' 'after_school'>>
  288. <</if>>
  289. '<<link 'Dimka'>><<setn $time.minutes += 15>><<gt 'dimaEv' 'after_school'>><</link>> is deep in thought, as he leans against a lamp post.'
  290. <</if>>
  291. <<if false>>
  292. <!-- FAILED TO CONVERT
  293. 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.'
  294. -----
  295. <<if (getvar("$igor_history") == 1 or getvar("$IgorLoverQW") > 0) and $igorkruglovday != $time.daystart and getvar("$IdorBlock") == 0 and getvar("$locat['igor']") == 6>>
  296. <!-- FAILED TO CONVERT
  297. '<<link "Igor">><<set $time.minutes + = 15>> <<set $igorkruglovday = $time.daystart>> <<gt 'igorhome' 'entrance'>><</link>> is talking to some of his friends on the courtyard.'
  298. -----
  299. <<set ERROR: FAILED TO CONVERT LITERAL: """'<a href""" = ERROR: FAILED TO CONVERT LITERAL: """"exec:minut""" + ERROR: FAILED TO CONVERT LITERAL: """= 15""">> <<set $igorkruglovday = $time.daystart>> <<gt 'igorhome' 'entrance'">Igor</a> is talking to some of his friends on the courtyard.'>>
  300. -->
  301. <<warn "CONVERSION ERROR 2c46626c426460cce8cf0213c809f4c6">>
  302. <</if>>
  303. -->
  304. <<warn "CONVERSION ERROR 5fb0951b872d3435bd8f6ac9090996d7">>
  305. <<if getvar("$fedorKozlovQW") >= 10 and getvar("$kotovVSkozlov") == 1>>
  306. You can see <<link "Fedor">><<gt 'FedorEv' 'Strela Chat'>><</link>> sitting in the corner of the schoolyard by himself.
  307. <<elseif getvar("$fedorKozlovQW") >= 10 and getvar("$fedorkozqw") == 2 and getvar("$FedorLuv") < -4>>
  308. You can see <<link "Fedor">><<gt 'FedorEv2' 'Fedor Breakup'>><</link>> standing by himself with a troubled look on his face.
  309. <<elseif getvar("$fedorKozlovQW") >= 10>>
  310. You can see <<link "Fedor">><<gt 'FedorEv' 'Start'>><</link>> standing by himself, his backpack around his arm.
  311. <</if>>
  312. <<if getvar("$NikoVolkovQW") >= 5 and getvar("$NikoDate") == 1 and $NikoNextDate_day <= $time.daystart or getvar("$NikoEv") == 11>>
  313. You can see <<link "Nikolai Volkov">><<gt 'NikoEv' 'Niko Dates'>><</link>> smoking outside of the school.
  314. <<elseif getvar("$NikoVolkovQW") >= 10 and getvar("$NikoEv") >= 17 and getvar("$NikoEv") <= 20 and $NikoDate_Day != $time.daystart>>
  315. <<link "Nikolai">><<gt 'NikoEv2' 'Events'>><</link>> is smoking outside of the school.
  316. <</if>>
  317. <<else>>
  318. <!-- !display friends in table if switch is on.-->
  319. <<set $st_count = 0>> <<set $show_table = ''>>
  320. <<if getvar("$anushkaQW['first_visit']") == 0 and getvar("$meet_after_school") == 1>>
  321. gs 'show_table', '<<link 'Anushka Konstantinov'>><<gt 'anushka' 'meet_after_school'>><</link>>', '5'
  322. <</if>>
  323. <<if getvar("$LariskaQW['story']") >= 5 and getvar("$cheerleaders_on") == 0>>
  324. gs 'show_table', '<<link 'Lariska Gruzdev'>><<setn $time.minutes += 1>><<gt 'LariskaGo'>><</link>>', '5'
  325. <</if>>
  326. <<if $q.christina?.get('subpath') >= 4 and getvar("$cheerleaders_on") == 0>>
  327. gs 'show_table', <<npc 'A18'>><<setn $time.minutes += 1>><<gt 'Zvereva_house_events' 'Chris_walk_home'>><</npc>>', '5'
  328. <</if>>
  329. <<if getvar("$juliaQW['study_unlocked']") >= 1>>
  330. gs 'show_table', '<<link 'Julia Milova'>><<setn $time.minutes += 1>><<gt 'JuliaMilHome' 'julia_go'>><</link>>', '5'
  331. <</if>>
  332. <<if getvar("$NatbelQW['QWstage']") > 0>>
  333. gs 'show_table', '<<link 'Natasha Belova'>><<setn $time.minutes += 1>><<gt 'natbelEv' 'natbel_go'>><</link>>', '5'
  334. <</if>>
  335. <<if getvar("$artemLernQW") >= 1 and getvar("$artemVitokQW") != 2 and getvar("$artemQW['artemblok']") == 0 and getvar("$artemQW['artlie']") != 2 and getvar("$artemQW['artembrokenheart']") != 1>>
  336. gs 'show_table', '<<link 'Artem Chebotarev'>><<setn $time.minutes += 15>><<gt 'artem_events' 'start'>><</link>>', '5'
  337. <</if>>
  338. <<if $katjaQW['afterschool_hangout_day'] != $time.daystart and getvar("$katjaQW['QWstage']") >= 1 and getvar("$locat['katja']") == 6>>
  339. gs 'show_table', '<<link 'Katja Meynold'>><<setn $time.minutes += 15>><<gt 'katjaEv'>><</link>>', '5'
  340. <</if>>
  341. <<if getvar("$DimaBeHomeOnce") == 1 and getvar("$DimaRudeBlock") == 0>>
  342. gs 'show_table', '<<link 'Dimka Nosov'>><<setn $time.minutes += 15>><<gt 'dimaHome' 'home'>><</link>>', '5'
  343. <<elseif getvar("$DimaRudeQW") > 0 and $dimarudeday != $time.daystart and getvar("$DimaRudeBlock") == 0>>
  344. <<if rand(0,4) == 0>>
  345. <<gt 'dimaEv' 'after_school'>>
  346. <</if>>
  347. gs 'show_table', '<<link 'Dimka Nosov'>><<setn $time.minutes += 15>><<gt 'dimaEv' 'after_school'>><</link>>', '5'
  348. <</if>>
  349. <<if false>>
  350. <!-- FAILED TO CONVERT
  351. 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'
  352. -----
  353. <<if (getvar("$igor_history") == 1 or getvar("$IgorLoverQW") > 0) and $igorkruglovday != $time.daystart and getvar("$IdorBlock") == 0 and getvar("$locat['igor']") == 6>>
  354. <!-- FAILED TO CONVERT
  355. gs 'show_table', '<<link "Igor Kruglov">><<set $time.minutes + = 15>> <<set $igorkruglovday = $time.daystart>> <<gt 'igorhome' 'entrance'>><</link>>', '5'
  356. -----
  357. <<set gs 'show_table' , ERROR: FAILED TO CONVERT LITERAL: """'<a href""" = ERROR: FAILED TO CONVERT LITERAL: """"exec:minut""" + ERROR: FAILED TO CONVERT LITERAL: """= 15""">> <<set $igorkruglovday = $time.daystart>> <<gt 'igorhome' 'entrance'">Igor Kruglov</a>' '5'>>
  358. -->
  359. <<warn "CONVERSION ERROR b3e9e34ac870f499f20332e798a1d27a">>
  360. <</if>>
  361. -->
  362. <<warn "CONVERSION ERROR ec4b7bc4d1e46bc5bec436d2101c4298">>
  363. <<if getvar("$fedorKozlovQW") >= 10 and getvar("$kotovVSkozlov") == 1>>
  364. gs 'show_table', '<<link 'Fedor'>><<gt 'FedorEv' 'Strela Chat'>><</link>>', '5'
  365. <<elseif getvar("$fedorKozlovQW") >= 10 and getvar("$fedorkozqw") == 2 and getvar("$FedorLuv") < -4>>
  366. gs 'show_table', '<<link 'Fedor'>><<gt 'FedorEv2' 'Fedor Breakup'>><</link>>', '5'
  367. <<elseif getvar("$fedorKozlovQW") >= 10>>
  368. gs 'show_table', '<<link 'Fedor'>><<gt 'FedorEv' 'Start'>><</link>>', '5'
  369. <</if>>
  370. <<if getvar("$NikoVolkovQW") == 5 and getvar("$NikoDate") == 1 and $NikoNextDate_day <= $time.daystart or getvar("$NikoEv") == 11>>
  371. gs 'show_table', '<<link 'Nikolai'>><<gt 'NikoEv' 'Niko Dates'>><</link>>', '5'
  372. <<elseif getvar("$NikoVolkovQW") == 10 and getvar("$NikoEv") >= 17 and getvar("$NikoEv") <= 20 and $NikoDate_Day != $time.daystart>>
  373. gs 'show_table', '<<link 'Nikolai'>><<gt 'NikoEv2' 'Events'>><</link>>', '5'
  374. <</if>>
  375. <<if getvar("$st_count") > 0>>
  376. Near school yard, you see:
  377. <TABLE BORDER=1><<$show_table>></TR></TABLE>
  378. <</if>>
  379. <</if>>
  380. <<if getvar("$AlbinaQW['albride']") == 0 and $AlbinaQW['RideDaystart'] <= $time.daystart and getvar("$AlbinaQW['Chernov']") > 0 and getvar("$cheerleaders_on") == 0>>
  381. '<<link 'Albina'>><<setn $time.minutes += 15>><<gt 'albina_starlets_aftermath'>><</link>> is waiting behind the wheel of an SUV parked near the school.'
  382. <</if>>
  383. <!-- ! meynold`s events-->
  384. <<if $time.hour == 14 and $vicky_afterschool != $time.daystart>>
  385. <<gs 'mey_vika_events' 'near_school'>>
  386. <</if>>
  387. <<if getvar("$mey_vika['mey_vika_qw']") == 35 or getvar("$mey_vika['mey_vika_qw']") == 36 and $time.minutes < 45>>
  388. <<actCLA 'Study with Tamara'>>
  389. <<if getvar("$mey_vika['mey_vika_qw']") == 36>>
  390. <<gt 'mey_tamara_events' 'rebuke'>>
  391. <</if>>
  392. <<gt 'mey_tamara_events' 'learning0'>>
  393. <</actCLA>>
  394. <</if>>
  395. <</if>>
  396. <<if $strelaDay != $time.daystart and getvar("$strelaQW") == 1 and $time.hour == 14>>
  397. <p>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. "$pc.name_nick! Come here, you're my witness!"</p>
  398. <<actCLA 'Go and see what he needs'>>
  399. <<gt 'strela'>>
  400. <</actCLA>>
  401. <</if>>
  402. :: gschool_sportsfield_events[events]
  403. :: gschool_sportsfield[outdoors public hasEvents]
  404. <!-- !Outside school sports field-->
  405. <<gs 'Zvereva_schedule'>>
  406. <<if $time.month > 3 and $time.month < 11>>
  407. <<image "locations/pavlovsk/school/grounds/field.jpg">>
  408. <<else>>
  409. <<image "locations/pavlovsk/school/grounds/fieldwinter.jpg">>
  410. <</if>>
  411. 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.
  412. <<if $time.weekday == 5 and $time.hour >= 16 and $time.hour <= 18>>
  413. '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, '<<link 'Lazar'>><<gt 'gschool_socialchg1' 'tLazar'>><</link>>', 'Lazar')+' on the football field showing off his skills.'
  414. <</if>>
  415. <<if ($time.weekday == 1 or $time.weekday == 3) and $time.hour >= 16 and $time.hour <= 18>>
  416. 'Looking toward what you can barely describe as a running track, you notice '+iif(socialchg['tSvyatoslav_day'] ! daystart, '<<link 'Svyatoslav'>><<gt 'gschool_socialchg1' 'tSvyatoslav'>><</link>>', 'Svyatoslav')+' doing sprints by the football field.'
  417. <</if>>
  418. <<ConnectedLocationCode 'Leave the sports field' 'locations/pavlovsk/school/building/gschool.jpg' 1 `{priority:5000,hotkeys:['S']}`>>
  419. <<gt 'school_grounds'>>
  420. <</ConnectedLocationCode>>
  421. <<if $wardrobe.clothingworntype == 'danilovich_outfits' and $wardrobe.shoeworntype == 'danilovich'>>
  422. <<if $pc.pcs_energy >= 5 and $pc.pcs_stam >= $pc.stammax / 5>>
  423. <<actCLA 'Go for a run (1 hour)'>>
  424. <<set $menu_off = 1>>
  425. <<gs 'exercise' 'tier1' 60 'run'>>
  426. <<if $time.month > 2 and $time.month <= 9>>
  427. <<image "locations/pavlovsk/school/grounds/runsummer.jpg">>
  428. <<else>>
  429. <<image "locations/pavlovsk/school/grounds/runwinter.jpg">>
  430. <</if>>
  431. You spend an hour running on the track.
  432. <<actCLA 'Continue'>>
  433. <<gt 'gschool_sportsfield'>>
  434. <</actCLA>>
  435. <</actCLA>>
  436. <<elseif $pc.pcs_stam >= $pc.stammax / 5>>
  437. <!-- FAILED TO CONVERT
  438. act 'Go for a run (1:00)': '<br><font color="red">You are so hungry you cannot face going for a run.</font>'
  439. -----
  440. <<actCLA 'Go for a run (1:00)'>>
  441. <<set ERROR: FAILED TO CONVERT LITERAL: """'<br><font color""" = ERROR: FAILED TO CONVERT LITERAL: """"red">You are so hungry you cannot face going for a run.<""" / ERROR: FAILED TO CONVERT LITERAL: """font>'""">>
  442. <</actCLA>>
  443. -->
  444. <<warn "CONVERSION ERROR 0cc5a3cc1b1b8aa1f9bd4d7c172ec66b">>
  445. <<else>>
  446. <!-- FAILED TO CONVERT
  447. act 'Go for a run (1:00)': '<br><font color="red">You are to exhausted to do this. Recover your stamina before trying to go for a run.</font>'
  448. -----
  449. <<actCLA 'Go for a run (1:00)'>>
  450. <<set ERROR: FAILED TO CONVERT LITERAL: """'<br><font color""" = ERROR: FAILED TO CONVERT LITERAL: """"red">You are to exhausted to do this. Recover your stamina before trying to go for a run.<""" / ERROR: FAILED TO CONVERT LITERAL: """font>'""">>
  451. <</actCLA>>
  452. -->
  453. <<warn "CONVERSION ERROR 2547b7e5750e5a472ceaedc66d06c3df">>
  454. <</if>>
  455. <<elseif ($wardrobe.clothingworntype != 'danilovich_outfits' or $wardrobe.shoeworntype != 'danilovich')>>
  456. You could go for a run here if you were wearing sports clothes and shoes.
  457. <</if>>
  458. <<if $time.hour >= 9 and $time.hour < 18 and mid($start_type,1,2) == 'sg' and getvar("$SchoolAtestat") == 0 and $time.isSchoolHoliday == 0>>
  459. 'With the school open, you can go to the <<link 'changing rooms'>><<setn $time.minutes += 1>><<gt 'school_grounds' 'change_room'>><</link>> by the gym and change your outfit.'
  460. <</if>>
  461. <<if $time.weekday == 6 and getvar("$SchoolSorev") == 2 and $time.hour == 10 and getvar("$SchoolBlock") == 0>>
  462. 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.
  463. <<if $wardrobe.clothingworntype == 'danilovich_outfits' and $wardrobe.shoeworntype == 'danilovich'>>
  464. <<actCLA 'Participate in the 400m sprint event'>>
  465. <<gt 'school_grounds' 'SchoolRun2'>>
  466. <</actCLA>>
  467. <<else>>
  468. You need to wear exercise clothes to participate.
  469. <</if>>
  470. <</if>>
  471. <<if $time.weekday == 6 and getvar("$SchoolSorev") == 1 and $time.hour == 10 and getvar("$SchoolBlock") == 0>>
  472. 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.
  473. <<if $wardrobe.clothingworntype == 'danilovich_outfits' and $wardrobe.shoeworntype == 'danilovich'>>
  474. <<actCLA 'Participate in the 400m sprint race'>>
  475. <<gt 'school_grounds' 'SchoolRun'>>
  476. <</actCLA>>
  477. <<else>>
  478. You need to wear exercise clothes to participate.
  479. <</if>>
  480. <</if>>
  481. <!-- ! Giving football preference, since there''s no indoor option for it.-->
  482. <<if getvar("$temper") >= 15 and getvar("$sunWeather") == 1 and $time.hour > 8 and $time.hour < 12 and $time.weekday == 6 and $fbpickupDay + 14 <= $time.daystart and $bbpickupDay != $time.daystart>>
  483. As you pass by the sports field, you notice that most of the jocks have gathered around the <<link "football field">><<gt 'fbgameout' 'start'>><</link>>.
  484. <<elseif getvar("$temper") >= 15 and getvar("$sunWeather") == 1 and $time.hour > 8 and $time.hour < 12 and $time.weekday == 6 and $bbpickupDay + 14 <= $time.daystart and $fbpickupDay != $time.daystart>>
  485. As you pass by the sports field, you notice that most of the jocks have gathered around the <<link "basketball court">><<gt 'bbgameout' 'start'>><</link>>.
  486. <</if>>
  487. <<gs 'brother' 'bro_school_field'>>
  488. <<if getvar("$locat['<<npc 'A18'>><</npc>>']") == 16>>
  489. <<npc 'A18'>><</npc>> and Lina are here, stretching for the race coming up.
  490. <</if>>
  491. <<if $location_var[$here][0] == 'SchoolRun'>>
  492. <<set $location_type = 'event_outdoors'>>
  493. <<set $menu_off = 1>>
  494. <<set $time.minutes += 30>>
  495. 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.
  496. <<actCLA 'Go to the start'>>
  497. <<set $time.minutes += 30>>
  498. <<set $SchoolSorev = 0>>
  499. <<set $kolsorev += 1>>
  500. <<image "locations/pavlovsk/school/grounds/begsor.jpg">>
  501. 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.
  502. <!--<<wait 725>>-->
  503. On your marks...
  504. <!--<<wait 725>>-->
  505. Get set...
  506. <!--<<wait 725>>-->
  507. <p>Go!</p>
  508. <!--<<wait 725>>-->
  509. <<set $begminus = 0>>
  510. <<if $pc.pcs_bmi > 25>>
  511. <<set $begminus = (($pc.pcs_bmi - 25) * 4)>>
  512. <<elseif $pc.pcs_bmi < 20>>
  513. <<set $begminus = ((20 - $pc.pcs_bmi) * (20 - $pc.pcs_bmi))>>
  514. <</if>>
  515. <<set $begresult = $pc.skillLevel("run") - $begminus>>
  516. <<actCLA 'Run'>>
  517. <<gs 'school_grounds' 'SchoolRun_result'>>
  518. <</actCLA>>
  519. <<actCLA 'Give it your best' undefined `{willpower:['skill','run_lvl','hard']}`>>
  520. <<set $begresult += 10>>
  521. <<gs 'school_grounds' 'SchoolRun_result'>>
  522. <</actCLA>>
  523. <</actCLA>>
  524. <</if>>
  525. <<if $location_var[$here][0] == 'SchoolRun_result'>>
  526. <<if getvar("$begresult") < 10>>
  527. <<run $q.school.func('groupRelInc','jocks',-2)>>
  528. 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.
  529. <<elseif getvar("$begresult") < 15>>
  530. <<run $q.school.func('groupRelInc','jocks',-1)>>
  531. You struggle to keep up with the other girls, and finish in last place.
  532. <<elseif getvar("$begresult") < 20>>
  533. You run as fast as you can, but only manage to finish second to last.
  534. <<elseif getvar("$begresult") < 25>>
  535. You run as fast as you can, but only manage to take 6th place.
  536. <<elseif getvar("$begresult") < 30>>
  537. <<run $q.school.func('groupRelInc','jocks',1)>>
  538. You run as fast as you can, but only manage to take 5th place.
  539. <<elseif getvar("$begresult") < 35>>
  540. <<run $q.school.func('groupRelInc','jocks',1)>>
  541. You run as fast as you can, but only manage to take 4th place.
  542. <<elseif getvar("$begresult") < 45>>
  543. <<run $q.school.func('groupRelInc','jocks',2)>>
  544. You run as fast as you can, and manage to take 3rd place. Mr. Pavlovich, the P.E. teacher at your school, congratulates you.
  545. <<elseif getvar("$begresult") < 50>>
  546. <<run $q.school.func('groupRelInc','jocks',3)>>
  547. 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.
  548. <<else>>
  549. <<set $swinbeg += 1>>
  550. <<run $q.school.func('groupRelInc','jocks',5)>>
  551. 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.
  552. <</if>>
  553. <<run $pc.skillExperienceGain('run',1)>>
  554. <<set $pc.fat -= 2>>
  555. <<if getvar("$swinbeg") == 3 and getvar("$LocalRun") == 0>>
  556. <<set $LocalRun = 1>>
  557. <<if getvar("$razradbeg") < 1>>
  558. 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.
  559. <<set $razradbeg = 1>>
  560. <<else>>
  561. 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.
  562. <</if>>
  563. <</if>>
  564. <<if getvar("$begresult") > 50>>
  565. <<actCLA 'Continue'>>
  566. <<gt 'school_grounds' 'Family extension'>>
  567. <</actCLA>>
  568. <<else>>
  569. <<actCLA 'Return to town'>>
  570. <<gt 'school_grounds'>>
  571. <</actCLA>>
  572. <</if>>
  573. <</if>>
  574. <<if $location_var[$here][0] == 'SchoolRun2'>>
  575. <<set $location_type = 'event_outdoors'>>
  576. <<set $menu_off = 1>>
  577. <<set $time.minutes += 30>>
  578. 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.
  579. <<if $q.christina?.get('fight') == 1 or $q.christina?.get('blackmail') == 2>>
  580. <<if getvar("$swinbeggor") == 0>>
  581. <p>You find Lina at the starting line with a smile on her face. Seeing you she waves and calls out cheerfully "Good luck, $pc.name_nick!"</p>
  582. <<elseif getvar("$swinbeggor") == 1>>
  583. <p>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, $pc.name_nick!"</p>
  584. <<elseif getvar("$swinbeggor") == 2>>
  585. <p>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, $pc.name_nick!"</p>
  586. <</if>>
  587. <<else>>
  588. <<if getvar("$swinbeggor") == 0>>
  589. <p>Getting ready at the starting line is <<npc 'A18'>><</npc>>, one of the girls in your class. She just scoffs at you. "You'll never beat me!"</p>
  590. <<elseif getvar("$swinbeggor") == 1>>
  591. <p>Getting ready at the starting line is <<npc 'A18'>><</npc>>, one of the girls in your class. She looks at you angrily and says "You beat me once, but never again!"</p>
  592. <<elseif getvar("$swinbeggor") == 2>>
  593. <p>Getting ready at the starting line is <<npc 'A18'>><</npc>>, 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!"</p>
  594. <</if>>
  595. <</if>>
  596. <<actCLA 'Go to the start'>>
  597. <<set $kolsorev += 1>>
  598. <<set $time.minutes += 30>>
  599. <<set $SchoolSorev = 0>>
  600. <<image "locations/pavlovsk/school/grounds/begsor.jpg">>
  601. 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.
  602. <!--<<wait 725>>-->
  603. On your marks...
  604. <!--<<wait 725>>-->
  605. Get set...
  606. <!--<<wait 725>>-->
  607. <p>Go!</p>
  608. <!--<<wait 725>>-->
  609. <<set $begminus = 0>>
  610. <<if $pc.pcs_bmi > 25>>
  611. <<set $begminus = (($pc.pcs_bmi - 25) * 4)>>
  612. <<elseif $pc.pcs_bmi < 18>>
  613. <<set $begminus = ((25 - $pc.pcs_bmi) * 6)>>
  614. <</if>>
  615. <<set $begresult = $pc.skillLevel("run") - $begminus>>
  616. <<actCLA 'Run'>>
  617. <<gs 'school_grounds' 'SchoolRun2_result'>>
  618. <</actCLA>>
  619. <<actCLA 'Give it your best' undefined `{willpower:['skill','run_lvl','hard']}`>>
  620. <<set $begresult += 10>>
  621. <<gs 'willpower' 'pay' 'self'>>
  622. <<gs 'school_grounds' 'SchoolRun2_result'>>
  623. <</actCLA>>
  624. <</actCLA>>
  625. <</if>>
  626. <<if $location_var[$here][0] == 'SchoolRun2_result'>>
  627. <<if getvar("$begresult") < 10>>
  628. <<run $q.school.func('groupRelInc','jocks',-2)>>
  629. 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.
  630. <<elseif getvar("$begresult") < 15>>
  631. <<run $q.school.func('groupRelInc','jocks',-1)>>
  632. You struggle to keep up with the other girls, and finish in last place.
  633. <<elseif getvar("$begresult") < 20>>
  634. You run as fast as you can, but only manage to finish second to last.
  635. <<elseif getvar("$begresult") < 25>>
  636. You run as fast as you can, but only manage to take 6th place.
  637. <<elseif getvar("$begresult") < 30>>
  638. <<run $q.school.func('groupRelInc','jocks',1)>>
  639. You run as fast as you can, but only manage to take 5th place.
  640. <<elseif getvar("$begresult") < 35>>
  641. <<run $q.school.func('groupRelInc','jocks',1)>>
  642. You run as fast as you can, but only manage to take 4th place.
  643. <<elseif getvar("$begresult") < 40>>
  644. <<run $q.school.func('groupRelInc','jocks',2)>>
  645. You run as fast as you can, and manage to take 3rd place. Mr. Pavlovich, the P.E. teacher at your school, congratulates you.
  646. <<elseif getvar("$begresult") < 50>>
  647. <<run $q.school.func('groupRelInc','jocks',3)>>
  648. 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.
  649. <<else>>
  650. <<set $swinbeggor += 1>>
  651. <<run $q.school.func('groupRelInc','jocks',5)>>
  652. 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.
  653. <</if>>
  654. <<run $pc.skillExperienceGain('run',1)>>
  655. <<set $pc.fat -= 2>>
  656. <<if getvar("$swinbeggor") == 3 and getvar("$LocalRun") == 1>>
  657. <<set $LocalRun = 2>>
  658. <<if getvar("$razradbeg") < 2>>
  659. You have won the competition three more times and Mr. Pavlovich awards you the second tier sports trophy in running.
  660. <<set $razradbeg = 2>>
  661. <<else>>
  662. You have won the competition three more times and Mr. Pavlovich awards you another trophy.
  663. <</if>>
  664. <<if $q.christina?.get('fight') == 1 or $q.christina?.get('blackmail') == 2>>
  665. <<run $npcs.inc('A19','rel',5)>>
  666. Lina stands at at the finish line, gasping for breath. Even though you beat her again, she flashes you a bright smile in congratulations.
  667. <<else>>
  668. <<npc 'A18'>><</npc>> stands nearby glaring at you the whole time, her hands balled into fists. She's seething with rage, realizing she cannot beat you.
  669. <</if>>
  670. <<elseif getvar("$swinbeggor") == 2 and getvar("$begresult") >= 130>>
  671. <<if $q.christina?.get('fight') == 1 or $q.christina?.get('blackmail') == 2>>
  672. <<gs 'npc_relationship' 'modify' 'A19' 'love'>>
  673. 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.
  674. <<else>>
  675. <<gs 'npc_relationship' 'modify' 'A18' 'loathe'>>
  676. <<npc 'A18'>><</npc>> is gasping for breath at the finish line. She was unable to overtake you, and came second again. <<npc 'A18'>><</npc>> avoids your gaze, not wanting to look you in the eye.
  677. <</if>>
  678. <<elseif getvar("$swinbeggor") == 1 and getvar("$begresult") >= 130>>
  679. <<if $q.christina?.get('fight') == 1 or $q.christina?.get('blackmail') == 2>>
  680. <<gs 'npc_relationship' 'modify' 'A19' 'love'>>
  681. Lina stands at at the finish line, gasping for breath. Even though you beat her, she flashes you a bright smile in congratulations.
  682. <<else>>
  683. <<gs 'npc_relationship' 'modify' 'A18' 'loathe'>>
  684. <p><<npc 'A18'>><</npc>> 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 <<npc 'A18'>><</npc>> growls at you. "You bitch!"</p>
  685. <</if>>
  686. <</if>>
  687. <<if getvar("$begresult") > 50>>
  688. <<actCLA 'Continue'>>
  689. <<gt 'school_grounds' 'Family extension'>>
  690. <</actCLA>>
  691. <<else>>
  692. <<actCLA 'Leave'>>
  693. <<gt 'school_grounds'>>
  694. <</actCLA>>
  695. <</if>>
  696. <</if>>
  697. <<if $location_var[$here][0] == 'change_room'>>
  698. <<set $loc_arg = 'change_room'>>
  699. <<set $loc = 'school_grounds'>>
  700. <<set $location_type = 'bathroom'>>
  701. <<set $locclass = 'locker'>>
  702. <<set $locM = 'school_grounds'>>
  703. <<set $locM_arg = 'change_room'>>
  704. <<set $menu_loc = 'school_grounds'>>
  705. <<set $menu_arg = 'change_room'>>
  706. <<set $menu_off = 0>>
  707. <<image "locations/pavlovsk/school/gym/locker/lockerroom.jpg">>
  708. <<actCLA 'Leave'>>
  709. <<if $wardrobe.clothingworntype == 'nude'>>
  710. <<msg '<b><font color = red>You need to get dressed first!</font></b>'>>
  711. <<gt 'school_grounds' 'change_room'>>
  712. <<else>>
  713. <<set $time.minutes += 1>>
  714. <<gt 'school_grounds'>>
  715. <</if>>
  716. <</actCLA>>
  717. <<actCLA 'Go to the sports field'>>
  718. <<if $wardrobe.clothingworntype == 'nude'>>
  719. <<msg '<b><font color = red>You need to get dressed first!</font></b>'>>
  720. <<gt 'school_grounds' 'change_room'>>
  721. <<else>>
  722. <<set $time.minutes += 1>>
  723. <<gt 'gschool_sportsfield'>>
  724. <</if>>
  725. <</actCLA>>
  726. '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 <<link 'manage your piercings'>><<gt 'wardrobe' 'start'">change your outfit</a> by the lockers here'+iif(pirsA + pirsB + pirsC + pirsD + pirsE + pirsF + pirsN + pirsG > 0 ' and <a href="exec:dynamic $pirManage>><</link>>', '.')+''
  727. <<if ($time.hour == 18 and $time.minutes >= 30) or $time.hour > 18>>
  728. The school is closing for the night and you have to leave before you get locked in.
  729. $exit
  730. <</if>>
  731. <<actCLA 'Change your outfit'>>
  732. <<gt 'wardrobe' 'start'>>
  733. <</actCLA>>
  734. <<gs 'wardrobe' 'default_sport_options'>>
  735. <<publicpan>>
  736. <<actCLA 'Look in the mirror'>>
  737. <<gt 'mirror' 'start'>>
  738. <</actCLA>>
  739. <<if $pc.pcs_hairbsh < 1>>
  740. <<actCLA 'Brush your hair'>>
  741. <<gt 'mirror' 'brush'>>
  742. <</actCLA>>
  743. <</if>>
  744. <<quickwash>>
  745. <<basin>>
  746. <<if $inventory.get("shampoo") > 0>>
  747. <<shower>>
  748. <<else>>
  749. <font color="red">You've run out of shampoo and will have to buy some more before you can wash yourself.</font>
  750. <</if>>
  751. $inventory.get("tampon")
  752. <<gs 'din_van' 'pblc_pee'>>
  753. <</if>>
  754. <<if $location_var[$here][0] == 'Family extension'>>
  755. <<image "locations/pavlovsk/school/grounds/school_run.jpg">>
  756. <<if $housing.home == 'parents_home'>>
  757. <<if $npcs.get('A34','rel') > 50>>
  758. <p>You hear your name and turn to see Kolka. "$pc.name_nick... $pc.name_nick you won!" Kolka shouts while running towards you with a huge grin. He crashes into you and gives you a tight hug.</p>
  759. <p>"Hey, how's my favourite brother? Thanks for coming, I wasn't aware you knew I was running."</p>
  760. <p>Kolka, still grinning, replies "Hey, you didn't think I spotted you doing all those laps when the school was closed and training at the community center? You're always out wearing your sports gear and carrying that water bottle, so you're clearly not just meeting friends!"</p>
  761. <<else>>
  762. <p>You hear your name and turn to find Kolka. "$pc.name_nick, you won! Well done."</p>
  763. "Hi Kolka. Thanks for coming, I wasn''t aware you knew I was running."
  764. <p>"Yeah, well <<=$npcs.get('A29','nickname')>> asked me to keep an eye out on what you were doing since you're always out in your sports gear with that water bottle, so I asked the coach."</p>
  765. <</if>>
  766. <<set $time.minutes += 4>>
  767. <<actCLA 'Continue'>>
  768. <<set $menu_off = 1>>
  769. <p>At this point, you see your <<=$npcs.get('A29','nickname')>> and stepfather approaching.</p>
  770. <<if $npcs.get('A29','rel') > 50>>
  771. <p>Your <<=$npcs.get('A29','nickname')>> approaches you and gives you a hug. "I know we've had our differences, but I only want the best for you. I'm so proud of you. Why didn't you say something?"</p>
  772. <<if $npcs.get('A33','rel') > 50>>
  773. <p>You see Anya coming over behind Kolka. "Go girl! Well done. You should have told me about this during our nightly chats." She comes over and gives you a hug.</p>
  774. <<else>>
  775. <p>You see Anya coming over behind Kolka. "Well done $pc.name_nick. Ummm... Why didn't you say something, maybe in the evenings before bed? That way we'd get to know each other better?"</p>
  776. "Thanks Anya and umm... well you're always reading and I didn''t want to disturb you... Sorry."
  777. "Hey, don't worry about it. As I said well done, but I''d be interested to hear what''s going on with you so don't worry about disturbing me."
  778. "Okay, thanks Anya... I'll try." You give her a hug.
  779. <</if>>
  780. <p>Your stepfather now joins the conversation. "Come on $pc.name_nick, get showered and changed and we'll meet you outside. We're all going out for dinner to celebrate."</p>
  781. <p>"You don't have to! I know money is tight and I'm already so happy you all took the time to come and support me. It means a lot."</p>
  782. <p>"No, I insist. I've talked about this with your <<=$npcs.get('A29','nickname')>> and she agrees. It's not often we get the chance to do something like this and we think that some quality family time would be good for all of us."</p>
  783. <<set $time.minutes += 4>>
  784. <<actCLA 'Go for a shower'>>
  785. <<showerdin>>
  786. <<if $pc.deodorant_on == 1>>
  787. <<gs 'sweat' 'remove_deo'>>
  788. <</if>>
  789. <<set $pc.pcs_hairbsh = 1>>
  790. <<video "shared/home/bathroom/dush.mp4">>
  791. After showering and changing, you head out and greet the family.
  792. <<set $time.minutes += 10>>
  793. <<actCLA 'Go to a restaurant'>>
  794. <<gs 'drugs' 'alcohol' 'wine'>>
  795. <<set $pc.frost = 0>>
  796. <<set $pc.pcs_health += 10>>
  797. <<set $pc.mood += 5>>
  798. <<set $pc.fat += 8>>
  799. <<set $pc.pcs_energy += 60>>
  800. <<if $pc.pcs_hydra >= 100>>
  801. <<set $pc.pcs_hydra += 10>>
  802. <<else>>
  803. <<set $pc.pcs_hydra += 20>>
  804. <</if>>
  805. <<set $cumspclnt = 2>>
  806. <<gs 'cum_cleanup'>>
  807. <<set $pc.pcs_breath = 0>>
  808. <<image "locations/pavlovsk/school/grounds/restaurant_family.jpg">>
  809. At the local Del Parco restaurant, you all spend a few hours enjoying your meal as your family encourage you to continue and improve, but stressing that they are very proud of what you've achieved so far.
  810. <p>Your stepfather orders some wine and although your <<=$npcs.get('A29','nickname')>> gives him a disapproving look, he gives you a glass so you can toast your victory.</p>
  811. At the end of a very enjoyable meal and some quality family time, you thank them again for their kindness and acknowledge that you really appreciate this as you know that money is tight. There''s a big family hug and you all return home.
  812. <<set $time.minutes += 90>>
  813. <<actCLA 'Go home'>>
  814. <<set $time.minutes += 4>> <<set $pavhome_enter = 1>> <<gt 'homes_properties' 'go_home'>>
  815. <</actCLA>>
  816. <</actCLA>>
  817. <</actCLA>>
  818. <<else>>
  819. <p>"$pc.name_nick, you won! Well done!" your <<=$npcs.get('A29','nickname')>> shouts as she approaches.</p>
  820. "Thanks. And thanks for coming too."
  821. "I know that we have our differnces, but I haven''t stopped caring about you and I asked Kolka to let me know if he saw you around as I kept seeing you heading out in your sports gear with your waterbottle and wondered what you were doing." she replies.
  822. <p>You're a little lost for words, so your <<=$npcs.get('A29','nickname')>> continues. "He told me he's seen you running at the track when the school was closed and training at the community centre, so I asked the coach. Anyway I'm so proud of you! Why didn't you say something?"</p>
  823. <p>When you don't answer, your <<=$npcs.get('A29','nickname')>> continues. "Come on, get showered and changed and I'll meet you outside." Anya and Kolka give you a friendly wave and leave.</p>
  824. <<set $time.minutes += 4>>
  825. <<actCLA 'Go for a shower'>>
  826. <<showerdin>>
  827. <<if $pc.deodorant_on == 1>>
  828. <<gs 'sweat' 'remove_deo'>>
  829. <</if>>
  830. <<set $pc.pcs_hairbsh = 1>>
  831. <<video "shared/home/bathroom/dush.mp4">>
  832. After showering and changing, you head out and greet your mother. "Thanks for coming. It means a lot to me."
  833. <p>"Of course I'd come $pc.name_nick! I just want the best for you and I'm proud of you and your win. Come on, let's go out for a bite to eat. I think we need to have a chat."</p>
  834. <p>"You don't have to <<=$npcs.get('A29','nickname')>>, I'm so glad you came and I know money is tight."</p>
  835. "That's fine, so long as you don't mind the station cafe. I want to see if we can't patch things up between us."
  836. <<set $time.minutes += 10>>
  837. <<actCLA 'Go to the cafe'>>
  838. <<if $pc.alko > 0>>
  839. <<setn $pc.alko -= 1>>
  840. <</if>>
  841. <<set $pc.frost = 0>>
  842. <<set $pc.pcs_health += 18>>
  843. <<set $pc.mood += 15>>
  844. <<set $pc.fat += 11>>
  845. <<set $pc.pcs_energy += 70>>
  846. <<if $pc.pcs_hydra >= 100>>
  847. <<set $pc.pcs_hydra += 40>>
  848. <<else>>
  849. <<set $pc.pcs_hydra += 80>>
  850. <</if>>
  851. <<set $cumspclnt = 2>>
  852. <<gs 'cum_cleanup'>>
  853. <<set $pc.pcs_breath = 0>>
  854. <<image "locations/pavlovsk/school/grounds/sveta_mum_restaurant.jpg">>
  855. <<if $npcs.get('A29','QW') > 0>>
  856. <<if $npcs.get('A29','QW') == 1>>
  857. <<run $npcs.set('A29','QW',2)>>
  858. <</if>>
  859. At the station cafe, your mother selects a corner spot away from the main area so you can keep your chat private.
  860. You both initially have some general small talk during which she again congratulates you on your win and explains that she wants the best for you and will help in any way she can, but you need to meet her half way.
  861. <p>You're initially unsure how to respond, but after a while in a very low shaky voice, you reply. "I'd love that, but why do you give me such a hard time just because I had sex?"</p>
  862. <p>As your feelings start to come to the surface, you continue. "Yes, I had sex, but it doesn't make me a bad person! And what gives you the right to immediately treat me like I'm a whore!? I can do the maths, you were 16 when you had Anya! That's younger than me!"</p>
  863. Your mother sighs and a tear starts rolling down her cheek as she slowly replies "I know. Maybe I was a bit harsh, but I don't want you repeating my mistakes. I want you to have the chance to go to university and make a better life for yourself."
  864. You feel bad seeing your mother cry and tell her that you're careful and will try your best at school. You also reassure her that you are taking precautions.
  865. Your mother responds that she accepts that she may have been a bit harsh and apologises.
  866. <p>"Okay <<=$npcs.get('A29','nickname')>>, I'll try and yes it would be great to have my <<=$npcs.get('A29','nickname')>> back!" you reply.</p>
  867. <p>Your mother gets up and comes over to hug you. "Thanks $pc.name_nick, that's all I can ask and I'll try to be more supportive too. Just please talk to me if you're worried about anything."</p>
  868. After the meal and chat, you both feel relieved and emotionally drained, but happier.
  869. <<else>>
  870. At the station cafe, your mother selects a corner spot away from the main area so you can keep your chat private.
  871. You both initially have some general small talk during which she again congratulates you on your win and explains that she wants the best for you and will help in any way she can, but she doesn''t want you staying out late as you could get into trouble. She continues by saying that she wants you to go to university so that you can make a better life for yourself.
  872. <p>Although you're a little annoyed that she's still treating you like a child, you do appreciate her concern. "I know <<=$npcs.get('A29','nickname')>> and I'm sorry that you get worried when I get back a little late, but you know what time the disco finishes at and that I'll never be home by midnight unless I leave earlier than my friends. They would laugh at me having to be home early for bedtime!"</p>
  873. <p>Your mother thinks it through for a moment. "Okay, I can accept that. I'm also aware that you're nearly 18, but that won't stop me from worrying. Maybe I've been a bit harsh in my approach out of habit with Anya but, like I said, I only want the best for you. Can you at least try to meet me half way on this and do your best in school too?"</p>
  874. <p>Unsure how to respond, you sigh. "Okay <<=$npcs.get('A29','nickname')>>, I'll try. It's just that it can get a bit overbearing."</p>
  875. Your mother continues. "Okay, let''s just try to get our relationship back to a good place. Please promise me that you'll do your best in school too. Also, no matter what please know that you can always talk to me if something is worrying you. Please know that I do love you and want the best for you."
  876. <p>This is the closest you've felt to your mother for ages, so you get up and give her a hug. "Thanks <<=$npcs.get('A29','nickname')>>. I'm glad we had this chat to clear the air. I love you too and it'll be good to have my <<=$npcs.get('A29','nickname')>> back." She hugs you back and you both finish your meals with some more relaxed conversation.</p>
  877. After that, you both feel much relieved and emotionally drained, but happier.
  878. <</if>>
  879. <<run $npcs.set('A29','rel',50)>>
  880. <<set $time.minutes += 60>>
  881. <<actCLA 'Go home'>>
  882. <<set $time.minutes += 4>> <<set $pavhome_enter = 1>> <<gt 'homes_properties' 'go_home'>>
  883. <</actCLA>>
  884. <</actCLA>>
  885. <</actCLA>>
  886. <</if>>
  887. <</actCLA>>
  888. <<else>>
  889. <<if $npcs.get('A33','rel') > 50>>
  890. You hear your sister shout your name and look around.
  891. <p>"Hey $pc.name_nick, go girl well done!" She comes over and gives you a hug. "This calls for a celebration. Let's go for a few beers! You can always burn it off later."</p>
  892. "Thanks for coming, sis. It means a lot."
  893. <p>"I wasn't going to miss the opportunity and a possible little celebration with my little sis, was I?"</p>
  894. "Okay cool. Yeah, I'm up for that. Let me go and shower and change first."
  895. <p>"Okay, just don't be too long or I might just leave without you!"</p>
  896. <<set $time.minutes += 4>>
  897. <<actCLA 'Go for a shower'>>
  898. <<set $menu_off = 1>>
  899. <<showerdin>>
  900. <<if $pc.deodorant_on == 1>>
  901. <<gs 'sweat' 'remove_deo'>>
  902. <</if>>
  903. <<set $pc.pcs_hairbsh = 1>>
  904. <<set $time.minutes += 30>>
  905. <<video "shared/home/bathroom/dush.mp4">>
  906. A few minutes later, you reappear showered and changed and head off to the station cafe.
  907. <<actCLA 'Have a drink with Anya'>>
  908. <<gs 'drugs' 'alcohol' 'beer' 4>>
  909. <<image "locations/pavlovsk/school/grounds/Sis_drink.jpg">>
  910. You both have a few beers for the next few hours and spend time catching up. Feeling light headed and more than a little tipsy, you both leave the cafe and share a hug as you promise to meet up regularly and catch up. You know that you can see Anya at the community center on Friday evenings.
  911. <<set $time.minutes += 100>>
  912. <<actCLA 'Go home'>>
  913. <<set $time.minutes += 4>> <<gt 'homes_properties' 'go_home'>>
  914. <</actCLA>>
  915. <</actCLA>>
  916. <</actCLA>>
  917. <<else>>
  918. <<if getvar("$Boyfriend") == 0>>
  919. <<if $lover[0] != ''>>
  920. <<set $lover_number = 0>>
  921. <<elseif $lover[1] != ''>>
  922. <<set $lover_number = 1>>
  923. <<else>>
  924. <<set $lover_number = 2>>
  925. <</if>>
  926. <p>You hear $lover[$lover_number] shouting your name and jog over to meet them. You both embrace with a cuddle and a kiss on the cheek.</p>
  927. "Hey love, well done."
  928. "Thanks. And thanks for coming, it means a lot."
  929. "Of course I''d come and support you. Now go and get freshened up and we'll go out, my treat and you choose."
  930. You both have another cuddle before you head into the changing rooms to get showered and changed.
  931. <<set $time.minutes += 4>>
  932. <<actCLA 'Go take your shower'>>
  933. <<showerdin>>
  934. <<if $pc.deodorant_on == 1>>
  935. <<gs 'sweat' 'remove_deo'>>
  936. <</if>>
  937. <<set $pc.pcs_hairbsh = 1>>
  938. <<video "shared/home/bathroom/dush.mp4">>
  939. <p>Rejoining $lover[$lover_number], you both have a passionate embrace as most folks have gone. $lover[$lover_number] then says "Well done again $pc.name_nick, sorry but I have something I have to do that won't wait. See you soon."</p>
  940. <<set $time.minutes += 10>>
  941. <<actCLA 'Go home'>>
  942. <<set $time.minutes += 4>> <<gt 'homes_properties' 'go_home'>>
  943. <</actCLA>>
  944. <</actCLA>>
  945. <</if>>
  946. <<set $time.minutes += 4>>
  947. <<actCLA 'Go home'>>
  948. <<set $time.minutes += 4>> <<gt 'homes_properties' 'go_home'>>
  949. <</actCLA>>
  950. <</if>>
  951. <</if>>
  952. <</if>>