1
0

preSYS 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112
  1. # preSYS
  2. !!Background Options
  3. cls
  4. if night_mode = 1:
  5. fcolor = rgb(255, 255, 255)
  6. bcolor = rgb(0, 0, 0)
  7. lcolor = rgb(106, 90, 205)
  8. else
  9. fcolor = rgb(0, 0, 0)
  10. bcolor = rgb(255, 255, 255)
  11. lcolor = rgb(106, 90, 205)
  12. end
  13. !!******************** TG Start Background Options ******************************
  14. if $ARGS[0] = 'TGStart':
  15. !! Nothing here for now
  16. gs 'npcstatic1'
  17. gs 'npcstatic2'
  18. gs 'npcstatic3'
  19. gs 'npcstatic4'
  20. gs 'npcstatic5'
  21. $pcs_dna = func('dna','create')
  22. home_owned[1] = 1
  23. home_cur = 1
  24. $home_name = 'City residential apartment'
  25. if MagikDostup = 1:
  26. gt 'preCUST', 'NTStart'
  27. elseif tgs_skipinto = 1:
  28. gt 'preCUST', 'TGStart'
  29. else
  30. gt 'preTG', 'roomPRE'
  31. end
  32. end
  33. !!******************** SG Start Background Options ******************************
  34. if $ARGS[0] = 'SGStart':
  35. $pcs_dna = func('dna','generate',$npc_dna['A29'],$npc_dna['A35'])
  36. StoryLine = 1
  37. month = 8
  38. !! Last friday in August 2016
  39. $month = 'August'
  40. day = 26
  41. week = 5
  42. hour = 9
  43. kanikuli = 5
  44. $holyday = '<b>Summer holidays</b>'
  45. if player_avatar = 0:
  46. birthmonth = 4
  47. birthday = 1
  48. pcs_haircol = 1
  49. end
  50. !! Body
  51. pcs_hgt = 170
  52. salo = 80
  53. dick = 0
  54. pcs_energy = 60
  55. water = 60
  56. pcs_sleep = 70
  57. !! Stats
  58. pcs_stren = 30
  59. strenbuf = 10
  60. pcs_agil = 30
  61. agilbuf = 10
  62. pcs_vital = 30
  63. vitalbuf = 10
  64. pcs_intel = 30
  65. pcs_sprt = 30
  66. pcs_react = 30
  67. pcs_chrsm = 30
  68. pcs_prcptn = 30
  69. pcs_magik = 0
  70. if player_avatar = 0:
  71. pcs_eyesize = 2
  72. pcs_lip = 1
  73. pcs_lashes = 1
  74. end
  75. pcs_heels = 5
  76. pcs_makupskl = 20
  77. pcs_pubes = 30
  78. pcs_leghair = 12
  79. pcs_makeup = 1
  80. money = 2000
  81. housrA = 0
  82. pcs_grades = 75
  83. prezikProver = 3
  84. brothersawpirsF = 0
  85. dynamic $currentpursetype + '_purses[<<currentpursenumber>>] = 1'
  86. !! ********************
  87. $pcs_firstname = input("What is your first name? (Leave blank for default)")
  88. if $pcs_firstname = '':$pcs_firstname = 'Svetlana'
  89. $pcs_lastname = input("What is your last name? (Leave blank for default)")
  90. if $pcs_lastname = '':$pcs_lastname = 'Lebedev'
  91. $pcs_nickname = input("What is your nick name? (Note: If you chose a custom name, you have to enter something here!)")
  92. if $pcs_nickname = '':$pcs_nickname = 'Sveta'
  93. gs 'npcstatic1'
  94. gs 'npcstatic2'
  95. gs 'npcstatic3'
  96. gs 'npcstatic4'
  97. gs 'npcstatic5'
  98. home_owned[2] = 1
  99. home_cur = 2
  100. $home_name = 'Parent''s home in Pavlovsk'
  101. '<center><img <<$set_imgh>> src="images/pre/sys/altstart.jpg"></center>'
  102. 'Your name is <<$pcs_firstname>> <<$pcs_lastname>>, Friends and family sometimes call you <<$pcs_nickname>>. Your mother''s name is <<$npc_firstname[''A29'']>>, and your biological father left before you were born. Your mother married your stepfather, <<$npc_firstname[''A28'']>>, shortly afterwards. <<$npc_firstname[''A33'']>> is your older sister. She is two years older than you and is still living at home while working at the local grocery story. She chose not to attend college and instead spends most of her free time drinking with her friends or going to parties, much to your mother''s dismay. You also have a younger half-brother, <<$npc_firstname[''A34'']>>, who is really into sports, especially football, and is shaping up to be a fine athlete. He is a year younger than you are, and his father is your stepfather.'
  103. *nl
  104. 'Your <<$npc_usedname[''A30'']>> lives in the same building as you do, though you rarely see her except when you pass her in the stairwell. She is your mother''s sister. <<$npc_usedname[''A54'']>>, as everyone calls him, is best friends with your stepfather. <<$npc_firstname[''A11'']>> <<$npc_lastname[''A11'']>>, your childhood friend, is the same age as you and grew up living in the same apartment building on the floor above yours. His father, <<$npc_firstname[''A112'']>>, is an old friend of your mother''s.'
  105. act 'Re-enter name/s': gt 'preSYS', 'SGStart'
  106. act 'Continue':
  107. cls
  108. '<center><img <<$set_imgh>> src="images/pre/sys/altstart1.jpg"></center>'
  109. 'Please select how long you have left in school.'
  110. act 'You have one year of school remaining. (age 16 or 17)':
  111. birthyear = 2000
  112. yearlefttemp = 1
  113. schoool_year = 2000
  114. gt 'preSYS', 'SGStart2'
  115. end
  116. act 'You have two years of school remaining. (age 15 or 16)':
  117. birthyear = 2001
  118. yearlefttemp = 2
  119. schoool_year = 2001
  120. gt 'preSYS', 'SGStart2'
  121. end
  122. end
  123. end
  124. if $ARGS[0] = 'SGStart2':
  125. !!make sure this image shows up above the text that shows your birthday
  126. date_toggle = args[1]
  127. '<center><img <<$set_imgh>> src="images/pre/sys/altstart2.jpg"></center>'
  128. if birthday < 10 and birthmonth < 10:
  129. $startdob = 'Your birthday: <B>0<<birthmonth>>/0<<birthday>>/<<birthyear>></B> (MM/DD/YYYY)'
  130. elseif birthday < 10 and birthmonth >= 10:
  131. $startdob = 'Your birthday: <B><<birthmonth>>/0<<birthday>>/<<birthyear>></B> (MM/DD/YYYY)'
  132. elseif birthday >= 10 and birthmonth < 10:
  133. $startdob = 'Your birthday: <B>0<<birthmonth>>/<<birthday>>/<<birthyear>></B> (MM/DD/YYYY)'
  134. elseif birthday >= 10 and birthmonth >= 10:
  135. $startdob = 'Your birthday: <B><<birthmonth>>/<<birthday>>/<<birthyear>></B> (MM/DD/YYYY)'
  136. end
  137. if player_avatar = 0:
  138. '<a href="exec:gt ''begin'', ''birthday''"><<$startdob>></a>.'
  139. else
  140. '<<$startdob>>'
  141. end
  142. act 'confirm':
  143. cls
  144. '<center><img <<$set_imgh>> src="images/pre/sys/altstart26.jpg"></center>'
  145. 'You have two options when it comes to beginning your game. You can start at the end of the summer holiday, very close to starting the new school year, or you can start at the beginning of the summer holiday.'
  146. !! This is to account for the school year not matching up with the calendar year.
  147. if date_toggle ! 1:
  148. if birthmonth >= 7: birthyear -= 1
  149. if birthmonth = 6 and day > 1: birthyear -= 1
  150. end
  151. killvar '$startdob'
  152. killvar 'date_toggle'
  153. act 'Start at the end of August <B>(recommended for new players)</B>':
  154. !! This is the default start
  155. kanicont = 6
  156. gt 'preSYS', 'SGStart3'
  157. end
  158. !! This is to prevent to player from starting at 14
  159. if birthmonth = 6 and yearlefttemp = 2:
  160. act '<i>Start at the beginning of June</i> Restricted due PC age, set birthday before June or after July to unlock': gt 'preSYS', 'SGStart2', 1
  161. else
  162. act 'Start at the beginning of June':
  163. month = 6
  164. $month = 'June'
  165. day = 1
  166. week = 3
  167. kanicont = 92
  168. gt 'preSYS', 'SGStart3'
  169. end
  170. end
  171. end
  172. end
  173. if $ARGS[0] = 'SGStart3':
  174. !! Sets family relationship values and overwrites the npcstatic data for them
  175. npc_rel['A28'] = 50
  176. npc_rel['A29'] = 50
  177. npc_rel['A30'] = 50
  178. npc_rel['A31'] = 50
  179. npc_rel['A32'] = 50
  180. npc_rel['A33'] = 70
  181. npc_rel['A34'] = 50
  182. gs 'gschool_lessons', 'npc_data'
  183. !!default friendship is 30 for all students, except Vasily Shulgin who starts at 60
  184. r = 1
  185. :default_friendship_loop
  186. $school_static_num = $school_static_num[r]
  187. if grupTipe[r] ! 5:npc_rel[$school_static_num] = 30
  188. r += 1
  189. if r <= 65:jump 'default_friendship_loop'
  190. npc_rel['A11'] = 60
  191. gt 'preSYS', 'charselect'
  192. end
  193. if $ARGS[0] = 'charselect':
  194. *clr
  195. cla
  196. '<center><img <<$set_imgh>> src="images/pre/sys/altstart27.jpg"></center>'
  197. 'Select your personality/social group. Your social group will have a major defining impact upon your life in school, and will determine your starting friends, starting traits, and overall look. While you can always change groups later on, it takes time and effort, so choose wisely. Your five choices of social group are.'
  198. *nl
  199. 'Nerds, geeks, and good students. - These students tend to do well in school and are well-liked by teachers and other adults, and your parents will also be more proud of you. They tend to not have many friends outside of the geeks and nerds social group, however, and are also sometimes picked on or bullied. They are subpar athletically and place less value on looks and social skills than other cliques.'
  200. *nl
  201. 'Jocks and natural athletes. - These students are gifted in their chosen sport and are very athletically inclined. This means that they tend to be fit and in good shape, often making them better looking than many of the other students. They get along with other jocks and are respected by the cool kids of the school while being feared by the nerds, geeks and losers. They don''t value academic achievements and can come into conflict with the gopniks and other troublemakers.'
  202. *nl
  203. 'The popular, cool, and beautiful. - These students are typically socially-gifted and are often blessed with natural good looks. They are envied by many because of this, and most other kids want to be their friends. More than any of the other cliques, they have the ability to ruin someone''s reputation and make them social outcasts, which makes them respected and feared by many students. Being cool and good looking is all they value, so they tend to be subpar athletically and academically.'
  204. *nl
  205. 'Gopniks, rebels, punks, or troublemakers. - These students don''t play by the rules and, in fact, will often happily piss on them if given half a chance. They are in decent shape from all of their fighting and troublemaking, but their predilection for drinking, smoking and drugs often counteracts this to a point. They are not the most well-liked students; teachers and parents alike take a dim view of them, as does the local police. Most other students fear them, either from the years of bullying or from the gopniks'' willingness to fight. Some students secretly envy their carefree attitude and apparent ability to sneer and wave off many of the social pitfalls that other students face.'
  206. *nl
  207. 'Losers, teachers'' pets, sluts, and the ugly. - These students are the outcasts - the kids no one likes to spend time with, other than to pick on them or bully them. Perhaps they are just socially awkward and never made many friends, broke one of the unwritten social school rules, or are ugly, a tattle tell, a slut, and/or an outed gay boy. Either way, they all have one thing in common: they are easy targets to bully and mock.'
  208. act 'Full custom setup': gt 'preSYS2', 'start'
  209. act 'Nerd, Geek, Student':
  210. *clr
  211. cla
  212. '<center><img <<$set_imgh>> src="images/pre/sys/altstart3.jpg"></center>'
  213. 'While you were growing up, you spent virtually all of your free time at home, pursuing various cerebral pursuits. These might have included reading comics, fantasy or sci-fi books, learning about chess or computers, or playing cards, board games, or RPGs with the other nerds in addition to faithfully going to school. 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.'
  214. *nl
  215. 'The long nights of trying to read in poor light have taken a toll on your eyesight as well, and you now need glasses to be able to read. Your cerebral pursuits have also had somewhat of a negative impact on your friendship with <<$npc_firstname[''A11'']>>: as you grew up, he became a gopnik and the two of you slowly started hanging out less and less, although you still consider each other to be friends. On the plus side, doing well in school has made your parents happy and has left you with some extra spending money as a reward for your hard work. Now...'
  216. act 'I am the queen of the nerds!':
  217. !!above average looks and average physically fit
  218. cls
  219. '<center><img <<$set_imgh>> src="images/pre/sys/altstart8.jpg"></center>'
  220. alterstrtimg = 8
  221. 'While you love all things nerdy or geeky, what you love the most is hanging out with your fellow nerds and doing nerdy things together. This has made you fairly social for a nerd and more general in your areas of knowledge. As you got older and started to develop as a girl, it also made you much more aware of your sexuality than most nerds are comfortable with. As such, you cultivated that awareness more than most and are now more at ease with your body than most of the other nerds. By the usual nerd standards you are confident, dynamic, and attractive. This has lead to you being the leader of your group of friends, and you are more acceptable to other social groups as a result.'
  222. act 'Select another': gt 'preSYS', 'charselect'
  223. act 'Confirm this option':
  224. gs 'preSYS', 'nerd'
  225. pcs_intel = 40
  226. pcs_chrsm = 40
  227. pcs_sprt = 40
  228. pcs_grades = 70
  229. pcs_icesktng = 10
  230. pcs_humint = 10
  231. pcs_persuas = 10
  232. pcs_makupskl = 20
  233. pcs_exhibition = 15
  234. pcs_heels = 10
  235. pirsC = 2
  236. PirsC2_owned = 1
  237. gs 'preSYS', 'socialgroup_setting', 10, 5, 10, 5, 5, 0
  238. grupvalue[3] = 50
  239. grupvalue[1] = 10
  240. kosmetica = 10
  241. shampoo = 20
  242. stanok = 10
  243. if player_avatar = 0:
  244. pcs_hairlng = 300
  245. pcs_eyesize = 3
  246. pcs_lip = 2
  247. pcs_lashes = 1
  248. end
  249. pcs_skin = 40
  250. genbsize = 17
  251. salo = 60
  252. gt 'preCUST', 'SGStart'
  253. end
  254. end
  255. act 'I am a good student':
  256. cls
  257. '<center><img <<$set_imgh>> src="images/pre/sys/altstart9.jpg"></center>'
  258. 'You just love school, and your grades are more than good enough to attend the university of your choosing after graduation - all you have to do is not let your grades slip. You have always tried to absorb every bit of knowledge possible and have done everything you could to excel in school. While this attitude has gained you a lot of respect from the other nerds, it did not earn you a lot of friends and you never found the time for sports. You are often asked to be a tutor and sometimes find yourself forced to do others'' homework for them. You have excellent grades, and your mother is very proud of you. She has shown her appreciation for your hard work by rewarding you with money.'
  259. act 'Select another': gt 'preSYS', 'charselect'
  260. act 'Confirm this option':
  261. gs 'preSYS', 'nerd'
  262. alterstrtimg = 9
  263. pcs_intel = 50
  264. pcs_grades = 90
  265. pcs_instrmusic = 10
  266. pcs_artskls = 10
  267. money += 2000
  268. grupvalue[6] = 30
  269. npc_rel['A29'] += 20
  270. if player_avatar ! 1: pcs_hairlng = 200
  271. gt 'preCUST', 'SGStart'
  272. end
  273. end
  274. act 'I am a computer geek':
  275. cls
  276. '<center><img <<$set_imgh>> src="images/pre/sys/altstart10.jpg"></center>'
  277. 'You were always into computers, whether it be by playing video games, taking computers apart, or learning programing and even hacking. You love everything about computers, but this passion left you little time to make friends - real-life friends, at least. You have managed to befriend many online players that you talk to while you play various video games, however, and you rarely spend any time outdoors, nor money on clothes or other girly stuff. You are far more interested in saving your money for a better computer in order to play even better games. You have considered hosting a web series of video games or vlogs - you even took the time to learn how to video edit - but you aren’’t sure if you want to put yourself out there like that.'
  278. act 'Select another': gt 'preSYS', 'charselect'
  279. act 'Confirm this option':
  280. gs 'preSYS', 'nerd'
  281. alterstrtimg = 10
  282. pcs_intel = 55
  283. pcs_grades = 80
  284. pcs_compskl = 40
  285. pcs_comphckng = 20
  286. pcs_ttgmng = 30
  287. npc_rel['A152'] += 10
  288. npc_rel['A153'] += 10
  289. npc_rel['A142'] += 15
  290. npc_rel['A129'] += 10
  291. komp = 1
  292. if player_avatar ! 1: pcs_hairlng = 120
  293. gt 'preCUST', 'SGStart'
  294. end
  295. end
  296. act 'I am a avid Chess player':
  297. cls
  298. '<center><img <<$set_imgh>> src="images/pre/sys/altstart11.jpg"></center>'
  299. 'You were always into chess as a child, and you have studied all the great chess masters. You can even name them all as well as their favorite strategies! You find nothing more interesting than matching your wits against someone else’’s in a game of chess. It has left you with the ability to often see the consequences of your actions better than most as you are used to looking several moves ahead. All of this has left you with little time to make many friends, and you rarely spend any time outdoors.'
  300. act 'Select another': gt 'preSYS', 'charselect'
  301. act 'Confirm this option':
  302. gs 'preSYS', 'nerd'
  303. alterstrtimg = 11
  304. pcs_intel = 55
  305. pcs_prcptn = 40
  306. pcs_react = 40
  307. pcs_grades = 80
  308. pcs_chess = 40
  309. chessyear = year
  310. chessmonth = month
  311. npc_rel['A151'] += 20
  312. if player_avatar ! 1: pcs_hairlng = 200
  313. gt 'preCUST', 'SGStart'
  314. end
  315. end
  316. end
  317. act 'Athlete, Jock':
  318. *clr
  319. cla
  320. '<center><img <<$set_imgh>> src="images/pre/sys/altstart4.jpg"></center>'
  321. 'While you were growing up, you spent virtually all of your free time outdoors. You loved playing sports, running, biking, horseback riding, hiking, and most other outdoor activities. This has kept you in fairly good shape as well as decently socially active in a variety of team sports over the years. Doing this, however, negatively impacted your friendship with <<$npc_firstname[''A11'']>> somewhat. As you grew up, he became a gopnik and the two of you slowly started hanging out less and less, though you still consider each other to be friends. From all the sports available, you are a...'
  322. act 'Avid volleyball player!':
  323. cls
  324. '<center><img <<$set_imgh>> src="images/pre/sys/altstart12.jpg"></center>'
  325. 'Ever since the first time you played volleyball, you have been in love with the sport. You spent a lot of your free time trying to improve your ability, and it paid off; you''re actually quite good now! Your obsession with volleyball, however, has had some repercussions on your school performance. You''re a sub-par student, and you haven''t made many friends other than your fellow jocks. You are especially close with <<$npc_firstname[''A13'']>> and your coach.'
  326. act 'Select another': gt 'preSYS', 'charselect'
  327. act 'Confirm this option':
  328. gs 'preSYS', 'jock'
  329. alterstrtimg = 12
  330. pcs_react = 50
  331. pcs_vital = 50
  332. pcs_stren = 45
  333. pcs_agil = 50
  334. salo = 60
  335. pcs_vball = 50
  336. gsAboVolley += 30
  337. npc_rel['A13'] += 10
  338. npc_rel['A69'] += 10
  339. gt 'preCUST', 'SGStart'
  340. end
  341. end
  342. act 'Avid dancer!':
  343. cls
  344. '<center><img <<$set_imgh>> src="images/pre/sys/altstart13.jpg"></center>'
  345. 'You fell in love with dance at an early age and never looked back. You spent a lot of your free time trying to improve your skills, and it paid off; you''re actually quite good now! <<$npc_firstname[''A11'']>> helpfully pointed out that an added benefit of dance was a greater increase in your flexibility (that is, of course, typical of <<$npc_firstname[''A11'']>>). Your obsession with dancing, however, has had some repercussions on your school performance. You''re a sub-par student, and you haven''t made many friends other than your fellow jocks and <<$npc_firstname[''A23'']>>, one of the popular girls, who is just as passionate about dance as you are.'
  346. act 'Select another': gt 'preSYS', 'charselect'
  347. act 'Confirm this option':
  348. gs 'preSYS', 'jock'
  349. alterstrtimg = 13
  350. pcs_sprt = 45
  351. pcs_vital = 50
  352. pcs_react = 50
  353. pcs_agil = 55
  354. pcs_chrsm = 35
  355. salo = 40
  356. genbsize = 12
  357. if player_avatar = 0:
  358. pcs_hairlng = 200
  359. pcs_eyesize = 2
  360. pcs_lip = 2
  361. pcs_lashes = 1
  362. end
  363. pcs_skin = 80
  364. pcs_danc = 50
  365. pcs_heels = 10
  366. pcs_exhibition = 25
  367. pcs_makupskl = 35
  368. gsAboDance += 30
  369. npc_rel['A23'] += 20
  370. grupvalue[1] = 20
  371. gt 'preCUST', 'SGStart'
  372. end
  373. end
  374. act 'Avid runner!':
  375. cls
  376. '<center><img <<$set_imgh>> src="images/pre/sys/altstart14.jpg"></center>'
  377. 'Ever since you first tried track, you have been in love with the sport. When you’re running, the rest of the world fades away and you experience a natural high like none other. You spent a lot of your free time trying to get better at it, and it paid off; you''re actually quite good now! Your obsession with running, however, has had some repercussions on your school performance. You''re a sub-par student, and you haven''t made many friends other than your fellow jocks and your coach.'
  378. act 'Select another': gt 'preSYS', 'charselect'
  379. act 'Confirm this option':
  380. gs 'preSYS', 'jock'
  381. alterstrtimg = 14
  382. pcs_vital = 60
  383. pcs_agil = 50
  384. pcs_stren = 45
  385. salo = 40
  386. genbsize = 12
  387. pcs_run = 50
  388. gsAboBeg += 30
  389. npc_rel['A3'] += 10
  390. npc_rel['A5'] += 10
  391. npc_rel['A8'] += 5
  392. npc_rel['A18'] -= 30
  393. npc_rel['A131'] += 10
  394. gt 'preCUST', 'SGStart'
  395. end
  396. end
  397. act 'Avid football player.':
  398. cls
  399. '<center><img <<$set_imgh>> src="images/pre/sys/altstart15.jpg"></center>'
  400. 'Ever since your first football game, 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! Your obsession with football has had some repercussions on your school performance, however, and you''re now a sub-par student. You haven''t made many friends other than your fellow jocks, especially <<$npc_firstname[''A149'']>> and your coach.'
  401. act 'Select another': gt 'preSYS', 'charselect'
  402. act 'Confirm this option':
  403. gs 'preSYS', 'jock'
  404. alterstrtimg = 15
  405. pcs_stren = 50
  406. pcs_react = 50
  407. pcs_vital = 50
  408. salo = 60
  409. pcs_kick = 20
  410. pcs_ftbll = 50
  411. npc_rel['A131'] += 10
  412. npc_rel['A149'] += 10
  413. npc_rel['A34'] += 10
  414. gt 'preCUST', 'SGStart'
  415. end
  416. end
  417. end
  418. act 'Popular, Cool, Beautiful':
  419. !!if we can do school uniforms gets a appropriate or borderline uniform.
  420. *clr
  421. cla
  422. '<center><img <<$set_imgh>> src="images/pre/sys/altstart5.jpg"></center>'
  423. 'You spent most of your childhood outdoors, playing with other girls and boys. As a result, you''re quite healthy. You''re also pretty strong verbally, with a keen understanding about how to get yourself out of trouble (or shifting the blame to someone else). You were never very interested in school or sports, however, and are only a sub-par student. Your popularity has negatively impacted your relationship with <<$npc_firstname[''A11'']>> somewhat, and you are not as close as you once were. Now...'
  424. act 'I have a lot of friends!':
  425. cls
  426. '<center><img <<$set_imgh>> src="images/pre/sys/altstart16.jpg"></center>'
  427. 'You have a ton of friends! You’’re friends with all of the important kids at school, anyways, which is what really matters. You were very social growing up and enjoyed being around others, often becoming the center of attention. You have always had a knack of knowing the right thing to say at the right moment, which led to many other students wanting to be your friend.'
  428. act 'Select another': gt 'preSYS', 'charselect'
  429. act 'Confirm this option':
  430. gs 'preSYS', 'cool'
  431. alterstrtimg = 16
  432. pcs_chrsm = 45
  433. genbsize = 32
  434. pcs_humint = 40
  435. pcs_makupskl = 35
  436. pcs_heels = 10
  437. pirsC = 1
  438. PirsC1_owned = 1
  439. if player_avatar ! 1: pcs_hairlng = 200
  440. gs 'preSYS', 'socialgroup_setting', 10, 5, 0, 0, 0, 0
  441. npc_rel['A140'] += 10
  442. salo = 80
  443. gt 'preCUST', 'SGStart'
  444. end
  445. end
  446. act 'I am beautiful':
  447. cls
  448. '<center><img <<$set_imgh>> src="images/pre/sys/altstart17.jpg"></center>'
  449. 'You might not be the smartest, and you might not be the most social or have the toughest attitude - but what you do have are natural good looks, that’s not something you can earn! You blossomed earlier than most girls and the boys took note, especially <<$npc_firstname[''A11'']>>, who started acting differently around you. You know he is attracted to you, but who can blame him? After all, you''re fairly certain that all of the boys (and even some of the girls) lust after you either openly or secretly. As you got older your looks only improved, and you are often considered one of the best-looking girls in the room wherever you go. In fact, most consider you to be one of - if not THE - most beautiful girl in school.'
  450. act 'Select another': gt 'preSYS', 'charselect'
  451. act 'Confirm this option':
  452. gs 'preSYS', 'cool'
  453. alterstrtimg = 17
  454. pcs_humint = 20
  455. pcs_makupskl = 40
  456. pcs_heels = 20
  457. if player_avatar = 0:
  458. pcs_hairlng = 300
  459. pcs_eyesize = 2
  460. pcs_lip = 3
  461. pcs_lashes = 2
  462. end
  463. pcs_skin = 100
  464. genbsize = 37
  465. pcs_exhibition = 25
  466. kosmetica = 50
  467. falselashesplain = 10
  468. falselashesmink = 2
  469. $currentpursetype = 'fashionista'
  470. currentpursenumber = 9
  471. bag = 1
  472. if menu_option = 1:dynamic $menu_addoldmenu
  473. if menu_option = 0:gs 'obj_din', 'new'
  474. greben = 1
  475. kosmetitka = 10
  476. krem = 10
  477. pirsC = 2
  478. PirsC2_owned = 1
  479. gs 'preSYS', 'socialgroup_setting_boys', 20, 20, 20, 20, 20, 0
  480. salo = 60
  481. pav_sex = 20
  482. gt 'preCUST', 'SGStart'
  483. end
  484. end
  485. end
  486. act 'Gopnik, Rebel, Punk, Troublemaker':
  487. !!If you can do uniforms then they can choose inappropriate or borderline
  488. !!can pick 1-3 tattoo''s at start
  489. cla
  490. *clr
  491. '<center><img <<$set_imgh>> src="images/pre/sys/altstart6.jpg"></center>'
  492. 'You spent most of your childhood outdoors, playing with the other girls and boys. As a result, you''re quite healthy. As you got older you lost any interest you might have once had with fitting in - now you do your own thing, and you’’re ready to tell anyone where they can stick it if they have a problem with that.'
  493. 'As you and <<$npc_firstname[''A11'']>> walked a similar path, your bond of friendship only deepened. This has had some repercussions on your school performance; you''re a sub-par student. It has also had some less enjoyable consequences leading you into more than your fair share of fights, into all sorts of problems at home, landing you in trouble and often punished at school, and even into a few run-ins with the local police. Now most consider you...'
  494. act 'A Gopnik':
  495. cls
  496. '<center><img <<$set_imgh>> src="images/pre/sys/altstart18.jpg"></center>'
  497. 'You are a gopnik. While you are still low in the gopnik pecking order, you have already proven yourself to them and most fully accept you. Because of your behavior, you have problems at home and school. This is especially true with your mother and stepfather, who see you going down the wrong path. The teachers and the police all know you''re one of the local gopniks.'
  498. act 'Select another': gt 'preSYS', 'charselect'
  499. act 'Confirm this option':
  500. gs 'preSYS', 'gopnik'
  501. gs 'preSYS', 'socialgroup_setting', -10, -10, -10, 0, -10, 0
  502. alterstrtimg = 18
  503. pcs_stren = 40
  504. pcs_vital = 40
  505. pcs_jab = 35
  506. pcs_punch = 35
  507. pcs_kick = 35
  508. pcs_def = 35
  509. npc_rel['A9'] += 10
  510. npc_rel['A10'] += 10
  511. npc_rel['A11'] += 10
  512. npc_rel['A20'] += 10
  513. npc_rel['A21'] += 10
  514. npc_rel['A24'] += 10
  515. npc_rel['A28'] -= 10
  516. npc_rel['A29'] -= 20
  517. npc_rel['A33'] -= 10
  518. npc_rel['A34'] -= 10
  519. grupvalue[4] = 40
  520. gt 'preCUST', 'SGStart'
  521. end
  522. end
  523. act 'A Punk or Troublemaker!':
  524. cls
  525. '<center><img <<$set_imgh>> src="images/pre/sys/altstart19.jpg"></center>'
  526. 'You are a troublemaker. Nothing makes you happier than causing problems, whether it be petty larceny, getting into fights, or vandalizing. You live for the thrill of breaking the rules. You get along fairly well with the gopniks and they accept you as a kindred spirit. They seem to love your willingness to jump head first into any and all trouble you run across - and if you can''t find any, you will happily make your own, which keeps things lively.'
  527. act 'Select another': gt 'preSYS', 'charselect'
  528. act 'Confirm this option':
  529. gs 'preSYS', 'gopnik'
  530. gs 'preSYS', 'socialgroup_setting', 0, 0, -10, 0, -10, 0
  531. alterstrtimg = 19
  532. pcs_stren = 40
  533. pcs_react = 40
  534. pcs_jab = 20
  535. pcs_punch = 20
  536. pcs_kick = 20
  537. pcs_def = 20
  538. pcs_humint = 10
  539. pcs_persuas = 10
  540. pcs_makupskl = 20
  541. pirsD = 4
  542. PirsD4_owned = 1
  543. if player_avatar ! 1: pcs_hairlng = 55
  544. npc_rel['A24'] += 10
  545. npc_rel['A155'] += 15
  546. npc_rel['A157'] += 10
  547. npc_rel['A143'] += 10
  548. npc_rel['A144'] += 15
  549. npc_rel['A145'] += 10
  550. npc_rel['A28'] -= 10
  551. npc_rel['A29'] -= 20
  552. npc_rel['A33'] -= 10
  553. npc_rel['A34'] -= 10
  554. gt 'preCUST', 'SGStart'
  555. end
  556. end
  557. act '<<$npc_nickname[''A9'']>>''s Girl Friend':
  558. cls
  559. '<center><img <<$set_imgh>> src="images/pre/sys/altstart20.jpg"></center>'
  560. 'You are <<$npc_nickname[''A9'']>>''s girlfriend. You love the thrill and danger of hanging out with the gopniks, even if you lack the true attitude yourself. You met <<$npc_nickname[''A9'']>> after he and <<$npc_firstname[''A11'']>> became friends. There was something about his bad boy attitude that drew you in, and you soon found yourself falling for him.'
  561. 'As you developed, he started to take an interest in you as well. Soon thereafter the two of you started dating. You’’re not technically a gopnik - you are considered more of a wanna-be - but the rest of the gopniks seem to accept you anyways. You’’re not sure what would happen if you ever broke up with <<$npc_nickname[''A9'']>>, however, as being his girlfriend and hanging out with the other gopniks has cost you any real, close friends outside of their group.'
  562. act 'Select another': gt 'preSYS', 'charselect'
  563. act 'Confirm this option':
  564. gs 'preSYS', 'gopnik'
  565. alterstrtimg = 20
  566. pcs_sprt = 30
  567. pcs_stren = 30
  568. pcs_vital = 30
  569. pcs_react = 30
  570. pcs_agil = 30
  571. pcs_chrsm = 40
  572. genbsize = 32
  573. pcs_humint = 20
  574. pcs_makupskl = 30
  575. pcs_heels = 10
  576. pcs_jab = 10
  577. pcs_punch = 10
  578. pcs_kick = 10
  579. pcs_def = 10
  580. pirsD = 3
  581. PirsD3_owned = 1
  582. $currentpursetype = 'dolls'
  583. currentpursenumber = 19
  584. bag = 1
  585. npc_rel['A9'] += 50
  586. npc_rel['A10'] += 5
  587. npc_rel['A11'] += 5
  588. npc_rel['A20'] += 15
  589. npc_rel['A21'] += 10
  590. npc_rel['A24'] -= 10
  591. npc_rel['A28'] -= 10
  592. npc_rel['A29'] -= 20
  593. npc_rel['A33'] -= 10
  594. if player_avatar = 0:
  595. pcs_hairlng = 200
  596. pcs_eyesize = 2
  597. pcs_lip = 2
  598. pcs_lashes = 1
  599. end
  600. pcs_skin = 80
  601. pcs_vag = 1
  602. pcs_throat = 1
  603. salo = 60
  604. stat['hj'] = 10
  605. stat['bj'] = 5
  606. stat['vaginal'] = 2
  607. grupvalue[4] = 25
  608. !! Vitek;s relationship
  609. kotovLoveQW = 1
  610. vitekvisit = 5
  611. npc_sex['A9'] += 5
  612. gt 'preCUST', 'SGStart'
  613. end
  614. end
  615. act 'An Alternative, Party Girl, or Rebel':
  616. !!can choose two more starting tattoo''s
  617. cls
  618. '<center><img <<$set_imgh>> src="images/pre/sys/altstart21.jpg"></center>'
  619. 'You march to your own tune. You’’re not a follower - you’’re a leader! You just have no desire to actually lead anything. You do what you want, when you want, and you do it with a fuck-it-all attitude. The local gopniks respect you and for the most part you get along with them. You’’re not one of them, however, but rather a kindred spirit looking to walk your own path and raise a little hell along the way.'
  620. 'Unlike most of the rest, you have far less interest in fighting or causing problems and a far more interest in looking for a good time - you love to party more than anything else.'
  621. act 'Select another': gt 'preSYS', 'charselect'
  622. act 'Confirm this option':
  623. gs 'preSYS', 'gopnik'
  624. alterstrtimg = 21
  625. pcs_vital = 40
  626. pcs_agil = 40
  627. pcs_react = 40
  628. salo = 60
  629. pcs_chrsm = 35
  630. pcs_humint = 20
  631. pcs_persuas = 10
  632. pcs_makupskl = 30
  633. pcs_danc = 20
  634. pcs_heels = 10
  635. falselashesplain = 5
  636. kosmetica = 20
  637. pirsD = 5
  638. PirsD5_owned = 1
  639. pirsA = 2
  640. PirsA2_owned = 1
  641. if player_avatar = 0:
  642. pcs_eyesize = 2
  643. pcs_lip = 2
  644. pcs_lashes = 1
  645. end
  646. pcs_skin = 80
  647. pcs_exhibition = 30
  648. pcs_vag = 1
  649. pcs_ass = 1
  650. pcs_throat = 5
  651. stat['hj'] = 15
  652. stat['bj'] = 10
  653. stat['vaginal'] = 3
  654. stat['anal'] = 1
  655. stat['vaginal_finger'] = 5
  656. stat['vaginal_finger_give'] = 5
  657. stat['cuni'] = 3
  658. stat['cuni_give'] = 3
  659. pav_sex = 40
  660. npc_rel['A154'] += 10
  661. npc_rel['A155'] += 10
  662. npc_rel['A156'] += 10
  663. npc_rel['A158'] += 10
  664. npc_rel['A143'] += 10
  665. npc_rel['A144'] += 20
  666. npc_rel['A28'] -= 10
  667. npc_rel['A29'] -= 10
  668. npc_rel['A33'] += 10
  669. gt 'preCUST', 'SGStart'
  670. end
  671. end
  672. end
  673. act 'Outcast, Loser, Goth, Ugly':
  674. *clr
  675. cla
  676. '<center><img <<$set_imgh>> src="images/pre/sys/altstart7.jpg"></center>'
  677. 'You never really fit in. You’’re just one of those individuals who, by choice or circumstance, never really clicked with the other kids. As you got older things only got worse, and now you are seen as an outcast. This breaks one of the most important social rules among your peers, and you are now considered in the same vein as sluts, losers, gay boys and the like.'
  678. 'Being an outcast has also had a somewhat negative impact on your friendship with <<$npc_firstname[''A11'']>>. As you grew up, he became a gopnik and the two of you slowly started hanging out less and less, although you still consider each other to be friends - if just barely. You have no other real friends, and you get bullied and made fun of all the time because...'
  679. act 'I have no friends':
  680. cls
  681. '<center><img <<$set_imgh>> src="images/pre/sys/altstart22.jpg"></center>'
  682. 'You were never very social and you never learned how to make friends. You were often made fun of or bullied by the other kids as you grew up. As such, you naturally shied away from them, an action that only served to isolate you even further. Now, years later, you have yet to make any real friends - even <<$npc_firstname[''A11'']>>, who is your closest friend, wouldn''t be considered a particularly close one.'
  683. act 'Select another': gt 'preSYS', 'charselect'
  684. act 'Confirm this option':
  685. gs 'preSYS', 'outcast'
  686. gs 'preSYS', 'socialgroup_setting', -10, -10, -10, -10, -10, 0
  687. alterstrtimg = 22
  688. genbsize = 17
  689. pcs_chrsm = 20
  690. pcs_observ = 20
  691. pcs_skin = 10
  692. npc_rel['A11'] -= 20
  693. gt 'preCUST', 'SGStart'
  694. end
  695. end
  696. act 'I am a Ugly duckling':
  697. cls
  698. '<center><img <<$set_imgh>> src="images/pre/sys/altstart23.jpg"></center>'
  699. 'Some girls blossom early, and some have natural good looks… you got neither. In fact, you seem to have been cursed with an androgynous face and body. You have been mistaken for a boy more times than you would care to admit.'
  700. 'Your body seems to grow out of sync, leaving you looking odd and, at best, unattractive for most of your life. Now in your teens, your body is starting to even out in growth but is still very androgynous, and you are still considered not much to look at, if not outright ugly.'
  701. act 'Select another': gt 'preSYS', 'charselect'
  702. act 'Confirm this option':
  703. gs 'preSYS', 'outcast'
  704. gs 'preSYS', 'socialgroup_setting_boys', -10, -10, -10, -10, 0, 0
  705. alterstrtimg = 23
  706. genbsize = 2
  707. pcs_exhibition = 5
  708. pcs_skin = 0
  709. if player_avatar = 0:
  710. pcs_eyesize = 0
  711. pcs_lip = 0
  712. pcs_lashes = 2
  713. end
  714. salo = 20
  715. gt 'preCUST', 'SGStart'
  716. end
  717. end
  718. act 'I am a Good girl':
  719. cls
  720. '<center><img <<$set_imgh>> src="images/pre/sys/altstart24.jpg"></center>'
  721. 'You are a good girl, the kind parents, teachers and adults love, but the other kids hate. You always reminded the teacher to give out homework and you would tell on anyone for doing anything. You love the attention you get from adults, and while at times it can be lonely you are still pretty happy knowing you''re a good girl. You also regularly attend church just like any good girl should.'
  722. act 'Select another': gt 'preSYS', 'charselect'
  723. act 'Confirm this option':
  724. gs 'preSYS', 'outcast'
  725. gs 'preSYS', 'socialgroup_setting', -5, -5, 0, -20, 0, 0
  726. alterstrtimg = 24
  727. pcs_intel = 35
  728. pcs_sprt = 60
  729. pcs_exhibition = 5
  730. money += 1000
  731. shampoo = 10
  732. pcs_skin = 40
  733. if player_avatar = 0:
  734. pcs_hairlng = 300
  735. pcs_eyesize = 3
  736. pcs_lip = 2
  737. pcs_lashes = 1
  738. end
  739. salo = 80
  740. genbsize = 17
  741. npc_rel['A25'] -= 5
  742. npc_rel['A28'] += 10
  743. npc_rel['A29'] += 10
  744. npc_rel['A11'] -= 20
  745. gt 'preCUST', 'SGStart'
  746. end
  747. end
  748. act 'I am a slut':
  749. !!If you can do uniforms then they can choose inappropriate
  750. cls
  751. '<center><img <<$set_imgh>> src="images/pre/sys/altstart25.jpg"></center>'
  752. 'You were the first girl at your age to lose her virginity. You became curious about sex far sooner than other kids your age and started masturbating at an early age. You loved the sensation so much that you wanted to find out how good sex would feel. Once you tried it, you learned that you love it - you really love everything about it.'
  753. 'You used to give the boys blowjobs under the bleachers during recess and after school - you always savored swallowing their cum, and you even love its taste. The only thing you like more than sucking cock and swallowing cum is getting fucked by huge cock while sucking on another one.'
  754. act 'Select another': gt 'preSYS', 'charselect'
  755. act 'Confirm this option':
  756. gs 'preSYS', 'outcast'
  757. gs 'preSYS', 'socialgroup_setting_boys', 10, 10, 0, 20, 0, 0
  758. alterstrtimg = 25
  759. pcs_makupskl = 35
  760. pcs_heels = 30
  761. genbsize = 32
  762. kosmetica = 30
  763. falselashesplain = 20
  764. $currentpursetype = 'kats'
  765. currentpursenumber = 10
  766. bag = 1
  767. if menu_option = 1:dynamic $menu_addoldmenu
  768. if menu_option = 0:gs 'obj_din', 'new'
  769. greben = 1
  770. kosmetitka = 10
  771. salfetka = 10
  772. stanok = 10
  773. shampoo = 20
  774. pirsC = 2
  775. PirsC2_owned = 1
  776. npc_rel['A11'] += 20
  777. npc_rel['A25'] += 30
  778. npc_rel['A28'] -= 20
  779. npc_rel['A29'] -= 30
  780. npc_rel['A33'] -= 10
  781. npc_rel['A34'] -= 10
  782. motherKnowSpravka = 1
  783. gs 'preSYS', 'socialgroup_setting', 0, 0, 0, 10, 0, 0
  784. if player_avatar = 0:
  785. pcs_hairlng = 120
  786. pcs_eyesize = 2
  787. pcs_lip = 2
  788. pcs_lashes = 1
  789. end
  790. pcs_skin = 80
  791. pcs_vag = 10
  792. pcs_ass = 10
  793. pcs_throat = 10
  794. pcs_exhibition = 35
  795. pav_sex = 150
  796. GspravkaT = 2
  797. motherKnowSpravka = 2
  798. salo = 60
  799. stat['hj'] = 50
  800. stat['bj'] = 30
  801. stat['vaginal'] = 30
  802. stat['anal'] = 20
  803. stat['group'] = 5
  804. guy = 15
  805. orgasm = 15
  806. swallow = 20
  807. trt_cumeater = 1
  808. gt 'preCUST', 'SGStart'
  809. end
  810. end
  811. end
  812. end
  813. if $ARGS[0] = 'nerd':
  814. pcs_tan = 0
  815. pcs_ttgmng = 20
  816. if glass < 1 : glass = 1
  817. if player_avatar ! 1: pcs_haircol = 1
  818. if player_avatar ! 1: pcs_eyecol = 0
  819. fantasybook = 5
  820. grupTipe=3
  821. money += 3000
  822. shampoo = 10
  823. if player_avatar = 0:
  824. pcs_eyesize = 1
  825. pcs_lip = 1
  826. pcs_lashes = 0
  827. end
  828. pcs_skin = 40
  829. pcs_exhibition = 10
  830. gs 'preSYS', 'socialgroup_setting', -10, 0, 25, 0, 0, 0
  831. npc_rel['A129'] += 10
  832. npc_rel['A28'] += 10
  833. npc_rel['A29'] += 10
  834. grupvalue[3] = 30
  835. grupvalue[6] = 10
  836. genbsize = 22
  837. salo = 100
  838. end
  839. if $ARGS[0] = 'jock':
  840. pcs_sprt = 40
  841. pcs_stren = 40
  842. pcs_vital = 40
  843. pcs_react = 40
  844. pcs_agil = 40
  845. genbsize = 17
  846. pcs_grades = 50
  847. kosmetica = 10
  848. stanok = 10
  849. shampoo = 10
  850. tampon = 20
  851. pcs_run = 20
  852. pcs_ftbll = 10
  853. pcs_vball = 10
  854. pcs_danc = 10
  855. pcs_icesktng = 20
  856. pcs_humint = 10
  857. pcs_makupskl = 30
  858. pcs_dom = 10
  859. pcs_exhibition = 20
  860. swim_start = 69
  861. pirsC = 1
  862. PirsC1_owned = 1
  863. gs 'preSYS', 'socialgroup_setting', 10, 25, 0, 0, -5, 0
  864. npc_rel['A129'] -= 10
  865. grupvalue[2] = 30
  866. hscrunch = 10
  867. hscrunchw = 0
  868. pcs_tan = 30
  869. if player_avatar = 0:
  870. pcs_hairlng = 55
  871. pcs_haircol = 3
  872. pcs_eyecol = 3
  873. pcs_eyesize = 3
  874. pcs_lip = 2
  875. pcs_lashes = 1
  876. end
  877. pcs_skin = 60
  878. npc_rel['A34'] += 10
  879. grupTipe=2
  880. end
  881. if $ARGS[0] = 'cool':
  882. pcs_sprt = 40
  883. pcs_chrsm = 40
  884. pcs_prcptn = 40
  885. pcs_grades = 60
  886. pcs_icesktng = 10
  887. pcs_danc = 10
  888. pcs_persuas = 30
  889. pcs_exhibition = 20
  890. swim_start = 98
  891. kosmetica = 20
  892. shampoo = 20
  893. stanok = 20
  894. money += 1000
  895. gs 'preSYS', 'socialgroup_setting', 25, 15, 0, -10, -20, 0
  896. npc_rel['A129'] -= 20
  897. grupvalue[1] = 30
  898. if player_avatar ! 1: pcs_haircol = 2
  899. if player_avatar ! 1: pcs_eyecol = 2
  900. pcs_tan = 30
  901. if player_avatar = 0:
  902. pcs_eyesize = 2
  903. pcs_lip = 2
  904. pcs_lashes = 1
  905. end
  906. pcs_skin = 60
  907. npc_rel['A33'] += 10
  908. grupTipe=1
  909. end
  910. if $ARGS[0] = 'gopnik':
  911. pcs_sprt = 35
  912. pcs_stren = 35
  913. pcs_vital = 35
  914. pcs_react = 35
  915. pcs_agil = 35
  916. genbsize = 22
  917. pcs_grades = 40
  918. pcs_exhibition = 25
  919. kosmetica = 10
  920. shampoo = 10
  921. stanok = 10
  922. siga = 20
  923. fakepassport = 1
  924. pirsC = 1
  925. PirsC1_owned = 1
  926. gs 'preSYS', 'socialgroup_setting', 0, 0, -10, 25, 0, 0
  927. npc_rel['A129'] -= 30
  928. npc_rel['A11'] += 10
  929. grupvalue[4] = 30
  930. tampon = 20
  931. pcs_run = 20
  932. pcs_humint = 10
  933. pcs_makupskl = 10
  934. pcs_tan = 30
  935. if player_avatar = 0:
  936. pcs_hairlng = 120
  937. pcs_haircol = 0
  938. pcs_eyecol = 1
  939. pcs_eyesize = 3
  940. pcs_lip = 2
  941. pcs_lashes = 1
  942. end
  943. pcs_skin = 50
  944. pcs_vag = 1
  945. pcs_throat = 1
  946. salo = 80
  947. stat['hj'] = 10
  948. stat['bj'] = 5
  949. stat['vaginal'] = 1
  950. pav_sex = 30
  951. grupTipe=4
  952. end
  953. if $ARGS[0] = 'outcast':
  954. salo = 100
  955. pcs_prcptn = 35
  956. pcs_grades = 40
  957. pcs_exhibition = 10
  958. gs 'preSYS', 'socialgroup_setting', -10, -10, -10, -10, 0, 0
  959. npc_rel['A133'] += 20
  960. npc_rel['A11'] -= 10
  961. npc_rel['A33'] -= 10
  962. npc_rel['A34'] -= 10
  963. if player_avatar = 0:
  964. pcs_hairlng = 200
  965. pcs_haircol = 1
  966. pcs_eyecol = 0
  967. pcs_eyesize = 1
  968. pcs_lip = 1
  969. pcs_lashes = 0
  970. end
  971. pcs_skin = 20
  972. grupTipe=5
  973. end
  974. if $ARGS[0] = 'socialgroup_setting':
  975. grup0 = 0
  976. grup1 = 0
  977. grup2 = 0
  978. grup3 = 0
  979. grup4 = 0
  980. grup5 = 0
  981. if ARGS[1] ! 0:grup0 = ARGS[1]
  982. if ARGS[2] ! 0:grup1 = ARGS[2]
  983. if ARGS[3] ! 0:grup2 = ARGS[3]
  984. if ARGS[4] ! 0:grup3 = ARGS[4]
  985. if ARGS[5] ! 0:grup4 = ARGS[5]
  986. if ARGS[6] ! 0:grup5 = ARGS[6]
  987. r = 1
  988. :socialgroup_loop
  989. $school_static_num = $school_static_num[r]
  990. if grupTipe[r] = 1 and grup0 ! 0:
  991. npc_rel[$school_static_num] += grup0
  992. elseif grupTipe[r] = 2 and grup1 ! 0:
  993. npc_rel[$school_static_num] += grup1
  994. elseif grupTipe[r] = 3 and grup2 ! 0:
  995. npc_rel[$school_static_num] += grup2
  996. elseif grupTipe[r] = 4 and grup3 ! 0:
  997. npc_rel[$school_static_num] += grup3
  998. elseif grupTipe[r] = 5 and grup4 ! 0:
  999. npc_rel[$school_static_num] += grup4
  1000. elseif grupTipe[r] = 6 and grup5 ! 0:
  1001. npc_rel[$school_static_num] += grup5
  1002. end
  1003. r += 1
  1004. if r <= 61:jump 'socialgroup_loop'
  1005. end
  1006. if $ARGS[0] = 'socialgroup_setting_boys':
  1007. grup0 = 0
  1008. grup1 = 0
  1009. grup2 = 0
  1010. grup3 = 0
  1011. grup4 = 0
  1012. grup5 = 0
  1013. if ARGS[1] ! 0:grup0 = ARGS[1]
  1014. if ARGS[2] ! 0:grup1 = ARGS[2]
  1015. if ARGS[3] ! 0:grup2 = ARGS[3]
  1016. if ARGS[4] ! 0:grup3 = ARGS[4]
  1017. if ARGS[5] ! 0:grup4 = ARGS[5]
  1018. if ARGS[6] ! 0:grup5 = ARGS[6]
  1019. r = 1
  1020. :socialgroup2_loop
  1021. $school_static_num = $school_static_num[r]
  1022. if npcPol[r] = 0:
  1023. if grupTipe[r] = 1 and grup0 ! 0:
  1024. npc_rel[$school_static_num] += grup0
  1025. elseif grupTipe[r] = 2 and grup1 ! 0:
  1026. npc_rel[$school_static_num] += grup1
  1027. elseif grupTipe[r] = 3 and grup2 ! 0:
  1028. npc_rel[$school_static_num] += grup2
  1029. elseif grupTipe[r] = 4 and grup3 ! 0:
  1030. npc_rel[$school_static_num] += grup3
  1031. elseif grupTipe[r] = 5 and grup4 ! 0:
  1032. npc_rel[$school_static_num] += grup4
  1033. elseif grupTipe[r] = 6 and grup5 ! 0:
  1034. npc_rel[$school_static_num] += grup5
  1035. end
  1036. end
  1037. r += 1
  1038. if r <= 61:jump 'socialgroup2_loop'
  1039. end
  1040. --- preSYS ---------------------------------