1
0

intro_city_select.tw 68 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525
  1. :: intro_city_select
  2. <<set $here = 'intro_city_select'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <<if $location_var[$here][0] == 'start'>>
  5. <!-- !!--------------------------inner thought stuff---------------------------------->
  6. <<set $OpenInnerThought = '<i><font color='magenta'>'>>
  7. <<set $CloseInnerThought = '</font></i>'>>
  8. <<set $pc.age = 18>>
  9. <<set $time.month = 6>>
  10. <<set $time.day = 4>>
  11. <<set $time.weekday = 2>>
  12. <<set $time.hour = 13>>
  13. <<set $time.year = 2017>>
  14. <!-- !! Body-->
  15. <<set $pc.pcs_hgt = 170>>
  16. <<set $pc.salo = 60>>
  17. <<set $pc.pcs_teeth = 0>>
  18. <<set $dick = 0>>
  19. <!-- !! Stats-->
  20. <<run $pc.skillSetLevel('strength',40)>>
  21. <<set $pc.muscularity = 20>>
  22. <<run $pc.skillSetLevel('agility',40)>>
  23. <<set $pc.dexterity = 15>>
  24. <<set $pc.vitality = 40>>
  25. <<set $pc.healthiness = 25>>
  26. <<run $pc.skillSetLevel('intelligence',40)>>
  27. <<run $pc.skillSetLevel('spirit',40)>>
  28. <<run $pc.skillSetLevel('reaction',40)>>
  29. <<run $pc.skillSetLevel('charisma',40)>>
  30. <<run $pc.skillSetLevel('perception',40)>>
  31. <<set $pc.pcs_makeup = 5>>
  32. <<run $wardrobe.wear('gm_purse_7')>>
  33. <<set $pc.pcs_inhib = 15>>
  34. <<run $pc.skillSetLevel('highHeels',20)>>
  35. <<run $pc.skillSetLevel('makeup',15)>>
  36. <<run $pc.skillSetLevel('art',15)>>
  37. <<run $pc.skillSetLevel('computer',20)>>
  38. <<run $pc.skillSetLevel('hacking',10)>>
  39. <<run $pc.skillSetLevel('chess',15)>>
  40. <<run $pc.skillSetLevel('dance',30)>>
  41. <<set $cltarelka = 1>>
  42. <<set $fairy = 10>>
  43. <<run $inventory.set('food',5)>>
  44. <<set $poroshok = 5>>
  45. <<run $inventory.set('shampoo',20)>>
  46. <<run $inventory.set('sanpad',10)>>
  47. <<run $inventory.set('tampon',15)>>
  48. <<set $pc.pcs_energy = 100>>
  49. <<set $pc.pcs_hydra = 100>>
  50. <<set $pc.pcs_sleep = 100>>
  51. <<set $pc.willpowermax = 60>>
  52. <<if mid($start_type,1,4) == 'city'>>
  53. <<gs 'homes_properties' 'give_access' 'parents_home'>>
  54. <<set $SchoolAtestat = 1>>
  55. <<gs 'homes_properties' 'rent_property' 'city_apartment' 61>>
  56. <<gs 'homes_properties' 'set_home' 'city_apartment'>>
  57. <</if>>
  58. <<set $ml_update_1 = 1>>
  59. <<set $pc.birthyear = 1999>>
  60. <<set $time.yearlefttemp = 1>>
  61. <<set $pc.birthmonth = 4>>
  62. <<set $pc.birthday = 1>>
  63. <<set $pc.hairColor = 1>>
  64. <<set $pc.eyesize = 2>>
  65. <<set $pc.lip_size = 1>>
  66. <<set $pc.eyelashes = 1>>
  67. <<set $pc.pcs_energy = 60>>
  68. <<set $pc.pcs_hydra = 60>>
  69. <<set $pc.pcs_sleep = 70>>
  70. <<set $pc.pcs_pubes = 30>>
  71. <<set $pc.legHair = 12>>
  72. <<set $pc.pcs_makeup = 5>>
  73. <<set $finances.cash = 20000>>
  74. <<set $pcs_dna = func('dna','generate',$npcs.get('A29','dna'),$npcs.get('A35','dna'))>>
  75. <<set $class_list_institution to null>>
  76. <<set $class_list_name to null>>
  77. <<gs 'npcstatic1'>>
  78. <<gs 'npcstatic2'>>
  79. <<gs 'npcstatic3'>>
  80. <<gs 'npcstatic4'>>
  81. <<gs 'npcstatic5'>>
  82. <<gs 'npcstatic6'>>
  83. <!-- !! default friendship is 30 for all npcs-->
  84. <<gs 'npc_relationship' 'default'>>
  85. <!-- !! changes the values for family members and old friends-->
  86. <<gs 'npc_relationship' 'default_family_friends'>>
  87. <!-- !! Makes sure Christina hates the player character-->
  88. <<run $npcs.set('A18','rel',1)>>
  89. <<image "system/1_openings/shared/pre_1.jpg">>
  90. <<set $npc_father = 'A28'>>
  91. <<set $npc_mother = 'A29'>>
  92. <<set $npc_aunt = 'A30'>>
  93. <<set $npc_sister = 'A33'>>
  94. <<set $npc_brother = 'A34'>>
  95. <p>
  96. Your name is <<textbox "$pc.name_first" $pc.name_first>> <<textbox "$pc.name_last" $pc.name_last>>, nicknamed <<textbox "$pc.name_nick" $pc.name_nick>> by friends and family.
  97. Your mother's name is <<textbox "_motherName" $npcs.get($npc_mother,'firstname')>> and your biological father left when you were a baby,
  98. your mother marrying your stepfather, <<textbox "_fatherName" $npcs.get($npc_father,'firstname')>>, shortly afterwards.
  99. </p>
  100. <p>
  101. <<textbox "_sisterName" $npcs.get($npc_sister,'firstname')>> is your older sister, who is two years older than you but is still living at home while working at the local grocery store.
  102. She chose not to attend university and instead spends most of her free time drinking and going to parties with her friends, much to your mother's dismay.
  103. </p>
  104. <p>
  105. You also have a younger half-brother, <<textbox "_brotherName" $npcs.get($npc_brother,'firstname')>>, who is really into sports, especially football, and is shaping up to be a fine athlete.
  106. He is a year younger than you and his father is your stepfather.
  107. </p>
  108. <<actCLA 'Continue'>>
  109. <<run $npcs.set($npc_father,'firstname',_fatherName)>>
  110. <<run $npcs.set($npc_mother,'firstname',_motherName)>>
  111. <<run $npcs.set($npc_aunt ,'firstname',_auntName)>>
  112. <<run $npcs.set($npc_sister,'firstname',_sisterName)>>
  113. <<run $npcs.set($npc_brother,'firstname',_brotherName)>>
  114. <<run $npcs.set($npc_father,'lastname',$pc.name_last)>>
  115. <<run $npcs.set($npc_mother,'lastname',$pc.name_last)>>
  116. <<run $npcs.set($npc_sister,'lastname',$pc.name_last)>>
  117. <<run $npcs.set($npc_brother,'lastname',$pc.name_last)>>
  118. <<run $npcs.set('A54','firstname',_nameA54)>>
  119. <<run $npcs.set('A11','firstname',_nameA11)>>
  120. <<run $npcs.set('A112','firstname',_nameA112)>>
  121. <<run $npcs.set('A11','lastname',_nameLastA11)>>
  122. <<run $npcs.set('A112','lastname',_nameLastA11)>>
  123. <<gt 'intro_city_select' 'start2'>>
  124. <</actCLA>>
  125. <</if>>
  126. <<if $location_var[$here][0] == 'start2'>>
  127. <<set $locM = 'intro_city_select'>>
  128. <<set $locM_arg = 'start2'>>
  129. <!-- !!make sure this image shows up above the text that shows your birthday-->
  130. <!-- !date_toggle = args[1]-->
  131. <<image "system/1_openings/shared/pre_2.jpg">>
  132. <p>Your birthday: <<textbox "$pc.birthday" $pc.birthday>>.<<textbox "$pc.birthmonth" $pc.birthmonth>>.<<textbox "$pc.birthyear" $pc.birthyear>> (DD.MM.YYYY)</p>
  133. <<actCLA 'Confirm'>>
  134. <<gt 'intro_city_select' 'charselect'>>
  135. <</actCLA>>
  136. <</if>>
  137. <<if $location_var[$here][0] == 'charselect'>>
  138. <<set $locM to null>>
  139. <<set $locM_arg to null>>
  140. <<image "system/1_openings/shared/pre_4.jpg">>
  141. 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, traits and overall look. While you can always change groups later, it takes time and effort, so choose wisely.
  142. <p>Nerds, geeks and good students - These students tend to do well in school and are well liked by teachers and other adults. They tend to not have many friends outside of their own 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.</p>
  143. <p>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 while being feared by the nerds and losers. They don't value academic achievements and can come into conflict with the gopniks and other troublemakers.</p>
  144. <p>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 want to be their friends. More than any other clique, they have the ability to ruin someone's reputation and make them social outcasts, which earns them the fear of many students. Being cool and good looking is all they value, so they tend to be subpar both athletically and academically.</p>
  145. <p>Gopniks, rebels, punks and 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 do the local police. Most 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.</p>
  146. <p>Losers, teachers' pets, sluts and the ugly - These students are the outcasts, the people no one likes to spend time with, other than to bully them. Perhaps they are just socially awkward and never made many friends, broke one of the unwritten social rules, are ugly, a snitch, 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.</p>
  147. <<actCLA 'Full custom setup'>>
  148. <<gt 'intro_customization' 'start'>>
  149. <</actCLA>>
  150. <<actCLA 'Nerd'>>
  151. <<gs 'intro_city_select' 'nerdinfo'>>
  152. <<actCLA 'I was the Queen of the Nerds!'>>
  153. <<gt 'intro_city_select' 'nerdqueen'>>
  154. <</actCLA>>
  155. <<actCLA 'I was a good student'>>
  156. <<gt 'intro_city_select' 'goodstudent'>>
  157. <</actCLA>>
  158. <<actCLA 'I was a computer geek'>>
  159. <<gt 'intro_city_select' 'computergeek'>>
  160. <</actCLA>>
  161. <<actCLA 'I was an avid chess player'>>
  162. <<gt 'intro_city_select' 'chessplayer'>>
  163. <</actCLA>>
  164. <</actCLA>>
  165. <<actCLA 'Jock'>>
  166. <<gs 'intro_city_select' 'jockinfo'>>
  167. <<actCLA 'I was an avid volleyball player'>>
  168. <<gt 'intro_city_select' 'volleyball'>>
  169. <</actCLA>>
  170. <<actCLA 'I was an avid dancer'>>
  171. <<gt 'intro_city_select' 'dancer'>>
  172. <</actCLA>>
  173. <<actCLA 'I was an avid runner'>>
  174. <<gt 'intro_city_select' 'runner'>>
  175. <</actCLA>>
  176. <<actCLA 'I was an avid football player'>>
  177. <<gt 'intro_city_select' 'football'>>
  178. <</actCLA>>
  179. <</actCLA>>
  180. <<actCLA 'Popular'>>
  181. <!-- !!if we can do school uniforms gets an appropriate or borderline uniform.-->
  182. <<gs 'intro_city_select' 'popularinfo'>>
  183. <<actCLA 'I had a lot of friends'>>
  184. <<gt 'intro_city_select' 'socialite'>>
  185. <</actCLA>>
  186. <<actCLA 'I was beautiful'>>
  187. <<gt 'intro_city_select' 'beautiful'>>
  188. <</actCLA>>
  189. <</actCLA>>
  190. <<actCLA 'Gopnik'>>
  191. <!-- !!If you can do uniforms then they can choose inappropriate or borderline-->
  192. <!-- !!can pick 1-3 tattoos at start-->
  193. <<gs 'intro_city_select' 'gopnikinfo'>>
  194. <<actCLA 'I was a gopnik'>>
  195. <<gt 'intro_city_select' 'gopnikstart'>>
  196. <</actCLA>>
  197. <<actCLA 'I was a punk or troublemaker'>>
  198. <<gt 'intro_city_select' 'troublemaker'>>
  199. <</actCLA>>
  200. <<actCLA 'I was an alternative, party girl or rebel'>>
  201. <<gt 'intro_city_select' 'alternative'>>
  202. <</actCLA>>
  203. <</actCLA>>
  204. <<actCLA 'Outcast'>>
  205. <<gs 'intro_city_select' 'outcastinfo'>>
  206. <<actCLA 'I had no friends'>>
  207. <<gt 'intro_city_select' 'friendless'>>
  208. <</actCLA>>
  209. <<actCLA 'I was an ugly duckling'>>
  210. <<gt 'intro_city_select' 'uglyduckling'>>
  211. <</actCLA>>
  212. <<actCLA 'I was a good girl'>>
  213. <<gt 'intro_city_select' 'goodgirl'>>
  214. <</actCLA>>
  215. <<actCLA 'I was a slut'>>
  216. <<gt 'intro_city_select' 'slut'>>
  217. <</actCLA>>
  218. <<actCLA 'I was the resident goth'>>
  219. <<gt 'intro_city_select' 'goth'>>
  220. <</actCLA>>
  221. <</actCLA>>
  222. <<actCLA 'Random personality'>>
  223. <!-- !! This allows the player to select a random personality.-->
  224. <<set $persrand = rand(0, 17)>>
  225. <<if getvar("$persrand") <= 3>>
  226. <!-- !! Nerd-->
  227. <<gs 'intro_city_select' 'nerdinfo'>>
  228. <<if getvar("$persrand") == 0>>
  229. <<set $persrand to null>>
  230. <<gs 'intro_city_select' 'nerdqueen'>>
  231. <<elseif getvar("$persrand") == 1>>
  232. <<set $persrand to null>>
  233. <<gs 'intro_city_select' 'goodstudent'>>
  234. <<elseif getvar("$persrand") == 2>>
  235. <<set $persrand to null>>
  236. <<gs 'intro_city_select' 'computergeek'>>
  237. <<elseif getvar("$persrand") == 3>>
  238. <<set $persrand to null>>
  239. <<gs 'intro_city_select' 'chessplayer'>>
  240. <</if>>
  241. <<elseif getvar("$persrand") <= 7>>
  242. <!-- !! Jock-->
  243. <<gs 'intro_city_select' 'jockinfo'>>
  244. <<if getvar("$persrand") == 4>>
  245. <<set $persrand to null>>
  246. <<gs 'intro_city_select' 'volleyball'>>
  247. <<elseif getvar("$persrand") == 5>>
  248. <<set $persrand to null>>
  249. <<gs 'intro_city_select' 'dancer'>>
  250. <<elseif getvar("$persrand") == 6>>
  251. <<set $persrand to null>>
  252. <<gs 'intro_city_select' 'runner'>>
  253. <<elseif getvar("$persrand") == 7>>
  254. <<set $persrand to null>>
  255. <<gs 'intro_city_select' 'football'>>
  256. <</if>>
  257. <<elseif getvar("$persrand") <= 9>>
  258. <!-- !! Popular-->
  259. <<gs 'intro_city_select' 'popularinfo'>>
  260. <<if getvar("$persrand") == 8>>
  261. <<set $persrand to null>>
  262. <<gs 'intro_city_select' 'socialite'>>
  263. <<elseif getvar("$persrand") == 9>>
  264. <<set $persrand to null>>
  265. <<gs 'intro_city_select' 'beautiful'>>
  266. <</if>>
  267. <<elseif getvar("$persrand") <= 12>>
  268. <!-- !! Gopnik-->
  269. <<gs 'intro_city_select' 'gopnikinfo'>>
  270. <<if getvar("$persrand") == 10>>
  271. <<set $persrand to null>>
  272. <<gs 'intro_city_select' 'gopnikstart'>>
  273. <<elseif getvar("$persrand") == 11>>
  274. <<set $persrand to null>>
  275. <<gs 'intro_city_select' 'troublemaker'>>
  276. <<elseif getvar("$persrand") == 12>>
  277. <<set $persrand to null>>
  278. <<gs 'intro_city_select' 'alternative'>>
  279. <</if>>
  280. <<elseif getvar("$persrand") <= 17>>
  281. <!-- !! Outcast-->
  282. <<gs 'intro_city_select' 'outcastinfo'>>
  283. <<if getvar("$persrand") == 13>>
  284. <<set $persrand to null>>
  285. <<gs 'intro_city_select' 'friendless'>>
  286. <<elseif getvar("$persrand") == 14>>
  287. <<set $persrand to null>>
  288. <<gs 'intro_city_select' 'uglyduckling'>>
  289. <<elseif getvar("$persrand") == 15>>
  290. <<set $persrand to null>>
  291. <<gs 'intro_city_select' 'goodgirl'>>
  292. <<elseif getvar("$persrand") == 16>>
  293. <<set $persrand to null>>
  294. <<gs 'intro_city_select' 'slut'>>
  295. <<elseif getvar("$persrand") == 17>>
  296. <<set $persrand to null>>
  297. <<gs 'intro_city_select' 'goth'>>
  298. <</if>>
  299. <</if>>
  300. <</actCLA>>
  301. <</if>>
  302. <<if $location_var[$here][0] == 'nerdinfo'>>
  303. <h2>Nerd</h2>
  304. <<image "system/1_openings/2_sg/nerd_0.jpg">>
  305. <p>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 and RPGs with the other nerds, in addition to faithfully going to school. While you gained a huge amount of knowledge from this, your lack of interest in exercising as a child has left your body a little frail.</p>
  306. <p>The long nights of trying to read in poor light have also taken a toll on your eyesight and you now require glasses. Your cerebral pursuits also had somewhat of a negative impact on your friendship with <<=$npcs.get('A11','firstname')>> as you grew up. He became a gopnik and the two of you slowly started hanging out often, although you still considered each other to be friends. On the plus side, doing well in school made your parents happy. You were...</p>
  307. <</if>>
  308. <<if $location_var[$here][0] == 'jockinfo'>>
  309. <h2>Jock</h2>
  310. <<image "system/1_openings/2_sg/jock_0.jpg">>
  311. <p>While you were growing up, you spent virtually all of your free time outdoors. You loved playing sports, running, biking and hiking. 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 <<=$npcs.get('A11','firstname')>>. As you grew up, he became a gopnik and the two of you slowly started hanging out less often, although you still considered each other to be friends. From all the sports available, you were an...</p>
  312. <</if>>
  313. <<if $location_var[$here][0] == 'popularinfo'>>
  314. <h2>Popular</h2>
  315. <<image "system/1_openings/2_sg/popular_0.jpg">>
  316. <p>You spent most of your childhood outdoors, playing with other boys and girls. As a result, you're quite healthy and have a keen understanding about how to get yourself out of trouble (or shifting the blame to someone else). You were never interested in school or sports, however, and are only a sub-par student. Your popularity has negatively impacted your relationship with <<=$npcs.get('A11','firstname')>>, and you weren't as close as you once were. You were popular because...</p>
  317. <</if>>
  318. <<if $location_var[$here][0] == 'gopnikinfo'>>
  319. <h2>Gopnik</h2>
  320. <<image "system/1_openings/2_sg/gopnik_0.jpg">>
  321. <p>You spent most of your childhood outdoors, playing with other boys and girls. 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.</p>
  322. <p>As you and <<=$npcs.get('A11','firstname')>> 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 than enjoyable consequences, leading you into more than your fair share of fights, into all sorts of problems at home, landing you in trouble at school and even into a few run-ins with the local police. Most people considered you to be...</p>
  323. <</if>>
  324. <<if $location_var[$here][0] == 'outcastinfo'>>
  325. <h2>Outcast</h2>
  326. <<image "system/1_openings/2_sg/outcast_0.jpg">>
  327. 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 you were seen as an outcast and considered in the same vein as sluts, losers, gay boys and the like.
  328. <p>Being an outcast also had a somewhat negative impact on your friendship with <<=$npcs.get('A11','firstname')>>. As you grew up, he became a gopnik and the two of you slowly started hanging out, although you still considered each other to be friends - if just barely. You had no other real friends, and you were bullied and made fun of all the time because...</p>
  329. <</if>>
  330. <<if $location_var[$here][0] == 'nerd'>>
  331. <<set $pc.tan = 0>>
  332. <<run $pc.skillSetLevel('gaming',20)>>
  333. <<if getvar("$player_avatar") != 1>>
  334. <<set $pc.hairColor = 1>>
  335. <</if>>
  336. <<if getvar("$player_avatar") != 1>>
  337. <<set $pc.eyecolor = 0>>
  338. <</if>>
  339. <<set $fantasybook = 5>>
  340. <<run $q.school.func('setGroupMembership','nerds')>>
  341. <<set $finances.cash += 3000>>
  342. <<run $inventory.set('shampoo',20)>>
  343. <<if getvar("$player_avatar") == 0>>
  344. <<set $pc.eyesize = 1>>
  345. <<set $pc.lip_size = 1>>
  346. <<set $pc.eyelashes = 0>>
  347. <</if>>
  348. <<run $pc.skillSetLevel('intelligence',60)>>
  349. <<run $pc.skillSetLevel('computer',30)>>
  350. <<run $pc.skillSetLevel('chess',20)>>
  351. <<run $pc.skillSetLevel('gaming',30)>>
  352. <<set $pc.pcs_inhib = 20>>
  353. <<run $pc.skillSetLevel('highHeels',20)>>
  354. <<run $pc.skillSetLevel('makeup',25)>>
  355. <<gs 'npc_relationship' 'socialgroup_setting' -5 -5 30 0 5 30>>
  356. <<run $npcs.inc('A129','rel',10)>>
  357. <<run $npcs.inc('A28','rel',10)>>
  358. <<run $npcs.inc('A29','rel',10)>>
  359. <<set $pc.genbsize = 13>>
  360. <!-- !!b cup for ideal bmi-->
  361. <<run $pc.traitSet('nerd_points',60)>>
  362. <<run $pc.traitSet('nerd_status',2)>>
  363. <<run $pc.traitSet('nerd_lernHome',5)>>
  364. <</if>>
  365. <<if $location_var[$here][0] == 'nerdqueen'>>
  366. <h2>Queen of the nerds</h2>
  367. <<image "system/1_openings/2_sg/nerd_1.jpg">>
  368. While you love all things nerdy or geeky, what you loved the most was hanging out with your fellow nerds and doing nerdy things together. This made you fairly social for a nerd and more general in your areas of knowledge.
  369. As you got older and started to develop as a woman, 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 were more at ease with your body than the other nerds. By nerd standards, you were confident, dynamic and attractive. This led to you being the leader of your group of friends, and you were more acceptable to other social groups as a result, especially the cool kids, who seemed to respect your social skills and looks.
  370. <<actCLA 'Confirm this starting option'>>
  371. <<gs 'intro_city_select' 'nerd'>>
  372. <<set $alterstrtimg = 8>>
  373. <<run $pc.skillSetLevel('charisma',45)>>
  374. <<run $pc.skillSetLevel('spirit',45)>>
  375. <<run $pc.skillSetLevel('iceskating',10)>>
  376. <<run $pc.skillSetLevel('people',20)>>
  377. <<run $pc.skillSetLevel('persuasion',20)>>
  378. <<run $pc.skillSetLevel('makeup',30)>>
  379. <<set $pc.pcs_inhib = 20>>
  380. <<run $pc.skillSetLevel('highHeels',25)>>
  381. <<run $pc.decoWear('piercing','ears',2)>>
  382. <<set $PirsC2_owned = 1>>
  383. <<run $wardrobe.wear('fashionista_purse_13')>>
  384. <<gs 'npc_relationship' 'socialgroup_setting' 10 5 10 5 5 5>>
  385. <<run $npcs.set('A18','rel',1)>>
  386. <!-- !!make sure this coming after the gs code above will still set christina to a 1 relationship if I did this correctly. If not, look for this in other spots and fix it-->
  387. <<run $inventory.set('cosmetics',10)>>
  388. <<run $inventory.set('razor',10)>>
  389. <<if getvar("$player_avatar") == 0>>
  390. <<set $pc.pcs_hairlng = 300>>
  391. <<set $pc.eyesize = 3>>
  392. <<set $pc.lip_size = 2>>
  393. <<set $pc.eyelashes = 1>>
  394. <</if>>
  395. <<set $pc.pcs_skin = 700>>
  396. <<set $pc.pcs_teeth = -1>>
  397. <<set $pc.genbsize = 22>>
  398. <!-- !!d cup for ideal bmi-->
  399. <<set $pc.salo = 87>>
  400. <<set $pc.willpowermax = 70>>
  401. <<run $q.school.func('grade_award','math',85)>>
  402. <<run $q.school.func('grade_award','rus',90)>>
  403. <<run $q.school.func('grade_award','lit',80)>>
  404. <<run $q.school.func('grade_award','art',75)>>
  405. <<run $q.school.func('grade_award','bio',80)>>
  406. <<run $q.school.func('grade_award','pe',60)>>
  407. <<run $q.school.func('grade_award','eng',85)>>
  408. <<run $q.school.func('grade_award','geo',80)>>
  409. <<run $q.school.func('grade_award','sci',80)>>
  410. <<run $q.school.func('grade_award','shop',55)>>
  411. <<run $q.school.func('grade_award','comp',80)>>
  412. <<run $q.school.func('grade_award','mus',75)>>
  413. <<run $q.school.func('grade_award','his',80)>>
  414. <<gt $location>>
  415. <</actCLA>>
  416. <<actCLA 'Return to starting options'>>
  417. <<gt 'intro_city_select' 'charselect'>>
  418. <</actCLA>>
  419. <</if>>
  420. <<if $location_var[$here][0] == 'goodstudent'>>
  421. <h2>Good student</h2>
  422. <<image "system/1_openings/2_sg/nerd_2.jpg">>
  423. You just loved school, and your grades were more than good enough to attend the university of your choosing after graduation. You have always tried to absorb every bit of knowledge possible and did everything you could to excel in school.
  424. While this attitude gained you a lot of respect from the other nerds, it didn''t earn you a lot of friends and you never found the time for sports. You were often asked to be a tutor and sometimes found yourself forced to do others'' homework for them.
  425. Now you are in the big city with a whole new world to absorb, although a part of you already misses school.
  426. <<actCLA 'Confirm this starting option'>>
  427. <<gs 'intro_city_select' 'nerd'>>
  428. <<run $pc.traitSet('nerd_points',100)>>
  429. <<run $pc.traitSet('nerd_status',3)>>
  430. <<set $alterstrtimg = 9>>
  431. <<if $pc.glass < 1>>
  432. <<set $pc.glass = 1>>
  433. <</if>>
  434. <<run $pc.skillSetLevel('intelligence',70)>>
  435. <<run $pc.skillSetLevel('playInstrument',10)>>
  436. <<run $pc.skillSetLevel('art',10)>>
  437. <<set $finances.cash += 2000>>
  438. <<set $pc.pcs_skin = 600>>
  439. <<set $pc.salo = 93>>
  440. <<set $pc.genbsize = 18>>
  441. <!-- !!c cup for ideal bmi-->
  442. <<gs 'npc_relationship' 'socialgroup_setting' 0 0 5 0 0 20>>
  443. <<run $npcs.inc('A29','rel',20)>>
  444. <<if getvar("$player_avatar") != 1>>
  445. <<set $pc.pcs_hairlng = 200>>
  446. <</if>>
  447. <<set $pc.willpowermax = 75>>
  448. <<run $q.school.func('grade_award','math',90)>>
  449. <<run $q.school.func('grade_award','rus',90)>>
  450. <<run $q.school.func('grade_award','lit',90)>>
  451. <<run $q.school.func('grade_award','art',90)>>
  452. <<run $q.school.func('grade_award','bio',90)>>
  453. <<run $q.school.func('grade_award','pe',55)>>
  454. <<run $q.school.func('grade_award','eng',90)>>
  455. <<run $q.school.func('grade_award','geo',90)>>
  456. <<run $q.school.func('grade_award','sci',90)>>
  457. <<run $q.school.func('grade_award','shop',55)>>
  458. <<run $q.school.func('grade_award','comp',90)>>
  459. <<run $q.school.func('grade_award','mus',90)>>
  460. <<run $q.school.func('grade_award','his',90)>>
  461. <<gt $location>>
  462. <</actCLA>>
  463. <<actCLA 'Return to starting options'>>
  464. <<gt 'intro_city_select' 'charselect'>>
  465. <</actCLA>>
  466. <</if>>
  467. <<if $location_var[$here][0] == 'computergeek'>>
  468. <h2>Computer geek</h2>
  469. <<image "system/1_openings/2_sg/nerd_3.jpg">>
  470. <p>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.</p>
  471. You managed to befriend many online players that you talked to while playing various video games, however, and you rarely spent any time outdoors, nor money on clothes or other girly stuff. You were far more interested in saving your money for a better computer in order to play even better games.
  472. Now you are on your own in the big city, and you will need most of your money to live on instead.
  473. <<actCLA 'Confirm this starting option'>>
  474. <<gs 'intro_city_select' 'nerd'>>
  475. <<set $alterstrtimg = 10>>
  476. <<if $pc.glass < 1>>
  477. <<set $pc.glass = 1>>
  478. <</if>>
  479. <<run $pc.skillSetLevel('intelligence',65)>>
  480. <<run $pc.skillSetLevel('computer',50)>>
  481. <<run $pc.skillSetLevel('hacking',20)>>
  482. <<run $pc.skillSetLevel('gaming',40)>>
  483. <<set $internet = 20>>
  484. <<set $pc.pcs_skin = 500>>
  485. <<set $pc.pcs_teeth = 1>>
  486. <<set $pc.salo = 56>>
  487. <<set $pc.pcs_inhib = 20>>
  488. <<run $npcs.inc('A152','rel',10)>>
  489. <<run $npcs.inc('A153','rel',10)>>
  490. <<run $npcs.inc('A142','rel',15)>>
  491. <<run $npcs.inc('A129','rel',10)>>
  492. <<run $inventory.set('computer',1)>>
  493. <<if getvar("$player_avatar") != 1>>
  494. <<set $pc.pcs_hairlng = 120>>
  495. <</if>>
  496. <<set $pc.willpowermax = 60>>
  497. <<run $q.school.func('grade_award','math',90)>>
  498. <<run $q.school.func('grade_award','rus',85)>>
  499. <<run $q.school.func('grade_award','lit',85)>>
  500. <<run $q.school.func('grade_award','art',85)>>
  501. <<run $q.school.func('grade_award','bio',85)>>
  502. <<run $q.school.func('grade_award','pe',65)>>
  503. <<run $q.school.func('grade_award','eng',85)>>
  504. <<run $q.school.func('grade_award','geo',85)>>
  505. <<run $q.school.func('grade_award','sci',85)>>
  506. <<run $q.school.func('grade_award','shop',55)>>
  507. <<run $q.school.func('grade_award','comp',95)>>
  508. <<run $q.school.func('grade_award','mus',85)>>
  509. <<run $q.school.func('grade_award','his',85)>>
  510. <<gt $location>>
  511. <</actCLA>>
  512. <<actCLA 'Return to starting options'>>
  513. <<gt 'intro_city_select' 'charselect'>>
  514. <</actCLA>>
  515. <</if>>
  516. <<if $location_var[$here][0] == 'chessplayer'>>
  517. <h2>Avid chess player</h2>
  518. <<image "system/1_openings/2_sg/nerd_4.jpg">>
  519. <p>You were always into chess as a child, and have studied all the great chess masters. You can 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 left you with little time to make many friends, or spend much time outdoors.</p>
  520. Now you are on your own living in the big city. You had already planned things out, but now that you're here, you have more options than you thought. You can get a job now or go to the university and get a better education like you had originally planned.
  521. <<actCLA 'Confirm this starting option'>>
  522. <<gs 'intro_city_select' 'nerd'>>
  523. <<set $alterstrtimg = 11>>
  524. <<run $pc.skillSetLevel('intelligence',65)>>
  525. <<run $pc.skillSetLevel('perception',45)>>
  526. <<run $pc.skillSetLevel('reaction',45)>>
  527. <<run $pc.skillSetLevel('chess',40)>>
  528. <<set $pc.pcs_skin = 600>>
  529. <<set $pc.salo = 97>>
  530. <<set $pc.pcs_inhib = 15>>
  531. <<set $chessyear = $time.year>>
  532. <<set $chessmonth = $time.month>>
  533. <<run $npcs.inc('A151','rel',20)>>
  534. <<if getvar("$player_avatar") != 1>>
  535. <<set $pc.pcs_hairlng = 200>>
  536. <</if>>
  537. <<set $pc.willpowermax = 65>>
  538. <<run $q.school.func('grade_award','math',90)>>
  539. <<run $q.school.func('grade_award','rus',90)>>
  540. <<run $q.school.func('grade_award','lit',90)>>
  541. <<run $q.school.func('grade_award','art',85)>>
  542. <<run $q.school.func('grade_award','bio',85)>>
  543. <<run $q.school.func('grade_award','pe',55)>>
  544. <<run $q.school.func('grade_award','eng',85)>>
  545. <<run $q.school.func('grade_award','geo',85)>>
  546. <<run $q.school.func('grade_award','sci',85)>>
  547. <<run $q.school.func('grade_award','shop',55)>>
  548. <<run $q.school.func('grade_award','comp',85)>>
  549. <<run $q.school.func('grade_award','mus',80)>>
  550. <<run $q.school.func('grade_award','his',85)>>
  551. <<gt $location>>
  552. <</actCLA>>
  553. <<actCLA 'Return to starting options'>>
  554. <<gt 'intro_city_select' 'charselect'>>
  555. <</actCLA>>
  556. <</if>>
  557. <<if $location_var[$here][0] == 'jock'>>
  558. <<run $pc.skillSetLevel('spirit',50)>>
  559. <<run $pc.skillSetLevel('strength',80)>>
  560. <<set $pc.vitality = 50>>
  561. <<run $pc.skillSetLevel('reaction',50)>>
  562. <<run $pc.skillSetLevel('agility',50)>>
  563. <<set $pc.genbsize = 12>>
  564. <!-- !!b cup for ideal bmi-->
  565. <<set $pc.pcs_skin = 600>>
  566. <<run $inventory.set('cosmetics',10)>>
  567. <<run $inventory.set('razor',10)>>
  568. <<run $inventory.set('shampoo',20)>>
  569. <<run $inventory.set('tampon',20)>>
  570. <<run $pc.skillSetLevel('run',20)>>
  571. <<run $pc.skillSetLevel('bushcraft',5)>>
  572. <<run $pc.skillSetLevel('football',10)>>
  573. <<run $pc.skillSetLevel('volleyball',10)>>
  574. <<run $pc.skillSetLevel('dance',10)>>
  575. <<run $pc.skillSetLevel('iceskating',20)>>
  576. <<run $pc.skillSetLevel('people',10)>>
  577. <<run $pc.skillSetLevel('makeup',30)>>
  578. <<run $pc.skillSetLevel('highHeels',20)>>
  579. <<set $pc.pcs_inhib = 20>>
  580. <<set $swim_start = 1>>
  581. <<run $pc.decoWear('piercing','ears',1)>>
  582. <<set $PirsC1_owned = 1>>
  583. <<run $wardrobe.wear('fashionista_purse_11')>>
  584. <<gs 'npc_relationship' 'socialgroup_setting' 15 30 -5 0 -10 0>>
  585. <<run $npcs.dec('A129','rel',10)>>
  586. <<run $npcs.set('A18','rel',1)>>
  587. <<run $inventory.set('hairScrunchie',10)>>
  588. <<set $hscrunchw = 0>>
  589. <<set $pc.tan = 20>>
  590. <<if getvar("$player_avatar") == 0>>
  591. <<set $pc.pcs_hairlng = 55>>
  592. <<set $pc.hairColor = 3>>
  593. <<set $pc.eyecolor = 3>>
  594. <<set $pc.eyesize = 3>>
  595. <<set $pc.lip_size = 2>>
  596. <<set $pc.eyelashes = 1>>
  597. <</if>>
  598. <<run $npcs.inc('A34','rel',10)>>
  599. <<run $q.school.func('setGroupMembership','jocks')>>
  600. <</if>>
  601. <<if $location_var[$here][0] == 'volleyball'>>
  602. <h2>Volleyball player</h2>
  603. <<image "system/1_openings/2_sg/jock_1.jpg">>
  604. <p>Ever since you first 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, had some repercussions on your school performance. You were a sub-par student, and didn't make many friends outside of your fellow jocks.</p>
  605. <p>Now that you are in the big city, it seems your talent for volleyball is less respected. Perhaps it's time to find something other than sports to be passionate about?</p>
  606. <<actCLA 'Confirm this starting option'>>
  607. <<gs 'intro_city_select' 'jock'>>
  608. <<set $alterstrtimg = 12>>
  609. <<run $pc.skillSetLevel('reaction',55)>>
  610. <<run $pc.skillSetLevel('agility',55)>>
  611. <<set $pc.genbsize = 17>>
  612. <!-- !!c cup for ideal bmi-->
  613. <<set $pc.salo = 75>>
  614. <<run $pc.skillSetLevel('volleyball',50)>>
  615. <<set $gsAboVolley += 30>>
  616. <<run $npcs.inc('A13','rel',10)>>
  617. <<run $npcs.inc('A69','rel',10)>>
  618. <<set $pc.willpowermax = 70>>
  619. <<set $school_clothing = 7>>
  620. <<run $q.school.func('grade_award','math',55)>>
  621. <<run $q.school.func('grade_award','rus',55)>>
  622. <<run $q.school.func('grade_award','lit',55)>>
  623. <<run $q.school.func('grade_award','art',55)>>
  624. <<run $q.school.func('grade_award','bio',55)>>
  625. <<run $q.school.func('grade_award','pe',95)>>
  626. <<run $q.school.func('grade_award','eng',55)>>
  627. <<run $q.school.func('grade_award','geo',55)>>
  628. <<run $q.school.func('grade_award','sci',55)>>
  629. <<run $q.school.func('grade_award','shop',55)>>
  630. <<run $q.school.func('grade_award','comp',55)>>
  631. <<run $q.school.func('grade_award','mus',55)>>
  632. <<run $q.school.func('grade_award','his',55)>>
  633. <<gt $location>>
  634. <</actCLA>>
  635. <<actCLA 'Return to starting options'>>
  636. <<gt 'intro_city_select' 'charselect'>>
  637. <</actCLA>>
  638. <</if>>
  639. <<if $location_var[$here][0] == 'dancer'>>
  640. <h2>Avid dancer</h2>
  641. <<image "system/1_openings/2_sg/jock_2.jpg">>
  642. <p>You fell in love with dancing 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! Your obsession with dancing, however, had some repercussions on your school performance. You were a sub-par student and didn't make many friends other than the jocks, but you were good friends with Albina Barlovskaya, a girl who was even more passionate about dancing than you.</p>
  643. <p>Now that you are in the big city, it seems your dancing talent is less respected. Perhaps it's time to find something other than sports to be passionate about?</p>
  644. <<actCLA 'Confirm this starting option'>>
  645. <<gs 'intro_city_select' 'jock'>>
  646. <<set $alterstrtimg = 13>>
  647. <<run $pc.skillSetLevel('spirit',55)>>
  648. <<run $pc.skillSetLevel('agility',55)>>
  649. <<run $pc.skillSetLevel('charisma',45)>>
  650. <<set $pcs_perform = 40>>
  651. <<run $pc.skillSetLevel('makeup',40)>>
  652. <<set $pc.pcs_skin = 700>>
  653. <<set $pc.pcs_teeth = -1>>
  654. <<set $pc.tan = 5>>
  655. <<set $pc.salo = 50>>
  656. <<if getvar("$player_avatar") == 0>>
  657. <<set $pc.pcs_hairlng = 200>>
  658. <<set $pc.eyesize = 2>>
  659. <<set $pc.lip_size = 2>>
  660. <<set $pc.eyelashes = 1>>
  661. <</if>>
  662. <<run $pc.skillSetLevel('dance',50)>>
  663. <<run $pc.skillSetLevel('highHeels',30)>>
  664. <<set $pc.pcs_inhib = 30>>
  665. <<run $pc.skillSetLevel('makeup',35)>>
  666. <<set $gsAboDance += 30>>
  667. <<gs 'npc_relationship' 'socialgroup_setting' 5 0 0 -5 0 0>>
  668. <<run $npcs.set('A23','rel',80)>>
  669. <<setinit $AlbinaQW['Friends'] = 2>>
  670. <<run $npcs.inc('A144','rel',10)>>
  671. <<set $pc.willpowermax = 80>>
  672. <<set $school_clothing = 7>>
  673. <<run $q.school.func('grade_award','math',55)>>
  674. <<run $q.school.func('grade_award','rus',55)>>
  675. <<run $q.school.func('grade_award','lit',55)>>
  676. <<run $q.school.func('grade_award','art',55)>>
  677. <<run $q.school.func('grade_award','bio',55)>>
  678. <<run $q.school.func('grade_award','pe',95)>>
  679. <<run $q.school.func('grade_award','eng',55)>>
  680. <<run $q.school.func('grade_award','geo',55)>>
  681. <<run $q.school.func('grade_award','sci',55)>>
  682. <<run $q.school.func('grade_award','shop',55)>>
  683. <<run $q.school.func('grade_award','comp',55)>>
  684. <<run $q.school.func('grade_award','mus',80)>>
  685. <<run $q.school.func('grade_award','his',55)>>
  686. <<gt $location>>
  687. <</actCLA>>
  688. <<actCLA 'Return to starting options'>>
  689. <<gt 'intro_city_select' 'charselect'>>
  690. <</actCLA>>
  691. <</if>>
  692. <<if $location_var[$here][0] == 'runner'>>
  693. <h2>Track runner</h2>
  694. <<image "system/1_openings/2_sg/jock_3.jpg">>
  695. <p>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 no 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, had some repercussions on your school performance. You were a sub-par student, and you didn't make many friends other than the jocks and your coach.</p>
  696. <p>Now that you are in the big city, it seems your running talents are less respected. Perhaps it's time to find something other than sports to be passionate about?</p>
  697. <<actCLA 'Confirm this starting option'>>
  698. <<gs 'intro_city_select' 'jock'>>
  699. <<set $alterstrtimg = 14>>
  700. <<set $pc.vitality = 55>>
  701. <<run $pc.skillSetLevel('agility',55)>>
  702. <<set $pc.pcs_inhib = 25>>
  703. <<set $pc.salo = 60>>
  704. <<run $pc.skillSetLevel('run',55)>>
  705. <<set $gsAboBeg += 30>>
  706. <<run $npcs.inc('A3','rel',10)>>
  707. <<run $npcs.inc('A5','rel',10)>>
  708. <<run $npcs.inc('A8','rel',5)>>
  709. <<run $npcs.set('A18','rel',1)>>
  710. <<run $npcs.inc('A131','rel',10)>>
  711. <<set $pc.willpowermax = 65>>
  712. <<set $school_clothing = 7>>
  713. <<run $q.school.func('grade_award','math',55)>>
  714. <<run $q.school.func('grade_award','rus',55)>>
  715. <<run $q.school.func('grade_award','lit',55)>>
  716. <<run $q.school.func('grade_award','art',55)>>
  717. <<run $q.school.func('grade_award','bio',75)>>
  718. <<run $q.school.func('grade_award','pe',95)>>
  719. <<run $q.school.func('grade_award','eng',55)>>
  720. <<run $q.school.func('grade_award','geo',55)>>
  721. <<run $q.school.func('grade_award','sci',55)>>
  722. <<run $q.school.func('grade_award','shop',55)>>
  723. <<run $q.school.func('grade_award','comp',55)>>
  724. <<run $q.school.func('grade_award','mus',55)>>
  725. <<run $q.school.func('grade_award','his',55)>>
  726. <<gt $location>>
  727. <</actCLA>>
  728. <<actCLA 'Return to starting options'>>
  729. <<gt 'intro_city_select' 'charselect'>>
  730. <</actCLA>>
  731. <</if>>
  732. <<if $location_var[$here][0] == 'football'>>
  733. <h2>Football player</h2>
  734. <<image "system/1_openings/2_sg/jock_4.jpg">>
  735. <p>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 had some repercussions on your school performance, however, and you were a sub-par student. You didn't make many friends other than the jocks, especially <<=$npcs.get('A149','firstname')>> and your coach.</p>
  736. <p>Now that you are in the big city, it seems your talent for football is less respected. Perhaps it's time to find something other than sports to be passionate about?</p>
  737. <<actCLA 'Confirm this starting option'>>
  738. <<gs 'intro_city_select' 'jock'>>
  739. <<set $alterstrtimg = 15>>
  740. <<run $pc.skillSetLevel('strength',80)>>
  741. <<run $pc.skillSetLevel('reaction',55)>>
  742. <<set $pc.vitality = 55>>
  743. <<set $pc.salo = 80>>
  744. <<set $pc.genbsize = 17>>
  745. <!-- !!c cup for ideal bmi-->
  746. <<run $pc.skillSetLevel('kick',20)>>
  747. <<run $pc.skillSetLevel('football',55)>>
  748. <<run $npcs.inc('A131','rel',10)>>
  749. <<run $npcs.inc('A149','rel',10)>>
  750. <<run $npcs.inc('A34','rel',10)>>
  751. <<set $pc.willpowermax = 75>>
  752. <<run $wardrobe.wear('fashionista_purse_11')>>
  753. <<set $school_clothing = 7>>
  754. <<run $q.school.func('grade_award','math',55)>>
  755. <<run $q.school.func('grade_award','rus',55)>>
  756. <<run $q.school.func('grade_award','lit',55)>>
  757. <<run $q.school.func('grade_award','art',55)>>
  758. <<run $q.school.func('grade_award','bio',55)>>
  759. <<run $q.school.func('grade_award','pe',95)>>
  760. <<run $q.school.func('grade_award','eng',55)>>
  761. <<run $q.school.func('grade_award','geo',55)>>
  762. <<run $q.school.func('grade_award','sci',55)>>
  763. <<run $q.school.func('grade_award','shop',55)>>
  764. <<run $q.school.func('grade_award','comp',55)>>
  765. <<run $q.school.func('grade_award','mus',55)>>
  766. <<run $q.school.func('grade_award','his',55)>>
  767. <<gt $location>>
  768. <</actCLA>>
  769. <<actCLA 'Return to starting options'>>
  770. <<gt 'intro_city_select' 'charselect'>>
  771. <</actCLA>>
  772. <</if>>
  773. <<if $location_var[$here][0] == 'cool'>>
  774. <<run $pc.skillSetLevel('spirit',50)>>
  775. <<run $pc.skillSetLevel('charisma',50)>>
  776. <<run $pc.skillSetLevel('perception',50)>>
  777. <<run $pc.skillSetLevel('iceskating',10)>>
  778. <<run $pc.skillSetLevel('dance',20)>>
  779. <<run $pc.skillSetLevel('persuasion',30)>>
  780. <<set $pc.pcs_inhib = 20>>
  781. <<set $swim_start = 99>>
  782. <<run $inventory.set('cosmetics',20)>>
  783. <<run $inventory.set('shampoo',20)>>
  784. <<run $inventory.set('razor',20)>>
  785. <<run $inventory.set('tampon',20)>>
  786. <<set $finances.cash += 1000>>
  787. <<gs 'npc_relationship' 'socialgroup_setting' 30 20 0 -10 -20 10>>
  788. <<run $npcs.dec('A129','rel',20)>>
  789. <<run $npcs.inc('A144','rel',10)>>
  790. <<run $npcs.set('A18','rel',1)>>
  791. <<if getvar("$player_avatar") != 1>>
  792. <<set $pc.hairColor = 2>>
  793. <</if>>
  794. <<if getvar("$player_avatar") != 1>>
  795. <<set $pc.eyecolor = 2>>
  796. <</if>>
  797. <<set $pc.tan = 30>>
  798. <<if getvar("$player_avatar") == 0>>
  799. <<set $pc.eyesize = 2>>
  800. <<set $pc.lip_size = 2>>
  801. <<set $pc.eyelashes = 1>>
  802. <</if>>
  803. <<set $pc.pcs_skin = 700>>
  804. <<set $pc.tan = 5>>
  805. <<run $npcs.inc('A33','rel',10)>>
  806. <<run $q.school.func('setGroupMembership','cool')>>
  807. <</if>>
  808. <<if $location_var[$here][0] == 'socialite'>>
  809. <h2>Sociable</h2>
  810. <<image "system/1_openings/2_sg/popular_1.jpg">>
  811. You were friends with all of the important kids at school, which is what really mattered. You were very social growing up and enjoyed being around others, often becoming the center of attention. You have always had a knack for knowing the right thing to say at the right moment, which led to many other students wanting to be your friend. You can, with a little work, get along with nearly anyone.
  812. Now you find yourself in the big city and you no longer feel like the big important fish in a small pond. Everyone is more busy and there is just so many more people.
  813. <<actCLA 'Confirm this starting option'>>
  814. <<gs 'intro_city_select' 'cool'>>
  815. <<set $alterstrtimg = 16>>
  816. <<run $pc.skillSetLevel('charisma',55)>>
  817. <<set $pc.genbsize = 18>>
  818. <!-- !!c cup for ideal bmi-->
  819. <<run $pc.skillSetLevel('people',40)>>
  820. <<run $pc.skillSetLevel('makeup',40)>>
  821. <<run $pc.skillSetLevel('highHeels',30)>>
  822. <<set $pcs_perform = 20>>
  823. <<run $pc.decoWear('piercing','ears',1)>>
  824. <<set $PirsC1_owned = 1>>
  825. <<run $wardrobe.wear('fashionista_purse_4')>>
  826. <<set $school_clothing = 6>>
  827. <<if getvar("$player_avatar") != 1>>
  828. <<set $pc.pcs_hairlng = 200>>
  829. <</if>>
  830. <<run $npcs.inc('A140','rel',10)>>
  831. <<set $pc.salo = 80>>
  832. <<set $pc.willpowermax = 70>>
  833. <<run $q.school.func('grade_award','math',65)>>
  834. <<run $q.school.func('grade_award','rus',90)>>
  835. <<run $q.school.func('grade_award','lit',65)>>
  836. <<run $q.school.func('grade_award','art',65)>>
  837. <<run $q.school.func('grade_award','bio',65)>>
  838. <<run $q.school.func('grade_award','pe',65)>>
  839. <<run $q.school.func('grade_award','eng',80)>>
  840. <<run $q.school.func('grade_award','geo',65)>>
  841. <<run $q.school.func('grade_award','sci',65)>>
  842. <<run $q.school.func('grade_award','shop',55)>>
  843. <<run $q.school.func('grade_award','comp',65)>>
  844. <<run $q.school.func('grade_award','mus',65)>>
  845. <<run $q.school.func('grade_award','his',65)>>
  846. <<gt $location>>
  847. <</actCLA>>
  848. <<actCLA 'Return to starting options'>>
  849. <<gt 'intro_city_select' 'charselect'>>
  850. <</actCLA>>
  851. <</if>>
  852. <<if $location_var[$here][0] == 'beautiful'>>
  853. <h2>Beautiful</h2>
  854. <<image "system/1_openings/2_sg/popular_2.jpg">>
  855. <p>You might not have been the smartest, the most social, the most athletic or had the toughest attitude - but what you did have were natural good looks. That’s not something you can earn! You blossomed earlier than most girls and the boys took note. As you got older your looks only improved, and you were often considered one of the best looking girls in school.</p>
  856. Now that you are in the city, you are still better looking than most, but you can't help but notice the occasional girl that is even better looking than you. It seems the boys are also not as impressed at your looks as they once were.
  857. <<actCLA 'Confirm this starting option'>>
  858. <<gs 'intro_city_select' 'cool'>>
  859. <<set $alterstrtimg = 17>>
  860. <<run $pc.skillSetLevel('people',25)>>
  861. <<run $pc.skillSetLevel('makeup',55)>>
  862. <<run $pc.skillSetLevel('highHeels',45)>>
  863. <<if getvar("$player_avatar") == 0>>
  864. <<set $pc.pcs_hairlng = 300>>
  865. <<set $pc.eyesize = 2>>
  866. <<set $pc.lip_size = 3>>
  867. <<set $pc.eyelashes = 2>>
  868. <</if>>
  869. <<set $school_clothing = 6>>
  870. <<set $pc.pcs_skin = 800>>
  871. <<set $pc.pcs_teeth = -1>>
  872. <<set $pc.tan = 50>>
  873. <<set $pc.genbsize = 22>>
  874. <!-- !!d cup for ideal bmi-->
  875. <<set $pc.pcs_inhib = 25>>
  876. <<run $inventory.set('cosmetics',50)>>
  877. <<run $inventory.set('falselashesplain',10)>>
  878. <<run $inventory.set('falselashesmink',2)>>
  879. <<run $wardrobe.wear('fashionista_purse_9')>>
  880. <<gs 'obj_din' 'old'>>
  881. <<run $inventory.set('comb',1)>>
  882. <<set $kosmetitka = 10>>
  883. <<run $inventory.set('sunblock',10)>>
  884. <<run $pc.decoWear('piercing','ears',2)>>
  885. <<set $PirsC2_owned = 1>>
  886. <<gs 'npc_relationship' 'socialgroup_setting_boys' 10 10 10 10 10 0>>
  887. <<set $pc.salo = 75>>
  888. <<run $pc.fameInc('pav','sex',20)>>
  889. <<set $pc.willpowermax = 80>>
  890. <<run $q.school.func('grade_award','math',60)>>
  891. <<run $q.school.func('grade_award','rus',60)>>
  892. <<run $q.school.func('grade_award','lit',60)>>
  893. <<run $q.school.func('grade_award','art',60)>>
  894. <<run $q.school.func('grade_award','bio',60)>>
  895. <<run $q.school.func('grade_award','pe',60)>>
  896. <<run $q.school.func('grade_award','eng',60)>>
  897. <<run $q.school.func('grade_award','geo',60)>>
  898. <<run $q.school.func('grade_award','sci',60)>>
  899. <<run $q.school.func('grade_award','shop',55)>>
  900. <<run $q.school.func('grade_award','comp',60)>>
  901. <<run $q.school.func('grade_award','mus',60)>>
  902. <<run $q.school.func('grade_award','his',60)>>
  903. <<gt $location>>
  904. <</actCLA>>
  905. <<actCLA 'Return to starting options'>>
  906. <<gt 'intro_city_select' 'charselect'>>
  907. <</actCLA>>
  908. <</if>>
  909. <<if $location_var[$here][0] == 'gopnik'>>
  910. <<run $pc.skillSetLevel('spirit',45)>>
  911. <<run $pc.skillSetLevel('strength',55)>>
  912. <<set $pc.vitality = 45>>
  913. <<run $pc.skillSetLevel('reaction',45)>>
  914. <<run $pc.skillSetLevel('agility',45)>>
  915. <<set $pc.genbsize = 13>>
  916. <!-- !!b cup for ideal bmi-->
  917. <<set $pc.pcs_inhib = 25>>
  918. <<run $pc.skillSetLevel('highHeels',10)>>
  919. <<run $pc.skillSetLevel('makeup',25)>>
  920. <<run $inventory.set('cosmetics',10)>>
  921. <<run $inventory.set('shampoo',20)>>
  922. <<run $inventory.set('razor',10)>>
  923. <<set $siga = 20>>
  924. <<set $fakepassport = 1>>
  925. <<run $pc.decoWear('piercing','ears',1)>>
  926. <<set $PirsC1_owned = 1>>
  927. <<gs 'npc_relationship' 'socialgroup_setting' -5 0 -10 30 -10 -10>>
  928. <<run $npcs.dec('A129','rel',30)>>
  929. <<run $npcs.inc('A11','rel',10)>>
  930. <<run $inventory.set('tampon',20)>>
  931. <<run $pc.skillSetLevel('run',20)>>
  932. <<run $pc.skillSetLevel('people',10)>>
  933. <<set $pc.tan = 10>>
  934. <<if getvar("$player_avatar") == 0>>
  935. <<set $pc.pcs_hairlng = 120>>
  936. <<set $pc.hairColor = 0>>
  937. <<set $pc.eyecolor = 1>>
  938. <<set $pc.eyesize = 3>>
  939. <<set $pc.lip_size = 2>>
  940. <<set $pc.eyelashes = 1>>
  941. <</if>>
  942. <<set $pc.pcs_skin = 600>>
  943. <<set $pc.pcs_vag = 1>>
  944. <<set $pc.pcs_throat = 1>>
  945. <<run $pc.sexStatSet('hj','aware',10)>>
  946. <<run $pc.sexStatSet('bj','aware',5)>>
  947. <<run $pc.sexStatSet('vaginal','aware',1)>>
  948. <<set $Gspassed = 0>>
  949. <<run $pc.fameInc('pav','sex',30)>>
  950. <<run $q.school.func('setGroupMembership','gopniks')>>
  951. <</if>>
  952. <<if $location_var[$here][0] == 'gopnikstart'>>
  953. <h2>Gopnik</h2>
  954. <<image "system/1_openings/2_sg/gopnik_1.jpg">>
  955. You were a gopnik in school. While you were still low in the gopnik pecking order, you had already proven yourself to them and most of them accepted you as an equal. You had problems at home and school due to your antisocial behavior, especially with your mother and stepfather, who seen you going down the wrong path.
  956. Now you are in the big city, a whole new playground to find trouble in.
  957. <<actCLA 'Confirm this starting option'>>
  958. <<gs 'intro_city_select' 'gopnik'>>
  959. <<gs 'npc_relationship' 'socialgroup_setting' -10 -10 -10 5 -10 -10>>
  960. <<set $alterstrtimg = 18>>
  961. <<run $pc.skillSetLevel('strength',75)>>
  962. <<set $pc.pcs_teeth = 1>>
  963. <<set $pc.vitality = 45>>
  964. <<run $pc.skillSetLevel('jabs',35)>>
  965. <<run $pc.skillSetLevel('punch',35)>>
  966. <<run $pc.skillSetLevel('kick',35)>>
  967. <<run $pc.skillSetLevel('defense',35)>>
  968. <<set $pc.salo = 86>>
  969. <<set $school_clothing = 5>>
  970. <<run $npcs.inc('A9','rel',10)>>
  971. <<run $npcs.inc('A10','rel',10)>>
  972. <<run $npcs.inc('A11','rel',10)>>
  973. <<run $npcs.inc('A20','rel',10)>>
  974. <<run $npcs.inc('A21','rel',10)>>
  975. <<run $npcs.inc('A24','rel',10)>>
  976. <<run $npcs.dec('A28','rel',10)>>
  977. <<run $npcs.dec('A29','rel',20)>>
  978. <<run $npcs.dec('A33','rel',10)>>
  979. <<run $npcs.dec('A34','rel',10)>>
  980. <<set $pc.willpowermax = 75>>
  981. <<run $q.school.func('grade_award','math',25)>>
  982. <<run $q.school.func('grade_award','rus',25)>>
  983. <<run $q.school.func('grade_award','lit',25)>>
  984. <<run $q.school.func('grade_award','art',25)>>
  985. <<run $q.school.func('grade_award','bio',25)>>
  986. <<run $q.school.func('grade_award','pe',80)>>
  987. <<run $q.school.func('grade_award','eng',25)>>
  988. <<run $q.school.func('grade_award','geo',25)>>
  989. <<run $q.school.func('grade_award','sci',25)>>
  990. <<run $q.school.func('grade_award','shop',80)>>
  991. <<run $q.school.func('grade_award','comp',25)>>
  992. <<run $q.school.func('grade_award','mus',25)>>
  993. <<run $q.school.func('grade_award','his',25)>>
  994. <<gt $location>>
  995. <</actCLA>>
  996. <<actCLA 'Return to starting options'>>
  997. <<gt 'intro_city_select' 'charselect'>>
  998. <</actCLA>>
  999. <</if>>
  1000. <<if $location_var[$here][0] == 'troublemaker'>>
  1001. <h2>Troublemaker</h2>
  1002. <<image "system/1_openings/2_sg/gopnik_2.jpg">>
  1003. You were a troublemaker in school. Nothing made you happier than causing problems, whether it be petty larceny, getting into fights or vandalism. You lived for the thrill of breaking the rules and got along fairly well with the gopniks, who accepted you as a kindred spirit. If you couldn''t find any trouble, you would happily make your own. You had problems at home and school due to your antisocial behavior, especially with your mother and stepfather, who see you going down the wrong path.
  1004. Now you are in the big city, a whole new playground to find trouble in.
  1005. <<actCLA 'Confirm this starting option'>>
  1006. <<run $pc.traitSet('nerd_points',-50)>>
  1007. <<gs 'intro_city_select' 'gopnik'>>
  1008. <<set $alterstrtimg = 19>>
  1009. <<set $pc.pcs_inhib = 30>>
  1010. <<run $pc.skillSetLevel('strength',65)>>
  1011. <<run $pc.skillSetLevel('reaction',45)>>
  1012. <<run $pc.skillSetLevel('jabs',20)>>
  1013. <<run $pc.skillSetLevel('punch',20)>>
  1014. <<run $pc.skillSetLevel('kick',20)>>
  1015. <<run $pc.skillSetLevel('defense',20)>>
  1016. <<run $pc.skillSetLevel('people',10)>>
  1017. <<run $pc.skillSetLevel('persuasion',10)>>
  1018. <<set $pc.salo = 65>>
  1019. <<run $pc.decoWear('piercing','nose',4)>>
  1020. <<set $PirsD4_owned = 1>>
  1021. <<run $wardrobe.wear('dolls_purse_16')>>
  1022. <<set $school_clothing = 5>>
  1023. <<if getvar("$player_avatar") != 1>>
  1024. <<set $pc.pcs_hairlng = 55>>
  1025. <</if>>
  1026. <<gs 'npc_relationship' 'socialgroup_setting' 0 0 -10 10 -10 -10>>
  1027. <<run $npcs.inc('A24','rel',10)>>
  1028. <<run $npcs.inc('A155','rel',15)>>
  1029. <<run $npcs.inc('A157','rel',10)>>
  1030. <<run $npcs.inc('A143','rel',10)>>
  1031. <<run $npcs.inc('A144','rel',15)>>
  1032. <<run $npcs.inc('A145','rel',10)>>
  1033. <<run $npcs.dec('A28','rel',10)>>
  1034. <<run $npcs.dec('A29','rel',20)>>
  1035. <<run $npcs.dec('A33','rel',10)>>
  1036. <<run $npcs.dec('A34','rel',10)>>
  1037. <<set $pc.willpowermax = 70>>
  1038. <<run $q.school.func('grade_award','math',25)>>
  1039. <<run $q.school.func('grade_award','rus',25)>>
  1040. <<run $q.school.func('grade_award','lit',25)>>
  1041. <<run $q.school.func('grade_award','art',25)>>
  1042. <<run $q.school.func('grade_award','bio',25)>>
  1043. <<run $q.school.func('grade_award','pe',80)>>
  1044. <<run $q.school.func('grade_award','eng',25)>>
  1045. <<run $q.school.func('grade_award','geo',25)>>
  1046. <<run $q.school.func('grade_award','sci',25)>>
  1047. <<run $q.school.func('grade_award','shop',80)>>
  1048. <<run $q.school.func('grade_award','comp',25)>>
  1049. <<run $q.school.func('grade_award','mus',25)>>
  1050. <<run $q.school.func('grade_award','his',25)>>
  1051. <<gt $location>>
  1052. <</actCLA>>
  1053. <<actCLA 'Return to starting options'>>
  1054. <<gt 'intro_city_select' 'charselect'>>
  1055. <</actCLA>>
  1056. <</if>>
  1057. <!-- !!Vitek GF was removed as a choice as it doesn''t fit. He stayed in Pavlovsk and wouldn''t let his GF move to the city, so she would have to break up with him.-->
  1058. <<if $location_var[$here][0] == 'alternative'>>
  1059. <!-- !!can choose two more starting tattoo''s-->
  1060. <h2>Alternative</h2>
  1061. <<image "system/1_openings/2_sg/gopnik_4.jpg">>
  1062. <p>You marched to your own tune. You did what you wanted when you wanted, and did it with a fuck-it-all attitude. The gopniks respected you even though you weren't one of them, but you had problems at home and school due to your behavior, especially with your mother and stepfather, who seen you going down the wrong path.</p>
  1063. That doesn''t matter now since you're out in the city on your own, ready to do as you please.
  1064. <<actCLA 'Confirm this starting option'>>
  1065. <<run $pc.traitSet('nerd_points',-20)>>
  1066. <<set $pcs_exhib = 25>>
  1067. <<set $Exhibitionist_lvl = 1>>
  1068. <<set $addictive_exp = 1>>
  1069. <<set $addictive_trait_lvl = 1>>
  1070. <<gs 'intro_city_select' 'gopnik'>>
  1071. <<set $alterstrtimg = 21>>
  1072. <<set $pc.vitality = 45>>
  1073. <<run $pc.skillSetLevel('agility',45)>>
  1074. <<run $pc.skillSetLevel('reaction',45)>>
  1075. <<set $pc.genbsize = 18>>
  1076. <!-- !!c cup for ideal bmi-->
  1077. <<set $pc.salo = 75>>
  1078. <<run $pc.skillSetLevel('charisma',35)>>
  1079. <<run $pc.skillSetLevel('people',20)>>
  1080. <<run $pc.skillSetLevel('persuasion',20)>>
  1081. <<run $pc.skillSetLevel('makeup',45)>>
  1082. <<run $pc.skillSetLevel('dance',30)>>
  1083. <<run $pc.skillSetLevel('highHeels',20)>>
  1084. <<run $inventory.set('falselashesplain',5)>>
  1085. <<run $inventory.set('cosmetics',20)>>
  1086. <<run $pc.decoWear('piercing','nose',5)>>
  1087. <<set $PirsD5_owned = 1>>
  1088. <<run $pc.decoWear('piercing','tongue',2)>>
  1089. <<set $PirsA2_owned = 1>>
  1090. <<run $wardrobe.wear('dolls_purse_15')>>
  1091. <<if getvar("$player_avatar") == 0>>
  1092. <<set $pc.eyesize = 2>>
  1093. <<set $pc.lip_size = 2>>
  1094. <<set $pc.eyelashes = 1>>
  1095. <</if>>
  1096. <<set $school_clothing = 4>>
  1097. <<set $pc.pcs_skin = 700>>
  1098. <<set $pc.pcs_teeth = -1>>
  1099. <<set $pc.tan = 5>>
  1100. <<set $pc.pcs_inhib = 35>>
  1101. <<set $pc.pcs_vag = 1>>
  1102. <<set $pc.pcs_ass = 1>>
  1103. <<set $pc.pcs_throat = 5>>
  1104. <<run $pc.sexStatSet('hj','aware',15)>>
  1105. <<run $pc.sexStatSet('bj','aware',10)>>
  1106. <<run $pc.sexStatSet('vaginal','aware',3)>>
  1107. <<run $pc.sexStatSet('anal','aware',1)>>
  1108. <<run $pc.sexStatSet('vaginal_finger','aware',5)>>
  1109. <<run $pc.sexStatSet('vaginal_finger_give','aware',5)>>
  1110. <<run $pc.sexStatSet('cuni','aware',3)>>
  1111. <<run $pc.sexStatSet('cuni_give','aware',3)>>
  1112. <<run $pc.fameInc('pav','sex',40)>>
  1113. <<set $Gspassed = 0>>
  1114. <<gs 'npc_relationship' 'socialgroup_setting' 5 0 0 10 0 0>>
  1115. <<run $npcs.inc('A154','rel',10)>>
  1116. <<run $npcs.inc('A155','rel',10)>>
  1117. <<run $npcs.inc('A156','rel',10)>>
  1118. <<run $npcs.inc('A158','rel',10)>>
  1119. <<run $npcs.inc('A143','rel',10)>>
  1120. <<run $npcs.inc('A144','rel',20)>>
  1121. <<run $npcs.dec('A28','rel',10)>>
  1122. <<run $npcs.dec('A29','rel',10)>>
  1123. <<run $npcs.inc('A33','rel',10)>>
  1124. <<set $pc.willpowermax = 65>>
  1125. <<run $q.school.func('grade_award','math',25)>>
  1126. <<run $q.school.func('grade_award','rus',25)>>
  1127. <<run $q.school.func('grade_award','lit',25)>>
  1128. <<run $q.school.func('grade_award','art',25)>>
  1129. <<run $q.school.func('grade_award','bio',25)>>
  1130. <<run $q.school.func('grade_award','pe',80)>>
  1131. <<run $q.school.func('grade_award','eng',25)>>
  1132. <<run $q.school.func('grade_award','geo',25)>>
  1133. <<run $q.school.func('grade_award','sci',25)>>
  1134. <<run $q.school.func('grade_award','shop',55)>>
  1135. <<run $q.school.func('grade_award','comp',25)>>
  1136. <<run $q.school.func('grade_award','mus',55)>>
  1137. <<run $q.school.func('grade_award','his',25)>>
  1138. <<gt $location>>
  1139. <</actCLA>>
  1140. <<actCLA 'Return to starting options'>>
  1141. <<gt 'intro_city_select' 'charselect'>>
  1142. <</actCLA>>
  1143. <</if>>
  1144. <<if $location_var[$here][0] == 'outcast'>>
  1145. <<set $pc.pcs_inhib = 10>>
  1146. <<run $pc.skillSetLevel('makeup',0)>>
  1147. <<gs 'npc_relationship' 'socialgroup_setting' -20 -10 0 -10 0 0>>
  1148. <<run $npcs.inc('A133','rel',20)>>
  1149. <<run $npcs.dec('A11','rel',10)>>
  1150. <<run $npcs.dec('A33','rel',10)>>
  1151. <<run $npcs.dec('A34','rel',10)>>
  1152. <<if getvar("$player_avatar") == 0>>
  1153. <<set $pc.pcs_hairlng = 200>>
  1154. <<set $pc.hairColor = 1>>
  1155. <<set $pc.eyecolor = 0>>
  1156. <<set $pc.eyesize = 1>>
  1157. <<set $pc.lip_size = 1>>
  1158. <<set $pc.eyelashes = 0>>
  1159. <</if>>
  1160. <<set $pc.pcs_skin = 500>>
  1161. <<set $pc.tan = 0>>
  1162. <<run $q.school.func('setGroupMembership','outcasts')>>
  1163. <<run $inventory.set('shampoo',20)>>
  1164. <</if>>
  1165. <<if $location_var[$here][0] == 'friendless'>>
  1166. <h2>Friendless</h2>
  1167. <<image "system/1_openings/2_sg/outcast_1.jpg">>
  1168. You were never very social and 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 shielded away from them, an action that only served to isolate you even further.
  1169. Now that you have moved to the city, you have a chance to do things differently and make new friends.
  1170. <<actCLA 'Confirm this starting option'>>
  1171. <<gs 'intro_city_select' 'outcast'>>
  1172. <<gs 'npc_relationship' 'socialgroup_setting' -10 -10 -10 -10 -10 0>>
  1173. <<set $alterstrtimg = 22>>
  1174. <<set $pc.genbsize = 12>>
  1175. <!-- !!b cup for ideal bmi-->
  1176. <<run $pc.skillSetLevel('charisma',20)>>
  1177. <<run $pc.skillSetLevel('observation',20)>>
  1178. <<set $pc.pcs_skin = 300>>
  1179. <<run $pc.skillSetLevel('makeup',10)>>
  1180. <<run $npcs.dec('A11','rel',20)>>
  1181. <<set $pc.willpowermax = 60>>
  1182. <<set $pc.salo = 68>>
  1183. <<run $q.school.func('grade_award','math',55)>>
  1184. <<run $q.school.func('grade_award','rus',25)>>
  1185. <<run $q.school.func('grade_award','lit',55)>>
  1186. <<run $q.school.func('grade_award','art',55)>>
  1187. <<run $q.school.func('grade_award','bio',55)>>
  1188. <<run $q.school.func('grade_award','pe',55)>>
  1189. <<run $q.school.func('grade_award','eng',25)>>
  1190. <<run $q.school.func('grade_award','geo',55)>>
  1191. <<run $q.school.func('grade_award','sci',55)>>
  1192. <<run $q.school.func('grade_award','shop',55)>>
  1193. <<run $q.school.func('grade_award','comp',55)>>
  1194. <<run $q.school.func('grade_award','mus',55)>>
  1195. <<run $q.school.func('grade_award','his',55)>>
  1196. <<gt $location>>
  1197. <</actCLA>>
  1198. <<actCLA 'Return to starting options'>>
  1199. <<gt 'intro_city_select' 'charselect'>>
  1200. <</actCLA>>
  1201. <</if>>
  1202. <<if $location_var[$here][0] == 'uglyduckling'>>
  1203. <h2>Ugly duckling</h2>
  1204. <<image "system/1_openings/2_sg/outcast_2.jpg">>
  1205. <p>Some girls blossom early and others have natural good looks- you got neither. In fact, you seem to have been cursed with an androgynous face and fat body, and have been mistaken for a boy more times than you would care to admit.</p>
  1206. Your lack of good looks made you a social pariah in school. Nobody liked you or wanted to spend time with you unless they were making fun of you. Now that you have moved to the city, you're hoping that is all about to change.
  1207. <<actCLA 'Confirm this starting option'>>
  1208. <<gs 'intro_city_select' 'outcast'>>
  1209. <<gs 'npc_relationship' 'socialgroup_setting_boys' -10 -10 0 -10 0 0>>
  1210. <<set $alterstrtimg = 23>>
  1211. <<if $pc.glass < 1>>
  1212. <<set $pc.glass = 1>>
  1213. <</if>>
  1214. <<set $pc.genbsize = 28>>
  1215. <!-- !!e cup for ideal bmi-->
  1216. <<set $pc.pcs_inhib = 5>>
  1217. <<if getvar("$player_avatar") == 0>>
  1218. <<set $pc.eyesize = 0>>
  1219. <<set $pc.lip_size = 0>>
  1220. <<set $pc.eyelashes = 2>>
  1221. <</if>>
  1222. <<set $school_clothing = 3>>
  1223. <<run $wardrobe.wear('gm_purse_8')>>
  1224. <<set $pc.salo = 130>>
  1225. <<set $pc.pcs_teeth = 2>>
  1226. <<set $pc.willpowermax = 55>>
  1227. <<run $q.school.func('grade_award','math',55)>>
  1228. <<run $q.school.func('grade_award','rus',25)>>
  1229. <<run $q.school.func('grade_award','lit',55)>>
  1230. <<run $q.school.func('grade_award','art',55)>>
  1231. <<run $q.school.func('grade_award','bio',55)>>
  1232. <<run $q.school.func('grade_award','pe',25)>>
  1233. <<run $q.school.func('grade_award','eng',55)>>
  1234. <<run $q.school.func('grade_award','geo',55)>>
  1235. <<run $q.school.func('grade_award','sci',55)>>
  1236. <<run $q.school.func('grade_award','shop',55)>>
  1237. <<run $q.school.func('grade_award','comp',55)>>
  1238. <<run $q.school.func('grade_award','mus',55)>>
  1239. <<run $q.school.func('grade_award','his',55)>>
  1240. <<gt $location>>
  1241. <</actCLA>>
  1242. <<actCLA 'Return to starting options'>>
  1243. <<gt 'intro_city_select' 'charselect'>>
  1244. <</actCLA>>
  1245. <</if>>
  1246. <<if $location_var[$here][0] == 'goodgirl'>>
  1247. <h2>Good girl</h2>
  1248. <<image "system/1_openings/2_sg/outcast_3.jpg">>
  1249. You were the good girl who parents, teachers and adults loved and the other kids hated. You always reminded the teacher to give out homework and would snitch on anyone for doing anything. You also regularly attended church.
  1250. Now you are in the big city and have suddenly found there are no teachers or adults to impress. In fact, it seems buttering up to the adults your entire life has become something of a hinderance.
  1251. <<actCLA 'Confirm this starting option'>>
  1252. <<run $pc.traitSet('nerd_points',100)>>
  1253. <<run $pc.traitSet('nerd_status',3)>>
  1254. <<run $pc.traitSet('nerd_lernHome',5)>>
  1255. <<gs 'intro_city_select' 'outcast'>>
  1256. <<gs 'npc_relationship' 'socialgroup_setting' -10 -5 10 -20 0 20>>
  1257. <<run $npcs.dec('A25','rel',5)>>
  1258. <<run $npcs.inc('A28','rel',10)>>
  1259. <<run $npcs.inc('A29','rel',10)>>
  1260. <<run $npcs.dec('A11','rel',20)>>
  1261. <<set $alterstrtimg = 24>>
  1262. <<run $pc.skillSetLevel('intelligence',40)>>
  1263. <<run $pc.skillSetLevel('spirit',65)>>
  1264. <<set $pc.pcs_inhib = 5>>
  1265. <<run $pc.skillSetLevel('makeup',10)>>
  1266. <<set $church_moral = 40>>
  1267. <<set $finances.cash += 1000>>
  1268. <<run $inventory.set('shampoo',10)>>
  1269. <<set $pc.pcs_skin = 500>>
  1270. <<run $wardrobe.wear('gm_purse_6')>>
  1271. <<if getvar("$player_avatar") == 0>>
  1272. <<set $pc.pcs_hairlng = 300>>
  1273. <<set $pc.eyesize = 3>>
  1274. <<set $pc.lip_size = 2>>
  1275. <<set $pc.eyelashes = 1>>
  1276. <</if>>
  1277. <<set $school_clothing = 3>>
  1278. <<set $pc.salo = 58>>
  1279. <<set $pc.genbsize = 13>>
  1280. <!-- !!b cup for ideal bmi-->
  1281. <<set $pc.willpowermax = 75>>
  1282. <<run $q.school.func('grade_award','math',80)>>
  1283. <<run $q.school.func('grade_award','rus',80)>>
  1284. <<run $q.school.func('grade_award','lit',80)>>
  1285. <<run $q.school.func('grade_award','art',80)>>
  1286. <<run $q.school.func('grade_award','bio',80)>>
  1287. <<run $q.school.func('grade_award','pe',55)>>
  1288. <<run $q.school.func('grade_award','eng',80)>>
  1289. <<run $q.school.func('grade_award','geo',80)>>
  1290. <<run $q.school.func('grade_award','sci',80)>>
  1291. <<run $q.school.func('grade_award','shop',55)>>
  1292. <<run $q.school.func('grade_award','comp',80)>>
  1293. <<run $q.school.func('grade_award','mus',55)>>
  1294. <<run $q.school.func('grade_award','his',80)>>
  1295. <<gt $location>>
  1296. <</actCLA>>
  1297. <<actCLA 'Return to starting options'>>
  1298. <<gt 'intro_city_select' 'charselect'>>
  1299. <</actCLA>>
  1300. <</if>>
  1301. <<if $location_var[$here][0] == 'slut'>>
  1302. <h2>Slut</h2>
  1303. <<image "system/1_openings/2_sg/outcast_4.jpg">>
  1304. You became curious about sex far sooner than other kids your age. You started masturbating long before the others in your year and loved the sensation so much that you wanted to find out how good sex would feel, becoming the first girl in your year to lose your virginity.
  1305. However, your resultant addiction to sex made you a social pariah, and you were constantly mocked by your peers. Now you are in the big city where nobody knows you, giving you a chance to either start over or continue your life of debauchery.
  1306. <<actCLA 'Confirm this starting option'>>
  1307. <<run $pc.traitSet('commando_lvl',2)>>
  1308. <!-- FAILED TO CONVERT
  1309. pcs_traits['cumeater'] = 1 and cumeater_cheat = 1
  1310. -----
  1311. <<run $pc.traitSet('cumeater',ERROR: FAILED TO CONVERT LITERAL: """1 and cumeater_cheat = 1""")>>
  1312. -->
  1313. <<warn "CONVERSION ERROR 3248eb6d14c9170e062ee6ced80ad3c4">>
  1314. <<set $pcs_exhib = 40>>
  1315. <<set $Exhibitionist_lvl = 1>>
  1316. <<gs 'intro_city_select' 'outcast'>>
  1317. <<gs 'npc_relationship' 'socialgroup_setting' -10 -10 -10 -10 -10 -10>>
  1318. <<gs 'npc_relationship' 'socialgroup_setting_boys' 15 15 0 20 0 0>>
  1319. <<run $npcs.inc('A11','rel',20)>>
  1320. <<run $npcs.inc('A25','rel',30)>>
  1321. <<run $npcs.dec('A28','rel',20)>>
  1322. <<run $npcs.dec('A29','rel',30)>>
  1323. <<run $npcs.dec('A33','rel',10)>>
  1324. <<run $npcs.dec('A34','rel',10)>>
  1325. <<run $npcs.inc('A144','rel',10)>>
  1326. <<set $alterstrtimg = 25>>
  1327. <<run $pc.skillSetLevel('makeup',40)>>
  1328. <<run $pc.skillSetLevel('dance',30)>>
  1329. <<run $pc.skillSetLevel('highHeels',50)>>
  1330. <<set $pc.genbsize = 22>>
  1331. <!-- !!d cup for ideal bmi-->
  1332. <<run $inventory.set('cosmetics',30)>>
  1333. <<run $inventory.set('falselashesplain',20)>>
  1334. <<run $wardrobe.wear('cats_purse_10')>>
  1335. <<gs 'obj_din' 'old'>>
  1336. <<run $inventory.set('comb',1)>>
  1337. <<set $kosmetitka = 10>>
  1338. <<run $inventory.set('wipe',10)>>
  1339. <<run $inventory.set('razor',10)>>
  1340. <<run $inventory.set('shampoo',20)>>
  1341. <<run $pc.decoWear('piercing','ears',2)>>
  1342. <<set $PirsC2_owned = 1>>
  1343. <<set $motherKnowSpravka = 1>>
  1344. <<if getvar("$player_avatar") == 0>>
  1345. <<set $pc.pcs_hairlng = 120>>
  1346. <<set $pc.eyesize = 2>>
  1347. <<set $pc.lip_size = 2>>
  1348. <<set $pc.eyelashes = 1>>
  1349. <</if>>
  1350. <<set $school_clothing = 2>>
  1351. <<set $pcs_perform = 20>>
  1352. <<set $pc.pcs_skin = 600>>
  1353. <<set $pc.tan = 20>>
  1354. <<set $pc.pcs_vag = 10>>
  1355. <<set $pc.pcs_ass = 10>>
  1356. <<set $pc.pcs_throat = 10>>
  1357. <<set $pc.pcs_inhib = 60>>
  1358. <<run $pc.fameInc('pav','sex',600)>>
  1359. <<set $GspravkaT = 2>>
  1360. <<set $motherKnowSpravka = 2>>
  1361. <<set $Gspassed = 0>>
  1362. <<set $pc.salo = 70>>
  1363. <<run $pc.sexStatSet('porn','aware',75)>>
  1364. <<run $pc.sexStatSet('mast','aware',100)>>
  1365. <<run $pc.sexStatSet('hj','aware',70)>>
  1366. <<run $pc.sexStatSet('bj','aware',50)>>
  1367. <<run $pc.sexStatSet('vaginal_finger','aware',20)>>
  1368. <<run $pc.sexStatSet('cuni','aware',5)>>
  1369. <<run $pc.sexStatSet('vaginal','aware',30)>>
  1370. <<run $pc.sexStatSet('anal','aware',20)>>
  1371. <<run $pc.sexStatSet('group','aware',5)>>
  1372. <<set $guy = 15>>
  1373. <<set $orgasm = 120>>
  1374. <<set $swallow = 40>>
  1375. <<run $pc.traitSet('cumeater',1)>>
  1376. <<set $pc.willpowermax = 50>>
  1377. <<set $motherKnowWhore = 1>>
  1378. <<set $sisterknowslut = 1>>
  1379. <<set $brotherknowslut = 1>>
  1380. <<run $q.school.func('grade_award','math',55)>>
  1381. <<run $q.school.func('grade_award','rus',55)>>
  1382. <<run $q.school.func('grade_award','lit',55)>>
  1383. <<run $q.school.func('grade_award','art',55)>>
  1384. <<run $q.school.func('grade_award','bio',55)>>
  1385. <<run $q.school.func('grade_award','pe',55)>>
  1386. <<run $q.school.func('grade_award','eng',55)>>
  1387. <<run $q.school.func('grade_award','geo',55)>>
  1388. <<run $q.school.func('grade_award','sci',55)>>
  1389. <<run $q.school.func('grade_award','shop',55)>>
  1390. <<run $q.school.func('grade_award','comp',55)>>
  1391. <<run $q.school.func('grade_award','mus',55)>>
  1392. <<run $q.school.func('grade_award','his',55)>>
  1393. <<gt $location>>
  1394. <</actCLA>>
  1395. <<actCLA 'Return to starting options'>>
  1396. <<gt 'intro_city_select' 'charselect'>>
  1397. <</actCLA>>
  1398. <</if>>
  1399. <<if $location_var[$here][0] == 'goth'>>
  1400. <h2>Goth</h2>
  1401. <<image "system/1_openings/2_sg/outcast_5.jpg">>
  1402. <p>Every school has their oddball, in your case - You. You never felt like you fit in, at least until you watched some American movies, saw some goths and suddenly felt like you belonged. You quickly used all the allowance you had to buy new clothes and makeup so you could finally feel good about yourself. Your family and classmates didn't approve, but you didn't care.</p>
  1403. With school over, you've moved to the city, where you feel a lot more accepted, although people still give you the odd stare.
  1404. <<actCLA 'Confirm this starting option'>>
  1405. <<run $pc.traitSet('nerd_points',-10)>>
  1406. <<gs 'intro_city_select' 'outcast'>>
  1407. <<gs 'npc_relationship' 'socialgroup_setting' 0 0 5 + 20 0 0>>
  1408. <<run $npcs.dec('A28','rel',20)>>
  1409. <<run $npcs.dec('A29','rel',20)>>
  1410. <<run $npcs.dec('A33','rel',20)>>
  1411. <<run $npcs.dec('A34','rel',20)>>
  1412. <<run $npcs.inc('A144','rel',10)>>
  1413. <<run $npcs.inc('A155','rel',5)>>
  1414. <<set $alterstrtimg = 28>>
  1415. <<set $pc.genbsize = 13>>
  1416. <!-- !!b cup for ideal bmi-->
  1417. <<set $pc.salo = 55>>
  1418. <<run $pc.skillSetLevel('charisma',45)>>
  1419. <<run $pc.skillSetLevel('intelligence',45)>>
  1420. <<run $pc.skillSetLevel('spirit',50)>>
  1421. <<run $pc.skillSetLevel('observation',5)>>
  1422. <<run $pc.skillSetLevel('highHeels',35)>>
  1423. <<run $pc.skillSetLevel('makeup',60)>>
  1424. <<run $pc.skillSetLevel('dance',20)>>
  1425. <<run $pc.skillSetLevel('art',20)>>
  1426. <<run $pc.skillSetLevel('sewing',20)>>
  1427. <<set $pc.pcs_skin = 700>>
  1428. <<set $pc.pcs_inhib = 25>>
  1429. <<set $pc.willpowermax = 65>>
  1430. <<if getvar("$player_avatar") == 0>>
  1431. <<set $pc.pcs_hairlng = 265>>
  1432. <<set $pc.hairColor = 0>>
  1433. <<set $pc.eyesize = 3>>
  1434. <<set $pc.eyecolor = 1>>
  1435. <<set $pc.eyelashes = 1>>
  1436. <</if>>
  1437. <<set $school_clothing = 1>>
  1438. <<run $inventory.set('cosmetics',25)>>
  1439. <<run $inventory.set('razor',20)>>
  1440. <<run $inventory.set('tampon',10)>>
  1441. <<run $wardrobe.wear('dolls_purse_18')>>
  1442. <<run $inventory.set('umbrella',1)>>
  1443. <<set $finances.cash -= 1000>>
  1444. <<run $q.school.func('grade_award','math',55)>>
  1445. <<run $q.school.func('grade_award','rus',55)>>
  1446. <<run $q.school.func('grade_award','lit',80)>>
  1447. <<run $q.school.func('grade_award','art',80)>>
  1448. <<run $q.school.func('grade_award','bio',55)>>
  1449. <<run $q.school.func('grade_award','pe',70)>>
  1450. <<run $q.school.func('grade_award','eng',55)>>
  1451. <<run $q.school.func('grade_award','geo',55)>>
  1452. <<run $q.school.func('grade_award','sci',55)>>
  1453. <<run $q.school.func('grade_award','shop',55)>>
  1454. <<run $q.school.func('grade_award','comp',55)>>
  1455. <<run $q.school.func('grade_award','mus',80)>>
  1456. <<run $q.school.func('grade_award','his',55)>>
  1457. <<gt $location>>
  1458. <</actCLA>>
  1459. <<actCLA 'Return to starting options'>>
  1460. <<gt 'intro_city_select' 'charselect'>>
  1461. <</actCLA>>
  1462. <</if>>
  1463. <<if $location_var[$here][0] == 'sg_settings'>>
  1464. <<run $wardrobe.add('school_6')>>
  1465. <<set $sisboyday = -2>>
  1466. <<gs 'homes_properties' 'block_access' 'city_apartment'>>
  1467. <<set $cltarelka = 0>>
  1468. <<set $fairy = 0>>
  1469. <<run $inventory.set('food',0)>>
  1470. <<set $poroshok = 0>>
  1471. <<run $inventory.set('shampoo',0)>>
  1472. <<set $hcolmotherremember = $pc.hairColor>>
  1473. <<set $hcolfatherremember = $pc.hairColor>>
  1474. <<set $hcolfronce = 1>>
  1475. <!-- !!Setting Kolkas birthday based off the player''s-->
  1476. <<set $koldobtmp_d = rand(1,28)>>
  1477. <<set $koldobtmp_y = $pc.birthyear>>
  1478. <<set $koldobtmp_m = $pc.birthmonth + 11>>
  1479. <<if getvar("$koldobtmp_m") > 12>>
  1480. <<set $koldobtmp_y += 1>>
  1481. <<set $koldobtmp_m -= 12>>
  1482. <</if>>
  1483. <<run $npcs.set('A34','dob',$koldobtmp_y * 10000)>>
  1484. <<run $npcs.inc('A34','dob',$koldobtmp_m * 100)>>
  1485. <<run $npcs.inc('A34','dob',$koldobtmp_d)>>
  1486. <</if>>