uni_lessons1.qsrc 83 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374
  1. # uni_lessons1
  2. close all
  3. !! classes in this file - general_education_101, teaching_methods_101, learning_theories_101, patient_care_101, anatomy_and_physiology_101, examination_and_treatment_101
  4. !!Klim Kovalyov - General Education 101
  5. !!Grigorii Pasternak - Teaching Methods 101
  6. !!Selena Kovalchuk - Learning Theories 101
  7. !!Olena Kudelina - Patient Care 101
  8. !!Raina Marinova - Anatomy and Physiology 101
  9. !!Nikita Borisov - Examination and Treatment 101
  10. !!uni students studying to be teachers - Igor Kruglov, Christina Zvereva, Vanya Yanka, Ekaterina "Katja" Meynold, Lebogang "Lebo" Kayode
  11. !!uni students studying nursing - Albina Barlovskaya, Lariska Gruzdeva, Viktoriya "Vicky" Meynold, Mia Radimova, Yana Radimova, Sofia
  12. if katjaQW['meet_uni_class'] = 0 and $university['enrolled_in']= 'teaching_studies':
  13. !!For running into Katja at the first class you both attend
  14. gt 'katja_uni', 'first_in_class_meet', $ARGS[0]
  15. end
  16. !!if AlbinaQW['meet_uni_class'] = 0 and $university['enrolled_in']= 'nursing':
  17. !!For running into Albina at the first class you both attend
  18. !!gt 'albina_uni', 'first_in_class_meet', $ARGS[0]
  19. !!end
  20. if $ARGS[0] = 'general_education_101':
  21. menu_off = 1
  22. gs 'grades', 'attend_class', 'uni_teaching_studies_semester_1', 'general education 101'
  23. gs 'exp_gain', 'intel', rand(0,1)
  24. gs 'stat'
  25. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/lecture<<rand(1,5)>>.jpg"></center>'
  26. 'You walk into the classroom and take a seat next to a window. The rest of your classmates walk in one by one before Mr. Kovalyov enters the classroom and closes the door. He turns to the class and begins today''s lecture.'
  27. gs 'willpower', 'chore', 'self', iif(grupTipe = 4 and pcs_traits['nerd_status'] = 0, 'hard', iif(pcs_traits['nerd_status'] > 0, 'easy', 'medium'))
  28. if pcs_traits['nerd_status'] = 2: will_cost = will_cost / 2
  29. if will_cost <= pcs_willpwr or pcs_traits['nerd_status'] = 3:
  30. act 'Listen attentively to Mr. Kovalyov'+iif(pcs_traits['nerd_status'] = 3, '', ' (<<will_cost>> Willpower)')+' ':
  31. *clr & cla
  32. gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'general education 101', pcs_intel
  33. gs 'exp_gain', 'intel', rand(0,1)
  34. pcs_traits['nerd_lessons'] += 1
  35. if pcs_traits['nerd_status'] < 3: gs 'willpower', 'pay', 'self'
  36. gs 'stat'
  37. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/attentive<<rand(1,4)>>.jpg"></center>'
  38. 'You listen attentively to Mr. Kovalyov for the duration of the class. He manages to make today''s lesson very interesting and informative, and you feel like you''ve learned something from actively taking part in the discussion.'
  39. act 'Ask a question about the lesson':
  40. *clr & cla
  41. gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'general education 101', pcs_chrsm
  42. gs 'exp_gain', 'chrsm', rand(1,2)
  43. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
  44. 'Mr. Kovalyov nods approvingly, happy to see his students engaged and trying their best. He happily spends some extra time explaining the topic again, and answers any extra questions you might have. You feel smarter, thoroughly understanding today''s lesson now.'
  45. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  46. end
  47. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  48. end
  49. else
  50. act 'Listen attentively to Mr. Kovalyov (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  51. end
  52. act 'Don''t pay attention':
  53. *clr & cla
  54. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  55. 'Mr. Kovalyov''s lecture is very dry and boring. You''re having a hard time paying attention.'
  56. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  57. end
  58. act 'Talk to a classmate':
  59. *clr & cla
  60. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  61. 'As you arrive in class, you look around and decide to sit next to...'
  62. act 'Igor':
  63. *clr & cla
  64. gs 'npc_relationship', 'modify', 'A4', 'like'
  65. gs 'exp_gain', 'chrsm', rand(1,2)
  66. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  67. if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
  68. if npc_rel['A4'] >= 60:
  69. 'You sit next to Igor. He''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with him before a fellow student asks you to be quiet.'
  70. elseif npc_rel['A4'] <= 20:
  71. 'You sit next to Igor, but he dismisses all of your attempts to speak with him until he tells you to leave him alone.'
  72. else
  73. 'You sit next to Igor and try to talk to him, but he asks you to be quiet so he can focus on the lecture.'
  74. end
  75. else
  76. if npc_rel['A4'] >= 60:
  77. 'You sit next to Igor and spend most of the class quietly talking with him. You often get shushed by your fellow students when you get a bit too loud.'
  78. elseif npc_rel['A4'] <= 20:
  79. 'You sit next to Igor, but he dismisses all of your attempts to speak with him and spends the lesson ignoring you and paying attention to the class instead.'
  80. else
  81. 'You sit next to Igor. He''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with him before a fellow student asks you to be quiet.'
  82. end
  83. end
  84. gs 'stat'
  85. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  86. end
  87. act 'Christina':
  88. *clr & cla
  89. gs 'exp_gain', 'chrsm', rand(1,2)
  90. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  91. if fame['city_slut'] >= 200 or fame['pav_slut'] >= 200:
  92. 'You sit next to Christina and try to talk to her, but all she does is give you a disgusted look before moving away.'
  93. else
  94. 'You sit next to Christina and try to talk to her, but all she does is give you a withering look of utter hatred.'
  95. end
  96. gs 'stat'
  97. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  98. end
  99. act 'Vanya':
  100. *clr & cla
  101. gs 'npc_relationship', 'modify', 'A165', 'like'
  102. gs 'exp_gain', 'chrsm', rand(1,2)
  103. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  104. if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
  105. if npc_rel['A165'] >= 60:
  106. 'You sit next to Vanya. He''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with him before a fellow student asks you to be quiet.'
  107. elseif npc_rel['A165'] <= 20:
  108. 'You sit next to Vanya, but he dismisses all of your attempts to speak with him until he tells you to leave him alone.'
  109. else
  110. 'You sit next to Vanya and try to talk to him, but he asks you to be quiet so he can focus on the lecture.'
  111. end
  112. else
  113. if npc_rel['A165'] >= 60:
  114. 'You sit next to Vanya and spend most of the class quietly talking with him. You often get shushed by your fellow students when you get a bit too loud.'
  115. elseif npc_rel['A165'] <= 20:
  116. 'You sit next to Vanya, but he dismisses all of your attempts to speak with him and spends the lesson ignoring you and paying attention to the class instead.'
  117. else
  118. 'You sit next to Vanya. He''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with him before a fellow student asks you to be quiet.'
  119. end
  120. end
  121. gs 'stat'
  122. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  123. end
  124. act 'Katja':
  125. *clr & cla
  126. gs 'npc_relationship', 'modify', 'A14', 'like'
  127. gs 'exp_gain', 'chrsm', rand(1,2)
  128. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  129. if fame['city_slut'] >= 150 or fame['pav_slut'] >= 150:
  130. if npc_rel['A14'] >= 60:
  131. 'You sit next to Katja. She''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  132. elseif npc_rel['A14'] <= 20:
  133. 'You sit next to Katja, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  134. else
  135. 'You sit next to Katja and try to talk to her, but she asks you to be quiet so she can focus on the lecture.'
  136. end
  137. else
  138. if npc_rel['A14'] >= 60:
  139. 'You sit next to Katya and spend most of the class quietly talking with her. You often get shushed by your fellow students when you get a bit too loud.'
  140. elseif npc_rel['A14'] <= 20:
  141. 'You sit next to Katja, but she dismisses all of your attempts to speak with her and spends the lesson ignoring you and paying attention to the class instead.'
  142. else
  143. 'You sit next to Katja. She''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  144. end
  145. end
  146. gs 'stat'
  147. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  148. end
  149. act 'Kendra':
  150. *clr & cla
  151. gs 'npc_relationship', 'modify', 'A84', 'like'
  152. gs 'exp_gain', 'chrsm', rand(1,2)
  153. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  154. if fame['city_slut'] >= 250:
  155. if npc_rel['A84'] >= 60:
  156. 'You sit next to Kendra. She''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  157. elseif npc_rel['A84'] <= 20:
  158. 'You sit next to Kendra, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  159. else
  160. 'You sit next to Kendra and try to talk to her, but she asks you to be quiet so she can focus on the lecture.'
  161. end
  162. else
  163. if npc_rel['A84'] >= 60:
  164. 'You sit next to Kendra and spend most of the class quietly talking with her. You often get shushed by your fellow students when you get a bit too loud.'
  165. elseif npc_rel['A84'] <= 20:
  166. 'You sit next to Kendra, but she dismisses all of your attempts to speak with her and spends the lesson ignoring you and paying attention to the class instead.'
  167. else
  168. 'You sit next to Kendra. She''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  169. end
  170. end
  171. gs 'stat'
  172. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  173. end
  174. act 'Lesco':
  175. *clr & cla
  176. gs 'npc_relationship', 'modify', 'A7', 'like'
  177. gs 'exp_gain', 'chrsm', rand(1,2)
  178. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  179. if fame['city_slut'] >= 150:
  180. if npc_rel['A7'] >= 60:
  181. 'You sit next to Lesco. He''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with him before a fellow student asks you to be quiet.'
  182. elseif npc_rel['A7'] <= 20:
  183. 'You sit next to Lesco. He looks at you, but doesn''t speak for the duration of the lesson.'
  184. else
  185. 'You sit next to Lesco, who awkwardly puts his head down. You decide to focus on the lecture instead.'
  186. end
  187. else
  188. if npc_rel['A7'] >= 60:
  189. 'You sit next to Lesco and spend most of the class quietly talking with each other. You often get shushed by your fellow students when you get a bit too loud.'
  190. elseif npc_rel['A7'] <= 20:
  191. 'You sit next to Lesco, who awkwardly puts his head down. You decide to focus on the lecture instead.'
  192. else
  193. 'You sit next to Lesco. He''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with him before a fellow student asks you to be quiet.'
  194. end
  195. end
  196. gs 'stat'
  197. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  198. end
  199. act 'Lebogang':
  200. *clr & cla
  201. gs 'npc_relationship', 'modify', 'A242', 'like'
  202. gs 'exp_gain', 'chrsm', rand(1,2)
  203. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  204. if fame['city_slut'] >= 300:
  205. if npc_rel['A242'] >= 60:
  206. 'You sit next to Lebogang and spend most of the class quietly talking with him. You often get shushed by your fellow students when you get a bit too loud.'
  207. elseif npc_rel['A242'] <= 20:
  208. 'You sit next to Lebogang and he gives you a look of disgust before turning and ignoring you. Despite your efforts, he keeps ignoring you until you give up.'
  209. else
  210. 'You sit next to Lebogang and start talking to him. He''s more interested in the lesson than you, but slowly starts to respond to you as he takes notes.'
  211. end
  212. else
  213. if npc_rel['A242'] >= 60:
  214. 'You sit next to Lebogang and spend most of the class quietly talking with him. You often get shushed by your fellow students when you get a bit too loud.'
  215. elseif npc_rel['A242'] <= 20:
  216. 'You sit next to Lebogang, who frowns as you sit down and proceeds to ignore you. Despite your efforts, he keeps ignoring you until you give up.'
  217. else
  218. 'You sit next to Lebogang and start talking to him. He''s more interested in the lesson than you, but slowly starts to respond to you as he takes notes.'
  219. end
  220. end
  221. gs 'stat'
  222. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  223. end
  224. end
  225. act 'Play with your phone':
  226. *clr & cla
  227. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/phone.jpg"></center>'
  228. 'You take out your phone and start playing a game, hoping that the boring lesson will be over soon.'
  229. playphone = rand(1,2)
  230. if playphone = 1:
  231. 'You hear Mr. Kovalyov clear his throat and glance up to see him sternly looking at you.'
  232. act 'Put your phone away':
  233. *clr & cla
  234. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  235. 'You decide not to aggravate the situation and put your phone away. Mr. Kovalyov then continues the lesson.'
  236. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  237. end
  238. gs 'willpower', 'misc', 'self', 'medium'
  239. if will_cost <= pcs_willpwr:
  240. act 'Keep using your phone (<<will_cost>> Willpower)':
  241. *clr & cla
  242. gs 'willpower', 'pay', 'self'
  243. gs 'stat'
  244. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/phone.jpg"></center>'
  245. 'You ignore him and keep using your phone as he shakes his head and goes back to his lecture.'
  246. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  247. end
  248. else
  249. act 'Keep using your phone (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  250. end
  251. else
  252. 'You play on your phone for the duration of class. You play a few games and text a few friends, all under Mr. Kovalyov''s oblivious nose.'
  253. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  254. end
  255. end
  256. end
  257. if $ARGS[0] = 'teaching_methods_101':
  258. menu_off = 1
  259. gs 'grades', 'attend_class', 'uni_teaching_studies_semester_1', 'teaching methods 101'
  260. gs 'exp_gain', 'intel', rand(0,1)
  261. gs 'stat'
  262. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/lecture<<rand(1,5)>>.jpg"></center>'
  263. 'You walk into the classroom and see Mr. Pasternak standing by his desk as the rest of your classmates walk in one by one under his watchful eye. Some of them get a friendly smile while others get a stern look. Not wasting any time, he launches straight into his lecture.'
  264. gs 'willpower', 'chore', 'self', iif(grupTipe = 4 and pcs_traits['nerd_status'] = 0, 'hard', iif(pcs_traits['nerd_status'] > 0, 'easy', 'medium'))
  265. if pcs_traits['nerd_status'] = 2: will_cost = will_cost / 2
  266. if will_cost <= pcs_willpwr or pcs_traits['nerd_status'] = 3:
  267. act 'Listen attentively to Mr. Pasternak'+iif(pcs_traits['nerd_status'] = 3, '', ' (<<will_cost>> Willpower)')+' ':
  268. *clr & cla
  269. gs 'exp_gain', 'intel', rand(0,1)
  270. gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'teaching methods 101', pcs_intel
  271. pcs_traits['nerd_lessons'] += 1
  272. if pcs_traits['nerd_status'] < 3: gs 'willpower', 'pay', 'self'
  273. gs 'stat'
  274. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/attentive<<rand(1,4)>>.jpg"></center>'
  275. 'You listen attentively to Mr. Pasternak for the duration of the class. Today''s lesson was interesting and informative, and you feel like you''ve learned something from taking part in the class.'
  276. act 'Ask a question about the lesson':
  277. *clr & cla
  278. gs 'exp_gain', 'intel', rand(1,2)
  279. gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'teaching methods 101', pcs_intel
  280. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
  281. 'Mr. Pasternak nods approvingly, always happy to see his students engaged in his class. He happily spends some extra time explaining the topic again, and answers any extra questions you might have. You feel smarter, thoroughly understanding today''s lesson now.'
  282. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  283. end
  284. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  285. end
  286. else
  287. act 'Listen attentively to Mr. Pasternak (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  288. end
  289. act 'Don''t pay attention':
  290. *clr & cla
  291. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  292. 'Mr. Pasternak''s lecture has fallen into a droning rhythm that has brought you, and most of your classmates, into a trance as you slowly approach the end of class.'
  293. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  294. act 'Draw dick in margin':
  295. *clr & cla
  296. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  297. 'Bored, you start doodling, which turns into you drawing dicks, complete with balls, in the margin. You even share your handiwork with the girl sitting next to you when she glances over.'
  298. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  299. end
  300. end
  301. act 'Daydream':
  302. *clr & cla
  303. pcs_sleep += rand(2,5)
  304. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/sleep<<rand(1,3)>>.jpg"></center>'
  305. 'Mr. Pasternak is lecturing the class about exotic locations around the world. You close your eyes as you start to fantasize about these places.'
  306. 'You suddenly find yourself standing in front of a group of people with a globe. They tell you that you''re free to spin it and you''ll get to travel where it stops for free.'
  307. *nl
  308. 'Full of enthusiasm, you spin it and have a hard time deciding when to stop it. When you finally decide, you notice a familiar name. Pavlovsk. To your dismay, you''ve picked your hometown. You desperately look around seeking attention, but get no response.'
  309. 'Just as you''re about to speak up and plead with the group, the bell rings, startling you awake.'
  310. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  311. end
  312. act 'Talk to a classmate':
  313. *clr & cla
  314. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  315. 'As you arrive in class, you look around and decide to sit next to...'
  316. act 'Igor':
  317. *clr & cla
  318. gs 'npc_relationship', 'modify', 'A4', 'like'
  319. gs 'exp_gain', 'chrsm', rand(1,2)
  320. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  321. if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
  322. if npc_rel['A4'] >= 60:
  323. 'You sit next to Igor. He''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with him before a fellow student asks you to be quiet.'
  324. elseif npc_rel['A4'] <= 20:
  325. 'You sit next to Igor, but he dismisses all of your attempts to speak with him until he tells you to leave him alone.'
  326. else
  327. 'You sit next to Igor and try to talk to him, but he asks you to be quiet so he can focus on the lecture.'
  328. end
  329. else
  330. if npc_rel['A4'] >= 60:
  331. 'You sit next to Igor and spend most of the class quietly talking with him. You often get shushed by your fellow students when you get a bit too loud.'
  332. elseif npc_rel['A4'] <= 20:
  333. 'You sit next to Igor, but he dismisses all of your attempts to speak with him and spends the lesson ignoring you and paying attention to the class instead.'
  334. else
  335. 'You sit next to Igor. He''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with him before a fellow student asks you to be quiet.'
  336. end
  337. end
  338. gs 'stat'
  339. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  340. end
  341. act 'Christina':
  342. *clr & cla
  343. gs 'exp_gain', 'chrsm', rand(1,2)
  344. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  345. if fame['city_slut'] >= 200 or fame['pav_slut'] >= 200:
  346. 'You sit next to Christina and try to talk to her, but all she does is give you a disgusted look before moving away.'
  347. else
  348. 'You sit next to Christina and try to talk to her, but all she does is give you a withering look of utter hatred.'
  349. end
  350. gs 'stat'
  351. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  352. end
  353. act 'Vanya':
  354. *clr & cla
  355. gs 'npc_relationship', 'modify', 'A165', 'like'
  356. gs 'exp_gain', 'chrsm', rand(1,2)
  357. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  358. if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
  359. if npc_rel['A165'] >= 60:
  360. 'You sit next to Vanya. He''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with him before a fellow student asks you to be quiet.'
  361. elseif npc_rel['A165'] <= 20:
  362. 'You sit next to Vanya, but he dismisses all of your attempts to speak with him until he tells you to leave him alone.'
  363. else
  364. 'You sit next to Vanya and try to talk to him, but he asks you to be quiet so he can focus on the lecture.'
  365. end
  366. else
  367. if npc_rel['A4'] >= 60:
  368. 'You sit next to Vanya and spend most of the class quietly talking with him. You often get shushed by your fellow students when you get a bit too loud.'
  369. elseif npc_rel['A165'] <= 20:
  370. 'You sit next to Vanya, but he dismisses all of your attempts to speak with him and spends the lesson ignoring you and paying attention to the class instead.'
  371. else
  372. 'You sit next to Vanya. He''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with him before a fellow student asks you to be quiet.'
  373. end
  374. end
  375. gs 'stat'
  376. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  377. end
  378. act 'Katja':
  379. *clr & cla
  380. gs 'npc_relationship', 'modify', 'A14', 'like'
  381. gs 'exp_gain', 'chrsm', rand(1,2)
  382. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  383. if fame['city_slut'] >= 150 or fame['pav_slut'] >= 150:
  384. if npc_rel['A14'] >= 60:
  385. 'You sit next to Katja. She''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  386. elseif npc_rel['A14'] <= 20:
  387. 'You sit next to Katja, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  388. else
  389. 'You sit next to Katja and you try to talk to her, but she asks you to be quiet so she can focus on the lecture.'
  390. end
  391. else
  392. if npc_rel['A14'] >= 60:
  393. 'You sit next to Katya and spend most of the class quietly talking with each other. You often get shushed by your fellow students when you get a bit too loud.'
  394. elseif npc_rel['A14'] <= 20:
  395. 'You sit next to Katja, but she dismisses all of your attempts to speak with her and spends the lesson ignoring you and paying attention to the class instead.'
  396. else
  397. 'You sit next to Katja. She''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  398. end
  399. end
  400. gs 'stat'
  401. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  402. end
  403. act 'Kendra':
  404. *clr & cla
  405. gs 'npc_relationship', 'modify', 'A84', 'like'
  406. gs 'exp_gain', 'chrsm', rand(1,2)
  407. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  408. if fame['city_slut'] >= 250:
  409. if npc_rel['A84'] >= 60:
  410. 'You sit next to Kendra. She''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  411. elseif npc_rel['A84'] <= 20:
  412. 'You sit next to Kendra, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  413. else
  414. 'You sit next to Kendra and try to talk to her, but she asks you to be quiet so she can focus on the lecture.'
  415. end
  416. else
  417. if npc_rel['A84'] >= 60:
  418. 'You sit next to Kendra and spend most of the class quietly talking with each other. You often get shushed by your fellow students when you get a bit too loud.'
  419. elseif npc_rel['A84'] <= 20:
  420. 'You sit next to Kendra, but she dismisses all of your attempts to speak with her and spends the lesson ignoring you and paying attention to the class instead.'
  421. else
  422. 'You sit next to Kendra. She''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  423. end
  424. end
  425. gs 'stat'
  426. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  427. end
  428. act 'Lesco':
  429. *clr & cla
  430. gs 'npc_relationship', 'modify', 'A7', 'like'
  431. gs 'exp_gain', 'chrsm', rand(1,2)
  432. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  433. if fame['city_slut'] >= 150:
  434. if npc_rel['A7'] >= 60:
  435. 'You sit next to Lesco. He''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with him before a fellow student asks you to be quiet.'
  436. elseif npc_rel['A7'] <= 20:
  437. 'You sit next to Lesco. He looks at you, but doesn''t speak for the duration of the lesson.'
  438. else
  439. 'You sit next to Lesco, who awkwardly puts his head down. You decide to focus on the lecture instead.'
  440. end
  441. else
  442. if npc_rel['A7'] >= 60:
  443. 'You sit next to Lesco and spend most of the class quietly talking with each other. You often get shushed by your fellow students when you get a bit too loud.'
  444. elseif npc_rel['A7'] <= 20:
  445. 'You sit next to Lesco, who awkwardly puts his head down. You decide to focus on the lecture instead.'
  446. else
  447. 'You sit next to Lesco. He''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with him before a fellow student asks you to be quiet.'
  448. end
  449. end
  450. gs 'stat'
  451. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  452. end
  453. act 'Lebogang':
  454. *clr & cla
  455. gs 'npc_relationship', 'modify', 'A242', 'like'
  456. gs 'exp_gain', 'chrsm', rand(1,2)
  457. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  458. if fame['city_slut'] >= 300:
  459. if npc_rel['A242'] >= 60:
  460. 'You sit next to Lebogang and spend most of the class quietly talking with him. You often get shushed by your fellow students when you get a bit too loud.'
  461. elseif npc_rel['A242'] <= 20:
  462. 'You sit next to Lebogang, who gives you a look of disgust and proceeds to ignore you. Despite your efforts, he keeps ignoring you until you give up.'
  463. else
  464. 'You sit next to Lebogang and start talking to him. He''s more interested in the lesson than you, but slowly starts to respond to you as he takes notes.'
  465. end
  466. else
  467. if npc_rel['A242'] >= 60:
  468. 'You sit next to Lebogang and spend most of the class quietly talking with him. You often get shushed by your fellow students when you get a bit too loud.'
  469. elseif npc_rel['A242'] <= 20:
  470. 'You sit next to Lebogang, who frowns as you sit down and proceeds to ignore you. Despite your efforts, he keeps ignoring you until you give up.'
  471. else
  472. 'You sit next to Lebogang and start talking to him. He''s more interested in the lesson than you, but slowly starts to respond to you as he takes notes.'
  473. end
  474. end
  475. gs 'stat'
  476. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  477. end
  478. end
  479. act 'Play with your phone':
  480. *clr & cla
  481. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/phone.jpg"></center>'
  482. 'You take out your phone and start playing a game, hoping the boring lesson will be over soon.'
  483. playphone = rand(1,2)
  484. if playphone = 1:
  485. 'You hear Mr. Pasternak clear his throat and glance up to see his looking at you sternly.'
  486. act 'Put your phone away':
  487. *clr & cla
  488. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  489. 'You decide not to aggravate the situation and put your phone away. Mr. Pasternak shakes his head disapprovingly and continues the lesson.'
  490. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  491. end
  492. gs 'willpower', 'misc', 'self', 'medium'
  493. if will_cost <= pcs_willpwr:
  494. act 'Keep using your phone (<<will_cost>> Willpower)':
  495. *clr & cla
  496. gs 'willpower', 'pay', 'self'
  497. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/phone.jpg"></center>'
  498. 'You ignore him and continue using your phone. Mr. Pasternak shakes his head disapprovingly and continues the lesson.'
  499. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  500. end
  501. else
  502. act 'Keep using your phone (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  503. end
  504. else
  505. 'You play on your phone for the duration of class. You play a few games and text a few friends, all under Mr. Pasternak''s oblivious nose.'
  506. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  507. end
  508. end
  509. end
  510. if $ARGS[0] = 'learning_theories_101':
  511. menu_off = 1
  512. gs 'grades', 'attend_class', 'uni_teaching_studies_semester_1', 'learning theories 101'
  513. gs 'exp_gain', 'intel', rand(0,1)
  514. gs 'stat'
  515. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/lecture<<rand(1,5)>>.jpg"></center>'
  516. 'You walk into the classroom and see Mrs. Kovalchuk sitting behind her desk. The rest of your classmates walk in one by one and she smiles at each one as they enter.'
  517. gs 'willpower', 'chore', 'self', iif(grupTipe = 4 and pcs_traits['nerd_status'] = 0, 'hard', iif(pcs_traits['nerd_status'] > 0, 'easy', 'medium'))
  518. if pcs_traits['nerd_status'] = 2: will_cost = will_cost / 2
  519. if will_cost <= pcs_willpwr or pcs_traits['nerd_status'] = 3:
  520. act 'Listen attentively to Mrs. Kovalchuk'+iif(pcs_traits['nerd_status'] = 3, '', ' (<<will_cost>> Willpower)')+' ':
  521. *clr & cla
  522. gs 'exp_gain', 'intel', rand(0,1)
  523. gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'learning theories 101', pcs_intel
  524. pcs_traits['nerd_lessons'] += 1
  525. if pcs_traits['nerd_status'] < 3: gs 'willpower', 'pay', 'self'
  526. gs 'stat'
  527. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/attentive<<rand(1,4)>>.jpg"></center>'
  528. 'You listen attentively to Mrs. Kovalchuk for the duration of the class. Today''s lesson was interesting and informative, and you feel like you''ve learned something from taking part in the class.'
  529. act 'Ask a question about the lesson':
  530. *clr & cla
  531. gs 'exp_gain', 'intel', rand(1,2)
  532. gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'learning theories 101', pcs_intel
  533. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/attentive4.jpg"></center>'
  534. 'Mrs. Kovalchuk nods approvingly, always happy to see her students engaged in her class. She happily spends some extra time explaining the topic again, and answers any extra questions you might have. You feel smarter, thoroughly understanding today''s lesson now.'
  535. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  536. end
  537. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  538. end
  539. else
  540. act 'Listen attentively to Mrs. Kovalchuk (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  541. end
  542. act 'Don''t pay attention':
  543. *clr & cla
  544. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  545. 'Mrs. Kovalchuk''s lecture has fallen into a droning rhythm that has brought you, and most of your classmates, into a trance as you slowly approach the end of the class.'
  546. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  547. act 'Draw dick in margin':
  548. *clr & cla
  549. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  550. 'Bored, you start doodling, which turns into you drawing dicks, complete with balls, in the margin. You even share your handiwork with the girl sitting next to you when she glances over.'
  551. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  552. end
  553. end
  554. act 'Talk to a classmate':
  555. *clr & cla
  556. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  557. 'As you arrive in class, you look around and decide to sit next to...'
  558. act 'Igor':
  559. *clr & cla
  560. gs 'npc_relationship', 'modify', 'A4', 'like'
  561. gs 'exp_gain', 'chrsm', rand(1,2)
  562. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  563. if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
  564. if npc_rel['A4'] >= 60:
  565. 'You sit next to Igor. He''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with him before a fellow student asks you to be quiet.'
  566. elseif npc_rel['A4'] <= 20:
  567. 'You sit next to Igor, but he dismisses all of your attempts to speak with him until he tells you to leave him alone.'
  568. else
  569. 'You sit next to Igor and try to talk to him, but he asks you to be quiet so he can focus on the lecture.'
  570. end
  571. else
  572. if npc_rel['A4'] >= 60:
  573. 'You sit next to Igor and spend most of the class quietly talking with him. You often get shushed by your fellow students when you get a bit too loud.'
  574. elseif npc_rel['A4'] <= 20:
  575. 'You sit next to Igor, but he dismisses all of your attempts to speak with him and spends the lesson ignoring you and paying attention to the class instead.'
  576. else
  577. 'You sit next to Igor. He''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with him before a fellow student asks you to be quiet.'
  578. end
  579. end
  580. gs 'stat'
  581. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  582. end
  583. act 'Christina':
  584. *clr & cla
  585. gs 'exp_gain', 'chrsm', rand(1,2)
  586. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  587. if fame['city_slut'] >= 200 or fame['pav_slut'] >= 200:
  588. 'You sit next to Christina and try to talk to her, but all she does is give you a disgusted look before moving away.'
  589. else
  590. 'You sit next to Christina and try to talk to her, but all she does is give you a withering look of utter hatred.'
  591. end
  592. gs 'stat'
  593. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  594. end
  595. act 'Vanya':
  596. *clr & cla
  597. gs 'npc_relationship', 'modify', 'A165', 'like'
  598. gs 'exp_gain', 'chrsm', rand(1,2)
  599. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  600. if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
  601. if npc_rel['A165'] >= 60:
  602. 'You sit next to Vanya. He''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with him before a fellow student asks you to be quiet.'
  603. elseif npc_rel['A165'] <= 20:
  604. 'You sit next to Vanya, but he dismisses all of your attempts to speak with him until he tells you to leave him alone.'
  605. else
  606. 'You sit next to Vanya and try to talk to him, but he asks you to be quiet so he can focus on the lecture.'
  607. end
  608. else
  609. if npc_rel['A4'] >= 60:
  610. 'You sit next to Vanya and spend most of the class quietly talking with him. You often get shushed by your fellow students when you get a bit too loud.'
  611. elseif npc_rel['A165'] <= 20:
  612. 'You sit next to Vanya, but he dismisses all of your attempts to speak with him and spends the lesson ignoring you and paying attention to the class instead.'
  613. else
  614. 'You sit next to Vanya. He''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with him before a fellow student asks you to be quiet.'
  615. end
  616. end
  617. gs 'stat'
  618. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  619. end
  620. act 'Katja':
  621. *clr & cla
  622. gs 'npc_relationship', 'modify', 'A14', 'like'
  623. gs 'exp_gain', 'chrsm', rand(1,2)
  624. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  625. if fame['city_slut'] >= 150 or fame['pav_slut'] >= 150:
  626. if npc_rel['A14'] >= 60:
  627. 'You sit next to Katja. She''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  628. elseif npc_rel['A14'] <= 20:
  629. 'You sit next to Katja, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  630. else
  631. 'You sit next to Katja and try to talk to her, but she asks you to be quiet so she can focus on the lecture.'
  632. end
  633. else
  634. if npc_rel['A14'] >= 60:
  635. 'You sit next to Katya and spend most of the class quietly talking with her. You often get shushed by your fellow students when you get a bit too loud.'
  636. elseif npc_rel['A14'] <= 20:
  637. 'You sit next to Katja, but she dismisses all of your attempts to speak with her and spends the lesson ignoring you and paying attention to the class instead.'
  638. else
  639. 'You sit next to Katja. She''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  640. end
  641. end
  642. gs 'stat'
  643. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  644. end
  645. act 'Kendra':
  646. *clr & cla
  647. gs 'npc_relationship', 'modify', 'A84', 'like'
  648. gs 'exp_gain', 'chrsm', rand(1,2)
  649. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  650. if fame['city_slut'] >= 250:
  651. if npc_rel['A84'] >= 60:
  652. 'You sit next to Kendra. She''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  653. elseif npc_rel['A84'] <= 20:
  654. 'You sit next to Kendra, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  655. else
  656. 'You sit next to Kendra and try to talk to her, but she asks you to be quiet so she can focus on the lecture.'
  657. end
  658. else
  659. if npc_rel['A84'] >= 60:
  660. 'You sit next to Kendra and spend most of the class quietly talking with her. You often get shushed by your fellow students when you get a bit too loud.'
  661. elseif npc_rel['A84'] <= 20:
  662. 'You sit next to Kendra, but she dismisses all of your attempts to speak with her and spends the lesson ignoring you and paying attention to the class instead.'
  663. else
  664. 'You sit next to Kendra. She''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  665. end
  666. end
  667. gs 'stat'
  668. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  669. end
  670. act 'Lesco':
  671. *clr & cla
  672. gs 'npc_relationship', 'modify', 'A7', 'like'
  673. gs 'exp_gain', 'chrsm', rand(1,2)
  674. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  675. if fame['city_slut'] >= 150:
  676. if npc_rel['A7'] >= 60:
  677. 'You sit next to Lesco. He''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with him before a fellow student asks you to be quiet.'
  678. elseif npc_rel['A7'] <= 20:
  679. 'You sit next to Lesco. He looks at you, but doesn''t speak for the duration of the lesson.'
  680. else
  681. 'You sit next to Lesco, who awkwardly puts his head down. You decide to focus on the lecture instead.'
  682. end
  683. else
  684. if npc_rel['A7'] >= 60:
  685. 'You sit next to Lesco and spend most of the class quietly talking with each other. You often get shushed by your fellow students when you get a bit too loud.'
  686. elseif npc_rel['A7'] <= 20:
  687. 'You sit next to Lesco, who awkwardly puts his head down. You decide to focus on the lecture instead.'
  688. else
  689. 'You sit next to Lesco. He''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with him before a fellow student asks you to be quiet.'
  690. end
  691. end
  692. gs 'stat'
  693. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  694. end
  695. act 'Lebogang':
  696. *clr & cla
  697. gs 'npc_relationship', 'modify', 'A242', 'like'
  698. gs 'exp_gain', 'chrsm', rand(1,2)
  699. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  700. if fame['city_slut'] >= 300:
  701. if npc_rel['A242'] >= 60:
  702. 'You sit next to Lebogang and spend most of the class quietly talking with them. You often get shushed by your fellow students when you get a bit too loud.'
  703. elseif npc_rel['A242'] <= 20:
  704. 'You sit next to Lebogang, who gives you a look of disgust and proceeds to ignore you. Despite your efforts, he keeps ignoring you until you give up.'
  705. else
  706. 'You sit next to Lebogang and start talking to him. He''s more interested in the lesson than you, but slowly starts to respond to you as he takes notes.'
  707. end
  708. else
  709. if npc_rel['A242'] >= 60:
  710. 'You sit next to Lebogang and you spend most of the class talking quietly with each other.'
  711. elseif npc_rel['A242'] <= 20:
  712. 'You sit next to Lebogang, who frowns as you sit down and proceeds to ignore you. Despite your efforts, he keeps ignoring you until you give up.'
  713. else
  714. 'You sit next to Lebogang and start talking to him. He''s more interested in the lesson than you, but slowly starts to respond to you as he takes notes.'
  715. end
  716. end
  717. gs 'stat'
  718. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  719. end
  720. end
  721. act 'Play with your phone':
  722. *clr & cla
  723. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/phone.jpg"></center>'
  724. 'You take out your phone and start playing a game, hoping the boring lesson will be over soon.'
  725. playphone = rand(1,4)
  726. if playphone = 1:
  727. 'You hear Mrs. Kovalchuk clear her throat and glance up to see her looking at you sternly.'
  728. act 'Put your phone away':
  729. *clr & cla
  730. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  731. 'You decide not to aggravate the situation and put your phone away. Mrs. Kovalchuk shakes her head disapprovingly and continues the lesson.'
  732. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  733. end
  734. gs 'willpower', 'misc', 'self', 'medium'
  735. if will_cost <= pcs_willpwr:
  736. act 'Keep using your phone (<<will_cost>> Willpower)':
  737. *clr & cla
  738. gs 'willpower', 'pay', 'self'
  739. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/phone.jpg"></center>'
  740. 'You ignore her and continue using your phone as she shakes her head and continues her lecture.'
  741. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  742. end
  743. else
  744. act 'Keep using your phone (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  745. end
  746. else
  747. 'You play on your phone for the duration of class. You play a few games and text a few friends, all under Mrs. Kovalchuk''s oblivious nose.'
  748. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  749. end
  750. end
  751. end
  752. if $ARGS[0] = 'patient_care_101':
  753. menu_off = 1
  754. gs 'grades', 'attend_class', 'uni_nursing_semester_1', 'patient care 101'
  755. gs 'exp_gain', 'intel', rand(0,1)
  756. gs 'stat'
  757. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/lecture<<rand(1,5)>>.jpg"></center>'
  758. 'You walk into the classroom and see Ms. Kudelina standing by her desk as the rest of your classmates walk in one by one under her watchful eye, all of them getting a stern look. Not wasting any time, she launches straight into her lecture.'
  759. gs 'willpower', 'chore', 'self', iif(grupTipe = 4 and pcs_traits['nerd_status'] = 0, 'hard', iif(pcs_traits['nerd_status'] > 0, 'easy', 'medium'))
  760. if pcs_traits['nerd_status'] = 2: will_cost = will_cost / 2
  761. if will_cost <= pcs_willpwr or pcs_traits['nerd_status'] = 3:
  762. act 'Listen attentively to Ms. Kudelina'+iif(pcs_traits['nerd_status'] = 3, '', ' (<<will_cost>> Willpower)')+' ':
  763. *clr & cla
  764. gs 'grades', 'class_activity_attributes', 'uni_nursing_semester_1', 'patient care 101', pcs_intel
  765. gs 'exp_gain', 'intel', rand(0,1)
  766. pcs_traits['nerd_lessons'] += 1
  767. if pcs_traits['nerd_status'] < 3: gs 'willpower', 'pay', 'self'
  768. gs 'stat'
  769. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/attentive<<rand(1,4)>>.jpg"></center>'
  770. 'You listen attentively to Ms. Kudelina for the duration of the class. She manages to make today''s lesson very interesting and informative, and you feel like you''ve learned something from actively taking part in the discussion.'
  771. act 'Ask a question about the lesson':
  772. *clr & cla
  773. gs 'grades', 'class_activity_attributes', 'uni_nursing_semester_1', 'patient care 101', pcs_chrsm
  774. gs 'exp_gain', 'chrsm', rand(1,2)
  775. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
  776. 'Ms. Kudelina sighs dismissively and states that you should have paid attention to the lesson, but she begrudgingly spends some time explaining the topic again before answering your questions. Despite her attitude, you feel smarter, thoroughly understanding today''s lesson now.'
  777. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'patient_care'
  778. end
  779. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'patient_care'
  780. end
  781. else
  782. act 'Listen attentively to Ms. Kudelina (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  783. end
  784. act 'Don''t pay attention':
  785. *clr & cla
  786. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  787. 'Ms. Kudelina''s lecture is very dry and boring. You''re having a hard time paying attention, especially when she goes off on a rant about young people.'
  788. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'patient_care'
  789. end
  790. act 'Talk to a classmate':
  791. *clr & cla
  792. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  793. 'As you arrive in class, you look around and decide to sit next to...'
  794. act 'Albina':
  795. *clr & cla
  796. gs 'npc_relationship', 'modify', 'A23', 'like'
  797. gs 'exp_gain', 'chrsm', rand(1,2)
  798. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  799. if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
  800. if npc_rel['A23'] >= 70:
  801. 'You sit next to Albina. She''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  802. elseif npc_rel['A23'] <= 20:
  803. 'You''re about to sit next to Albina when she glares up at you. "Don''t even think about it, you fucking cum rag."'
  804. else
  805. 'You sit next to Albina and try to talk to her, but she brushes you off and focuses on the lecture instead.'
  806. end
  807. else
  808. if npc_rel['A23'] >= 70:
  809. 'You sit next to Albina and spend most of the class quietly talking with her. You often get shushed by your fellow students when you get a bit too loud.'
  810. elseif npc_rel['A23'] <= 20:
  811. 'You sit next to Albina, but she ignores all of your attempts to speak with her and pays attention to the class instead.'
  812. else
  813. 'You sit next to Albina. She''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  814. end
  815. end
  816. gs 'stat'
  817. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'patient_care'
  818. end
  819. act 'Lariska':
  820. *clr & cla
  821. gs 'exp_gain', 'chrsm', rand(1,2)
  822. gs 'npc_relationship', 'modify', 'A13', 'like'
  823. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  824. if fame['city_slut'] >= 200 or fame['pav_slut'] >= 200:
  825. if npc_rel['A13'] >= 60:
  826. 'You sit next to Lariska. She''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  827. elseif npc_rel['A13'] <= 20:
  828. 'You sit next to Lariska, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  829. else
  830. 'You sit next to Lariska and try to talk to her, but she asks you to be quiet so she can focus on the lecture.'
  831. end
  832. else
  833. if npc_rel['A13'] >= 60:
  834. 'You sit next to Lariska and spend most of the class quietly talking with her. You often get shushed by your fellow students when you get a bit too loud.'
  835. elseif npc_rel['A13'] <= 20:
  836. 'You sit next to Lariska, but she dismisses all of your attempts to speak with her and spends the lesson ignoring you and paying attention to the class instead.'
  837. else
  838. 'You sit next to Lariska. She''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  839. end
  840. end
  841. gs 'stat'
  842. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'patient_care'
  843. end
  844. act 'Vicky':
  845. *clr & cla
  846. gs 'npc_relationship', 'modify', 'A15', 'like'
  847. gs 'exp_gain', 'chrsm', rand(1,2)
  848. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  849. if fame['city_slut'] >= 150 or fame['pav_slut'] >= 150:
  850. if npc_rel['A15'] >= 60:
  851. 'You sit next to Vicky. She''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  852. elseif npc_rel['A15'] <= 20:
  853. 'You sit next to Vicky, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  854. else
  855. 'You sit next to Vicky and try to talk to her, but she asks you to be quiet so she can focus on the lecture.'
  856. end
  857. else
  858. if npc_rel['A15'] >= 60:
  859. 'You sit next to Vicky and spend most of the class quietly talking with her. You often get shushed by your fellow students when you get a bit too loud.'
  860. elseif npc_rel['A15'] <= 20:
  861. 'You sit next to Vicky, but she dismisses all of your attempts to speak with her and spends the lesson ignoring you and paying attention to the class instead.'
  862. else
  863. 'You sit next to Vicky. She''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  864. end
  865. end
  866. gs 'stat'
  867. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'patient_care'
  868. end
  869. act 'Mia and Yana':
  870. *clr & cla
  871. gs 'npc_relationship', 'modify', 'A267', 'like'
  872. gs 'npc_relationship', 'modify', 'A268', 'like'
  873. gs 'exp_gain', 'chrsm', rand(1,2)
  874. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  875. if fame['city_slut'] >= 150:
  876. if npc_rel['A267'] >= 60 and npc_rel['A268'] >= 60:
  877. 'You sit next to Mia and Yana. They''re a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with them before a fellow student asks you to be quiet.'
  878. elseif npc_rel['A267'] <= 20 and npc_rel['A268'] <= 20:
  879. 'You approach the twins, who immediately glare at you in disgust. "Ugh, what could this filthy slut want with us?" one of them asks in an annoyed tone.'
  880. '"I don''t know, but I bet she still has cum from her last fuck dripping out of her dirty pussy," the other replies and they both burst into laughter.'
  881. elseif (npc_rel['A264'] > 20 and npc_rel['A264'] < 60) and (npc_rel['A265'] > 20 and npc_rel['A265'] < 60):
  882. 'You sit next to Mia and Yana and briefly speak with them before one of them has an idea about a prank they can pull on someone they know, at which point they start giggling amongst themselves.'
  883. end
  884. else
  885. if npc_rel['A267'] >= 60 and npc_rel['A268'] >= 60:
  886. 'You sit next to Mia and Yana and spend most of the class quietly talking with them. You often get shushed by your fellow students when you get a bit too loud.'
  887. elseif npc_rel['A267'] <= 20 and npc_rel['A268'] <= 20:
  888. 'You sit next to Mia and Yana and try to talk to them, but they just ignore you and chat and giggle amongst themselves, trying to think of a prank they can pull on Ms. Kudelina instead.'
  889. elseif (npc_rel['A267'] > 20 and npc_rel['A267'] < 60) and (npc_rel['A268'] > 20 and npc_rel['A268'] < 60):
  890. 'You sit next to Mia and Yana. They''re a little surprised that you chose to do so, but you''re able to strike up a brief conversation with them before a fellow student asks you to be quiet.'
  891. end
  892. end
  893. gs 'stat'
  894. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'patient_care'
  895. end
  896. act 'Sofia':
  897. *clr & cla
  898. gs 'npc_relationship', 'modify', 'A260', 'like'
  899. gs 'exp_gain', 'chrsm', rand(1,2)
  900. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  901. if fame['city_slut'] >= 150:
  902. if npc_rel['A260'] >= 60:
  903. 'You sit next to Sofia. She''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  904. elseif npc_rel['A260'] <= 20:
  905. 'You sit next to Sofia, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  906. else
  907. 'You sit next to Sofia and try to talk to her, but she asks you to be quiet so she can focus on the lecture.'
  908. end
  909. else
  910. if npc_rel['A260'] >= 60:
  911. 'You sit next to Sofia and spend most of the class quietly talking with her. You often get shushed by your fellow students when you get a bit too loud.'
  912. elseif npc_rel['A260'] <= 20:
  913. 'You sit next to Sofia, but she dismisses all of your attempts to speak with her and spends the lesson ignoring you and paying attention to the class instead.'
  914. else
  915. 'You sit next to Sofia. She''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  916. end
  917. end
  918. gs 'stat'
  919. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'patient_care'
  920. end
  921. end
  922. act 'Play with your phone':
  923. *clr & cla
  924. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/phone.jpg"></center>'
  925. 'You take out your phone and start playing a game, hoping that the boring lesson will be over soon.'
  926. playphone = rand(1,2)
  927. if playphone = 1:
  928. 'You hear Ms. Kudelina clear her throat and glance up to see her sternly glaring at you.'
  929. act 'Put your phone away':
  930. *clr & cla
  931. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  932. 'You decide not to aggravate the situation and put your phone away. Ms. Kudelina scoffs in annoyance before she continues the lesson.'
  933. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'patient_care'
  934. end
  935. gs 'willpower', 'misc', 'self', 'medium'
  936. if will_cost <= pcs_willpwr:
  937. act 'Keep using your phone (<<will_cost>> Willpower)':
  938. *clr & cla
  939. gs 'willpower', 'pay', 'self'
  940. gs 'stat'
  941. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/phone.jpg"></center>'
  942. 'You ignore her and keep using your phone as she scoffs at you. "Texting boys instead of paying attention, are we? Go ahead. You''ll likely be a whore sucking dick for a living when you fail your exams," she huffs before turning around and continuing her lesson.'
  943. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'patient_care'
  944. end
  945. else
  946. act 'Keep using your phone (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  947. end
  948. else
  949. 'You play on your phone for the duration of class. You play a few games and text a few friends, all under Ms. Kudelina''s oblivious nose.'
  950. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'patient_care'
  951. end
  952. end
  953. end
  954. if $ARGS[0] = 'anatomy_and_physiology_101':
  955. menu_off = 1
  956. gs 'grades', 'attend_class', 'uni_nursing_semester_1', 'anatomy and physiology 101'
  957. gs 'exp_gain', 'intel', rand(0,1)
  958. gs 'stat'
  959. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/lecture<<rand(1,5)>>.jpg"></center>'
  960. 'You walk into the classroom and see Miss Marinova sitting behind her desk. The rest of your classmates walk in one by one and she smiles at each one as they enter.'
  961. gs 'willpower', 'chore', 'self', iif(grupTipe = 4 and pcs_traits['nerd_status'] = 0, 'hard', iif(pcs_traits['nerd_status'] > 0, 'easy', 'medium'))
  962. if pcs_traits['nerd_status'] = 2: will_cost = will_cost / 2
  963. if will_cost <= pcs_willpwr or pcs_traits['nerd_status'] = 3:
  964. act 'Listen attentively to Miss Marinova'+iif(pcs_traits['nerd_status'] = 3, '', ' (<<will_cost>> Willpower)')+' ':
  965. *clr & cla
  966. gs 'grades', 'class_activity_attributes', 'uni_nursing_semester_1', 'anatomy and physiology 101', pcs_intel
  967. gs 'exp_gain', 'intel', rand(0,1)
  968. pcs_traits['nerd_lessons'] += 1
  969. if pcs_traits['nerd_status'] < 3: gs 'willpower', 'pay', 'self'
  970. gs 'stat'
  971. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/attentive<<rand(1,4)>>.jpg"></center>'
  972. 'You listen attentively to Miss Marinova for the duration of the class. She manages to make today''s lesson very interesting and informative, and you feel like you''ve learned something from actively taking part in the discussion.'
  973. act 'Ask a question about the lesson':
  974. *clr & cla
  975. gs 'grades', 'class_activity_attributes', 'uni_nursing_semester_1', 'anatomy and physiology 101', pcs_chrsm
  976. gs 'exp_gain', 'chrsm', rand(1,2)
  977. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
  978. 'Miss Marinova nods approvingly, happy to see her students engaged and trying their best. She happily spends some extra time explaining the topic again, and answers any extra questions you might have. You feel smarter, thoroughly understanding today''s lesson now.'
  979. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'anatomy_and_physiology'
  980. end
  981. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'anatomy_and_physiology'
  982. end
  983. else
  984. act 'Listen attentively to Miss Marinova (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  985. end
  986. act 'Don''t pay attention':
  987. *clr & cla
  988. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  989. 'Despite her best efforts to make it interesting, Miss Marinova''s lecture is very dry and boring. You''re having a hard time paying attention.'
  990. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'anatomy_and_physiology'
  991. end
  992. act 'Talk to a classmate':
  993. *clr & cla
  994. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  995. 'As you arrive in class, you look around and decide to sit next to...'
  996. act 'Albina':
  997. *clr & cla
  998. gs 'npc_relationship', 'modify', 'A23', 'like'
  999. gs 'exp_gain', 'chrsm', rand(1,2)
  1000. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  1001. if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
  1002. if npc_rel['A23'] >= 70:
  1003. 'You sit next to Albina. She''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  1004. elseif npc_rel['A23'] <= 20:
  1005. 'You''re about to sit next to Albina when she glares up at you. "Don''t even think about it, you fucking cum rag."'
  1006. else
  1007. 'You sit next to Albina and try to talk to her, but she brushes you off and focuses on the lecture instead.'
  1008. end
  1009. else
  1010. if npc_rel['A23'] >= 70:
  1011. 'You sit next to Albina and spend most of the class quietly talking with her. You often get shushed by your fellow students when you get a bit too loud.'
  1012. elseif npc_rel['A23'] <= 20:
  1013. 'You sit next to Albina, but she ignores all of your attempts to speak with her and pays attention to the class instead.'
  1014. else
  1015. 'You sit next to Albina. She''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  1016. end
  1017. end
  1018. gs 'stat'
  1019. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'anatomy_and_physiology'
  1020. end
  1021. act 'Lariska':
  1022. *clr & cla
  1023. gs 'exp_gain', 'chrsm', rand(1,2)
  1024. gs 'npc_relationship', 'modify', 'A13', 'like'
  1025. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  1026. if fame['city_slut'] >= 200 or fame['pav_slut'] >= 200:
  1027. if npc_rel['A13'] >= 60:
  1028. 'You sit next to Lariska. She''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  1029. elseif npc_rel['A13'] <= 20:
  1030. 'You sit next to Lariska, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  1031. else
  1032. 'You sit next to Lariska and try to talk to her, but she asks you to be quiet so she can focus on the lecture.'
  1033. end
  1034. else
  1035. if npc_rel['A13'] >= 60:
  1036. 'You sit next to Lariska and spend most of the class quietly talking with her. You often get shushed by your fellow students when you get a bit too loud.'
  1037. elseif npc_rel['A13'] <= 20:
  1038. 'You sit next to Lariska, but she dismisses all of your attempts to speak with her and spends the lesson ignoring you and paying attention to the class instead.'
  1039. else
  1040. 'You sit next to Lariska. She''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  1041. end
  1042. end
  1043. gs 'stat'
  1044. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'anatomy_and_physiology'
  1045. end
  1046. act 'Vicky':
  1047. *clr & cla
  1048. gs 'npc_relationship', 'modify', 'A15', 'like'
  1049. gs 'exp_gain', 'chrsm', rand(1,2)
  1050. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  1051. if fame['city_slut'] >= 150 or fame['pav_slut'] >= 150:
  1052. if npc_rel['A15'] >= 60:
  1053. 'You sit next to Vicky. She''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  1054. elseif npc_rel['A15'] <= 20:
  1055. 'You sit next to Vicky, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  1056. else
  1057. 'You sit next to Vicky and try to talk to her, but she asks you to be quiet so she can focus on the lecture.'
  1058. end
  1059. else
  1060. if npc_rel['A15'] >= 60:
  1061. 'You sit next to Vicky and spend most of the class quietly talking with her. You often get shushed by your fellow students when you get a bit too loud.'
  1062. elseif npc_rel['A15'] <= 20:
  1063. 'You sit next to Vicky, but she dismisses all of your attempts to speak with her and spends the lesson ignoring you and paying attention to the class instead.'
  1064. else
  1065. 'You sit next to Vicky. She''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  1066. end
  1067. end
  1068. gs 'stat'
  1069. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'anatomy_and_physiology'
  1070. end
  1071. act 'Mia and Yana':
  1072. *clr & cla
  1073. gs 'npc_relationship', 'modify', 'A267', 'like'
  1074. gs 'npc_relationship', 'modify', 'A268', 'like'
  1075. gs 'exp_gain', 'chrsm', rand(1,2)
  1076. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  1077. if fame['city_slut'] >= 150:
  1078. if npc_rel['A267'] >= 60 and npc_rel['A268'] >= 60:
  1079. 'You sit next to Mia and Yana. They''re a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with them before a fellow student asks you to be quiet.'
  1080. elseif npc_rel['A267'] <= 20 and npc_rel['A268'] <= 20:
  1081. 'You approach the twins, who immediately glare at you in disgust. "Ugh, what could this filthy slut want with us?" one of them asks in an annoyed tone.'
  1082. '"I don''t know, but I bet she still has cum from her last fuck dripping out of her dirty pussy," the other replies and they both burst into laughter.'
  1083. elseif (npc_rel['A267'] > 20 and npc_rel['A267'] < 60) and (npc_rel['A268'] > 20 and npc_rel['A268'] < 60):
  1084. 'You sit next to Mia and Yana and briefly speak with them before one of them has an idea about a prank they can pull on someone they know, at which point they start giggling amongst themselves.'
  1085. end
  1086. else
  1087. if npc_rel['A267'] >= 60 and npc_rel['A268'] >= 60:
  1088. 'You sit next to Mia and Yana and spend most of the class quietly talking with them. You often get shushed by your fellow students when you get a bit too loud.'
  1089. elseif npc_rel['A267'] <= 20 and npc_rel['A268'] <= 20:
  1090. 'You sit next to Mia and Yana and try to talk to them, but they just ignore you and chat and giggle amongst themselves, trying to think of a prank they can pull on Miss Marinova instead.'
  1091. elseif (npc_rel['A267'] > 20 and npc_rel['A267'] < 60) and (npc_rel['A268'] > 20 and npc_rel['A268'] < 60):
  1092. 'You sit next to Mia and Yana. They''re a little surprised that you chose to do so, but you''re able to strike up a brief conversation with them before a fellow student asks you to be quiet.'
  1093. end
  1094. end
  1095. gs 'stat'
  1096. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'anatomy_and_physiology'
  1097. end
  1098. act 'Sofia':
  1099. *clr & cla
  1100. gs 'npc_relationship', 'modify', 'A260', 'like'
  1101. gs 'exp_gain', 'chrsm', rand(1,2)
  1102. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  1103. if fame['city_slut'] >= 150:
  1104. if npc_rel['A260'] >= 60:
  1105. 'You sit next to Sofia. She''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  1106. elseif npc_rel['A260'] <= 20:
  1107. 'You sit next to Sofia, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  1108. else
  1109. 'You sit next to Sofia and try to talk to her, but she asks you to be quiet so she can focus on the lecture.'
  1110. end
  1111. else
  1112. if npc_rel['A260'] >= 60:
  1113. 'You sit next to Sofia and spend most of the class quietly talking with her. You often get shushed by your fellow students when you get a bit too loud.'
  1114. elseif npc_rel['A260'] <= 20:
  1115. 'You sit next to Sofia, but she dismisses all of your attempts to speak with her and spends the lesson ignoring you and paying attention to the class instead.'
  1116. else
  1117. 'You sit next to Sofia. She''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  1118. end
  1119. end
  1120. gs 'stat'
  1121. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'anatomy_and_physiology'
  1122. end
  1123. end
  1124. act 'Play with your phone':
  1125. *clr & cla
  1126. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/phone.jpg"></center>'
  1127. 'You take out your phone and start playing a game, hoping that the boring lesson will be over soon.'
  1128. playphone = rand(1,2)
  1129. if playphone = 1:
  1130. 'You hear Miss Marinova clear her throat and glance up to see her sternly looking at you.'
  1131. act 'Put your phone away':
  1132. *clr & cla
  1133. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  1134. 'You decide not to aggravate the situation and put your phone away. Miss Marinova then continues the lesson.'
  1135. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'anatomy_and_physiology'
  1136. end
  1137. gs 'willpower', 'misc', 'self', 'medium'
  1138. if will_cost <= pcs_willpwr:
  1139. act 'Keep using your phone (<<will_cost>> Willpower)':
  1140. *clr & cla
  1141. gs 'willpower', 'pay', 'self'
  1142. gs 'stat'
  1143. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/phone.jpg"></center>'
  1144. 'You ignore her and keep using your phone as she shakes her head and goes back to her lecture.'
  1145. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'anatomy_and_physiology'
  1146. end
  1147. else
  1148. act 'Keep using your phone (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  1149. end
  1150. else
  1151. 'You play on your phone for the duration of class. You play a few games and text a few friends, all under Miss Marinova''s oblivious nose.'
  1152. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'anatomy_and_physiology'
  1153. end
  1154. end
  1155. end
  1156. if $ARGS[0] = 'examination_and_treatment_101':
  1157. menu_off = 1
  1158. gs 'grades', 'attend_class', 'uni_nursing_semester_1', 'examination and treatment 101'
  1159. gs 'exp_gain', 'intel', rand(0,1)
  1160. gs 'stat'
  1161. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/lecture<<rand(1,5)>>.jpg"></center>'
  1162. 'You walk into the classroom and take a seat next to a window. The rest of your classmates walk in one by one before Mr. Borisov enters the classroom and closes the door. He turns to the class and begins today''s lecture.'
  1163. gs 'willpower', 'chore', 'self', iif(grupTipe = 4 and pcs_traits['nerd_status'] = 0, 'hard', iif(pcs_traits['nerd_status'] > 0, 'easy', 'medium'))
  1164. if pcs_traits['nerd_status'] = 2: will_cost = will_cost / 2
  1165. if will_cost <= pcs_willpwr or pcs_traits['nerd_status'] = 3:
  1166. act 'Listen attentively to Mr. Borisov'+iif(pcs_traits['nerd_status'] = 3, '', ' (<<will_cost>> Willpower)')+' ':
  1167. *clr & cla
  1168. gs 'grades', 'class_activity_attributes', 'uni_nursing_semester_1', 'examination and treatment 101', pcs_intel
  1169. gs 'exp_gain', 'intel', rand(0,1)
  1170. pcs_traits['nerd_lessons'] += 1
  1171. if pcs_traits['nerd_status'] < 3: gs 'willpower', 'pay', 'self'
  1172. gs 'stat'
  1173. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/attentive<<rand(1,4)>>.jpg"></center>'
  1174. 'You listen attentively to Mr. Borisov for the duration of the class. He somehow manages to make today''s lesson very interesting and informative, and you feel like you''ve learned something from actively taking part in the discussion.'
  1175. act 'Ask a question about the lesson':
  1176. *clr & cla
  1177. gs 'grades', 'class_activity_attributes', 'uni_nursing_semester_1', 'examination and treatment 101', pcs_chrsm
  1178. gs 'exp_gain', 'chrsm', rand(1,2)
  1179. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
  1180. 'Mr. Borisov spends some extra time explaining the topic again, and answers any extra questions you might have. You feel smarter, thoroughly understanding today''s lesson now.'
  1181. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'examination_and_treatment'
  1182. end
  1183. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'examination_and_treatment'
  1184. end
  1185. else
  1186. act 'Listen attentively to Mr. Borisov (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  1187. end
  1188. act 'Don''t pay attention':
  1189. *clr & cla
  1190. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  1191. 'As per usual, Mr. Borisov''s lecture is very dry and boring. You''re having a hard time paying attention as he describes things in painfully excessive detail.'
  1192. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'examination_and_treatment'
  1193. end
  1194. act 'Talk to a classmate':
  1195. *clr & cla
  1196. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  1197. 'As you arrive in class, you look around and decide to sit next to...'
  1198. act 'Albina':
  1199. *clr & cla
  1200. gs 'npc_relationship', 'modify', 'A23', 'like'
  1201. gs 'exp_gain', 'chrsm', rand(1,2)
  1202. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  1203. if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
  1204. if npc_rel['A23'] >= 70:
  1205. 'You sit next to Albina. She''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  1206. elseif npc_rel['A23'] <= 20:
  1207. 'You''re about to sit next to Albina when she glares up at you. "Don''t even think about it, you fucking cum rag."'
  1208. else
  1209. 'You sit next to Albina and try to talk to her, but she brushes you off and focuses on the lecture instead.'
  1210. end
  1211. else
  1212. if npc_rel['A23'] >= 70:
  1213. 'You sit next to Albina and spend most of the class quietly talking with her. You often get shushed by your fellow students when you get a bit too loud.'
  1214. elseif npc_rel['A23'] <= 20:
  1215. 'You sit next to Albina, but she ignores all of your attempts to speak with her and pays attention to the class instead.'
  1216. else
  1217. 'You sit next to Albina. She''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  1218. end
  1219. end
  1220. gs 'stat'
  1221. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'examination_and_treatment'
  1222. end
  1223. act 'Lariska':
  1224. *clr & cla
  1225. gs 'exp_gain', 'chrsm', rand(1,2)
  1226. gs 'npc_relationship', 'modify', 'A13', 'like'
  1227. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  1228. if fame['city_slut'] >= 200 or fame['pav_slut'] >= 200:
  1229. if npc_rel['A13'] >= 60:
  1230. 'You sit next to Lariska. She''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  1231. elseif npc_rel['A13'] <= 20:
  1232. 'You sit next to Lariska, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  1233. else
  1234. 'You sit next to Lariska and try to talk to her, but she asks you to be quiet so she can focus on the lecture.'
  1235. end
  1236. else
  1237. if npc_rel['A13'] >= 60:
  1238. 'You sit next to Lariska and spend most of the class quietly talking with her. You often get shushed by your fellow students when you get a bit too loud.'
  1239. elseif npc_rel['A13'] <= 20:
  1240. 'You sit next to Lariska, but she dismisses all of your attempts to speak with her and spends the lesson ignoring you and paying attention to the class instead.'
  1241. else
  1242. 'You sit next to Lariska. She''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  1243. end
  1244. end
  1245. gs 'stat'
  1246. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'examination_and_treatment'
  1247. end
  1248. act 'Vicky':
  1249. *clr & cla
  1250. gs 'npc_relationship', 'modify', 'A15', 'like'
  1251. gs 'exp_gain', 'chrsm', rand(1,2)
  1252. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  1253. if fame['city_slut'] >= 150 or fame['pav_slut'] >= 150:
  1254. if npc_rel['A15'] >= 60:
  1255. 'You sit next to Vicky. She''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  1256. elseif npc_rel['A15'] <= 20:
  1257. 'You sit next to Vicky, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  1258. else
  1259. 'You sit next to Vicky and try to talk to her, but she asks you to be quiet so she can focus on the lecture.'
  1260. end
  1261. else
  1262. if npc_rel['A15'] >= 60:
  1263. 'You sit next to Vicky and spend most of the class quietly talking with her. You often get shushed by your fellow students when you get a bit too loud.'
  1264. elseif npc_rel['A15'] <= 20:
  1265. 'You sit next to Vicky, but she dismisses all of your attempts to speak with her and spends the lesson ignoring you and paying attention to the class instead.'
  1266. else
  1267. 'You sit next to Vicky. She''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  1268. end
  1269. end
  1270. gs 'stat'
  1271. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'examination_and_treatment'
  1272. end
  1273. act 'Mia and Yana':
  1274. *clr & cla
  1275. gs 'npc_relationship', 'modify', 'A267', 'like'
  1276. gs 'npc_relationship', 'modify', 'A268', 'like'
  1277. gs 'exp_gain', 'chrsm', rand(1,2)
  1278. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  1279. if fame['city_slut'] >= 150:
  1280. if npc_rel['A267'] >= 60 and npc_rel['A268'] >= 60:
  1281. 'You sit next to Mia and Yana. They''re a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with them before a fellow student asks you to be quiet.'
  1282. elseif npc_rel['A267'] <= 20 and npc_rel['A268'] <= 20:
  1283. 'You approach the twins, who immediately glare at you in disgust. "Ugh, what could this filthy slut want with us?" one of them asks in an annoyed tone.'
  1284. '"I don''t know, but I bet she still has cum from her last fuck dripping out of her dirty pussy," the other replies and they both burst into laughter.'
  1285. elseif (npc_rel['A267'] > 20 and npc_rel['A267'] < 60) and (npc_rel['A268'] > 20 and npc_rel['A268'] < 60):
  1286. 'You sit next to Mia and Yana and briefly speak with them before one of them has an idea about a prank they can pull on someone they know, at which point they start giggling amongst themselves.'
  1287. end
  1288. else
  1289. if npc_rel['A267'] >= 60 and npc_rel['A268'] >= 60:
  1290. 'You sit next to Mia and Yana and spend most of the class quietly talking with them. You often get shushed by your fellow students when you get a bit too loud.'
  1291. elseif npc_rel['A267'] <= 20 and npc_rel['A268'] <= 20:
  1292. 'You sit next to Mia and Yana and try to talk to them, but they just ignore you and chat and giggle amongst themselves, trying to think of a prank they can pull on Mr. Borisov instead.'
  1293. elseif (npc_rel['A267'] > 20 and npc_rel['A267'] < 60) and (npc_rel['A268'] > 20 and npc_rel['A268'] < 60):
  1294. 'You sit next to Mia and Yana. They''re a little surprised that you chose to do so, but you''re able to strike up a brief conversation with them before a fellow student asks you to be quiet.'
  1295. end
  1296. end
  1297. gs 'stat'
  1298. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'examination_and_treatment'
  1299. end
  1300. act 'Sofia':
  1301. *clr & cla
  1302. gs 'npc_relationship', 'modify', 'A260', 'like'
  1303. gs 'exp_gain', 'chrsm', rand(1,2)
  1304. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  1305. if fame['city_slut'] >= 150:
  1306. if npc_rel['A260'] >= 60:
  1307. 'You sit next to Sofia. She''s a little surprised that you chose to do so, but you''re able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  1308. elseif npc_rel['A260'] <= 20:
  1309. 'You sit next to Sofia, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  1310. else
  1311. 'You sit next to Sofia and try to talk to her, but she asks you to be quiet so she can focus on the lecture'
  1312. end
  1313. else
  1314. if npc_rel['A260'] >= 60:
  1315. 'You sit next to Sofia and spend most of the class quietly talking with her. You often get shushed by your fellow students when you get a bit too loud.'
  1316. elseif npc_rel['A260'] <= 20:
  1317. 'You sit next to Sofia, but she dismisses all of your attempts to speak with her and spends the lesson ignoring you and paying attention to the class instead.'
  1318. else
  1319. 'You sit next to Sofia. She''s a little surprised that you chose to do so, but you''re able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  1320. end
  1321. end
  1322. gs 'stat'
  1323. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'examination_and_treatment'
  1324. end
  1325. end
  1326. act 'Play with your phone':
  1327. *clr & cla
  1328. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/phone.jpg"></center>'
  1329. 'You take out your phone and start playing a game, hoping that the boring lesson will be over soon.'
  1330. playphone = rand(1,2)
  1331. if playphone = 1:
  1332. 'You hear Mr. Borisov quietly clear his throat and glance up to see him looking at you with his best attempt to look stern.'
  1333. act 'Put your phone away':
  1334. *clr & cla
  1335. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  1336. 'You decide not to aggravate the situation and put your phone away. Mr. Borisov then continues the lesson.'
  1337. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'examination_and_treatment'
  1338. end
  1339. gs 'willpower', 'misc', 'self', 'medium'
  1340. if will_cost <= pcs_willpwr:
  1341. act 'Keep using your phone (<<will_cost>> Willpower)':
  1342. *clr & cla
  1343. gs 'willpower', 'pay', 'self'
  1344. gs 'stat'
  1345. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/phone.jpg"></center>'
  1346. 'You ignore him and keep using your phone. He watches you in defeat before going back to his lecture.'
  1347. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'examination_and_treatment'
  1348. end
  1349. else
  1350. act 'Keep using your phone (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  1351. end
  1352. else
  1353. 'You play on your phone for the duration of class. You play a few games and text a few friends, all under Mr. Borisov''s oblivious nose.'
  1354. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'examination_and_treatment'
  1355. end
  1356. end
  1357. end
  1358. --- uni_lessons1 ---------------------------------