alterStart 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967
  1. # alterStart
  2. if $ARGS[0] = '':
  3. StoryLine = 1
  4. prezikProver = 3
  5. brothersawpirsF = 0
  6. umbrella = 1
  7. $pcs_firstname = 'Svetlana'
  8. $pcs_lastname = 'Lebedev'
  9. !!!0.2.6 addition
  10. $pcs_nickname = 'Sveta'
  11. !!!
  12. pcs_dob = 20000000
  13. !! {This sets month and day of birth.}
  14. birthyear = pcs_dob / 10000
  15. birthmonth = rand(1,12)
  16. if birthmonth = 4 or birthmonth = 6 or birthmonth = 9 or birthmonth = 11:
  17. birthday = rand(1,30)
  18. elseif birthmonth = 1 or birthmonth = 3 or birthmonth = 5 or birthmonth = 7 or birthmonth = 8 or birthmonth = 10 or birthmonth = 12:
  19. birthday = rand(1,31)
  20. elseif ((birthyear mod 4 = 0) and (birthyear mod 100 ! 0)) or (birthyear mod 400 = 0):
  21. birthday = rand(1,29)
  22. else
  23. birthday = rand(1,28)
  24. end
  25. pcs_dob += (birthmonth * 100)
  26. pcs_dob += birthday
  27. year = 2017
  28. year_start = 2017
  29. month = 8
  30. !! Last friday in August 2017
  31. $month = 'August'
  32. day = 25
  33. age = year - ((pcs_dob - (pcs_dob mod 10000)) / 10000)
  34. vidage = age - 1
  35. if ((month * 100) + day) < pcs_dob mod 10000: age -= 1
  36. week = 5
  37. daystart_start = 236
  38. gs 'daystart'
  39. gs 'outdoors', 'weather'
  40. pcs_horny = 90
  41. hour = 9
  42. !!body
  43. rost = 170
  44. fat = 60
  45. salo = 60
  46. dick = 0
  47. energy = 60
  48. water = 60
  49. son = 70
  50. !!stats
  51. pcs_stren = 10
  52. strenbuf = 10
  53. speed = 10
  54. pcs_agil = 10
  55. agilbuf = 10
  56. pcs_vital = 10
  57. vitalbuf = 10
  58. pcs_intel = 10
  59. will = 10
  60. react = 10
  61. magik = 0
  62. health = pcs_vital * 10 + pcs_stren * 5
  63. willpower = pcs_intel * 5 + will * 5
  64. manna = (pcs_intel * magik) + magik * 100 + pcs_vital * 10 + rikudo
  65. nastjaQW = 0
  66. sisboyday = -2
  67. money = 50
  68. vidageday = 300
  69. housrA = 0
  70. cheap[69] = 1
  71. cheapH[69] = 70
  72. odevnesh = 0
  73. lobok = 3
  74. leghair -= 5
  75. mop = 1
  76. housr = 0
  77. tanga = 1
  78. cheap[15] = 1
  79. cheapH[15] = 100
  80. cheapB[15] = 70
  81. gs 'clothing', 'wear', 'cheap', 15
  82. cltarelka = 0
  83. fairy = 0
  84. eda = 0
  85. clrbelo = 10
  86. poroshok = 0
  87. shampoo = 0
  88. sanpad = 20
  89. opPRE = 0
  90. school[6] = 1
  91. exercise[4] = 1
  92. exerciseH[4] = 100
  93. cheap[10] = 1
  94. cheapH[10] = 100
  95. cheapB[10] = 70
  96. coat[5] = 1
  97. coatH[5] = 200
  98. defaultcoat = 5
  99. kanikuli = 5
  100. $holyday = '<b>Summer holidays</b>'
  101. if player_avatar = 0:
  102. glacol = 1
  103. glaraz = 2
  104. pcs_haircol = 1
  105. lip = 2
  106. end
  107. Astat_rel[28] = 50
  108. Astat_rel[29] = 50
  109. Astat_rel[33] = 50
  110. Astat_rel[34] = 50
  111. pcs_grades = 75
  112. gs 'alterStart', 'npc_data'
  113. clr
  114. if Enable_Android = 0:gs 'stat'
  115. '<center><img src="images/pic/alterstart1.jpg"></center>'
  116. 'You were born in <<birthyear>>. You have a sister, Anya, who is 2 years older than you.'
  117. 'Your mother is Natasha <<$pcs_lastname>>. You don''t know much about your biological father... your mother never wants to talk about him, or why he left you and Anya with her.'
  118. 'Your mother found another man not too long after her and your biological father and her divorced, Vladimir Mikhailovich Scriabin. Together they had your little brother Kolka. Even though he''s not your real father, Vladimir always treated you and Anya as if they were his own children.'
  119. gs 'alterStart', 'name'
  120. end
  121. if $ARGS[0] = 'name':
  122. $pcs_firstname = input("What is your first name? (Leave blank for default)")
  123. if $pcs_firstname = '':$pcs_firstname = 'Svetlana'
  124. $pcs_lastname = input("What is your last name? (Leave blank for default)")
  125. if $pcs_lastname = '':$pcs_lastname = 'Lebedev'
  126. !!!0.2.6 addition
  127. $pcs_nickname = input("What is your nick name? (Note: If you chose a custom name, you have to enter something here!)")
  128. if $pcs_nickname = '':$pcs_nickname = 'Sveta'
  129. !!!
  130. $pcs_nickname = $pcs_nickname
  131. 'Your name is <<$pcs_firstname>> <<$pcs_lastname>>, Friends and family sometimes call you <<$pcs_nickname>>.'
  132. act 'Continue':gt 'alterStart', '2'
  133. act 'Re-enter name/s':gs 'alterStart', 'name'
  134. end
  135. if $ARGS[0] = 2:
  136. cls
  137. '<center><img src="images/pic/alterstart2.jpg"></center>'
  138. 'You had a pleasant, undisturbed childhood when you were young. Although you don''t remember much from kindergarten, you do remember going to elementary school when you were 7 years old.'
  139. *nl
  140. 'Like many other kids you tried out all sort of things at school, exploring your interests. But the one thing that really defines you is...'
  141. act 'I am a complete bookworm!':
  142. cls
  143. pcs_stren = 1
  144. pcs_vital = 5
  145. pcs_agil = 1
  146. fat = 10
  147. salo = 180
  148. pcs_intel = 50
  149. pcs_tan = 0
  150. blizoruk = 300
  151. if glass < 1 : glass = 1
  152. pcs_grades = 55
  153. !!!!!!!!!!!!!! Maruda Hair Mod
  154. if player_avatar ! 1: pcs_hairlng = 90
  155. if player_avatar ! 1: pcs_haircol = 0
  156. hpingrip = 10
  157. hpingripw = 1
  158. !!!!!!!!!!!!!! Maruda Hair Mod
  159. Astat_nerd[pc] = 100
  160. fantasybook = 5
  161. grupTipe=0
  162. gs 'alterStart', 'gtipe'
  163. if Enable_Android = 0:gs 'stat'
  164. '<center><img src="images/pic/alterstart3.jpg"></center>'
  165. 'While you were growing up, you spent virtually all your free time at home, reading books. While you have gained a lot of knowledge from reading books, your sedentary lifestyle has left you quite frumpy. The long nights of trying to read in poor light have taken a toll on your eyesight as well, so you now need glasses to be able to read.'
  166. act 'Go to custom options': gt 'alterStart', 'custom'
  167. end
  168. act 'I am the queen of the nerds!':
  169. cls
  170. pcs_stren = 5
  171. pcs_vital = 5
  172. pcs_agil = 5
  173. fat = 10
  174. salo = 10
  175. pcs_intel = 40
  176. pcs_tan = 30
  177. Astat_rel[29] = 100
  178. Astat_rel[28] = 100
  179. money += 3000
  180. blizoruk = 300
  181. pcs_dom = 50
  182. if glass < 1 : glass = 1
  183. pcs_grades = 110
  184. !!!!!!!!!!!!!! Maruda Hair Mod
  185. if player_avatar ! 1: pcs_hairlng = 50
  186. if player_avatar ! 1:pcs_haircol = 1
  187. hpingrip = 10
  188. hpingripw = 1
  189. !!!!!!!!!!!!!! Maruda Hair Mod
  190. Astat_nerd[pc] = 100
  191. fantasybook = 5
  192. grupTipe=1
  193. gs 'alterStart', 'gtipe'
  194. if Enable_Android = 0:gs 'stat'
  195. '<center><img src="images/pic/alterstart4.jpg"></center>'
  196. 'While you were growing up, you spent virtually all your free time at home, reading books and playing fantasy games with the other nerds. While you have gained a huge amount of knowledge from this, your lack of interest in exercising as a child has left your body a little frail. The long nights of trying to read in poor light have taken a toll on your eyesight as well, so you now need glasses to be able to read.'
  197. 'However, by the usual nerd standards you are confident and dynamic, this has lead you to be the leader of your group of friends and more acceptable to the other kids.'
  198. act 'Go to custom options': gt 'alterStart', 'custom'
  199. end
  200. act 'I am a good student':
  201. cls
  202. fat = 150
  203. salo = 150
  204. pcs_intel = 50
  205. pcs_grades = 110
  206. !!!!!!!!!!!!!! Maruda Hair Mod
  207. if player_avatar ! 1: pcs_hairlng = 162
  208. if player_avatar ! 1:pcs_haircol = 0
  209. hpingrip = 10
  210. hpingripw = 1
  211. !!!!!!!!!!!!!! Maruda Hair Mod
  212. Astat_rel[29] = 100
  213. money += 2000
  214. pcs_tan = 30
  215. grupTipe=1
  216. gs 'alterStart', 'gtipe'
  217. if Enable_Android = 0:gs 'stat'
  218. '<center><img src="images/pic/alterstart4.jpg"></center>'
  219. 'You were always a bit of a teacher''s pet, trying to absorb every bit of knowledge and doing everything you could to excel in school. While this attitude has gained you a lot of respect, it did not earn you a lot of friends, and you never had time for sports. You have excellent grades though, and your mother is very proud of you.'
  220. act 'Go to custom options': gt 'alterStart', 'custom'
  221. end
  222. act 'I am an avid volleyball player!':
  223. cls
  224. pcs_stren = 25
  225. pcs_vital = 25
  226. speed = 25
  227. pcs_agil = 25
  228. fat = 20
  229. salo = 20
  230. sanpad = 0
  231. tampon = 20
  232. pcs_vball = 70
  233. beg = 40
  234. gsAboVolley = 120
  235. pcs_dom = 10
  236. !!!!!!!!!!!!!! Maruda Hair Mod
  237. if player_avatar ! 1: pcs_hairlng = 97
  238. if player_avatar ! 1:pcs_haircol = 3
  239. hscrunch = 10
  240. hscrunchw = 0
  241. !!!!!!!!!!!!!! Maruda Hair Mod
  242. pcs_tan = 30
  243. grupTipe=2
  244. gs 'alterStart', 'gtipe'
  245. if Enable_Android = 0:gs 'stat'
  246. '<center><img src="images/pic/alterstart5.jpg"></center>'
  247. 'Ever since you first tried volleyball, you have been in love with the sport. You spent a lot of your free time trying to get better at it, and it paid off: you''re actually quite good now! However, your obsession with volleyball has had some repercussions on your school performance; you''re a sub-par student, and you haven''t made many friends.'
  248. act 'Go to custom options': gt 'alterStart', 'custom'
  249. end
  250. act 'I have a lot of friends!':
  251. cls
  252. pcs_stren = 10
  253. pcs_vital = 10
  254. pcs_agil = 20
  255. fat = 30
  256. salo = 30
  257. pcs_dom = 50
  258. !!!!!!!!!!!!!! Maruda Hair Mod
  259. if player_avatar ! 1: pcs_hairlng = 19
  260. if player_avatar ! 1:pcs_haircol = 2
  261. !!!!!!!!!!!!!! Maruda Hair Mod
  262. pcs_tan = 30
  263. grupTipe=4
  264. gs 'alterStart', 'gtipe'
  265. if Enable_Android = 0:gs 'stat'
  266. 'You spent most of your childhood outdoors, playing with other girls and boys. As a result, you''re quite healthy and are pretty strong verbally, knowing how to get yourself out of trouble. However, you were never very interested in school or sports, and are only a sub-par student.'
  267. act 'Go to custom options': gt 'alterStart', 'custom'
  268. end
  269. end
  270. if $ARGS[0] = 'custom':
  271. opPRE = 2
  272. gs 'body_shape', 'initial'
  273. cls
  274. '<center>Current face image (based on hairstyle)</center>'
  275. '<center><img src="<<FUNC(''$face_image'')>>"></center>'
  276. 'Your hair is currently <<$pcs_haircol>>,'
  277. if pcs_haircol ! 0:'Change to <a href="exec:pcs_haircol = 0 & gt ''alterStart'', ''custom''">black</a>.'
  278. if pcs_haircol ! 1:'Change to <a href="exec:pcs_haircol = 1 & gt ''alterStart'', ''custom''">brown</a>.'
  279. if pcs_haircol ! 2:'Change to <a href="exec:pcs_haircol = 2 & gt ''alterStart'', ''custom''">red</a>.'
  280. if pcs_haircol ! 3:'Change to <a href="exec:pcs_haircol = 3 & gt ''alterStart'', ''custom''">blonde</a>.'
  281. ''
  282. if defcurly = 0:'Your hair is naturally <a href="exec:defcurly = 1 & curly = 2147483647 & gt ''alterStart'', ''custom''">straight</a>.'
  283. if defcurly = 1:'Your hair is naturally <a href="exec:defcurly = 0 & curly = 0 & gt ''alterStart'', ''custom''">curly</a>.'
  284. *pl
  285. 'Personalize attributes related to your <a href="exec:gs ''begin'', ''glaza''">eyes</a></center>.'
  286. 'Change your <a href="exec:gs ''begin'', ''birthday''">date of birth</a>.'
  287. act 'Begin at the last year of school, age 16 or 17':
  288. year = 2017
  289. year_start = 2017
  290. hcolmotherremember = pcs_haircol
  291. hcolfatherremember = pcs_haircol
  292. nathcol = pcs_haircol
  293. hcolfronce = 1
  294. cheapB[10] = bedra
  295. cheapB[15] = bedra
  296. gt 'alterStart', 'ev'
  297. end
  298. act 'Begin at the second-last year of school, age 15 or 16':
  299. year = 2016
  300. year_start = 2016
  301. hcolmotherremember = pcs_haircol
  302. hcolfatherremember = pcs_haircol
  303. nathcol = pcs_haircol
  304. hcolfronce = 1
  305. cheapB[10] = bedra
  306. cheapB[15] = bedra
  307. gt 'alterStart', 'ev15'
  308. end
  309. end
  310. if $ARGS[0] = 'ev15':
  311. cls
  312. gs 'fight', 'Wrestlergen'
  313. if mesec > 0:isprok = 1
  314. '<center><img src="images/pic/alterstart7.jpg"></center>'
  315. 'As with all girls, you reached the milestone of puberty two years ago. Like it does for most girls, it started for you when you were 13 years old. You had your first period, which sucked... but that was the start of your changes.'
  316. *nl
  317. 'Your chest then felt strange and you discovered your breasts were growing! This excited you: how big will they be when you grow up? Hair also began to form on your armpits and groin, and at the same time you felt... things, intimate things. Over time you learned to appreciate these feelings, and how to manage your developing body. Your troublesome skin complexion remains an issue though.'
  318. *nl
  319. 'When you finished 9th grade, you decided to continue with your secondary education. Two more years of school to go, but first: it''s time for the summer holiday!'
  320. '<i>You can decide to begin your game at the end of the summer holiday, very close to starting the new school year. Alternatively, you can start at the beginning of the holiday.</i>'
  321. act 'Start at the end of August <B>(recommended for new players)</B>':
  322. SHOWSTAT 1
  323. SHOWOBJS 1
  324. bikini=1
  325. health = pcs_vital*10 + pcs_stren*5+1000
  326. willpower = pcs_intel*5 + will*5+1000
  327. manna = (pcs_intel*magik) + magik*100 + pcs_vital*10 + rikudo
  328. if oldobjmenu = 0:
  329. gs 'obj_din', 'new'
  330. else
  331. gs 'obj_din', 'old'
  332. end
  333. day = 26
  334. week = 5
  335. daystart_start = 238
  336. gs 'daystart'
  337. kanicont = 3
  338. $holyday += ', <b><<kanicont>> days left.</b>'
  339. if altQS = 1:
  340. gt 'altPRE','Cursed Schoolgirl Start'
  341. else
  342. gt 'altPRE','Alternate Start'
  343. end
  344. end
  345. act 'Start at the beginning of June':
  346. SHOWSTAT 1
  347. SHOWOBJS 1
  348. bikini=1
  349. health = pcs_vital*10 + pcs_stren*5+1000
  350. willpower = pcs_intel*5 + will*5+1000
  351. manna = (pcs_intel*magik) + magik*100 + pcs_vital*10 + rikudo
  352. if oldobjmenu = 0:
  353. gs 'obj_din', 'new'
  354. else
  355. gs 'obj_din', 'old'
  356. end
  357. month = 6
  358. $month = 'June'
  359. day = 1
  360. week = 3
  361. daystart_start = 152
  362. gs 'daystart'
  363. kanicont = 92
  364. $holyday += ', <b><<kanicont>> days left.</b>'
  365. if altQS = 1:
  366. gt 'altPRE','Cursed Schoolgirl Start'
  367. else
  368. gt 'altPRE','Alternate Start'
  369. end
  370. end
  371. end
  372. if $ARGS[0] = 'ev':
  373. cls
  374. gs 'fight', 'Wrestlergen'
  375. if mesec > 0:isprok = 1
  376. '<center><img src="images/pic/alterstart7.jpg"></center>'
  377. 'Your 13th year began like it did for most other girls in your class: you occasionally got sick, you started to grow breasts, armpit and pubic hair. Your skin became very greasy and you have a pretty bad case of acne. You did your best in school, and managed to get very decent results. Only one more year of school left before you graduate!'
  378. 'But first: it''s time for a well-deserved holiday!'
  379. '<i>You can decide to begin your game at the end of the summer holiday, very close to beginning your final school year. Alternatively, you can start at the beginning of the holiday.</i>'
  380. act 'Start at the end of August <B>(recommended for new players)</B>':
  381. SHOWSTAT 1
  382. SHOWOBJS 1
  383. bikini=1
  384. health = pcs_vital*10 + pcs_stren*5+1000
  385. willpower = pcs_intel*5 + will*5+1000
  386. manna = (pcs_intel*magik) + magik*100 + pcs_vital*10 + rikudo
  387. if oldobjmenu = 0:
  388. gs 'obj_din', 'new'
  389. else
  390. gs 'obj_din', 'old'
  391. end
  392. kanicont = 3
  393. if altQS = 1:
  394. gt 'altPRE','Cursed Schoolgirl Start'
  395. else
  396. gt 'altPRE','Alternate Start'
  397. end
  398. end
  399. act 'Start at the beginning of June':
  400. SHOWSTAT 1
  401. SHOWOBJS 1
  402. bikini=1
  403. health = pcs_vital*10 + pcs_stren*5+1000
  404. willpower = pcs_intel*5 + will*5+1000
  405. manna = (pcs_intel*magik) + magik*100 + pcs_vital*10 + rikudo
  406. if oldobjmenu = 0:
  407. gs 'obj_din', 'new'
  408. else
  409. gs 'obj_din', 'old'
  410. end
  411. month = 6
  412. $month = 'June'
  413. day = 1
  414. week = 1
  415. daystart_start = 152
  416. kanicont = 92
  417. if altQS = 1:
  418. gt 'altPRE','Cursed Schoolgirl Start'
  419. else
  420. gt 'altPRE','Alternate Start'
  421. end
  422. end
  423. end
  424. if $ARGS[0] = 'gtipe':
  425. i=1
  426. :mark_grup
  427. if grupTipe=grupTipe[i]:
  428. grupNPC[i]+=rand(25,30)
  429. else
  430. grupNPC[i]-=rand(10,20)
  431. end
  432. i+=1
  433. if i<=25:jump'mark_grup'
  434. end
  435. if $ARGS[0] = 'npc_data':
  436. !!$Astat_firstname[i] - npc given name stored since MGX
  437. !!$Astat_nickname[i] - npc nick name stored since MGX
  438. !!$Astat_lastname[i] - npc surname name stored since MGX
  439. !!$Astat_usedname[i] - npc usual used name name stored since MGX
  440. !!$Astat_notes[i] - npc character description stored since MGX
  441. !!Astat_rel[i] - npc relationship stored since MGX
  442. !!Astat_love[i] - npc lust for PC stored since MGX
  443. !!Astat_gender[i] - 0 - male, 1 - female stored since MGX
  444. !!grupNPC[i] - Starting relationship
  445. !!npcPol[i] - sex, 0 - male, 1 - female
  446. !!grupTipe[i] - social group, -1 - outcasts, 1 - nerds, 2 - jocks, 3 - cool kids, 4 - gopnik, 0 - teachers
  447. !!
  448. !!===========================Male Students=======================
  449. !!
  450. $npcName[1] = 'Dimka'
  451. $npcSurName[1] = 'Nosov'
  452. $npcText[1] = 'Dimka (Dmitriy) Nosov is a cute guy and all the girls adore him.'
  453. grupNPC[1] = 50
  454. npcPol[1] = 0
  455. grupTipe[1] = 3
  456. $npcGo[1] = '<a href="exec:numnpc = 1 & gt ''Snpc''"><<$npcName[1]>> <<$npcSurName[1]>></a>'
  457. $npcName[2] = 'Artem'
  458. $npcSurName[2] = 'Chebotarev'
  459. $npcText[2] = 'Artem (Artyom) Chebotarev is a typical nerd, but not a bad looking one.'
  460. grupNPC[2] = 50
  461. npcPol[2] = 0
  462. grupTipe[2] = 1
  463. $npcGo[2] = '<a href="exec:numnpc = 2 & gt ''Snpc''"><<$npcName[2]>> <<$npcSurName[2]>></a>'
  464. $npcName[3] = 'Ivan'
  465. $npcSurName[3] = 'Prokhorov'
  466. $npcText[3] = 'Ivan Prokhorov is an excellent athlete, who is able to succeed in any sport. He''s mostly into boxing and running right now.'
  467. grupNPC[3] = 50
  468. npcPol[3] = 0
  469. grupTipe[3] = 2
  470. $npcGo[3] = '<a href="exec:numnpc = 3 & gt ''Snpc''"><<$npcName[3]>> <<$npcSurName[3]>></a>'
  471. $npcName[4] = 'Igor'
  472. $npcSurName[4] = 'Kruglov'
  473. $npcText[4] = 'Igor Kruglov is your classmate, and Dimka''s best friends. Whenever you see one of them, the other is usually not far away.'
  474. grupNPC[4] = 50
  475. npcPol[4] = 0
  476. grupTipe[4] = 3
  477. $npcGo[4] = '<a href="exec:numnpc = 4 & gt ''Snpc''"><<$npcName[4]>> <<$npcSurName[4]>></a>'
  478. $npcName[5] = 'Fedor'
  479. $npcSurName[5] = 'Kozlov'
  480. $npcText[5] = 'Fedor (Fyodor) Kozlov is a decent athlete. He often trains with his good friend Ivan, but lacks the level of talent that Ivan does have.'
  481. grupNPC[5] = 50
  482. npcPol[5] = 0
  483. grupTipe[5] = 2
  484. $npcGo[5] = '<a href="exec:numnpc = 5 & gt ''Snpc''"><<$npcName[5]>> <<$npcSurName[5]>></a>'
  485. $npcName[6] = 'Petka'
  486. $npcSurName[6] = 'Klyuyev'
  487. $npcText[6] = 'Petka (Peter) Klyuyev is a nerd who usually doesn''t look far beyond his textbook. He''s good friends with Artem.'
  488. grupNPC[6] = 50
  489. npcPol[6] = 0
  490. grupTipe[6] = 1
  491. $npcGo[6] = '<a href="exec:numnpc = 6 & gt ''Snpc''"><<$npcName[6]>> <<$npcSurName[6]>></a>'
  492. $npcName[7] = 'Lesco'
  493. $npcSurName[7] = 'Tsarev'
  494. $npcText[7] = 'Everyone at school always bullies Lesco about anything and everything.'
  495. grupNPC[7] = 50
  496. npcPol[7] = 0
  497. grupTipe[7] = -1
  498. $npcGo[7] = '<a href="exec:numnpc = 7 & gt ''Snpc''"><<$npcName[7]>> <<$npcSurName[7]>></a>'
  499. $npcName[8] = 'Svyatoslav'
  500. $npcSurName[8] = 'Voinov'
  501. $npcText[8] = 'Svyatoslav Voinov is a athletic guy, with a very competitive spirit. He is always engaged in sports, one way or another.'
  502. grupNPC[8] = 50
  503. npcPol[8] = 0
  504. grupTipe[8] = 2
  505. $npcGo[8] = '<a href="exec:numnpc = 8 & gt ''Snpc''"><<$npcName[8]>> <<$npcSurName[8]>></a>'
  506. $npcName[9] = 'Vitek'
  507. $npcSurName[9] = 'Kotov'
  508. $npcText[9] = 'Vitek (Viktor) Kotov is an aggressive and strong guy, who considers himself a gangsta. But his personality is pretty much see-through. Lena is his twin-sister.'
  509. grupNPC[9] = 50
  510. npcPol[9] = 0
  511. grupTipe[9] = 4
  512. $npcGo[9] = '<a href="exec:numnpc = 9 & gt ''Snpc''"><<$npcName[9]>> <<$npcSurName[9]>></a>'
  513. $npcName[10] = 'Dan'
  514. $npcSurName[10] = 'Ryzhov'
  515. $npcText[10] = 'Dan (Denis) Ryzhov is a tall and skinny guy, who usually communicates to others with disdain and contempt. He''s a very stubborn guy who will never let an argument go. He''s best friends with Vitek and Vasily, and can be considered the smartest one of the three.'
  516. grupNPC[10] = 50
  517. npcPol[10] = 0
  518. grupTipe[10] = 4
  519. $npcGo[10] = '<a href="exec:numnpc = 10 & gt ''Snpc''"><<$npcName[10]>> <<$npcSurName[10]>></a>'
  520. $npcName[11] = 'Vasily'
  521. $npcSurName[11] = 'Shulgin'
  522. $npcText[11] = 'Vasily is always with Dan and Vitek, who are his best friends. His nickname is Shulga. He''s physically the weakest one of the three, but is a bit of a prankster and always makes the others laugh. He was raised by just his father, after his mother left when he was still an infant.'
  523. grupNPC[11] = 50
  524. npcPol[11] = 0
  525. grupTipe[11] = 4
  526. $npcGo[11] = '<a href="exec:numnpc = 11 & gt ''Snpc''"><<$npcName[11]>> <<$npcSurName[11]>></a>'
  527. $npcName[146] = 'Marcus'
  528. $npcSurName[146] = 'Larson'
  529. $npcText[146] = 'African American boy, that is part of a exchange program. He does well in school and is fairly athletic. He seems to really enjoy Russia and has a eye for Russian girls, always going on about how they are so much more beautiful, than the girls back home. He is a decent looking guy, combined with his exotic looks, accent and different views has made him pretty poplar. He is friendly and out going, he stays with Andrey''s family, whom he has become close friends with.'
  530. grupNPC[146] = 50
  531. npcPol[146] = 0
  532. grupTipe[146] = 3
  533. $npcGo[146] = '<a href="exec:numnpc = 146 & gt ''Snpc''"><<$npcName[146]>> <<$npcSurName[146]>></a>'
  534. $npcName[147] = 'Andrey'
  535. $npcSurName[147] = 'Aleksandrov'
  536. $npcText[147] = 'His family took part in the exchange student program. Rumor is they was less than happy when the student they sent was a African American boy, but Andrey doesn''t seem to mind. He and Marcus quickly became friends, he tends to use Marcus popularity to boost his own. His aunt is the school nurse.'
  537. grupNPC[147] = 50
  538. npcPol[147] = 0
  539. grupTipe[147] = 3
  540. $npcGo[147] = '<a href="exec:numnpc = 147 & gt ''Snpc''"><<$npcName[147]>> <<$npcSurName[147]>></a>'
  541. $npcName[148] = 'Mefodiy'
  542. $npcSurName[148] = 'Utkin'
  543. $npcText[148] = 'Reasonably intelligent, but middle-of-the-road grades. Fairly average looking, but posses a good sense of humor and timing. He isn''t to popular, just popular enough to be a hanger on among the cool kids, who like his humor.'
  544. grupNPC[148] = 50
  545. npcPol[148] = 0
  546. grupTipe[148] = 3
  547. $npcGo[148] = '<a href="exec:numnpc = 148 & gt ''Snpc''"><<$npcName[148]>> <<$npcSurName[148]>></a>'
  548. $npcName[149] = 'Lazar'
  549. $npcSurName[149] = 'Utkin'
  550. $npcText[149] = 'Lazar is the school football star. He is a central midfielder and team captain. He excels in other sports as well, but his passion is for football, least when he is not dating girls.'
  551. grupNPC[149] = 50
  552. npcPol[149] = 0
  553. grupTipe[149] = 2
  554. $npcGo[149] = '<a href="exec:numnpc = 149 & gt ''Snpc''"><<$npcName[149]>> <<$npcSurName[149]>></a>'
  555. $npcName[150] = 'Erast'
  556. $npcSurName[150] = 'Vagin'
  557. $npcText[150] = 'He''s a huge boy and not a looker or clever, always polite and a little shy. When he is playing sport he changes into a demon, always fighting and often set off. He is the most popular kid during the ice hockey season and often found sparring with Ivan.'
  558. grupNPC[150] = 50
  559. npcPol[150] = 0
  560. grupTipe[150] = 2
  561. $npcGo[150] = '<a href="exec:numnpc = 150 & gt ''Snpc''"><<$npcName[150]>> <<$npcSurName[150]>></a>'
  562. $npcName[35] = 'Evgeny'
  563. $npcSurName[35] = 'Kuznetsov'
  564. $npcText[35] = 'School chess champion, can always be found at chess club. He is shy and very intellegent, not showing any interest in girls or anyone really. No one would be surprised if he had mild autism.'
  565. grupNPC[35] = 50
  566. npcPol[35] = 0
  567. grupTipe[35] = 1
  568. $npcGo[35] = '<a href="exec:numnpc = 35 & gt ''Snpc''"><<$npcName[35]>> <<$npcSurName[35]>></a>'
  569. $npcName[36] = 'Feofan'
  570. $npcSurName[36] = 'Krupin'
  571. $npcText[36] = 'Feofan is heavily into science fiction, fantasy, and the like. He is constantly planning on going to some convention or another and always in costume. He has a serious love of super heroes and talks about them, their movies and comic books all the time, not to mention his collection of cosplay outfits of all the most famous super heroes. He does well in school, but not as well as most would expect. He is a nerd''s nerd.'
  572. grupNPC[36] = 50
  573. npcPol[36] = 0
  574. grupTipe[36] = 1
  575. $npcGo[36] = '<a href="exec:numnpc = 36 & gt ''Snpc''"><<$npcName[36]>> <<$npcSurName[36]>></a>'
  576. $npcName[37] = 'Gerasim'
  577. $npcSurName[37] = 'Vasilyev'
  578. $npcText[37] = 'Is confined to a wheelchair, from a early childhood accident. He is kind and nice to everyone, even if most don''t return the favor. He is well accepted by his fellow nerds and surprisingly a few of the jocks. Most of the rest see him as a easy target to bully and/or force him to do their homework.'
  579. grupNPC[37] = 50
  580. npcPol[37] = 0
  581. grupTipe[37] = 1
  582. $npcGo[37] = '<a href="exec:numnpc = 37 & gt ''Snpc''"><<$npcName[37]>> <<$npcSurName[37]>></a>'
  583. $npcName[39] = 'Radomir'
  584. $npcSurName[39] = 'Popov'
  585. $npcText[39] = 'Is the lead singer of a local underground rock/punk band. He is more or less an asshole, thinking he should already be a star, thus being arrogant to almost everybody. Some of the girls obviously adore him, because they think he is cool or just are groupies. He is more than happy to use his mini fame to let him use as many girls as he can.'
  586. grupNPC[39] = 50
  587. npcPol[39] = 0
  588. grupTipe[39] = 4
  589. $npcGo[39] = '<a href="exec:numnpc = 39 & gt ''Snpc''"><<$npcName[39]>> <<$npcSurName[39]>></a>'
  590. $npcName[40] = 'Lavrenti'
  591. $npcSurName[40] = 'Romanov'
  592. $npcText[40] = 'He comes from a wealthy family, a only child with parents that are rarely around. He use to be one of the cool kids, but his attitude abruptly changed last year. He became mean and violent, he and Dimika had a major falling out at the same time, since then started hanging with the gopniks. He is more of a hanger on, they like using his money, while tolerating him.'
  593. grupNPC[40] = 50
  594. npcPol[40] = 0
  595. grupTipe[40] = 4
  596. $npcGo[40] = '<a href="exec:numnpc = 40 & gt ''Snpc''"><<$npcName[40]>> <<$npcSurName[40]>></a>'
  597. $npcName[41] = 'Arkadi'
  598. $npcSurName[41] = 'Fyodorov'
  599. $npcText[41] = 'He is the drummer in Radomir''s band. His family recently moved from the city, to Pavlovsk, he was also held back a year. He is very violent, especially with anyone outside the gopniks. He is also not shy about reminding everyone how much harder the city is and how lame Pav is.'
  600. grupNPC[41] = 50
  601. npcPol[41] = 0
  602. grupTipe[41] = 4
  603. $npcGo[41] = '<a href="exec:numnpc = 41 & gt ''Snpc''"><<$npcName[41]>> <<$npcSurName[41]>></a>'
  604. $npcName[42] = 'Roman'
  605. $npcSurName[42] = 'Yakovlev'
  606. $npcText[42] = 'A psychopath, he''s one of the smaller kids, but always causing trouble. He''ll start fights knowing the other gopnik will have his back. Always has a snide remark and not afraid to speak back to the teachers and other adults. Not doing great at school, not that he cares. The other gopnik find his attitude amusing and seem to like that he''s always getting them into situations.'
  607. grupNPC[42] = 50
  608. npcPol[42] = 0
  609. grupTipe[42] = 4
  610. $npcGo[42] = '<a href="exec:numnpc = 42 & gt ''Snpc''"><<$npcName[42]>> <<$npcSurName[42]>></a>'
  611. $npcName[43] = 'Valentin'
  612. $npcSurName[43] = 'Bogdanov'
  613. $npcText[43] = 'The bassist for Radomir''s band, he looks like Meatloaf in the Rocky Horror Picture Show. Doesn''t take any crap and the Gopnik let him hangout with them because he told them he was going to, not that they mind, he easily looks old enough to buy beer. Wants to make enough cash from the band to buy an old American motor bike and ride across the country.'
  614. grupNPC[43] = 50
  615. npcPol[43] = 0
  616. grupTipe[43] = 4
  617. $npcGo[43] = '<a href="exec:numnpc = 43 & gt ''Snpc''"><<$npcName[43]>> <<$npcSurName[43]>></a>'
  618. $npcName[47] = 'Petia'
  619. $npcSurName[47] = 'Alkaev'
  620. $npcText[47] = 'The mooch of the class. Continually hits up others for food, money, cigarettes, etc. Can''t take a hint, and doesn''t know the meaning of "personal space." Unattractive guy who makes the pretty girls uncomfortable by hitting on them repeatedly.'
  621. grupNPC[47] = 50
  622. npcPol[47] = 0
  623. grupTipe[47] = -1
  624. $npcGo[47] = '<a href="exec:numnpc = 47 & gt ''Snpc''"><<$npcName[47]>> <<$npcSurName[47]>></a>'
  625. !!
  626. !!===========================Female Students=======================
  627. !!
  628. $npcName[12] = 'Julia'
  629. $npcSurName[12] = 'Milov'
  630. $npcText[12] = 'Julia is a diligent and silent girl. She''s very nerdy, and doesn''t really have any friends in school.'
  631. grupNPC[12] = 50
  632. npcPol[12] = 1
  633. grupTipe[12] = 1
  634. $npcGo[12] = '<a href="exec:numnpc = 12 & gt ''Snpc''"><<$npcName[12]>> <<$npcSurName[12]>></a>'
  635. $npcName[13] = 'Lariska'
  636. $npcSurName[13] = 'Gruzdeva'
  637. $npcText[13] = 'Lariska is a very athletic girl, with an exceptional talent for volleyball. She has a very weak personality though, and is very dependent on other people''s opinions of her.'
  638. grupNPC[13] = 50
  639. npcPol[13] = 1
  640. grupTipe[13] = 2
  641. $npcGo[13] = '<a href="exec:numnpc = 13 & gt ''Snpc''"><<$npcName[13]>> <<$npcSurName[13]>></a>'
  642. $npcName[14] = 'Katja'
  643. $npcSurName[14] = 'Meynold'
  644. $npcText[14] = 'Katja is a very attractive redhead, with a special interest in fashion and cosmetics. She can also be rather impulsive. Vicky is her twin sister.'
  645. grupNPC[14] = 50
  646. npcPol[14] = 1
  647. grupTipe[14] = 3
  648. $npcGo[14] = '<a href="exec:numnpc = 14 & gt ''Snpc''"><<$npcName[14]>> <<$npcSurName[14]>></a>'
  649. $npcName[15] = 'Vicky'
  650. $npcSurName[15] = 'Meynold'
  651. $npcText[15] = 'Vicky (Viktoriya) Meynold is a very sensible girl. Katja is her twin sister.'
  652. grupNPC[15] = 50
  653. npcPol[15] = 1
  654. grupTipe[15] = 3
  655. $npcGo[15] = '<a href="exec:numnpc = 15 & gt ''Snpc''"><<$npcName[15]>> <<$npcSurName[15]>></a>'
  656. $npcName[16] = 'Natasha'
  657. $npcSurName[16] = 'Belova'
  658. $npcText[16] = 'Natasha is an excellent student. Her parents are very poor though, and it shows: Natasha is always dressed in second-hand clothes and can never afford to do anything fun. As a result, she doesn''t have many friends.'
  659. grupNPC[16] = 50
  660. npcPol[16] = 1
  661. grupTipe[16] = 1
  662. $npcGo[16] = '<a href="exec:numnpc = 16 & gt ''Snpc''"><<$npcName[16]>> <<$npcSurName[16]>></a>'
  663. $npcName[17] = 'Inna'
  664. $npcSurName[17] = 'Devyatova'
  665. $npcText[17] = 'Inna (Irina) Devyatova is a tall and pretty girl, and she knows it. She has a very arrogant and haughty personality hidden behind her sweet smile.'
  666. grupNPC[17] = 50
  667. npcPol[17] = 1
  668. grupTipe[17] = 3
  669. $npcGo[17] = '<a href="exec:numnpc = 17 & gt ''Snpc''"><<$npcName[17]>> <<$npcSurName[17]>></a>'
  670. $npcName[18] = 'Christina'
  671. $npcSurName[18] = 'Zvereva'
  672. $npcText[18] = 'Christina is one of your school''s best athletes, and is the strongest girl you know. She also has leadership abilities that, together with her tenacity and intelligence, make her have a dominant presence wherever she goes.'
  673. grupNPC[18] = 50
  674. npcPol[18] = 1
  675. grupTipe[18] = 2
  676. $npcGo[18] = '<a href="exec:numnpc = 18 & gt ''Snpc''"><<$npcName[18]>> <<$npcSurName[18]>></a>'
  677. $npcName[19] = 'Lina'
  678. $npcSurName[19] = 'Starov'
  679. $npcText[19] = 'Lina (Avelina) Starov is a mediocre athlete. She''s sort of Christina''s friend... that is: she usually does anything Christina wants her to do.'
  680. grupNPC[19] = 50
  681. npcPol[19] = 1
  682. grupTipe[19] = 2
  683. $npcGo[19] = '<a href="exec:numnpc = 19 & gt ''Snpc''"><<$npcName[19]>> <<$npcSurName[19]>></a>'
  684. $npcName[20] = 'Lena'
  685. $npcSurName[20] = 'Kotova'
  686. $npcText[20] = 'Lena (Yelena) Kotova is Vitek''s twin sister. Just like her brother, she too has a chip on her shoulder and can be aggressive and unpredictable. She''s best friends with Lera, and they can often be found together smoking in the school''s restrooms.'
  687. grupNPC[20] = 50
  688. npcPol[20] = 1
  689. grupTipe[20] = 4
  690. $npcGo[20] = '<a href="exec:numnpc = 20 & gt ''Snpc''"><<$npcName[20]>> <<$npcSurName[20]>></a>'
  691. $npcName[21] = 'Lera'
  692. $npcSurName[21] = 'Tsarev'
  693. $npcText[21] = 'Lera (Valeria) Tsarev comes from a poor family, her father works at the school as a teacher. She''s best friends with Lena, and they can often be found together smoking in the school''s restrooms.'
  694. grupNPC[21] = 50
  695. npcPol[21] = 1
  696. grupTipe[21] = 4
  697. $npcGo[21] = '<a href="exec:numnpc = 21 & gt ''Snpc''"><<$npcName[21]>> <<$npcSurName[21]>></a>'
  698. $npcName[22] = 'Bella'
  699. $npcSurName[22] = 'Artamonov'
  700. $npcText[22] = 'Bella is a beautiful and arrogant girl. You don''t know her very well.'
  701. grupNPC[22] = 50
  702. npcPol[22] = 1
  703. grupTipe[22] = 2
  704. $npcGo[22] = '<a href="exec:numnpc = 22 & gt ''Snpc''"><<$npcName[22]>> <<$npcSurName[22]>></a>'
  705. $npcName[23] = 'Albina'
  706. $npcSurName[23] = 'Barlovskaya'
  707. $npcText[23] = 'Albina comes from a wealthy family. She always does her best to look and dress well, and is an excellent dancer.'
  708. grupNPC[23] = 50
  709. npcPol[23] = 1
  710. grupTipe[23] = 3
  711. $npcGo[23] = '<a href="exec:numnpc = 23 & gt ''Snpc''"><<$npcName[23]>> <<$npcSurName[23]>></a>'
  712. $npcName[24] = 'Pauline'
  713. $npcSurName[24] = 'Sebagotulina'
  714. $npcText[24] = 'Pauline is a bit of a wild child; she''s very unpredictable. She often hangs out with the Gopniks in your class.'
  715. grupNPC[24] = 50
  716. npcPol[24] = 1
  717. grupTipe[24] = 4
  718. $npcGo[24] = '<a href="exec:numnpc = 24 & gt ''Snpc''"><<$npcName[24]>> <<$npcSurName[24]>></a>'
  719. $npcName[25] = 'Sonia'
  720. $npcSurName[25] = 'Ivanko'
  721. !!$npcText[25] = 'Sonia once inadvertently drunk and fucked her in a circle Witek Kotov and his friends. After that, the girls shunned Sonya, and the boys thought she was a whore. Local gopota regularly drove to Sonia proposals have sex.'
  722. $npcText[25] = 'Sonia is an ordinary girl-next-door; no great student, but no poor student either. She gets along okay with a lot of your classmates, but doesn''t seem to be particularly friendly with any of them.'
  723. grupNPC[25] = 50
  724. npcPol[25] = 1
  725. grupTipe[25] = 3
  726. $npcGo[25] = '<a href="exec:numnpc = 25 & gt ''Snpc''"><<$npcName[25]>> <<$npcSurName[25]>></a>'
  727. $npcName[30] = 'Stasya'
  728. $npcSurName[30] = 'Pavlov'
  729. $npcText[30] = 'Stasya is a complete bitch, she always was, but now that her boyfriend Andrey seems to hang around Marcus more than her, she has become a lot worse. She doesn''t care for Marcus at all, but never says anything around Marcus or Andrey. Instead she seems to take out her anger on everyone around her, but especially the nerds and outcasts.'
  730. grupNPC[30] = 50
  731. npcPol[30] = 1
  732. grupTipe[30] = 3
  733. $npcGo[30] = '<a href="exec:numnpc = 30 & gt ''Snpc''"><<$npcName[30]>> <<$npcSurName[30]>></a>'
  734. $npcName[31] = 'Lizaveta'
  735. $npcSurName[31] = 'Petrov'
  736. $npcText[31] = 'Lizaveta wants to know everyone''s secrets, but is completely incapable of keeping them. Extremely nosy, and is the first to arrive at the scene of any commotion, eager to pry into the details. Not unattractive, but most boys avoid her since they don''t want everything they do to become public knowledge.'
  737. grupNPC[31] = 50
  738. npcPol[31] = 1
  739. grupTipe[31] = 3
  740. $npcGo[31] = '<a href="exec:numnpc = 31 & gt ''Snpc''"><<$npcName[31]>> <<$npcSurName[31]>></a>'
  741. $npcName[34] = 'Veronika'
  742. $npcSurName[34] = 'Sokolov'
  743. $npcText[34] = 'She is called the ice queen by her fellow students and not always behind her back, for a couple of reasons: she is very talented on ice skates - there is even talk she might go to the next winter Olympics - and because she is cold and indifferent. She never lets anyone get close to her. She comes from a rich family.'
  744. grupNPC[34] = 50
  745. npcPol[34] = 1
  746. grupTipe[34] = 2
  747. $npcGo[34] = '<a href="exec:numnpc = 34 & gt ''Snpc''"><<$npcName[34]>> <<$npcSurName[34]>></a>'
  748. $npcName[38] = 'Zinaida'
  749. $npcSurName[38] = 'Alkaev'
  750. $npcText[38] = 'Zinaida is a mousey girl who is very plain looking. She never wears makeup, dresses in baggy clothes and barely bothers to brush her hair. She mostly keeps to herself, playing various games on her phone, although she is fairly popular with the nerd boys, for reasons that are not very clear to anyone else.'
  751. grupNPC[38] = 50
  752. npcPol[38] = 1
  753. grupTipe[38] = 1
  754. $npcGo[38] = '<a href="exec:numnpc = 38 & gt ''Snpc''"><<$npcName[38]>> <<$npcSurName[38]>></a>'
  755. $npcName[44] = 'Alyona'
  756. $npcSurName[44] = 'Alkaev'
  757. $npcText[44] = 'This girl is a hardcore Gopnik, she comes from a fucked up family. Her parents are alcoholics and drug addicts, most view her as the apple that didn''t fall far from the tree. As such the teachers don''t even bother to try and work with her anymore.'
  758. grupNPC[44] = 50
  759. npcPol[44] = 1
  760. grupTipe[44] = 4
  761. $npcGo[44] = '<a href="exec:numnpc = 44 & gt ''Snpc''"><<$npcName[44]>> <<$npcSurName[44]>></a>'
  762. $npcName[45] = 'Anushka'
  763. $npcSurName[45] = 'Konstantinov'
  764. $npcText[45] = 'She is the lead guitarist in Radomir''s band. She has very strong political view, which she shares in her anarchist music she writes for the band. She has strong if untrained vocal ability as well, doing some of the singing. She is pretty dominant and can be cruel but not sadistic like some of the other goniks, she is also more than a bit of a exhibitionist.'
  765. grupNPC[45] = 50
  766. npcPol[45] = 1
  767. grupTipe[45] = 4
  768. $npcGo[45] = '<a href="exec:numnpc = 45 & gt ''Snpc''"><<$npcName[45]>> <<$npcSurName[45]>></a>'
  769. $npcName[46] = 'Ekaterina'
  770. $npcSurName[46] = 'Maksimov'
  771. $npcText[46] = 'Known as Katyusha. According to her abilities she could have been a nerd, a jock or even a cool kid. She is pretty athletic and does surprisingly well in school considering how little of the school work she does when she bothers to attend. She is not a traditional beauty, her face is too masculine for that, but she is attractive and could be even more so if she bothered to try, but she doesn''t. She seems to care only about two things, booze and fighting. The booze she gets any way she can, like stealing or smooching from the boys in exchange for some favors. Or she buys it from her considerable amount of money (her father is an army Colonel, that is why he is rarely around). When she "plays" with the boys, it only goes as far as she wants it. She is the only girl other than Lena who can say that, but while they are afraid of Lena''s brother, Katyusha prefers to beat the boys herself. She practices Sambo in the park every day before school, regardless of weather. She often taunts or makes fun of the boxers, claiming boxing is for pussies, real fighters fight without rules. She doesn''t count herself a gopnik, only others consider her one. This doesn''t bother her because she only cares about the opinion of the people whom earn her respect. That is really hard to do.'
  772. grupNPC[46] = 50
  773. npcPol[46] = 1
  774. grupTipe[46] = 4
  775. $npcGo[46] = '<a href="exec:numnpc = 46 & gt ''Snpc''"><<$npcName[46]>> <<$npcSurName[46]>></a>'
  776. !!
  777. !!===========================Teachers=======================
  778. !!
  779. $npcName[26] = 'Anatoly E.'
  780. $npcSurName[26] = 'Tsarev'
  781. $npcText[26] = 'Your school''s math teacher. He''s a stern teacher, who always demands the best out of his students. His daughter Lera is in your class. He''s married to Vera, who works at the train station as a ticket saleswoman and as a cleaner in the garment factory.'
  782. grupNPC[26] = 0
  783. npcPol[26] = 0
  784. grupTipe[26] = 0
  785. $npcGo[26] = '<a href="exec:numnpc = 26 & GT ''Snpc''"><<$npcName[26]>> <<$npcSurName[26]>></a>'
  786. $npcName[48] = 'Ilya'
  787. $npcSurName[48] = 'Yenotin'
  788. $npcText[48] = 'Your school''s Literature, Language and your homeroom teacher.'
  789. grupNPC[48] = 0
  790. npcPol[48] = 0
  791. grupTipe[48] = 0
  792. $npcGo[48] = '<a href="exec:numnpc = 48 & GT ''Snpc''"><<$npcName[48]>> <<$npcSurName[48]>></a>'
  793. $npcName[49] = 'Viktor'
  794. $npcSurName[49] = 'Pavlovich'
  795. $npcText[49] = 'Your school''s P.E. teacher. He looks like a former weight lifter, having a power build with a massive upper body strength. He keeps a black painted paddle he called the ''Black Widow'' hanging from his office. He likes to use it on students, especially female students. He is single, and is a player. You often have seen him with different women around town.'
  796. grupNPC[49] = 0
  797. npcPol[49] = 0
  798. grupTipe[49] = 0
  799. $npcGo[49] = '<a href="exec:numnpc = 49 & GT ''Snpc''"><<$npcName[49]>> <<$npcSurName[49]>></a>'
  800. $npcName[50] = 'Aleksandrina'
  801. $npcSurName[50] = 'Volkov'
  802. $npcText[50] = 'Your school''s new Director. A attractive woman in her mid to late thirties, who always dresses well. She was brought in to improve the education recently after the school was turning in low national averages in test scores. She has a reputation for being firm, yet fair, but cold and distant to the students.'
  803. grupNPC[50] = 0
  804. npcPol[50] = 1
  805. grupTipe[50] = 0
  806. $npcGo[50] = '<a href="exec:numnpc = 50 & GT ''Snpc''"><<$npcName[50]>> <<$npcSurName[50]>></a>'
  807. $npcName[51] = 'Yeva'
  808. $npcSurName[51] = 'Sokoloff'
  809. $npcText[51] = 'Your school''s Geography and history teacher. She is the oldest teacher at school and has a very firm no nonsense teaching style, but can also be very kind and motherly to students that work hard and behave.'
  810. grupNPC[51] = 0
  811. npcPol[51] = 1
  812. grupTipe[51] = 0
  813. $npcGo[51] = '<a href="exec:numnpc = 51 & GT ''Snpc''"><<$npcName[51]>> <<$npcSurName[51]>></a>'
  814. $npcName[52] = 'Serafim'
  815. $npcSurName[52] = 'Ivanov'
  816. $npcText[52] = 'Your school''s Science and Computer Science teacher. A former student of the school that came back after college. He is a no nonsense, bitter teacher, who is known to pile on the homework, have many pop quizzes and be brutal with his grades. He is also known to be unfair, he gives nerds breaks with homework or even quizzes, that he never would with another student. He seems to almost take delight when he can catch one of the cool kids, jocks or gopniks out and show how little they know in class.'
  817. grupNPC[52] = 0
  818. npcPol[52] = 0
  819. grupTipe[52] = 0
  820. $npcGo[52] = '<a href="exec:numnpc = 52 & GT ''Snpc''"><<$npcName[52]>> <<$npcSurName[52]>></a>'
  821. $npcName[53] = 'Olga'
  822. $npcSurName[53] = 'Aleksandrov'
  823. $npcText[53] = 'Your school''s Nurse and Homec teacher. Miss Aleksandrov just transfered to your school at the start of the year. She is a true beauty. Slim and stacked, as you have often heard the boys describing her.'
  824. grupNPC[53] = 0
  825. npcPol[53] = 1
  826. grupTipe[53] = 0
  827. $npcGo[53] = '<a href="exec:numnpc = 53 & GT ''Snpc''"><<$npcName[53]>> <<$npcSurName[53]>></a>'
  828. $npcName[54] = 'Raven'
  829. $npcSurName[54] = 'Braakman'
  830. $npcText[54] = 'Your school''s Social Sciences and English teacher. She is from South Africa, she married and Russian man and moved to Pavlovsk, a few years ago her husband died in a car accident. She has a strict teacher style, accepting only the best out of her students. It is rumored she is a bit of a party goer in her off time.'
  831. grupNPC[54] = 0
  832. npcPol[54] = 1
  833. grupTipe[54] = 0
  834. $npcGo[54] = '<a href="exec:numnpc = 54 & GT ''Snpc''"><<$npcName[54]>> <<$npcSurName[54]>></a>'
  835. $npcName[55] = 'Arina'
  836. $npcSurName[55] = 'Orlov'
  837. $npcText[55] = 'Your school''s Biology and Health teacher. She is the youngest teacher at school, having just finished college and this is her first job. She is a bit shy and mousey, but kinda cute as well. Also not much older than her students, which causes the boys to pay extra special attention to her.'
  838. grupNPC[55] = 0
  839. npcPol[55] = 1
  840. grupTipe[55] = 0
  841. $npcGo[55] = '<a href="exec:numnpc = 55 & GT ''Snpc''"><<$npcName[55]>> <<$npcSurName[55]>></a>'
  842. $npcName[56] = 'Ruslan'
  843. $npcSurName[56] = 'Kuznetsov'
  844. $npcText[56] = 'Your school''s Assistant Dicrector, Career Advisor and Shop teacher.'
  845. grupNPC[56] = 0
  846. npcPol[56] = 0
  847. grupTipe[56] = 0
  848. $npcGo[56] = '<a href="exec:numnpc = 56 & GT ''Snpc''"><<$npcName[56]>> <<$npcSurName[56]>></a>'
  849. $npcName[47] = 'Makar'
  850. $npcSurName[47] = 'Vasilyev'
  851. $npcText[47] = 'Your school''s Music, Art, and Drama teacher. He is always warm and friendly to all of his students and even those not in his class. He always has a smile and will always take the time to listen or help out the students. He is well liked by most of the students.'
  852. grupNPC[47] = 0
  853. npcPol[47] = 0
  854. grupTipe[47] = 0
  855. $npcGo[47] = '<a href="exec:numnpc = 47 & GT ''Snpc''"><<$npcName[47]>> <<$npcSurName[47]>></a>'
  856. $npcName[57] = 'Rolan'
  857. $npcSurName[57] = 'Matveev'
  858. $npcText[57] = 'Your school''s Janitor and handyman. He is quiet and rarely interacts with the students. He rumored to go through the girls lockers and steal their panties, while others say he stalks the girls and photographs them.'
  859. grupNPC[57] = 0
  860. npcPol[57] = 0
  861. grupTipe[57] = 0
  862. $npcGo[57] = '<a href="exec:numnpc = 57 & GT ''Snpc''"><<$npcName[57]>> <<$npcSurName[57]>></a>'
  863. end
  864. --- alterStart ---------------------------------