preCS 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. # preCS
  2. !!Background Options
  3. cls
  4. fcolor = rgb(0, 0, 0)
  5. bcolor = rgb(255, 255, 255)
  6. lcolor = rgb(106, 90, 205)
  7. !!******************** TG Start Background Options ******************************
  8. if $ARGS[0] = 'TGStart':
  9. !! Nothing here for now
  10. if tgs_skipinto = 1:
  11. gt 'preCUST', 'TGStart'
  12. else
  13. gt 'preTG', 'roomPRE'
  14. end
  15. end
  16. !!******************** SG Start Background Options ******************************
  17. if $ARGS[0] = 'SGStart':
  18. StoryLine = 1
  19. month = 8
  20. !! Last friday in August 2016
  21. $month = 'August'
  22. day = 26
  23. week = 5
  24. daystart_start = 236
  25. hour = 9
  26. kanikuli = 5
  27. $holyday = '<b>Summer holidays</b>'
  28. if player_avatar = 0:
  29. birthmonth = 4
  30. birthday = 1
  31. pcs_eyecol = 1
  32. pcs_eyesize = 2
  33. pcs_haircol = 1
  34. pcs_lip = 2
  35. end
  36. !! Body
  37. pcs_hgt = 170
  38. fat = 60
  39. salo = 60
  40. dick = 0
  41. pcs_energy = 60
  42. water = 60
  43. pcs_sleep = 70
  44. !! Stats
  45. speed = 10
  46. pcs_stren = 10
  47. strenbuf = 10
  48. pcs_agil = 10
  49. agilbuf = 10
  50. pcs_vital = 10
  51. vitalbuf = 10
  52. pcs_intel = 10
  53. pcs_sprt = 10
  54. pcs_react = 10
  55. !! pcs_chrsm = 10
  56. !! pcs_prcptn = 10
  57. pcs_magik = 0
  58. !! pcs_makupskl = 25
  59. pcs_pubes = 3
  60. pcs_leghair -= 5
  61. pcs_makeup = 1
  62. money = 50
  63. housrA = 0
  64. npc_rel['A28'] = 50
  65. npc_rel['A29'] = 50
  66. npc_rel['A33'] = 50
  67. npc_rel['A34'] = 50
  68. pcs_grades = 75
  69. prezikProver = 3
  70. brothersawpirsF = 0
  71. !! ********************
  72. $pcs_firstname = input("What is your first name? (Leave blank for default)")
  73. if $pcs_firstname = '':$pcs_firstname = 'Svetlana'
  74. $pcs_lastname = input("What is your last name? (Leave blank for default)")
  75. if $pcs_lastname = '':$pcs_lastname = 'Lebedev'
  76. $pcs_nickname = input("What is your nick name? (Note: If you chose a custom name, you have to enter something here!)")
  77. if $pcs_nickname = '':$pcs_nickname = 'Sveta'
  78. 'Your name is <<$pcs_firstname>> <<$pcs_lastname>>, Friends and family sometimes call you <<$pcs_nickname>>.'
  79. act 'Re-enter name/s': gt 'preCS', 'SGStart'
  80. act 'Continue':
  81. cls
  82. 'Please select how long you have left in school.'
  83. act 'Begin at the last year of school, age 16 or 17':
  84. birthyear = 1999
  85. yearlefttemp = 1
  86. gt 'preCS', 'SGStart2'
  87. end
  88. act 'Begin at the second-last year of school, age 15 or 16':
  89. birthyear = 2000
  90. yearlefttemp = 2
  91. gt 'preCS', 'SGStart2'
  92. end
  93. end
  94. end
  95. if $ARGS[0] = 'SGStart2':
  96. if birthday < 10 and birthmonth < 10:
  97. $startdob = 'Your birthday: <B>0<<birthmonth>>/0<<birthday>>/<<birthyear>></B> (MM/DD/YYYY)'
  98. elseif birthday < 10 and birthmonth >= 10:
  99. $startdob = 'Your birthday: <B><<birthmonth>>/0<<birthday>>/<<birthyear>></B> (MM/DD/YYYY)'
  100. elseif birthday >= 10 and birthmonth < 10:
  101. $startdob = 'Your birthday: <B>0<<birthmonth>>/<<birthday>>/<<birthyear>></B> (MM/DD/YYYY)'
  102. elseif birthday >= 10 and birthmonth >= 10:
  103. $startdob = 'Your birthday: <B><<birthmonth>>/<<birthday>>/<<birthyear>></B> (MM/DD/YYYY)'
  104. end
  105. if player_avatar = 0:
  106. '<a href="exec:gt ''begin'', ''birthday''"><<$startdob>></a>.'
  107. else
  108. '<<$startdob>>'
  109. end
  110. 'You can begin your game at the end of the summer holiday, very close to starting the new school year. Alternatively, you can start at the beginning of the holiday.'
  111. killvar '$startdob'
  112. act 'Start at the end of August <B>(recommended for new players)</B>':
  113. !! This is the default start
  114. gt 'preCS', 'SGStart3'
  115. end
  116. act 'Start at the beginning of June':
  117. month = 6
  118. $month = 'June'
  119. day = 1
  120. week = 3
  121. daystart_start = 152
  122. kanicont = 92
  123. gt 'preCS', 'SGStart3'
  124. end
  125. end
  126. if $ARGS[0] = 'SGStart3':
  127. !! This will be where the advanced social group options go.
  128. 'Select your personality/social group:'
  129. act 'I am a complete bookworm!':
  130. cls
  131. pcs_stren = 1
  132. pcs_vital = 5
  133. pcs_agil = 1
  134. fat = 10
  135. salo = 180
  136. pcs_intel = 50
  137. pcs_tan = 0
  138. blizoruk = 300
  139. if glass < 1 : glass = 1
  140. pcs_grades = 55
  141. !! Maruda Hair Mod
  142. if player_avatar ! 1: pcs_hairlng = 90
  143. if player_avatar ! 1: pcs_haircol = 0
  144. hpingrip = 10
  145. hpingripw = 1
  146. !! **********
  147. pcs_nerd = 100
  148. fantasybook = 5
  149. grupTipe=0
  150. alterstrtimg = 3
  151. $startgrptemp = 'While you were growing up, you spent virtually all your free time at home, reading books. While you have gained a lot of knowledge from reading books, your sedentary lifestyle has left you quite frumpy. The long nights of trying to read in poor light have taken a toll on your eyesight as well, so you now need glasses to be able to read.'
  152. gt 'preCUST', 'SGStart'
  153. end
  154. act 'I am the queen of the nerds!':
  155. cls
  156. pcs_stren = 5
  157. pcs_vital = 5
  158. pcs_agil = 5
  159. fat = 10
  160. salo = 10
  161. pcs_intel = 40
  162. pcs_tan = 30
  163. npc_rel['A29'] = 100
  164. npc_rel['A28'] = 100
  165. money += 3000
  166. blizoruk = 300
  167. pcs_dom = 50
  168. if glass < 1 : glass = 1
  169. pcs_grades = 110
  170. !! Maruda Hair Mod
  171. if player_avatar ! 1: pcs_hairlng = 50
  172. if player_avatar ! 1: pcs_haircol = 1
  173. hpingrip = 10
  174. hpingripw = 1
  175. !! **********
  176. pcs_nerd = 100
  177. fantasybook = 5
  178. grupTipe=1
  179. alterstrtimg = 4
  180. $startgrptemp = 'While you were growing up, you spent virtually all your free time at home, reading books and playing fantasy games with the other nerds. While you have gained a huge amount of knowledge from this, your lack of interest in exercising as a child has left your body a little frail. The long nights of trying to read in poor light have taken a toll on your eyesight as well, so you now need glasses to be able to read. However, by the usual nerd standards you are confident and dynamic, this has lead you to be the leader of your group of friends and more acceptable to the other kids.'
  181. gt 'preCUST', 'SGStart'
  182. end
  183. act 'I am a good student':
  184. cls
  185. fat = 150
  186. salo = 150
  187. pcs_intel = 50
  188. pcs_grades = 110
  189. !! Maruda Hair Mod
  190. if player_avatar ! 1: pcs_hairlng = 162
  191. if player_avatar ! 1: pcs_haircol = 0
  192. hpingrip = 10
  193. hpingripw = 1
  194. !! **********
  195. npc_rel['A29'] = 100
  196. money += 2000
  197. pcs_tan = 30
  198. grupTipe=1
  199. alterstrtimg = 4
  200. $startgrptemp = 'You were always a bit of a teacher''s pet, trying to absorb every bit of knowledge and doing everything you could to excel in school. While this attitude has gained you a lot of respect, it did not earn you a lot of friends, and you never had time for sports. You have excellent grades though, and your mother is very proud of you.'
  201. gt 'preCUST', 'SGStart'
  202. end
  203. act 'I am an avid volleyball player!':
  204. cls
  205. pcs_stren = 25
  206. pcs_vital = 25
  207. speed = 25
  208. pcs_agil = 25
  209. fat = 20
  210. salo = 20
  211. sanpad = 0
  212. tampon = 20
  213. pcs_vball = 70
  214. pcs_run = 40
  215. gsAboVolley = 120
  216. pcs_dom = 10
  217. !! Maruda Hair Mod
  218. if player_avatar ! 1: pcs_hairlng = 97
  219. if player_avatar ! 1: pcs_haircol = 3
  220. hscrunch = 10
  221. hscrunchw = 0
  222. !! **********
  223. pcs_tan = 30
  224. grupTipe=2
  225. alterstrtimg = 5
  226. $startgrptemp = 'Ever since you first tried volleyball, you have been in love with the sport. You spent a lot of your free time trying to get better at it, and it paid off: you''re actually quite good now! However, your obsession with volleyball has had some repercussions on your school performance; you''re a sub-par student, and you haven''t made many friends.'
  227. gt 'preCUST', 'SGStart'
  228. end
  229. act 'I have a lot of friends!':
  230. cls
  231. pcs_stren = 10
  232. pcs_vital = 10
  233. pcs_agil = 20
  234. fat = 30
  235. salo = 30
  236. pcs_dom = 50
  237. !! Maruda Hair Mod
  238. if player_avatar ! 1: pcs_hairlng = 19
  239. if player_avatar ! 1: pcs_haircol = 2
  240. !! **********
  241. pcs_tan = 30
  242. grupTipe=4
  243. alterstrtimg = 2
  244. $startgrptemp = 'You spent most of your childhood outdoors, playing with other girls and boys. As a result, you''re quite healthy and are pretty strong verbally, knowing how to get yourself out of trouble. However, you were never very interested in school or sports, and are only a sub-par student.'
  245. gt 'preCUST', 'SGStart'
  246. end
  247. end
  248. --- preCS ---------------------------------