gschool_lessons.qsrc 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806
  1. # gschool_lessons
  2. if $ARGS[0] = 'morning':
  3. *clr & cla
  4. $menu_loc = 'gschool_lessons'
  5. $menu_arg = 'morning'
  6. $location_type = 'public_indoors'
  7. killvar '$locclass'
  8. menu_off = 0
  9. if school_check_day ! daystart:
  10. school_check_day = daystart
  11. schoolprogul -= 1
  12. school_lunch = 0
  13. if lernHome = 0: pcs_grades += 2
  14. if lernHome > 0: pcs_grades -= 1
  15. if missing_class > 9:
  16. missing_class -= 9
  17. pcs_grades -= 3
  18. elseif missing_class > 6:
  19. missing_class -= 6
  20. pcs_grades -= 2
  21. end
  22. if pcs_grades > 100: pcs_grades = 100
  23. if pcs_grades < 0: pcs_grades = 0
  24. lernSkill += 1
  25. lernHome += 1
  26. if schoolSorev = 1: schoolSorev = 0
  27. gs 'gschool_socialchg', 'test'
  28. end
  29. if $breaktype ! 'first':
  30. if detention_set = 1 and week = 1:
  31. detention_set = 2
  32. '<center><img <<$set_imgh>> src="images/pc/npc_headshots/big134.jpg"></center>'
  33. 'The principal is waiting for you in the hall, and with a simple curl of a finger, she summons you to follow her to her office.'
  34. *nl
  35. gs 'gschool_lessons', 'uniform_check'
  36. act 'Follow': gt 'gschool_office', 'principal'
  37. elseif late = 0 and cheerleadingQW['skipped_ev'] + cheerleadingQW['skipped_g_ev'] > 0:
  38. gs 'gschool_cheerleading', 'skipped_ev'
  39. act 'Continue down the hall': gt 'gschool_lessons', 'morning'
  40. elseif grupTipe = 3 and nerd_game['invite_day'] < daystart - week:
  41. gt 'nerd_game_night', 'invite', 'morning'
  42. else
  43. '<center><b><font color="maroon">School Hallway</font></b></center>'
  44. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/gschool_hall0<<Rand(0,2)>>.jpg"></center>'
  45. 'Walking down the halls, you barely notice the poor state of the school anymore, having grown used to it. Approaching your locker, you see several of your classmates who you wave to.'
  46. gs 'gschool_gossip', 'morning'
  47. *nl
  48. gs 'gschool_lessons', 'uniform_check'
  49. gs 'gschool_schedule'
  50. act 'Go to first period': school_period = 0 & gt 'gschool_lessons', 'schedule'
  51. act 'Skip first period': school_period = 1 & gt 'gschool_lessons', 'skip'
  52. act 'Use water cooler': $breaktype = 'first' & gt 'gschool_break', 'watercooler'
  53. act 'Go to the girls restroom': $breaktype = 'first' & gt 'gschool_break', 'girls_restroom'
  54. act 'Go to the boys restroom': $breaktype = 'first' & gt 'gschool_break', 'boys_restroom'
  55. end
  56. else
  57. '<center><b><font color="maroon">School Hallway</font></b></center>'
  58. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/gschool_hall0<<Rand(0,2)>>.jpg"></center>'
  59. 'Walking down the halls, you barely notice the poor state of the school anymore, having grown used to it. Approaching your locker, you see several of your classmates who you wave to.'
  60. act 'Go to first period': school_period = 0 & gt 'gschool_lessons', 'schedule'
  61. act 'Skip first period': school_period = 1 & gt 'gschool_lessons', 'skip'
  62. end
  63. end
  64. if $ARGS[0] = 'uniform_check':
  65. if PCloInhibit <= 10:
  66. grupvalue[3] += 1
  67. grupvalue[5] += 1
  68. grupvalue[1] -= 1
  69. grupvalue[2] -= 1
  70. '<font color="blue">This uniform is very conservative.</font>'
  71. elseif PCloSkirt < 5 and PCloThinness < 5 and PCloBra = 0:
  72. if PCloQuality = 4:
  73. grupvalue[1] += 1
  74. grupvalue[2] += 1
  75. '<font color="blue">This uniform complies with the regulations and is of good quality.</font>'
  76. else
  77. '<font color="blue">This uniform complies with the school regulations on skirt length.</font>'
  78. end
  79. elseif PCloSkirt = 5 and PCloThinness < 5 and PCloBra = 0:
  80. if PCloQuality = 4:
  81. grupvalue[1] += 1
  82. grupvalue[2] += 1
  83. grupvalue[4] += 1
  84. '<font color="blue">This uniform slightly breaches the school regulations on skirt length and is of good quality.</font>'
  85. else
  86. grupvalue[4] += 1
  87. '<font color="blue">This uniform slightly breaches the school regulations on skirt length.</font>'
  88. end
  89. else
  90. grupvalue[1] -= 1
  91. grupvalue[2] -= 1
  92. grupvalue[3] -= 1
  93. grupvalue[5] -= 1
  94. demerit += 5
  95. gs 'fame', 'pav', 'sex', 1
  96. '<font color="red">This uniform makes a mockery of the school uniform regulations.</font>'
  97. end
  98. end
  99. if $ARGS[0] = 'short_break':
  100. killvar '$breaktype'
  101. killvar '$locclass'
  102. menu_off = 1
  103. gs 'stat'
  104. if school_period = 1:
  105. if hour = 6:
  106. minut += 165-minut
  107. elseif hour = 7:
  108. minut += 105-minut
  109. elseif hour = 8 and minut < 45:
  110. minut += 45-minut
  111. elseif hour = 8 and minut < 50:
  112. 'Time to move to next class'
  113. else
  114. school_period = 2
  115. gt 'gschool_lessons', 'short_break'
  116. end
  117. elseif school_period = 2:
  118. if hour = 8:
  119. minut += 95-minut
  120. elseif hour = 9 and minut < 35:
  121. minut += 35-minut
  122. elseif hour = 9 and minut < 55:
  123. 'Time to move to next class'
  124. else
  125. school_period = 4
  126. gt 'gschool_lessons', 'short_break'
  127. end
  128. elseif school_period = 3:
  129. if $ARGS[1] = '':
  130. if hour = 9 and minut < 55:
  131. minut += 55-minut
  132. 'Time to move to next class'
  133. else
  134. school_period = 4
  135. gt 'gschool_lessons', 'short_break'
  136. end
  137. else
  138. if hour = 9 and minut < 46:
  139. minut += 46-minut
  140. end
  141. end
  142. elseif school_period = 4:
  143. if hour = 9:
  144. minut += 100-minut
  145. elseif hour = 10 and minut < 40:
  146. minut += 40-minut
  147. elseif hour = 10 and minut < 45:
  148. 'Time to move to next class'
  149. else
  150. school_period = 5
  151. gt 'gschool_lessons', 'short_break'
  152. end
  153. elseif school_period = 5:
  154. if hour = 10:
  155. minut += 90-minut
  156. elseif hour = 11 and minut < 30:
  157. minut += 30-minut
  158. elseif hour = 12 and minut < 25 and minut > 20:
  159. school_period = 6
  160. gt 'gschool_lessons', 'short_break'
  161. elseif (hour = 12 and minut > 25 ) or hour > 12:
  162. school_period = 6
  163. gt 'gschool_lessons', 'short_break'
  164. end
  165. if NikoVolkovQW = 10 and NikoEv = 12: school_lunch = 1 & school_period = 6 & gt 'NikoDreams', 'Classroom Dream'
  166. elseif school_period = 6:
  167. if $ARGS[1] = '':
  168. if hour = 10:
  169. minut += 145-minut
  170. elseif hour = 11:
  171. minut += 85-minut
  172. elseif hour = 12 and minut < 25:
  173. minut += 25-minut
  174. else
  175. school_period = 7
  176. gt 'gschool_lessons', 'short_break'
  177. end
  178. end
  179. elseif school_period = 7:
  180. if hour = 11:
  181. minut += 130-minut
  182. elseif hour = 12:
  183. minut += 70-minut
  184. elseif hour = 13 and minut < 10:
  185. minut += 10-minut
  186. elseif hour = 13 and minut < 15:
  187. 'Time to move to next class'
  188. else
  189. school_period = 8
  190. gt 'gschool_lessons', 'short_break'
  191. end
  192. elseif school_period = 8:
  193. if hour = 13: minut += 60-minut
  194. end
  195. gs 'stat'
  196. if school_period = 2:
  197. if $ARGS[1] ! 'nopict':
  198. '<center><b><font color="maroon">School Hallway</font></b></center>'
  199. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/gschool_hall0<<Rand(0,2)>>.jpg"></center>'
  200. nl
  201. gs 'gschool_schedule'
  202. end
  203. act 'Time for morning break': gt 'gschool_lessons', 'schedule'
  204. elseif school_period = 5:
  205. if $ARGS[1] ! 'nopict':
  206. '<center><b><font color="maroon">School Hallway</font></b></center>'
  207. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/gschool_hall0<<Rand(0,2)>>.jpg"></center>'
  208. nl
  209. gs 'gschool_schedule'
  210. end
  211. act 'Time for lunch break': gt 'gschool_lessons', 'schedule'
  212. elseif (school_period < 8):
  213. if $ARGS[1] ! 'nopict':
  214. '<center><b><font color="maroon">School Hallway</font></b></center>'
  215. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/gschool_hall0<<Rand(0,2)>>.jpg"></center>'
  216. gs 'gschool_gossip', 'gossip'
  217. nl
  218. gs 'gschool_schedule'
  219. end
  220. if christinaphotos > 4: gt 'gschool_events', 'christinaphotos'
  221. act 'Move to next class': gt 'gschool_lessons', 'schedule'
  222. act 'Skip next class': school_period += 1 & gt 'gschool_lessons', 'skip'
  223. if cheerleadingQW['skipped_ev'] + cheerleadingQW['skipped_g_ev'] > 0:
  224. gs 'gschool_cheerleading', 'skipped_ev'
  225. act 'Continue down the hall': gt 'gschool_lessons', 'short_break'
  226. elseif grupTipe = 3 and nerd_game['invite_day'] < daystart - week:
  227. gt 'nerd_game_night', 'invite', 'short_break'
  228. end
  229. elseif Kuznetsov_punishment = 1:
  230. '<center><b><font color="maroon">School Hallway</font></b></center>'
  231. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/gschool_hall0<<Rand(0,2)>>.jpg"></center>'
  232. act 'Go to Kuznecov''s study': gt 'gschool_lessonsev2','shop_punishment'
  233. act 'Leave the school': gt 'gschool_lessons', 'schedule'
  234. else
  235. gt 'gschool_lessons', 'schedule'
  236. end
  237. end
  238. if $ARGS[0] = 'skip':
  239. *clr & cla
  240. $menu_loc = 'gschool_lessons'
  241. $menu_arg = 'skip'
  242. $location_type = 'public_indoors'
  243. menu_off = 0
  244. killvar '$breaktype'
  245. gs 'stat'
  246. '<center><b><font color="maroon">School Hallway</font></b></center>'
  247. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/building/gschool_hall0<<rand(0,2)>>.jpg"></center>'
  248. '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.'
  249. act 'Go to girl''s bathroom': missing_class += 1 & gt 'gschool_girls_bathroom', 'start'
  250. act 'Go to boy''s bathroom': missing_class += 1 & gt 'gschool_boys_bathroom', 'start'
  251. !! act 'Go to old school building': gt
  252. end
  253. if $ARGS[0] = 'schedule':
  254. killvar '$breaktype'
  255. gs 'stat'
  256. if school_period = 0:
  257. school_period = 1
  258. if hour >= 8:
  259. if week = 1: gt 'gschool_lessons4', 'math_late'
  260. if week = 2: gt 'gschool_lessons3', 'literature_late'
  261. if week = 3: gt 'gschool_lessons4', 'math_late'
  262. if week = 4: gt 'gschool_lessons3', 'literature_late'
  263. if week = 5: gt 'gschool_lessons4', 'math_late'
  264. else
  265. if hour = 7: minut += 60 - minut
  266. if hour = 6: minut += 120 - minut
  267. if week = 1: gt 'gschool_lessons4', 'math'
  268. if week = 2: gt 'gschool_lessons3', 'literature'
  269. if week = 3: gt 'gschool_lessons4', 'math'
  270. if week = 4: gt 'gschool_lessons3', 'literature'
  271. if week = 5: gt 'gschool_lessons4', 'math'
  272. end
  273. elseif school_period = 1:
  274. school_period = 2
  275. if hour = 8 and minut < 50: minut += 50 - minut
  276. if week = 1: gt 'gschool_lessons1', 'russian'
  277. if week = 2: gt 'gschool_lessons1', 'geography'
  278. if week = 3: gt 'gschool_lessons1', 'russian'
  279. if week = 4: gt 'gschool_lessons1', 'geography'
  280. if week = 5: gt 'gschool_lessons1', 'russian'
  281. elseif school_period = 2:
  282. school_period = 3
  283. gt 'gschool_lunch', 'break'
  284. elseif school_period = 3:
  285. school_period = 4
  286. if hour = 9 and minut < 55: minut += 55 - minut
  287. if week = 1: gt 'gschool_lessons4', 'english'
  288. if week = 2: gt 'gschool_lessons2', 'science'
  289. if week = 3: gt 'gschool_lessons2', 'biology'
  290. if week = 4: gt 'gschool_lessons2', 'science'
  291. if week = 5: gt 'gschool_lessons4', 'english'
  292. elseif school_period = 4:
  293. school_period = 5
  294. if hour = 10 and minut < 45: minut += 45 - minut
  295. if week = 1: gt 'gschool_lessons3', 'art'
  296. if week = 2: gt 'gschool_lessons3', 'shop'
  297. if week = 3: gt 'gschool_lessons1', 'history'
  298. if week = 4: gt 'gschool_lessons3', 'shop'
  299. if week = 5: gt 'gschool_lessons3', 'art'
  300. elseif school_period = 5:
  301. school_period = 6
  302. gt 'gschool_lunch', 'lunch'
  303. elseif school_period = 6:
  304. school_period = 7
  305. if hour = 12 and minut < 25: minut += 25 - minut
  306. if week = 1: gt 'gschool_lessons2', 'biology'
  307. if week = 2: gt 'gschool_lessons2', 'computer'
  308. if week = 3: gt 'gschool_lessons2', 'computer'
  309. if week = 4: gt 'gschool_lessons2', 'computer'
  310. if week = 5: gt 'gschool_lessons1', 'history'
  311. elseif school_period = 7:
  312. school_period = 8
  313. if hour = 13 and minut < 15: minut += 15 - minut
  314. if week = 1: gt 'gschool_lessons4', 'pe'
  315. if week = 2: gt 'gschool_lessons2', 'music'
  316. if week = 3: gt 'gschool_lessons4', 'pe'
  317. if week = 4: gt 'gschool_lessons2', 'music'
  318. if week = 5: gt 'gschool_lessons4', 'pe'
  319. else
  320. school_period = 0
  321. gt 'gschool_grounds', 'main'
  322. end
  323. end
  324. !!{ Probably can be deleted
  325. if $ARGS[0] = 'npc_data':
  326. !!$npc_firstname[i] - npc given name stored since MGX
  327. !!$npc_nickname[i] - npc nick name stored since MGX
  328. !!$npc_lastname[i] - npc surname name stored since MGX
  329. !!$npc_usedname[i] - npc usual used name stored since MGX
  330. !!$npc_notes[i] - npc character description stored since MGX
  331. !!npc_rel[i] - npc relationship stored since MGX
  332. !!npc_love[i] - npc lust for PC stored since MGX
  333. !!npc_gender[i] - 0 - male, 1 - female stored since MGX
  334. !!npc_rel['A<<i>>'] - Starting relationship
  335. !!npcPol[i] - sex, 0 - male, 1 - female
  336. !!grupTipe[i] - social group
  337. !!1 - cool kids
  338. !!2 - jocks
  339. !!3 - nerds
  340. !!4 - Gopnik
  341. !!5 - outcasts
  342. !!6 - teachers
  343. !!
  344. !!===========================Male Students=======================
  345. !!
  346. !!Dimka Nosov
  347. $school_static_num[1] = 'A1'
  348. npcPol[1] = 0
  349. grupTipe[1] = 1
  350. $npcGo[1] = '<a href="exec:numnpc = 1 & gt ''Snpc''"><<$npc_firstname[''A1'']>> <<$npc_lastname[''A1'']>></a>'
  351. $npcSelfie[1] = '<a href="exec:numnpc = 1 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A1'']>> <<$npc_lastname[''A1'']>></a>'
  352. !!Artem Chebotarev
  353. $school_static_num[2] = 'A2'
  354. npcPol[2] = 0
  355. grupTipe[2] = 3
  356. $npcGo[2] = '<a href="exec:numnpc = 2 & gt ''Snpc''"><<$npc_firstname[''A2'']>> <<$npc_lastname[''A2'']>></a>'
  357. $npcSelfie[2] = '<a href="exec:numnpc = 2 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A2'']>> <<$npc_lastname[''A2'']>></a>'
  358. !!Ivan Prokhorov
  359. $school_static_num[3] = 'A3'
  360. npcPol[3] = 0
  361. grupTipe[3] = 2
  362. $npcGo[3] = '<a href="exec:numnpc = 3 & gt ''Snpc''"><<$npc_firstname[''A3'']>> <<$npc_lastname[''A3'']>></a>'
  363. $npcSelfie[3] = '<a href="exec:numnpc = 3 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A3'']>> <<$npc_lastname[''A3'']>></a>'
  364. !!Igor Kruglov
  365. $school_static_num[4] = 'A4'
  366. npcPol[4] = 0
  367. grupTipe[4] = 1
  368. $npcGo[4] = '<a href="exec:numnpc = 4 & gt ''Snpc''"><<$npc_firstname[''A4'']>> <<$npc_lastname[''A4'']>></a>'
  369. $npcSelfie[4] = '<a href="exec:numnpc = 4 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A4'']>> <<$npc_lastname[''A4'']>></a>'
  370. !!Fedor Kozlov
  371. $school_static_num[5] = 'A5'
  372. npcPol[5] = 0
  373. if fedormasha = 1: grupTipe[5] = 5
  374. if fedormasha = 0: grupTipe[5] = 2
  375. $npcGo[5] = '<a href="exec:numnpc = 5 & gt ''Snpc''"><<$npc_firstname[''A5'']>> <<$npc_lastname[''A5'']>></a>'
  376. $npcSelfie[5] = '<a href="exec:numnpc = 5 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A5'']>> <<$npc_lastname[''A5'']>></a>'
  377. !!Petka Klyuyev
  378. $school_static_num[6] = 'A6'
  379. npcPol[6] = 0
  380. grupTipe[6] = 3
  381. $npcGo[6] = '<a href="exec:numnpc = 6 & gt ''Snpc''"><<$npc_firstname[''A6'']>> <<$npc_lastname[''A6'']>></a>'
  382. $npcSelfie[6] = '<a href="exec:numnpc = 6 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A6'']>> <<$npc_lastname[''A6'']>></a>'
  383. !!Lesco Tsarev
  384. $school_static_num[7] = 'A7'
  385. npcPol[7] = 0
  386. grupTipe[7] = 5
  387. $npcGo[7] = '<a href="exec:numnpc = 7 & gt ''Snpc''"><<$npc_firstname[''A7'']>> <<$npc_lastname[''A7'']>></a>'
  388. $npcSelfie[7] = '<a href="exec:numnpc = 7 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A7'']>> <<$npc_lastname[''A7'']>></a>'
  389. !!Svyatoslav Voinov
  390. $school_static_num[8] = 'A8'
  391. npcPol[8] = 0
  392. grupTipe[8] = 2
  393. $npcGo[8] = '<a href="exec:numnpc = 8 & gt ''Snpc''"><<$npc_firstname[''A8'']>> <<$npc_lastname[''A8'']>></a>'
  394. $npcSelfie[8] = '<a href="exec:numnpc = 8 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A8'']>> <<$npc_lastname[''A8'']>></a>'
  395. !!Vitek Kotov
  396. $school_static_num[9] = 'A9'
  397. npcPol[9] = 0
  398. grupTipe[9] = 4
  399. $npcGo[9] = '<a href="exec:numnpc = 9 & gt ''Snpc''"><<$npc_firstname[''A9'']>> <<$npc_lastname[''A9'']>></a>'
  400. $npcSelfie[9] = '<a href="exec:numnpc = 9 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A9'']>> <<$npc_lastname[''A9'']>></a>'
  401. !!Dan Ryzhov
  402. $school_static_num[10] = 'A10'
  403. npcPol[10] = 0
  404. grupTipe[10] = 4
  405. $npcGo[10] = '<a href="exec:numnpc = 10 & gt ''Snpc''"><<$npc_firstname[''A10'']>> <<$npc_lastname[''A10'']>></a>'
  406. $npcSelfie[10] = '<a href="exec:numnpc = 10 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A10'']>> <<$npc_lastname[''A10'']>></a>'
  407. !!Vasily Shulgin
  408. $school_static_num[11] = 'A11'
  409. npcPol[11] = 0
  410. grupTipe[11] = 4
  411. $npcGo[11] = '<a href="exec:numnpc = 11 & gt ''Snpc''"><<$npc_firstname[''A11'']>> <<$npc_lastname[''A11'']>></a>'
  412. $npcSelfie[11] = '<a href="exec:numnpc = 11 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A11'']>> <<$npc_lastname[''A11'']>></a>'
  413. !!Marcus Larson
  414. $school_static_num[27] = 'A146'
  415. npcPol[27] = 0
  416. grupTipe[27] = 1
  417. $npcGo[27] = '<a href="exec:numnpc = 27 & gt ''Snpc''"><<$npc_firstname[''A146'']>> <<$npc_lastname[''A146'']>></a>'
  418. $npcSelfie[27] = '<a href="exec:numnpc = 27 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A146'']>> <<$npc_lastname[''A146'']>></a>'
  419. !!Andrey Aleksandrov
  420. $school_static_num[28] = 'A147'
  421. npcPol[28] = 0
  422. grupTipe[28] = 1
  423. $npcGo[28] = '<a href="exec:numnpc = 28 & gt ''Snpc''"><<$npc_firstname[''A147'']>> <<$npc_lastname[''A147'']>></a>'
  424. $npcSelfie[28] = '<a href="exec:numnpc = 28 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A147'']>> <<$npc_lastname[''A147'']>></a>'
  425. !!Mefodiy Utkin
  426. $school_static_num[29] = 'A148'
  427. npcPol[29] = 0
  428. grupTipe[29] = 1
  429. $npcGo[29] = '<a href="exec:numnpc = 29 & gt ''Snpc''"><<$npc_firstname[''A148'']>> <<$npc_lastname[''A148'']>></a>'
  430. $npcSelfie[29] = '<a href="exec:numnpc = 29 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A148'']>> <<$npc_lastname[''A148'']>></a>'
  431. !!Lazar Utkin
  432. $school_static_num[32] = 'A149'
  433. npcPol[32] = 0
  434. grupTipe[32] = 2
  435. $npcGo[32] = '<a href="exec:numnpc = 32 & gt ''Snpc''"><<$npc_firstname[''A149'']>> <<$npc_lastname[''A149'']>></a>'
  436. $npcSelfie[32] = '<a href="exec:numnpc = 32 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A149'']>> <<$npc_lastname[''A149'']>></a>'
  437. !!Erast Vagin
  438. $school_static_num[33] = 'A150'
  439. npcPol[33] = 0
  440. grupTipe[33] = 2
  441. $npcGo[33] = '<a href="exec:numnpc = 33 & gt ''Snpc''"><<$npc_firstname[''A150'']>> <<$npc_lastname[''A150'']>></a>'
  442. $npcSelfie[33] = '<a href="exec:numnpc = 33 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A150'']>> <<$npc_lastname[''A150'']>></a>'
  443. !!Evgeny Kuznetsov
  444. $school_static_num[35] = 'A151'
  445. npcPol[35] = 0
  446. grupTipe[35] = 3
  447. $npcGo[35] = '<a href="exec:numnpc = 35 & gt ''Snpc''"><<$npc_firstname[''A151'']>> <<$npc_lastname[''A151'']>></a>'
  448. $npcSelfie[35] = '<a href="exec:numnpc = 35 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A151'']>> <<$npc_lastname[''A151'']>></a>'
  449. !!Feofan Krupin
  450. $school_static_num[36] = 'A152'
  451. npcPol[36] = 0
  452. grupTipe[36] = 3
  453. $npcGo[36] = '<a href="exec:numnpc = 36 & gt ''Snpc''"><<$npc_firstname[''A152'']>> <<$npc_lastname[''A152'']>></a>'
  454. $npcSelfie[36] = '<a href="exec:numnpc = 36 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A152'']>> <<$npc_lastname[''A152'']>></a>'
  455. !!Gerasim Vasilyev
  456. $school_static_num[37] = 'A153'
  457. npcPol[37] = 0
  458. grupTipe[37] = 3
  459. $npcGo[37] = '<a href="exec:numnpc = 37 & gt ''Snpc''"><<$npc_firstname[''A153'']>> <<$npc_lastname[''A153'']>></a>'
  460. $npcSelfie[37] = '<a href="exec:numnpc = 37 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A153'']>> <<$npc_lastname[''A153'']>></a>'
  461. !!Radomir Popov
  462. $school_static_num[39] = 'A154'
  463. npcPol[39] = 0
  464. grupTipe[39] = 4
  465. $npcGo[39] = '<a href="exec:numnpc = 39 & gt ''Snpc''"><<$npc_firstname[''A154'']>> <<$npc_lastname[''A154'']>></a>'
  466. $npcSelfie[39] = '<a href="exec:numnpc = 39 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A154'']>> <<$npc_lastname[''A154'']>></a>'
  467. !!Lavrenti Romanov
  468. $school_static_num[40] = 'A155'
  469. npcPol[40] = 0
  470. grupTipe[40] = 4
  471. $npcGo[40] = '<a href="exec:numnpc = 40 & gt ''Snpc''"><<$npc_firstname[''A155'']>> <<$npc_lastname[''A155'']>></a>'
  472. $npcSelfie[40] = '<a href="exec:numnpc = 40 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A155'']>> <<$npc_lastname[''A155'']>></a>'
  473. !!Arkadi Fyodorov
  474. $school_static_num[41] = 'A156'
  475. npcPol[41] = 0
  476. grupTipe[41] = 4
  477. $npcGo[41] = '<a href="exec:numnpc = 41 & gt ''Snpc''"><<$npc_firstname[''A156'']>> <<$npc_lastname[''A156'']>></a>'
  478. $npcSelfie[41] = '<a href="exec:numnpc = 41 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A156'']>> <<$npc_lastname[''A156'']>></a>'
  479. !!Roman Yakovlev
  480. $school_static_num[42] = 'A157'
  481. npcPol[42] = 0
  482. grupTipe[42] = 4
  483. $npcGo[42] = '<a href="exec:numnpc = 42 & gt ''Snpc''"><<$npc_firstname[''A157'']>> <<$npc_lastname[''A157'']>></a>'
  484. $npcSelfie[42] = '<a href="exec:numnpc = 42 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A157'']>> <<$npc_lastname[''A157'']>></a>'
  485. !!Valentin Bogdanov
  486. $school_static_num[43] = 'A158'
  487. npcPol[43] = 0
  488. grupTipe[43] = 4
  489. $npcGo[43] = '<a href="exec:numnpc = 43 & gt ''Snpc''"><<$npc_firstname[''A158'']>> <<$npc_lastname[''A158'']>></a>'
  490. $npcSelfie[43] = '<a href="exec:numnpc = 43 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A158'']>> <<$npc_lastname[''A158'']>></a>'
  491. !!Petia Alkaev
  492. $school_static_num[47] = 'A159'
  493. npcPol[47] = 0
  494. grupTipe[47] = 5
  495. $npcGo[47] = '<a href="exec:numnpc = 47 & gt ''Snpc''"><<$npc_firstname[''A159'']>> <<$npc_lastname[''A159'']>></a>'
  496. $npcSelfie[47] = '<a href="exec:numnpc = 47 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A159'']>> <<$npc_lastname[''A159'']>></a>'
  497. !!Vanya Yanka
  498. $school_static_num[59] = 'A165'
  499. npcPol[59] = 0
  500. grupTipe[59] = 2
  501. $npcGo[59] = '<a href="exec:numnpc = 59 & gt ''Snpc''"><<$npc_firstname[''A165'']>> <<$npc_lastname[''A165'']>></a>'
  502. $npcSelfie[59] = '<a href="exec:numnpc = 59 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A165'']>> <<$npc_lastname[''A165'']>></a>'
  503. !!Nikolai Volkov
  504. $school_static_num[61] = 'A189'
  505. npcPol[61] = 0
  506. grupTipe[61] = 4
  507. $npcGo[61] = '<a href="exec:numnpc = 61 & gt ''Snpc''"><<$npc_firstname[''A189'']>> <<$npc_lastname[''A189'']>></a>'
  508. $npcSelfie[61] = '<a href="exec:numnpc = 61 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A189'']>> <<$npc_lastname[''A189'']>></a>'
  509. !!
  510. !!===========================Female Students=======================
  511. !!
  512. !!Julia Milov
  513. $school_static_num[12] = 'A12'
  514. npcPol[12] = 1
  515. grupTipe[12] = 3
  516. $npcGo[12] = '<a href="exec:numnpc = 12 & gt ''Snpc''"><<$npc_firstname[''A12'']>> <<$npc_lastname[''A12'']>></a>'
  517. $npcSelfie[12] = '<a href="exec:numnpc = 12 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A12'']>> <<$npc_lastname[''A12'']>></a>'
  518. !!Lariska Gruzdeva
  519. $school_static_num[13] = 'A13'
  520. npcPol[13] = 1
  521. grupTipe[13] = 2
  522. $npcGo[13] = '<a href="exec:numnpc = 13 & gt ''Snpc''"><<$npc_firstname[''A13'']>> <<$npc_lastname[''A13'']>></a>'
  523. $npcSelfie[13] = '<a href="exec:numnpc = 13 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A13'']>> <<$npc_lastname[''A13'']>></a>'
  524. !!Katja Meynold
  525. $school_static_num[14] = 'A14'
  526. npcPol[14] = 1
  527. grupTipe[14] = 1
  528. $npcGo[14] = '<a href="exec:numnpc = 14 & gt ''Snpc''"><<$npc_firstname[''A14'']>> <<$npc_lastname[''A14'']>></a>'
  529. $npcSelfie[14] = '<a href="exec:numnpc = 14 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A14'']>> <<$npc_lastname[''A14'']>></a>'
  530. !!Vicky Meynold
  531. $school_static_num[15] = 'A15'
  532. npcPol[15] = 1
  533. grupTipe[15] = 1
  534. $npcGo[15] = '<a href="exec:numnpc = 15 & gt ''Snpc''"><<$npc_firstname[''A15'']>> <<$npc_lastname[''A15'']>></a>'
  535. $npcSelfie[15] = '<a href="exec:numnpc = 15 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A15'']>> <<$npc_lastname[''A15'']>></a>'
  536. !!Natasha Belova
  537. $school_static_num[16] = 'A16'
  538. npcPol[16] = 1
  539. grupTipe[16] = 3
  540. $npcGo[16] = '<a href="exec:numnpc = 16 & gt ''Snpc''"><<$npc_firstname[''A16'']>> <<$npc_lastname[''A16'']>></a>'
  541. $npcSelfie[16] = '<a href="exec:numnpc = 16 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A16'']>> <<$npc_lastname[''A16'']>></a>'
  542. !!Inna Devyatova
  543. $school_static_num[17] = 'A17'
  544. npcPol[17] = 1
  545. grupTipe[17] = 1
  546. $npcGo[17] = '<a href="exec:numnpc = 17 & gt ''Snpc''"><<$npc_firstname[''A17'']>> <<$npc_lastname[''A17'']>></a>'
  547. $npcSelfie[17] = '<a href="exec:numnpc = 17 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A17'']>> <<$npc_lastname[''A17'']>></a>'
  548. !!Christina Zvereva
  549. $school_static_num[18] = 'A18'
  550. npcPol[18] = 1
  551. if zverSlutQW >= 2:
  552. grupTipe[18] = 0
  553. else
  554. grupTipe[18] = 2
  555. end
  556. $npcGo[18] = '<a href="exec:numnpc = 18 & gt ''Snpc''"><<$npc_firstname[''A18'']>> <<$npc_lastname[''A18'']>></a>'
  557. $npcSelfie[18] = '<a href="exec:numnpc = 18 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A18'']>> <<$npc_lastname[''A18'']>></a>'
  558. !!Lina Starov
  559. $school_static_num[19] = 'A19'
  560. npcPol[19] = 1
  561. grupTipe[19] = 2
  562. $npcGo[19] = '<a href="exec:numnpc = 19 & gt ''Snpc''"><<$npc_firstname[''A19'']>> <<$npc_lastname[''A19'']>></a>'
  563. $npcSelfie[19] = '<a href="exec:numnpc = 19 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A19'']>> <<$npc_lastname[''A19'']>></a>'
  564. !!Lena Kotova
  565. $school_static_num[20] = 'A20'
  566. npcPol[20] = 1
  567. grupTipe[20] = 4
  568. $npcGo[20] = '<a href="exec:numnpc = 20 & gt ''Snpc''"><<$npc_firstname[''A20'']>> <<$npc_lastname[''A20'']>></a>'
  569. $npcSelfie[20] = '<a href="exec:numnpc = 20 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A20'']>> <<$npc_lastname[''A20'']>></a>'
  570. !!Lera Tsarev
  571. $school_static_num[21] = 'A21'
  572. npcPol[21] = 1
  573. grupTipe[21] = 4
  574. $npcGo[21] = '<a href="exec:numnpc = 21 & gt ''Snpc''"><<$npc_firstname[''A21'']>> <<$npc_lastname[''A21'']>></a>'
  575. $npcSelfie[21] = '<a href="exec:numnpc = 21 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A21'']>> <<$npc_lastname[''A21'']>></a>'
  576. !!Bella Artamonov
  577. $school_static_num[22] = 'A22'
  578. npcPol[22] = 1
  579. grupTipe[22] = 2
  580. $npcGo[22] = '<a href="exec:numnpc = 22 & gt ''Snpc''"><<$npc_firstname[''A22'']>> <<$npc_lastname[''A22'']>></a>'
  581. $npcSelfie[22] = '<a href="exec:numnpc = 22 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A22'']>> <<$npc_lastname[''A22'']>></a>'
  582. !!Albina Barlovskaya
  583. $school_static_num[23] = 'A23'
  584. npcPol[23] = 1
  585. grupTipe[23] = 1
  586. $npcGo[23] = '<a href="exec:numnpc = 23 & gt ''Snpc''"><<$npc_firstname[''A23'']>> <<$npc_lastname[''A23'']>></a>'
  587. $npcSelfie[23] = '<a href="exec:numnpc = 23 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A23'']>> <<$npc_lastname[''A23'']>></a>'
  588. !!Pauline Sebagotulina
  589. $school_static_num[24] = 'A24'
  590. npcPol[24] = 1
  591. grupTipe[24] = 4
  592. $npcGo[24] = '<a href="exec:numnpc = 24 & gt ''Snpc''"><<$npc_firstname[''A24'']>> <<$npc_lastname[''A24'']>></a>'
  593. $npcSelfie[24] = '<a href="exec:numnpc = 24 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A24'']>> <<$npc_lastname[''A24'']>></a>'
  594. !!Sonia Ivanko
  595. $school_static_num[25] = 'A25'
  596. npcPol[25] = 1
  597. if soniaPS > 0:
  598. grupTipe[25] = 5
  599. else
  600. grupTipe[25] = 1
  601. end
  602. $npcGo[25] = '<a href="exec:numnpc = 25 & gt ''Snpc''"><<$npc_firstname[''A25'']>> <<$npc_lastname[''A25'']>></a>'
  603. $npcSelfie[25] = '<a href="exec:numnpc = 25 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A25'']>> <<$npc_lastname[''A25'']>></a>'
  604. !!Stasya Pavlov
  605. $school_static_num[30] = 'A139'
  606. npcPol[30] = 1
  607. grupTipe[30] = 1
  608. $npcGo[30] = '<a href="exec:numnpc = 30 & gt ''Snpc''"><<$npc_firstname[''A139'']>> <<$npc_lastname[''A139'']>></a>'
  609. $npcSelfie[30] = '<a href="exec:numnpc = 30 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A139'']>> <<$npc_lastname[''A139'']>></a>'
  610. !!Lizaveta Petrov
  611. $school_static_num[31] = 'A140'
  612. npcPol[31] = 1
  613. grupTipe[31] = 1
  614. $npcGo[31] = '<a href="exec:numnpc = 31 & gt ''Snpc''"><<$npc_firstname[''A140'']>> <<$npc_lastname[''A140'']>></a>'
  615. $npcSelfie[31] = '<a href="exec:numnpc = 31 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A140'']>> <<$npc_lastname[''A140'']>></a>'
  616. !!Veronika Sokolov
  617. $school_static_num[34] = 'A141'
  618. npcPol[34] = 1
  619. grupTipe[34] = 2
  620. $npcGo[34] = '<a href="exec:numnpc = 34 & gt ''Snpc''"><<$npc_firstname[''A141'']>> <<$npc_lastname[''A141'']>></a>'
  621. $npcSelfie[34] = '<a href="exec:numnpc = 34 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A141'']>> <<$npc_lastname[''A141'']>></a>'
  622. !!Zinaida Alkaev
  623. $school_static_num[38] = 'A142'
  624. npcPol[38] = 1
  625. grupTipe[38] = 3
  626. $npcGo[38] = '<a href="exec:numnpc = 38 & gt ''Snpc''"><<$npc_firstname[''A142'']>> <<$npc_lastname[''A142'']>></a>'
  627. $npcSelfie[38] = '<a href="exec:numnpc = 38 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A142'']>> <<$npc_lastname[''A142'']>></a>'
  628. !!Alyona Alkaev
  629. $school_static_num[44] = 'A143'
  630. npcPol[44] = 1
  631. grupTipe[44] = 4
  632. $npcGo[44] = '<a href="exec:numnpc = 44 & gt ''Snpc''"><<$npc_firstname[''A143'']>> <<$npc_lastname[''A143'']>></a>'
  633. $npcSelfie[44] = '<a href="exec:numnpc = 44 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A143'']>> <<$npc_lastname[''A143'']>></a>'
  634. !!Anushka Konstantinov
  635. $school_static_num[45] = 'A144'
  636. npcPol[45] = 1
  637. grupTipe[45] = 4
  638. $npcGo[45] = '<a href="exec:numnpc = 45 & gt ''Snpc''"><<$npc_firstname[''A144'']>> <<$npc_lastname[''A144'']>></a>'
  639. $npcSelfie[45] = '<a href="exec:numnpc = 45 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A144'']>> <<$npc_lastname[''A144'']>></a>'
  640. !!Ekaterina Maksimov
  641. $school_static_num[46] = 'A145'
  642. npcPol[46] = 1
  643. grupTipe[46] = 4
  644. $npcGo[46] = '<a href="exec:numnpc = 46 & gt ''Snpc''"><<$npc_firstname[''A145'']>> <<$npc_lastname[''A145'']>></a>'
  645. $npcSelfie[46] = '<a href="exec:numnpc = 46 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A145'']>> <<$npc_lastname[''A145'']>></a>'
  646. !!
  647. !!===========================Teachers=======================
  648. !!
  649. !!Anatoly E. Tsarev
  650. $school_static_num[26] = 'A26'
  651. npcPol[26] = 0
  652. grupTipe[26] = 6
  653. $npcGo[26] = '<a href="exec:numnpc = 26 & gt ''Snpc''"><<$npc_firstname[''A26'']>> <<$npc_lastname[''A26'']>></a>'
  654. $npcSelfie[26] = '<a href="exec:numnpc = 26 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A26'']>> <<$npc_lastname[''A26'']>></a>'
  655. !!Ilya Yenotin
  656. $school_static_num[48] = 'A130'
  657. npcPol[48] = 0
  658. grupTipe[48] = 6
  659. $npcGo[48] = '<a href="exec:numnpc = 48 & gt ''Snpc''"><<$npc_firstname[''A130'']>> <<$npc_lastname[''A130'']>></a>'
  660. $npcSelfie[48] = '<a href="exec:numnpc = 48 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A130'']>> <<$npc_lastname[''A130'']>></a>'
  661. !!Viktor Pavlovich
  662. $school_static_num[49] = 'A131'
  663. npcPol[49] = 0
  664. grupTipe[49] = 6
  665. $npcGo[49] = '<a href="exec:numnpc = 49 & gt ''Snpc''"><<$npc_firstname[''A131'']>> <<$npc_lastname[''A131'']>></a>'
  666. $npcSelfie[49] = '<a href="exec:numnpc = 49 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A131'']>> <<$npc_lastname[''A131'']>></a>'
  667. !!Aleksandrina Volkov
  668. $school_static_num[50] = 'A134'
  669. npcPol[50] = 1
  670. grupTipe[50] = 6
  671. $npcGo[50] = '<a href="exec:numnpc = 50 & gt ''Snpc''"><<$npc_firstname[''A134'']>> <<$npc_lastname[''A134'']>></a>'
  672. $npcSelfie[50] = '<a href="exec:numnpc = 50 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A134'']>> <<$npc_lastname[''A134'']>></a>'
  673. !!Yeva Sokoloff
  674. $school_static_num[51] = 'A135'
  675. npcPol[51] = 1
  676. grupTipe[51] = 6
  677. $npcGo[51] = '<a href="exec:numnpc = 51 & gt ''Snpc''"><<$npc_firstname[''A135'']>> <<$npc_lastname[''A135'']>></a>'
  678. $npcSelfie[51] = '<a href="exec:numnpc = 51 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A135'']>> <<$npc_lastname[''A135'']>></a>'
  679. !!Serafim Ivanov
  680. $school_static_num[52] = 'A129'
  681. npcPol[52] = 0
  682. grupTipe[52] = 6
  683. $npcGo[52] = '<a href="exec:numnpc = 52 & gt ''Snpc''"><<$npc_firstname[''A129'']>> <<$npc_lastname[''A129'']>></a>'
  684. $npcSelfie[52] = '<a href="exec:numnpc = 52 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A129'']>> <<$npc_lastname[''A129'']>></a>'
  685. !!Olga Aleksandrov
  686. $school_static_num[53] = 'A136'
  687. npcPol[53] = 1
  688. grupTipe[53] = 6
  689. $npcGo[53] = '<a href="exec:numnpc = 53 & gt ''Snpc''"><<$npc_firstname[''A136'']>> <<$npc_lastname[''A136'']>></a>'
  690. $npcSelfie[53] = '<a href="exec:numnpc = 53 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A136'']>> <<$npc_lastname[''A136'']>></a>'
  691. !!Raven Braakman
  692. $school_static_num[54] = 'A137'
  693. npcPol[54] = 1
  694. grupTipe[54] = 6
  695. $npcGo[54] = '<a href="exec:numnpc = 54 & gt ''Snpc''"><<$npc_firstname[''A137'']>> <<$npc_lastname[''A137'']>></a>'
  696. $npcSelfie[54] = '<a href="exec:numnpc = 54 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A137'']>> <<$npc_lastname[''A137'']>></a>'
  697. !!Arina Orlov
  698. $school_static_num[55] = 'A138'
  699. npcPol[55] = 1
  700. grupTipe[55] = 6
  701. $npcGo[55] = '<a href="exec:numnpc = 55 & gt ''Snpc''"><<$npc_firstname[''A138'']>> <<$npc_lastname[''A138'']>></a>'
  702. $npcSelfie[55] = '<a href="exec:numnpc = 55 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A138'']>> <<$npc_lastname[''A138'']>></a>'
  703. !!Ruslan Kuznetsov
  704. $school_static_num[56] = 'A132'
  705. npcPol[56] = 0
  706. grupTipe[56] = 6
  707. $npcGo[56] = '<a href="exec:numnpc = 56 & gt ''Snpc''"><<$npc_firstname[''A132'']>> <<$npc_lastname[''A132'']>></a>'
  708. $npcSelfie[56] = '<a href="exec:numnpc = 56 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A132'']>> <<$npc_lastname[''A132'']>></a>'
  709. !!Makar Vasilyev
  710. $school_static_num[58] = 'A128'
  711. npcPol[58] = 0
  712. grupTipe[58] = 6
  713. $npcGo[58] = '<a href="exec:numnpc = 58 & gt ''Snpc''"><<$npc_firstname[''A128'']>> <<$npc_lastname[''A128'']>></a>'
  714. $npcSelfie[58] = '<a href="exec:numnpc = 58 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A128'']>> <<$npc_lastname[''A128'']>></a>'
  715. !!Rolan Matveev
  716. $school_static_num[57] = 'A133'
  717. npcPol[57] = 0
  718. grupTipe[57] = 6
  719. $npcGo[57] = '<a href="exec:numnpc = 57 & gt ''Snpc''"><<$npc_firstname[''A133'']>> <<$npc_lastname[''A133'']>></a>'
  720. $npcSelfie[57] = '<a href="exec:numnpc = 57 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A133'']>> <<$npc_lastname[''A133'']>></a>'
  721. !!Mikhail Nikolaevich
  722. $school_static_num[60] = 'A69'
  723. npcPol[60] = 0
  724. grupTipe[60] = 6
  725. $npcGo[60] = '<a href="exec:numnpc = 60 & gt ''Snpc''"><<$npc_firstname[''A69'']>> <<$npc_lastname[''A69'']>></a>'
  726. $npcSelfie[60] = '<a href="exec:numnpc = 60 & gt ''phone_selfies'', ''schoolselfies''"><<$npc_firstname[''A69'']>> <<$npc_lastname[''A69'']>></a>'
  727. end
  728. }
  729. --- gschool_lessons ---------------------------------