preSYS.qsrc 46 KB

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