preSYS 41 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103
  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. gs 'set_home', 1
  24. if MagikDostup = 1:
  25. gt 'preCUST', 'NTStart'
  26. elseif tgs_skipinto = 1:
  27. gt 'preCUST', 'TGStart'
  28. else
  29. gt 'preTG', 'roomPRE'
  30. end
  31. end
  32. !!******************** SG Start Background Options ******************************
  33. if $ARGS[0] = 'SGStart':
  34. $pcs_dna = func('dna','generate',$npc_dna['A29'],$npc_dna['A35'])
  35. StoryLine = 1
  36. month = 8
  37. !! Last friday in August 2016
  38. $month = 'August'
  39. day = 26
  40. week = 5
  41. hour = 9
  42. kanikuli = 5
  43. $holyday = '<b>Summer holidays</b>'
  44. if player_avatar = 0:
  45. birthmonth = 4
  46. birthday = 1
  47. pcs_haircol = 1
  48. end
  49. !! Body
  50. pcs_hgt = 170
  51. salo = 80
  52. dick = 0
  53. pcs_energy = 60
  54. water = 60
  55. pcs_sleep = 70
  56. !! Stats
  57. pcs_stren = 30
  58. strenbuf = 10
  59. pcs_agil = 30
  60. agilbuf = 10
  61. pcs_vital = 30
  62. vitalbuf = 10
  63. pcs_intel = 30
  64. pcs_sprt = 30
  65. pcs_react = 30
  66. pcs_chrsm = 30
  67. pcs_prcptn = 30
  68. pcs_magik = 0
  69. if player_avatar = 0:
  70. pcs_eyesize = 2
  71. pcs_lip = 1
  72. pcs_lashes = 1
  73. end
  74. pcs_heels = 5
  75. pcs_makupskl = 20
  76. pcs_pubes = 30
  77. pcs_leghair = 12
  78. pcs_makeup = 1
  79. home_owned[2] = 1
  80. money = 2000
  81. pcs_grades = 75
  82. prezikProver = 3
  83. brothersawpirsF = 0
  84. dynamic $currentpursetype + '_purses[<<currentpursenumber>>] = 1'
  85. !! ********************
  86. $pcs_firstname = input("What is your first name? (Leave blank for default)")
  87. if $pcs_firstname = '':$pcs_firstname = 'Svetlana'
  88. $pcs_lastname = input("What is your last name? (Leave blank for default)")
  89. if $pcs_lastname = '':$pcs_lastname = 'Lebedev'
  90. $pcs_nickname = input("What is your nick name? (Note: If you chose a custom name, you have to enter something here!)")
  91. if $pcs_nickname = '':$pcs_nickname = 'Sveta'
  92. gs 'npcstatic1'
  93. gs 'npcstatic2'
  94. gs 'npcstatic3'
  95. gs 'npcstatic4'
  96. gs 'npcstatic5'
  97. home_owned[2] = 1
  98. gs 'set_home', 2
  99. '<center><img <<$set_imgh>> src="images/pre/sys/altstart.jpg"></center>'
  100. '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.'
  101. *nl
  102. '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.'
  103. act 'Re-enter name/s': gt 'preSYS', 'SGStart'
  104. act 'Continue':
  105. birthyear = 2000
  106. yearlefttemp = 1
  107. schoool_year = 2000
  108. gt 'preSYS', 'SGStart2'
  109. end
  110. end
  111. if $ARGS[0] = 'SGStart2':
  112. !!make sure this image shows up above the text that shows your birthday
  113. date_toggle = args[1]
  114. '<center><img <<$set_imgh>> src="images/pre/sys/altstart2.jpg"></center>'
  115. if birthday < 10 and birthmonth < 10:
  116. $startdob = 'Your birthday: <B>0<<birthmonth>>/0<<birthday>>/<<birthyear>></B> (MM/DD/YYYY)'
  117. elseif birthday < 10 and birthmonth >= 10:
  118. $startdob = 'Your birthday: <B><<birthmonth>>/0<<birthday>>/<<birthyear>></B> (MM/DD/YYYY)'
  119. elseif birthday >= 10 and birthmonth < 10:
  120. $startdob = 'Your birthday: <B>0<<birthmonth>>/<<birthday>>/<<birthyear>></B> (MM/DD/YYYY)'
  121. elseif birthday >= 10 and birthmonth >= 10:
  122. $startdob = 'Your birthday: <B><<birthmonth>>/<<birthday>>/<<birthyear>></B> (MM/DD/YYYY)'
  123. end
  124. if player_avatar = 0:
  125. '<a href="exec:gt ''begin'', ''birthday''"><<$startdob>></a>.'
  126. else
  127. '<<$startdob>>'
  128. end
  129. act 'confirm':
  130. cls
  131. '<center><img <<$set_imgh>> src="images/pre/sys/altstart26.jpg"></center>'
  132. '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.'
  133. !! This is to account for the school year not matching up with the calendar year.
  134. if date_toggle ! 1:
  135. if birthmonth >= 7: birthyear -= 1
  136. if birthmonth = 6 and day > 1: birthyear -= 1
  137. end
  138. killvar '$startdob'
  139. killvar 'date_toggle'
  140. act 'Start at the end of August <B>(recommended for new players)</B>':
  141. !! This is the default start
  142. kanicont = 6
  143. gt 'preSYS', 'SGStart3'
  144. end
  145. !! This is to prevent to player from starting at 14
  146. if birthmonth = 6 and yearlefttemp = 2:
  147. 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
  148. else
  149. act 'Start at the beginning of June':
  150. month = 6
  151. $month = 'June'
  152. day = 1
  153. week = 3
  154. kanicont = 92
  155. gt 'preSYS', 'SGStart3'
  156. end
  157. end
  158. end
  159. end
  160. if $ARGS[0] = 'SGStart3':
  161. !! Sets family relationship values and overwrites the npcstatic data for them
  162. npc_rel['A28'] = 50
  163. npc_rel['A29'] = 50
  164. npc_rel['A30'] = 50
  165. npc_rel['A31'] = 50
  166. npc_rel['A32'] = 50
  167. npc_rel['A33'] = 70
  168. npc_rel['A34'] = 50
  169. gs 'gschool_lessons', 'npc_data'
  170. !!default friendship is 30 for all students, except Vasily Shulgin who starts at 60
  171. r = 1
  172. :default_friendship_loop
  173. $school_static_num = $school_static_num[r]
  174. if grupTipe[r] ! 5:npc_rel[$school_static_num] = 30
  175. r += 1
  176. if r <= 65:jump 'default_friendship_loop'
  177. npc_rel['A11'] = 60
  178. gt 'preSYS', 'charselect'
  179. end
  180. if $ARGS[0] = 'charselect':
  181. *clr
  182. cla
  183. '<center><img <<$set_imgh>> src="images/pre/sys/altstart27.jpg"></center>'
  184. '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.'
  185. *nl
  186. '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.'
  187. *nl
  188. '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.'
  189. *nl
  190. '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.'
  191. *nl
  192. '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.'
  193. *nl
  194. '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.'
  195. act 'Full custom setup': gt 'preSYS2', 'start'
  196. act 'Nerd, Geek, Student':
  197. *clr
  198. cla
  199. '<center><img <<$set_imgh>> src="images/pre/sys/altstart3.jpg"></center>'
  200. '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.'
  201. *nl
  202. '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...'
  203. act 'I am the queen of the nerds!':
  204. !!above average looks and average physically fit
  205. cls
  206. '<center><img <<$set_imgh>> src="images/pre/sys/altstart8.jpg"></center>'
  207. alterstrtimg = 8
  208. '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.'
  209. act 'Select another': gt 'preSYS', 'charselect'
  210. act 'Confirm this option':
  211. gs 'preSYS', 'nerd'
  212. pcs_intel = 40
  213. pcs_chrsm = 40
  214. pcs_sprt = 40
  215. pcs_grades = 70
  216. pcs_icesktng = 10
  217. pcs_humint = 10
  218. pcs_persuas = 10
  219. pcs_makupskl = 20
  220. pcs_exhibition = 15
  221. pcs_heels = 10
  222. pirsC = 2
  223. PirsC2_owned = 1
  224. gs 'preSYS', 'socialgroup_setting', 10, 5, 10, 5, 5, 0
  225. grupvalue[3] = 50
  226. grupvalue[1] = 10
  227. kosmetica = 10
  228. shampoo = 20
  229. stanok = 10
  230. swimwear[58] = 1
  231. swimwearH[58] = 60
  232. swimwearB[58] = pcs_hips
  233. if player_avatar = 0:
  234. pcs_hairlng = 300
  235. pcs_eyesize = 3
  236. pcs_lip = 2
  237. pcs_lashes = 1
  238. end
  239. pcs_skin = 40
  240. genbsize = 17
  241. salo = 60
  242. gt 'preCUST', 'SGStart'
  243. end
  244. end
  245. act 'I am a good student':
  246. cls
  247. '<center><img <<$set_imgh>> src="images/pre/sys/altstart9.jpg"></center>'
  248. '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.'
  249. act 'Select another': gt 'preSYS', 'charselect'
  250. act 'Confirm this option':
  251. gs 'preSYS', 'nerd'
  252. alterstrtimg = 9
  253. pcs_intel = 50
  254. pcs_grades = 90
  255. pcs_instrmusic = 10
  256. pcs_artskls = 10
  257. money += 2000
  258. grupvalue[6] = 30
  259. npc_rel['A29'] += 20
  260. if player_avatar ! 1: pcs_hairlng = 200
  261. gt 'preCUST', 'SGStart'
  262. end
  263. end
  264. act 'I am a computer geek':
  265. cls
  266. '<center><img <<$set_imgh>> src="images/pre/sys/altstart10.jpg"></center>'
  267. '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.'
  268. act 'Select another': gt 'preSYS', 'charselect'
  269. act 'Confirm this option':
  270. gs 'preSYS', 'nerd'
  271. alterstrtimg = 10
  272. pcs_intel = 55
  273. pcs_grades = 80
  274. pcs_compskl = 40
  275. pcs_comphckng = 20
  276. pcs_ttgmng = 30
  277. internet = 20
  278. npc_rel['A152'] += 10
  279. npc_rel['A153'] += 10
  280. npc_rel['A142'] += 15
  281. npc_rel['A129'] += 10
  282. komp = 1
  283. if player_avatar ! 1: pcs_hairlng = 120
  284. gt 'preCUST', 'SGStart'
  285. end
  286. end
  287. act 'I am a avid Chess player':
  288. cls
  289. '<center><img <<$set_imgh>> src="images/pre/sys/altstart11.jpg"></center>'
  290. '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.'
  291. act 'Select another': gt 'preSYS', 'charselect'
  292. act 'Confirm this option':
  293. gs 'preSYS', 'nerd'
  294. alterstrtimg = 11
  295. pcs_intel = 55
  296. pcs_prcptn = 40
  297. pcs_react = 40
  298. pcs_grades = 80
  299. pcs_chess = 40
  300. chessyear = year
  301. chessmonth = month
  302. npc_rel['A151'] += 20
  303. if player_avatar ! 1: pcs_hairlng = 200
  304. gt 'preCUST', 'SGStart'
  305. end
  306. end
  307. end
  308. act 'Athlete, Jock':
  309. *clr
  310. cla
  311. '<center><img <<$set_imgh>> src="images/pre/sys/altstart4.jpg"></center>'
  312. '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...'
  313. act 'Avid volleyball player!':
  314. cls
  315. '<center><img <<$set_imgh>> src="images/pre/sys/altstart12.jpg"></center>'
  316. '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.'
  317. act 'Select another': gt 'preSYS', 'charselect'
  318. act 'Confirm this option':
  319. gs 'preSYS', 'jock'
  320. alterstrtimg = 12
  321. pcs_react = 50
  322. pcs_vital = 50
  323. pcs_stren = 45
  324. pcs_agil = 50
  325. salo = 60
  326. pcs_vball = 50
  327. gsAboVolley += 30
  328. npc_rel['A13'] += 10
  329. npc_rel['A69'] += 10
  330. gt 'preCUST', 'SGStart'
  331. end
  332. end
  333. act 'Avid dancer!':
  334. cls
  335. '<center><img <<$set_imgh>> src="images/pre/sys/altstart13.jpg"></center>'
  336. '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.'
  337. act 'Select another': gt 'preSYS', 'charselect'
  338. act 'Confirm this option':
  339. gs 'preSYS', 'jock'
  340. alterstrtimg = 13
  341. pcs_sprt = 45
  342. pcs_vital = 50
  343. pcs_react = 50
  344. pcs_agil = 55
  345. pcs_chrsm = 35
  346. salo = 40
  347. genbsize = 12
  348. if player_avatar = 0:
  349. pcs_hairlng = 200
  350. pcs_eyesize = 2
  351. pcs_lip = 2
  352. pcs_lashes = 1
  353. end
  354. pcs_skin = 80
  355. pcs_danc = 50
  356. pcs_heels = 10
  357. pcs_exhibition = 25
  358. pcs_makupskl = 35
  359. gsAboDance += 30
  360. npc_rel['A23'] += 20
  361. grupvalue[1] = 20
  362. gt 'preCUST', 'SGStart'
  363. end
  364. end
  365. act 'Avid runner!':
  366. cls
  367. '<center><img <<$set_imgh>> src="images/pre/sys/altstart14.jpg"></center>'
  368. '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.'
  369. act 'Select another': gt 'preSYS', 'charselect'
  370. act 'Confirm this option':
  371. gs 'preSYS', 'jock'
  372. alterstrtimg = 14
  373. pcs_vital = 60
  374. pcs_agil = 50
  375. pcs_stren = 45
  376. salo = 40
  377. genbsize = 12
  378. pcs_run = 50
  379. gsAboBeg += 30
  380. npc_rel['A3'] += 10
  381. npc_rel['A5'] += 10
  382. npc_rel['A8'] += 5
  383. npc_rel['A18'] -= 30
  384. npc_rel['A131'] += 10
  385. gt 'preCUST', 'SGStart'
  386. end
  387. end
  388. act 'Avid football player.':
  389. cls
  390. '<center><img <<$set_imgh>> src="images/pre/sys/altstart15.jpg"></center>'
  391. '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.'
  392. act 'Select another': gt 'preSYS', 'charselect'
  393. act 'Confirm this option':
  394. gs 'preSYS', 'jock'
  395. alterstrtimg = 15
  396. pcs_stren = 50
  397. pcs_react = 50
  398. pcs_vital = 50
  399. salo = 60
  400. pcs_kick = 20
  401. pcs_ftbll = 50
  402. npc_rel['A131'] += 10
  403. npc_rel['A149'] += 10
  404. npc_rel['A34'] += 10
  405. gt 'preCUST', 'SGStart'
  406. end
  407. end
  408. end
  409. act 'Popular, Cool, Beautiful':
  410. !!if we can do school uniforms gets a appropriate or borderline uniform.
  411. *clr
  412. cla
  413. '<center><img <<$set_imgh>> src="images/pre/sys/altstart5.jpg"></center>'
  414. '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...'
  415. act 'I have a lot of friends!':
  416. cls
  417. '<center><img <<$set_imgh>> src="images/pre/sys/altstart16.jpg"></center>'
  418. '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.'
  419. act 'Select another': gt 'preSYS', 'charselect'
  420. act 'Confirm this option':
  421. gs 'preSYS', 'cool'
  422. alterstrtimg = 16
  423. pcs_chrsm = 45
  424. genbsize = 32
  425. pcs_humint = 40
  426. pcs_makupskl = 35
  427. pcs_heels = 10
  428. pirsC = 1
  429. PirsC1_owned = 1
  430. if player_avatar ! 1: pcs_hairlng = 200
  431. gs 'preSYS', 'socialgroup_setting', 10, 5, 0, 0, 0, 0
  432. npc_rel['A140'] += 10
  433. salo = 80
  434. gt 'preCUST', 'SGStart'
  435. end
  436. end
  437. act 'I am beautiful':
  438. cls
  439. '<center><img <<$set_imgh>> src="images/pre/sys/altstart17.jpg"></center>'
  440. '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.'
  441. act 'Select another': gt 'preSYS', 'charselect'
  442. act 'Confirm this option':
  443. gs 'preSYS', 'cool'
  444. alterstrtimg = 17
  445. pcs_humint = 20
  446. pcs_makupskl = 40
  447. pcs_heels = 20
  448. if player_avatar = 0:
  449. pcs_hairlng = 300
  450. pcs_eyesize = 2
  451. pcs_lip = 3
  452. pcs_lashes = 2
  453. end
  454. pcs_skin = 100
  455. genbsize = 37
  456. pcs_exhibition = 25
  457. kosmetica = 50
  458. falselashesplain = 10
  459. falselashesmink = 2
  460. $currentpursetype = 'fashionista'
  461. currentpursenumber = 9
  462. bag = 1
  463. if menu_option = 1:dynamic $menu_addoldmenu
  464. if menu_option = 0:gs 'obj_din', 'new'
  465. greben = 1
  466. kosmetitka = 10
  467. krem = 10
  468. pirsC = 2
  469. PirsC2_owned = 1
  470. gs 'preSYS', 'socialgroup_setting_boys', 20, 20, 20, 20, 20, 0
  471. salo = 60
  472. pav_sex = 20
  473. gt 'preCUST', 'SGStart'
  474. end
  475. end
  476. end
  477. act 'Gopnik, Rebel, Punk, Troublemaker':
  478. !!If you can do uniforms then they can choose inappropriate or borderline
  479. !!can pick 1-3 tattoo''s at start
  480. cla
  481. *clr
  482. '<center><img <<$set_imgh>> src="images/pre/sys/altstart6.jpg"></center>'
  483. '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.'
  484. '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...'
  485. act 'A Gopnik':
  486. cls
  487. '<center><img <<$set_imgh>> src="images/pre/sys/altstart18.jpg"></center>'
  488. '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.'
  489. act 'Select another': gt 'preSYS', 'charselect'
  490. act 'Confirm this option':
  491. gs 'preSYS', 'gopnik'
  492. gs 'preSYS', 'socialgroup_setting', -10, -10, -10, 0, -10, 0
  493. alterstrtimg = 18
  494. pcs_stren = 40
  495. pcs_vital = 40
  496. pcs_jab = 35
  497. pcs_punch = 35
  498. pcs_kick = 35
  499. pcs_def = 35
  500. npc_rel['A9'] += 10
  501. npc_rel['A10'] += 10
  502. npc_rel['A11'] += 10
  503. npc_rel['A20'] += 10
  504. npc_rel['A21'] += 10
  505. npc_rel['A24'] += 10
  506. npc_rel['A28'] -= 10
  507. npc_rel['A29'] -= 20
  508. npc_rel['A33'] -= 10
  509. npc_rel['A34'] -= 10
  510. grupvalue[4] = 40
  511. gt 'preCUST', 'SGStart'
  512. end
  513. end
  514. act 'A Punk or Troublemaker!':
  515. cls
  516. '<center><img <<$set_imgh>> src="images/pre/sys/altstart19.jpg"></center>'
  517. '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.'
  518. act 'Select another': gt 'preSYS', 'charselect'
  519. act 'Confirm this option':
  520. gs 'preSYS', 'gopnik'
  521. gs 'preSYS', 'socialgroup_setting', 0, 0, -10, 0, -10, 0
  522. alterstrtimg = 19
  523. pcs_stren = 40
  524. pcs_react = 40
  525. pcs_jab = 20
  526. pcs_punch = 20
  527. pcs_kick = 20
  528. pcs_def = 20
  529. pcs_humint = 10
  530. pcs_persuas = 10
  531. pcs_makupskl = 20
  532. pirsD = 4
  533. PirsD4_owned = 1
  534. if player_avatar ! 1: pcs_hairlng = 55
  535. npc_rel['A24'] += 10
  536. npc_rel['A155'] += 15
  537. npc_rel['A157'] += 10
  538. npc_rel['A143'] += 10
  539. npc_rel['A144'] += 15
  540. npc_rel['A145'] += 10
  541. npc_rel['A28'] -= 10
  542. npc_rel['A29'] -= 20
  543. npc_rel['A33'] -= 10
  544. npc_rel['A34'] -= 10
  545. gt 'preCUST', 'SGStart'
  546. end
  547. end
  548. act '<<$npc_nickname[''A9'']>>''s Girl Friend':
  549. cls
  550. '<center><img <<$set_imgh>> src="images/pre/sys/altstart20.jpg"></center>'
  551. '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.'
  552. '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.'
  553. act 'Select another': gt 'preSYS', 'charselect'
  554. act 'Confirm this option':
  555. gs 'preSYS', 'gopnik'
  556. alterstrtimg = 20
  557. pcs_sprt = 30
  558. pcs_stren = 30
  559. pcs_vital = 30
  560. pcs_react = 30
  561. pcs_agil = 30
  562. pcs_chrsm = 40
  563. genbsize = 32
  564. pcs_humint = 20
  565. pcs_makupskl = 30
  566. pcs_heels = 10
  567. pcs_jab = 10
  568. pcs_punch = 10
  569. pcs_kick = 10
  570. pcs_def = 10
  571. pirsD = 3
  572. PirsD3_owned = 1
  573. $currentpursetype = 'dolls'
  574. currentpursenumber = 19
  575. bag = 1
  576. npc_rel['A9'] += 50
  577. npc_rel['A10'] += 5
  578. npc_rel['A11'] += 5
  579. npc_rel['A20'] += 15
  580. npc_rel['A21'] += 10
  581. npc_rel['A24'] -= 10
  582. npc_rel['A28'] -= 10
  583. npc_rel['A29'] -= 20
  584. npc_rel['A33'] -= 10
  585. if player_avatar = 0:
  586. pcs_hairlng = 200
  587. pcs_eyesize = 2
  588. pcs_lip = 2
  589. pcs_lashes = 1
  590. end
  591. pcs_skin = 80
  592. pcs_vag = 1
  593. pcs_throat = 1
  594. salo = 60
  595. stat['hj'] = 10
  596. stat['bj'] = 5
  597. stat['vaginal'] = 2
  598. grupvalue[4] = 25
  599. !! Vitek;s relationship
  600. kotovLoveQW = 1
  601. vitekvisit = 5
  602. npc_sex['A9'] += 5
  603. gt 'preCUST', 'SGStart'
  604. end
  605. end
  606. act 'An Alternative, Party Girl, or Rebel':
  607. !!can choose two more starting tattoo''s
  608. cls
  609. '<center><img <<$set_imgh>> src="images/pre/sys/altstart21.jpg"></center>'
  610. '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.'
  611. '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.'
  612. act 'Select another': gt 'preSYS', 'charselect'
  613. act 'Confirm this option':
  614. gs 'preSYS', 'gopnik'
  615. alterstrtimg = 21
  616. pcs_vital = 40
  617. pcs_agil = 40
  618. pcs_react = 40
  619. salo = 60
  620. pcs_chrsm = 35
  621. pcs_humint = 20
  622. pcs_persuas = 10
  623. pcs_makupskl = 30
  624. pcs_danc = 20
  625. pcs_heels = 10
  626. falselashesplain = 5
  627. kosmetica = 20
  628. pirsD = 5
  629. PirsD5_owned = 1
  630. pirsA = 2
  631. PirsA2_owned = 1
  632. if player_avatar = 0:
  633. pcs_eyesize = 2
  634. pcs_lip = 2
  635. pcs_lashes = 1
  636. end
  637. pcs_skin = 80
  638. pcs_exhibition = 30
  639. pcs_vag = 1
  640. pcs_ass = 1
  641. pcs_throat = 5
  642. stat['hj'] = 15
  643. stat['bj'] = 10
  644. stat['vaginal'] = 3
  645. stat['anal'] = 1
  646. stat['vaginal_finger'] = 5
  647. stat['vaginal_finger_give'] = 5
  648. stat['cuni'] = 3
  649. stat['cuni_give'] = 3
  650. pav_sex = 40
  651. npc_rel['A154'] += 10
  652. npc_rel['A155'] += 10
  653. npc_rel['A156'] += 10
  654. npc_rel['A158'] += 10
  655. npc_rel['A143'] += 10
  656. npc_rel['A144'] += 20
  657. npc_rel['A28'] -= 10
  658. npc_rel['A29'] -= 10
  659. npc_rel['A33'] += 10
  660. gt 'preCUST', 'SGStart'
  661. end
  662. end
  663. end
  664. act 'Outcast, Loser, Goth, Ugly':
  665. *clr
  666. cla
  667. '<center><img <<$set_imgh>> src="images/pre/sys/altstart7.jpg"></center>'
  668. '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.'
  669. '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...'
  670. act 'I have no friends':
  671. cls
  672. '<center><img <<$set_imgh>> src="images/pre/sys/altstart22.jpg"></center>'
  673. '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.'
  674. act 'Select another': gt 'preSYS', 'charselect'
  675. act 'Confirm this option':
  676. gs 'preSYS', 'outcast'
  677. gs 'preSYS', 'socialgroup_setting', -10, -10, -10, -10, -10, 0
  678. alterstrtimg = 22
  679. genbsize = 17
  680. pcs_chrsm = 20
  681. pcs_observ = 20
  682. pcs_skin = 10
  683. npc_rel['A11'] -= 20
  684. gt 'preCUST', 'SGStart'
  685. end
  686. end
  687. act 'I am a Ugly duckling':
  688. cls
  689. '<center><img <<$set_imgh>> src="images/pre/sys/altstart23.jpg"></center>'
  690. '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.'
  691. '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.'
  692. act 'Select another': gt 'preSYS', 'charselect'
  693. act 'Confirm this option':
  694. gs 'preSYS', 'outcast'
  695. gs 'preSYS', 'socialgroup_setting_boys', -10, -10, -10, -10, 0, 0
  696. alterstrtimg = 23
  697. genbsize = 2
  698. pcs_exhibition = 5
  699. pcs_skin = 0
  700. if player_avatar = 0:
  701. pcs_eyesize = 0
  702. pcs_lip = 0
  703. pcs_lashes = 2
  704. end
  705. salo = 20
  706. gt 'preCUST', 'SGStart'
  707. end
  708. end
  709. act 'I am a Good girl':
  710. cls
  711. '<center><img <<$set_imgh>> src="images/pre/sys/altstart24.jpg"></center>'
  712. '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.'
  713. act 'Select another': gt 'preSYS', 'charselect'
  714. act 'Confirm this option':
  715. gs 'preSYS', 'outcast'
  716. gs 'preSYS', 'socialgroup_setting', -5, -5, 0, -20, 0, 0
  717. alterstrtimg = 24
  718. pcs_intel = 35
  719. pcs_sprt = 60
  720. pcs_exhibition = 5
  721. money += 1000
  722. shampoo = 10
  723. pcs_skin = 40
  724. if player_avatar = 0:
  725. pcs_hairlng = 300
  726. pcs_eyesize = 3
  727. pcs_lip = 2
  728. pcs_lashes = 1
  729. end
  730. salo = 80
  731. genbsize = 17
  732. npc_rel['A25'] -= 5
  733. npc_rel['A28'] += 10
  734. npc_rel['A29'] += 10
  735. npc_rel['A11'] -= 20
  736. gt 'preCUST', 'SGStart'
  737. end
  738. end
  739. act 'I am a slut':
  740. !!If you can do uniforms then they can choose inappropriate
  741. cls
  742. '<center><img <<$set_imgh>> src="images/pre/sys/altstart25.jpg"></center>'
  743. '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.'
  744. '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.'
  745. act 'Select another': gt 'preSYS', 'charselect'
  746. act 'Confirm this option':
  747. gs 'preSYS', 'outcast'
  748. gs 'preSYS', 'socialgroup_setting_boys', 10, 10, 0, 20, 0, 0
  749. alterstrtimg = 25
  750. pcs_makupskl = 35
  751. pcs_heels = 30
  752. genbsize = 32
  753. kosmetica = 30
  754. falselashesplain = 20
  755. $currentpursetype = 'kats'
  756. currentpursenumber = 10
  757. bag = 1
  758. if menu_option = 1:dynamic $menu_addoldmenu
  759. if menu_option = 0:gs 'obj_din', 'new'
  760. greben = 1
  761. kosmetitka = 10
  762. salfetka = 10
  763. stanok = 10
  764. shampoo = 20
  765. pirsC = 2
  766. PirsC2_owned = 1
  767. npc_rel['A11'] += 20
  768. npc_rel['A25'] += 30
  769. npc_rel['A28'] -= 20
  770. npc_rel['A29'] -= 30
  771. npc_rel['A33'] -= 10
  772. npc_rel['A34'] -= 10
  773. motherKnowSpravka = 1
  774. gs 'preSYS', 'socialgroup_setting', 0, 0, 0, 10, 0, 0
  775. if player_avatar = 0:
  776. pcs_hairlng = 120
  777. pcs_eyesize = 2
  778. pcs_lip = 2
  779. pcs_lashes = 1
  780. end
  781. pcs_skin = 80
  782. pcs_vag = 10
  783. pcs_ass = 10
  784. pcs_throat = 10
  785. pcs_exhibition = 35
  786. pav_sex = 150
  787. GspravkaT = 2
  788. motherKnowSpravka = 2
  789. salo = 60
  790. stat['hj'] = 50
  791. stat['bj'] = 30
  792. stat['vaginal'] = 30
  793. stat['anal'] = 20
  794. stat['group'] = 5
  795. guy = 15
  796. orgasm = 15
  797. swallow = 20
  798. trt_cumeater = 1
  799. gt 'preCUST', 'SGStart'
  800. end
  801. end
  802. end
  803. end
  804. if $ARGS[0] = 'nerd':
  805. pcs_tan = 0
  806. pcs_ttgmng = 20
  807. if glass < 1 : glass = 1
  808. if player_avatar ! 1: pcs_haircol = 1
  809. if player_avatar ! 1: pcs_eyecol = 0
  810. fantasybook = 5
  811. grupTipe=3
  812. money += 3000
  813. shampoo = 10
  814. if player_avatar = 0:
  815. pcs_eyesize = 1
  816. pcs_lip = 1
  817. pcs_lashes = 0
  818. end
  819. pcs_skin = 40
  820. pcs_exhibition = 10
  821. gs 'preSYS', 'socialgroup_setting', -10, 0, 25, 0, 0, 0
  822. npc_rel['A129'] += 10
  823. npc_rel['A28'] += 10
  824. npc_rel['A29'] += 10
  825. grupvalue[3] = 30
  826. grupvalue[6] = 10
  827. genbsize = 22
  828. salo = 100
  829. end
  830. if $ARGS[0] = 'jock':
  831. pcs_sprt = 40
  832. pcs_stren = 40
  833. pcs_vital = 40
  834. pcs_react = 40
  835. pcs_agil = 40
  836. genbsize = 17
  837. pcs_grades = 50
  838. kosmetica = 10
  839. stanok = 10
  840. shampoo = 10
  841. tampon = 20
  842. pcs_run = 20
  843. pcs_ftbll = 10
  844. pcs_vball = 10
  845. pcs_danc = 10
  846. pcs_icesktng = 20
  847. pcs_humint = 10
  848. pcs_makupskl = 30
  849. pcs_dom = 10
  850. pcs_exhibition = 20
  851. swim_start = 69
  852. pirsC = 1
  853. PirsC1_owned = 1
  854. gs 'preSYS', 'socialgroup_setting', 10, 25, 0, 0, -5, 0
  855. npc_rel['A129'] -= 10
  856. grupvalue[2] = 30
  857. hscrunch = 10
  858. hscrunchw = 0
  859. pcs_tan = 30
  860. if player_avatar = 0:
  861. pcs_hairlng = 55
  862. pcs_haircol = 3
  863. pcs_eyecol = 3
  864. pcs_eyesize = 3
  865. pcs_lip = 2
  866. pcs_lashes = 1
  867. end
  868. pcs_skin = 60
  869. npc_rel['A34'] += 10
  870. grupTipe=2
  871. end
  872. if $ARGS[0] = 'cool':
  873. pcs_sprt = 40
  874. pcs_chrsm = 40
  875. pcs_prcptn = 40
  876. pcs_grades = 60
  877. pcs_icesktng = 10
  878. pcs_danc = 10
  879. pcs_persuas = 30
  880. pcs_exhibition = 20
  881. swim_start = 98
  882. kosmetica = 20
  883. shampoo = 20
  884. stanok = 20
  885. money += 1000
  886. gs 'preSYS', 'socialgroup_setting', 25, 15, 0, -10, -20, 0
  887. npc_rel['A129'] -= 20
  888. grupvalue[1] = 30
  889. if player_avatar ! 1: pcs_haircol = 2
  890. if player_avatar ! 1: pcs_eyecol = 2
  891. pcs_tan = 30
  892. if player_avatar = 0:
  893. pcs_eyesize = 2
  894. pcs_lip = 2
  895. pcs_lashes = 1
  896. end
  897. pcs_skin = 60
  898. npc_rel['A33'] += 10
  899. grupTipe=1
  900. end
  901. if $ARGS[0] = 'gopnik':
  902. pcs_sprt = 35
  903. pcs_stren = 35
  904. pcs_vital = 35
  905. pcs_react = 35
  906. pcs_agil = 35
  907. genbsize = 22
  908. pcs_grades = 40
  909. pcs_exhibition = 25
  910. kosmetica = 10
  911. shampoo = 10
  912. stanok = 10
  913. siga = 20
  914. fakepassport = 1
  915. pirsC = 1
  916. PirsC1_owned = 1
  917. gs 'preSYS', 'socialgroup_setting', 0, 0, -10, 25, 0, 0
  918. npc_rel['A129'] -= 30
  919. npc_rel['A11'] += 10
  920. grupvalue[4] = 30
  921. tampon = 20
  922. pcs_run = 20
  923. pcs_humint = 10
  924. pcs_makupskl = 10
  925. pcs_tan = 30
  926. if player_avatar = 0:
  927. pcs_hairlng = 120
  928. pcs_haircol = 0
  929. pcs_eyecol = 1
  930. pcs_eyesize = 3
  931. pcs_lip = 2
  932. pcs_lashes = 1
  933. end
  934. pcs_skin = 50
  935. pcs_vag = 1
  936. pcs_throat = 1
  937. salo = 80
  938. stat['hj'] = 10
  939. stat['bj'] = 5
  940. stat['vaginal'] = 1
  941. pav_sex = 30
  942. grupTipe=4
  943. end
  944. if $ARGS[0] = 'outcast':
  945. salo = 100
  946. pcs_prcptn = 35
  947. pcs_grades = 40
  948. pcs_exhibition = 10
  949. gs 'preSYS', 'socialgroup_setting', -10, -10, -10, -10, 0, 0
  950. npc_rel['A133'] += 20
  951. npc_rel['A11'] -= 10
  952. npc_rel['A33'] -= 10
  953. npc_rel['A34'] -= 10
  954. if player_avatar = 0:
  955. pcs_hairlng = 200
  956. pcs_haircol = 1
  957. pcs_eyecol = 0
  958. pcs_eyesize = 1
  959. pcs_lip = 1
  960. pcs_lashes = 0
  961. end
  962. pcs_skin = 20
  963. grupTipe=5
  964. end
  965. if $ARGS[0] = 'socialgroup_setting':
  966. grup0 = 0
  967. grup1 = 0
  968. grup2 = 0
  969. grup3 = 0
  970. grup4 = 0
  971. grup5 = 0
  972. if ARGS[1] ! 0:grup0 = ARGS[1]
  973. if ARGS[2] ! 0:grup1 = ARGS[2]
  974. if ARGS[3] ! 0:grup2 = ARGS[3]
  975. if ARGS[4] ! 0:grup3 = ARGS[4]
  976. if ARGS[5] ! 0:grup4 = ARGS[5]
  977. if ARGS[6] ! 0:grup5 = ARGS[6]
  978. r = 1
  979. :socialgroup_loop
  980. $school_static_num = $school_static_num[r]
  981. if grupTipe[r] = 1 and grup0 ! 0:
  982. npc_rel[$school_static_num] += grup0
  983. elseif grupTipe[r] = 2 and grup1 ! 0:
  984. npc_rel[$school_static_num] += grup1
  985. elseif grupTipe[r] = 3 and grup2 ! 0:
  986. npc_rel[$school_static_num] += grup2
  987. elseif grupTipe[r] = 4 and grup3 ! 0:
  988. npc_rel[$school_static_num] += grup3
  989. elseif grupTipe[r] = 5 and grup4 ! 0:
  990. npc_rel[$school_static_num] += grup4
  991. elseif grupTipe[r] = 6 and grup5 ! 0:
  992. npc_rel[$school_static_num] += grup5
  993. end
  994. r += 1
  995. if r <= 61:jump 'socialgroup_loop'
  996. end
  997. if $ARGS[0] = 'socialgroup_setting_boys':
  998. grup0 = 0
  999. grup1 = 0
  1000. grup2 = 0
  1001. grup3 = 0
  1002. grup4 = 0
  1003. grup5 = 0
  1004. if ARGS[1] ! 0:grup0 = ARGS[1]
  1005. if ARGS[2] ! 0:grup1 = ARGS[2]
  1006. if ARGS[3] ! 0:grup2 = ARGS[3]
  1007. if ARGS[4] ! 0:grup3 = ARGS[4]
  1008. if ARGS[5] ! 0:grup4 = ARGS[5]
  1009. if ARGS[6] ! 0:grup5 = ARGS[6]
  1010. r = 1
  1011. :socialgroup2_loop
  1012. $school_static_num = $school_static_num[r]
  1013. if npcPol[r] = 0:
  1014. if grupTipe[r] = 1 and grup0 ! 0:
  1015. npc_rel[$school_static_num] += grup0
  1016. elseif grupTipe[r] = 2 and grup1 ! 0:
  1017. npc_rel[$school_static_num] += grup1
  1018. elseif grupTipe[r] = 3 and grup2 ! 0:
  1019. npc_rel[$school_static_num] += grup2
  1020. elseif grupTipe[r] = 4 and grup3 ! 0:
  1021. npc_rel[$school_static_num] += grup3
  1022. elseif grupTipe[r] = 5 and grup4 ! 0:
  1023. npc_rel[$school_static_num] += grup4
  1024. elseif grupTipe[r] = 6 and grup5 ! 0:
  1025. npc_rel[$school_static_num] += grup5
  1026. end
  1027. end
  1028. r += 1
  1029. if r <= 61:jump 'socialgroup2_loop'
  1030. end
  1031. --- preSYS ---------------------------------