uni_lessons1.qsrc 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749
  1. # uni_lessons1
  2. close all
  3. !! classes in this file general_education_101, teaching_methods_101, learning_theories_101
  4. !!Klim Kovalyov - General Education 101
  5. !!Grigorii Pasternak - Teaching Methods 101
  6. !!Selena Kovalchuk - Learning Theories 101
  7. !!uni students studying to be teachers. - Igor Kruglov, Christina Zvereva, Vanya Yanka, Ekaterina "Katja" Meynold, Lebogang "Lebo" Kayode
  8. if katjaQW['meet_uni_class'] = 0:
  9. !!For running into Katja at the first class you both attend
  10. gt 'katja_uni', 'first_in_class_meet', $ARGS[0]
  11. end
  12. if $ARGS[0] = 'general_education_101':
  13. menu_off = 1
  14. gs 'grades', 'attend_class', 'uni_teaching_studies_semester_1', 'general education 101'
  15. gs 'exp_gain', 'intel', rand(0,1)
  16. gs 'stat'
  17. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/lecture<<rand(1,5)>>.jpg"></center>'
  18. '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.'
  19. gs 'willpower', 'misc', 'self', iif(grupTipe = 4 and traits['nerd_status'] = 0, 'hard', iif(traits['nerd_status'] > 0, 'easy', 'medium'))
  20. if traits['nerd_status'] = 2: will_cost = will_cost / 2
  21. if will_cost <= pcs_willpwr or traits['nerd_status'] = 3:
  22. act 'Listen attentively to Mr. Kovalyov'+iif(traits['nerd_status'] = 3, '', ' (<<will_cost>> Willpower)')+' ':
  23. *clr & cla
  24. gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'general education 101', pcs_intel
  25. gs 'exp_gain', 'intel', rand(0,1)
  26. traits['nerd_lessons'] += 1
  27. if traits['nerd_status'] < 3: gs 'willpower', 'pay', 'self'
  28. gs 'stat'
  29. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/attentive<<rand(1,4)>>.jpg"></center>'
  30. '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.'
  31. act 'Ask a question about the lesson':
  32. *clr & cla
  33. gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'general education 101', pcs_chrsm
  34. gs 'exp_gain', 'intel', rand(1,2)
  35. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
  36. '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 lessons now.'
  37. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  38. end
  39. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  40. end
  41. else
  42. 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>'
  43. end
  44. act 'Don''t pay attention in class':
  45. *clr & cla
  46. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  47. 'Mr. Kovalyov''s lecture is very dry and boring. You''re having a hard time paying attention.'
  48. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  49. end
  50. act 'Talk to a classmate':
  51. *clr & cla
  52. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  53. 'As you arrive in class, you look around and decide to sit next to...'
  54. act 'Igor':
  55. *clr & cla
  56. gs 'npc_relationship', 'modify', 'A4', 'like'
  57. gs 'exp_gain', 'chrsm', rand(1,2)
  58. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  59. if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
  60. if npc_rel['A4'] >= 60:
  61. 'You sit next to Igor. He is a little surprised that you chose to do so, but you are able to strike up a brief, if a little awkward, conversation with him before a fellow student asks you to be quiet.'
  62. elseif npc_rel['A4'] <= 20:
  63. 'You sit next to Igor, but he dismisses all of your attempts to speak with him until he tells you to leave him alone.'
  64. else
  65. '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.'
  66. end
  67. else
  68. if npc_rel['A4'] >= 60:
  69. '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.'
  70. elseif npc_rel['A4'] <= 20:
  71. '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.'
  72. else
  73. 'You sit next to Igor. He is a little surprised that you chose to do so, but you are able to strike up a brief conversation with him before a fellow student asks you to be quiet.'
  74. end
  75. end
  76. gs 'stat'
  77. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  78. end
  79. act 'Christina':
  80. *clr & cla
  81. gs 'exp_gain', 'chrsm', rand(1,2)
  82. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  83. if fame['city_slut'] >= 200 or fame['pav_slut'] >= 200:
  84. 'You sit next to Christina and try to talk to her, but all she does is give you a disgusted look before moving away.'
  85. else
  86. 'You sit next to Christina and try to talk to her, but all she does is give you a withering look of utter hatred.'
  87. end
  88. gs 'stat'
  89. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  90. end
  91. act 'Vanya':
  92. *clr & cla
  93. gs 'npc_relationship', 'modify', 'A165', 'like'
  94. gs 'exp_gain', 'chrsm', rand(1,2)
  95. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  96. if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
  97. if npc_rel['A165'] >= 60:
  98. 'You sit next to Vanya. He is a little surprised that you chose to do so, but you are able to strike up a brief, if a little awkward, conversation with him before a fellow student asks you to be quiet.'
  99. elseif npc_rel['A165'] <= 20:
  100. 'You sit next to Vanya, but he dismisses all of your attempts to speak with him until he tells you to leave him alone.'
  101. else
  102. '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.'
  103. end
  104. else
  105. if npc_rel['A165'] >= 60:
  106. '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.'
  107. elseif npc_rel['A165'] <= 20:
  108. '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.'
  109. else
  110. 'You sit next to Vanya. He is a little surprised that you chose to do so, but you are able to strike up a brief conversation with him before a fellow student asks you to be quiet.'
  111. end
  112. end
  113. gs 'stat'
  114. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  115. end
  116. act 'Katja':
  117. *clr & cla
  118. gs 'npc_relationship', 'modify', 'A14', 'like'
  119. gs 'exp_gain', 'chrsm', rand(1,2)
  120. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  121. if fame['city_slut'] >= 150 or fame['pav_slut'] >= 150:
  122. if npc_rel['A14'] >= 60:
  123. 'You sit next to Katja. She is a little surprised that you chose to do so, but you are able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  124. elseif npc_rel['A14'] <= 20:
  125. 'You sit next to Katja, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  126. else
  127. '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.'
  128. end
  129. else
  130. if npc_rel['A14'] >= 60:
  131. '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.'
  132. elseif npc_rel['A14'] <= 20:
  133. '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.'
  134. else
  135. 'You sit next to Katja. She is a little surprised that you chose to do so, but you are able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  136. end
  137. end
  138. gs 'stat'
  139. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  140. end
  141. act 'Kendra':
  142. *clr & cla
  143. gs 'npc_relationship', 'modify', 'A84', 'like'
  144. gs 'exp_gain', 'chrsm', rand(1,2)
  145. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  146. if fame['city_slut'] >= 250:
  147. if npc_rel['A84'] >= 60:
  148. 'You sit next to Kendra. She is a little surprised that you chose to do so, but you are able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  149. elseif npc_rel['A84'] <= 20:
  150. 'You sit next to Kendra, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  151. else
  152. '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.'
  153. end
  154. else
  155. if npc_rel['A84'] >= 60:
  156. '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.'
  157. elseif npc_rel['A84'] <= 20:
  158. '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.'
  159. else
  160. 'You sit next to Kendra. She is a little surprised that you chose to do so, but you are able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  161. end
  162. end
  163. gs 'stat'
  164. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  165. end
  166. act 'Lesco':
  167. *clr & cla
  168. gs 'npc_relationship', 'modify', 'A7', 'like'
  169. gs 'exp_gain', 'chrsm', rand(1,2)
  170. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  171. if fame['city_slut'] >= 150:
  172. if npc_rel['A7'] >= 60:
  173. 'You sit next to Lesco. He is a little surprised that you chose to do so, but you are able to strike up a brief, if a little awkward, conversation with him before a fellow student asks you to be quiet.'
  174. elseif npc_rel['A7'] <= 20:
  175. 'You sit next to Lesco and he looks at you in confusion, fearful of what you''ll do. Despite your attempts to reassure him, he is so scared of you that he doesn''t speak for the duration of the lesson.'
  176. else
  177. 'You sit next to Lesco. He avoids making eye contact with you and awkwardly puts his head down. After a while, you give up and focus on the lecture.'
  178. end
  179. else
  180. if npc_rel['A7'] >= 60:
  181. '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.'
  182. elseif npc_rel['A7'] <= 20:
  183. 'You sit next to Lesco. He avoids making eye contact with you and awkwardly puts his head down. After a while, you give up and focus on the lecture.'
  184. else
  185. 'You sit next to Lesco. He is a little surprised that you chose to do so, but you are able to strike up a brief conversation with him before a fellow student asks you to be quiet.'
  186. end
  187. end
  188. gs 'stat'
  189. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  190. end
  191. act 'Lebogang':
  192. *clr & cla
  193. gs 'npc_relationship', 'modify', 'A242', 'like'
  194. gs 'exp_gain', 'chrsm', rand(1,2)
  195. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  196. if fame['city_slut'] >= 300:
  197. if npc_rel['A242'] >= 60:
  198. '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.'
  199. elseif npc_rel['A242'] <= 20:
  200. '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.'
  201. else
  202. '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.'
  203. end
  204. else
  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, who frowns as you sit down and proceeds to ignore 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. end
  213. gs 'stat'
  214. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  215. end
  216. end
  217. act'Play with your phone':
  218. *clr & cla
  219. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/phone.jpg"></center>'
  220. 'You take out your phone and begin playing a game, hoping that the boring lesson will be over soon.'
  221. playphone = rand(1,2)
  222. if playphone = 1:
  223. 'You hear Mr. Kovalyov clear his throat and glance up to see him sternly looking at you.'
  224. act 'Put your phone away':
  225. *clr & cla
  226. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  227. 'You decide not to aggravate the situation and put your phone away. Mr. Kovalyov then continues the lesson.'
  228. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  229. end
  230. gs 'willpower', 'misc', 'self', 'medium'
  231. if will_cost <= pcs_willpwr:
  232. act 'Keep using your phone (<<will_cost>> Willpower)':
  233. *clr & cla
  234. gs 'willpower', 'pay', 'self'
  235. gs 'stat'
  236. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/phone.jpg"></center>'
  237. 'You ignore him and keep using your phone as he shakes his head and goes back to his lecture.'
  238. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  239. end
  240. else
  241. 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>'
  242. end
  243. else
  244. '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.'
  245. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'general_education'
  246. end
  247. end
  248. end
  249. if $ARGS[0] = 'teaching_methods_101':
  250. menu_off = 1
  251. gs 'grades', 'attend_class', 'uni_teaching_studies_semester_1', 'teaching methods 101'
  252. gs 'exp_gain', 'intel', rand(0,1)
  253. gs 'stat'
  254. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/lecture<<rand(1,5)>>.jpg"></center>'
  255. '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.'
  256. gs 'willpower', 'misc', 'self', iif(grupTipe = 4 and traits['nerd_status'] = 0, 'hard', iif(traits['nerd_status'] > 0, 'easy', 'medium'))
  257. if traits['nerd_status'] = 2: will_cost = will_cost / 2
  258. if will_cost <= pcs_willpwr or traits['nerd_status'] = 3:
  259. act 'Listen attentively to Mr. Pasternak'+iif(traits['nerd_status'] = 3, '', ' (<<will_cost>> Willpower)')+' ':
  260. *clr & cla
  261. gs 'exp_gain', 'intel', rand(0,1)
  262. gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'teaching methods 101', pcs_intel
  263. traits['nerd_lessons'] += 1
  264. if traits['nerd_status'] < 3: gs 'willpower', 'pay', 'self'
  265. gs 'stat'
  266. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/attentive<<rand(1,4)>>.jpg"></center>'
  267. '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.'
  268. act 'Ask a question about the lesson':
  269. *clr & cla
  270. gs 'exp_gain', 'intel', rand(1,2)
  271. gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'teaching methods 101', pcs_intel
  272. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
  273. '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 lessons now.'
  274. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  275. end
  276. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  277. end
  278. else
  279. 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>'
  280. end
  281. act 'Don''t pay attention in class':
  282. *clr & cla
  283. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  284. '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.'
  285. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  286. act 'Draw dick in margin':
  287. *clr & cla
  288. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  289. '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.'
  290. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  291. end
  292. end
  293. act'Daydream':
  294. *clr & cla
  295. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/sleep<<rand(1,3)>>.jpg"></center>'
  296. 'Mr. Pasternak is lecturing the class about exotic locations around the world. You close your eyes as you start to fantasize about these places.'
  297. '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.'
  298. *nl
  299. '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.'
  300. 'Just as you''re about to speak up and plead with the group, the bell rings, startling you awake.'
  301. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  302. end
  303. act 'Talk to a classmate':
  304. *clr & cla
  305. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  306. 'As you arrive in class, you look around and decide to sit next to...'
  307. act 'Igor':
  308. *clr & cla
  309. gs 'npc_relationship', 'modify', 'A4', 'like'
  310. gs 'exp_gain', 'chrsm', rand(1,2)
  311. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  312. if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
  313. if npc_rel['A4'] >= 60:
  314. 'You sit next to Igor. He is a little surprised that you chose to do so, but you are able to strike up a brief, if a little awkward, conversation with him before a fellow student asks you to be quiet.'
  315. elseif npc_rel['A4'] <= 20:
  316. 'You sit next to Igor, but he dismisses all of your attempts to speak with him until he tells you to leave him alone.'
  317. else
  318. '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.'
  319. end
  320. else
  321. if npc_rel['A4'] >= 60:
  322. '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.'
  323. elseif npc_rel['A4'] <= 20:
  324. '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.'
  325. else
  326. 'You sit next to Igor. He is a little surprised that you chose to do so, but you are able to strike up a brief conversation with him before a fellow student asks you to be quiet.'
  327. end
  328. end
  329. gs 'stat'
  330. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  331. end
  332. act 'Christina':
  333. *clr & cla
  334. gs 'exp_gain', 'chrsm', rand(1,2)
  335. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  336. if fame['city_slut'] >= 200 or fame['pav_slut'] >= 200:
  337. 'You sit next to Christina and try to talk to her, but all she does is give you a disgusted look before moving away.'
  338. else
  339. 'You sit next to Christina and try to talk to her, but all she does is give you a withering look of utter hatred.'
  340. end
  341. gs 'stat'
  342. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  343. end
  344. act 'Vanya':
  345. *clr & cla
  346. gs 'npc_relationship', 'modify', 'A165', 'like'
  347. gs 'exp_gain', 'chrsm', rand(1,2)
  348. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  349. if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
  350. if npc_rel['A165'] >= 60:
  351. 'You sit next to Vanya. He is a little surprised that you chose to do so, but you are able to strike up a brief, if a little awkward, conversation with him before a fellow student asks you to be quiet.'
  352. elseif npc_rel['A165'] <= 20:
  353. 'You sit next to Vanya, but he dismisses all of your attempts to speak with him until he tells you to leave him alone.'
  354. else
  355. '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.'
  356. end
  357. else
  358. if npc_rel['A4'] >= 60:
  359. '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.'
  360. elseif npc_rel['A165'] <= 20:
  361. '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.'
  362. else
  363. 'You sit next to Vanya. He is a little surprised that you chose to do so, but you are able to strike up a brief conversation with him before a fellow student asks you to be quiet.'
  364. end
  365. end
  366. gs 'stat'
  367. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  368. end
  369. act 'Katja':
  370. *clr & cla
  371. gs 'npc_relationship', 'modify', 'A14', 'like'
  372. gs 'exp_gain', 'chrsm', rand(1,2)
  373. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  374. if fame['city_slut'] >= 150 or fame['pav_slut'] >= 150:
  375. if npc_rel['A14'] >= 60:
  376. 'You sit next to Katja. She is a little surprised that you chose to do so, but you are able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  377. elseif npc_rel['A14'] <= 20:
  378. 'You sit next to Katja, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  379. else
  380. '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.'
  381. end
  382. else
  383. if npc_rel['A14'] >= 60:
  384. '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.'
  385. elseif npc_rel['A14'] <= 20:
  386. '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.'
  387. else
  388. 'You sit next to Katja. She is a little surprised that you chose to do so, but you are able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  389. end
  390. end
  391. gs 'stat'
  392. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  393. end
  394. act 'Kendra':
  395. *clr & cla
  396. gs 'npc_relationship', 'modify', 'A84', 'like'
  397. gs 'exp_gain', 'chrsm', rand(1,2)
  398. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  399. if fame['city_slut'] >= 250:
  400. if npc_rel['A84'] >= 60:
  401. 'You sit next to Kendra. She is a little surprised that you chose to do so, but you are able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  402. elseif npc_rel['A84'] <= 20:
  403. 'You sit next to Kendra, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  404. else
  405. '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.'
  406. end
  407. else
  408. if npc_rel['A84'] >= 60:
  409. '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.'
  410. elseif npc_rel['A84'] <= 20:
  411. '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.'
  412. else
  413. 'You sit next to Kendra. She is a little surprised that you chose to do so, but you are able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  414. end
  415. end
  416. gs 'stat'
  417. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  418. end
  419. act 'Lesco':
  420. *clr & cla
  421. gs 'npc_relationship', 'modify', 'A7', 'like'
  422. gs 'exp_gain', 'chrsm', rand(1,2)
  423. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  424. if fame['city_slut'] >= 150:
  425. if npc_rel['A7'] >= 60:
  426. 'You sit next to Lesco. He is a little surprised that you chose to do so, but you are able to strike up a brief, if a little awkward, conversation with him before a fellow student asks you to be quiet.'
  427. elseif npc_rel['A7'] <= 20:
  428. 'You sit next to Lesco and he looks at you in confusion, fearful of what you''ll do. Despite your attempts to reassure him, he is so scared of you that he doesn''t speak for the duration of the lesson.'
  429. else
  430. 'You sit next to Lesco. He avoids making eye contact with you and awkwardly puts his head down. After a while, you give up and focus on the lecture.'
  431. end
  432. else
  433. if npc_rel['A7'] >= 60:
  434. 'You sit next to Lesco 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.'
  435. elseif npc_rel['A7'] <= 20:
  436. 'You sit next to Lesco. He avoids making eye contact with you and awkwardly puts his head down. After a while, you give up and focus on the lecture.'
  437. else
  438. 'You sit next to Lesco. He is a little surprised that you chose to do so, but you are able to strike up a brief conversation with him before a fellow student asks you to be quiet.'
  439. end
  440. end
  441. gs 'stat'
  442. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  443. end
  444. act 'Lebogang':
  445. *clr & cla
  446. gs 'npc_relationship', 'modify', 'A242', 'like'
  447. gs 'exp_gain', 'chrsm', rand(1,2)
  448. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  449. if fame['city_slut'] >= 300:
  450. if npc_rel['A242'] >= 60:
  451. '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.'
  452. elseif npc_rel['A242'] <= 20:
  453. '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.'
  454. else
  455. '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.'
  456. end
  457. else
  458. if npc_rel['A242'] >= 60:
  459. '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.'
  460. elseif npc_rel['A242'] <= 20:
  461. '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.'
  462. else
  463. '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.'
  464. end
  465. end
  466. gs 'stat'
  467. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  468. end
  469. end
  470. act'Play with your phone':
  471. *clr & cla
  472. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/phone.jpg"></center>'
  473. 'You take out your phone and begin to play a game, hoping the boring lesson will be over soon.'
  474. playphone = rand(1,2)
  475. if playphone = 1:
  476. 'You hear Mr. Pasternak clear his throat and glance up to see his looking at you sternly.'
  477. act 'Put your phone away':
  478. *clr & cla
  479. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  480. 'You decide not to aggravate the situation and put your phone away. Mr. Pasternak shakes his head disapprovingly and continues the lesson.'
  481. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  482. end
  483. gs 'willpower', 'misc', 'self', 'medium'
  484. if will_cost <= pcs_willpwr:
  485. act 'Keep using your phone (<<will_cost>> Willpower)':
  486. *clr & cla
  487. gs 'willpower', 'pay', 'self'
  488. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/phone.jpg"></center>'
  489. 'You ignore him and continue using your phone. 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. else
  493. 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>'
  494. end
  495. else
  496. '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.'
  497. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'teaching_methods'
  498. end
  499. end
  500. end
  501. if $ARGS[0] = 'learning_theories_101':
  502. menu_off = 1
  503. gs 'grades', 'attend_class', 'uni_teaching_studies_semester_1', 'learning theories 101'
  504. gs 'exp_gain', 'intel', rand(0,1)
  505. gs 'stat'
  506. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/lecture<<rand(1,5)>>.jpg"></center>'
  507. '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.'
  508. gs 'willpower', 'misc', 'self', iif(grupTipe = 4 and traits['nerd_status'] = 0, 'hard', iif(traits['nerd_status'] > 0, 'easy', 'medium'))
  509. if traits['nerd_status'] = 2: will_cost = will_cost / 2
  510. if will_cost <= pcs_willpwr or traits['nerd_status'] = 3:
  511. act 'Listen attentively to Mrs. Kovalchuk'+iif(traits['nerd_status'] = 3, '', ' (<<will_cost>> Willpower)')+' ':
  512. *clr & cla
  513. gs 'exp_gain', 'intel', rand(0,1)
  514. gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'learning theories 101', pcs_intel
  515. traits['nerd_lessons'] += 1
  516. if traits['nerd_status'] < 3: gs 'willpower', 'pay', 'self'
  517. gs 'stat'
  518. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/attentive<<rand(1,4)>>.jpg"></center>'
  519. '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.'
  520. act 'Ask a question about the lesson':
  521. *clr & cla
  522. gs 'exp_gain', 'intel', rand(1,2)
  523. gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'learning theories 101', pcs_intel
  524. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/attentive4.jpg"></center>'
  525. '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 lessons now.'
  526. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  527. end
  528. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  529. end
  530. else
  531. 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>'
  532. end
  533. act 'Don''t pay attention in class':
  534. *clr & cla
  535. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  536. '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.'
  537. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  538. act 'Draw dick in margin':
  539. *clr & cla
  540. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  541. '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.'
  542. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  543. end
  544. end
  545. act 'Talk to a classmate':
  546. *clr & cla
  547. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  548. 'As you arrive in class, you look around and decide to sit next to...'
  549. act 'Igor':
  550. *clr & cla
  551. gs 'npc_relationship', 'modify', 'A4', 'like'
  552. gs 'exp_gain', 'chrsm', rand(1,2)
  553. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  554. if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
  555. if npc_rel['A4'] >= 60:
  556. 'You sit next to Igor. He is a little surprised that you chose to do so, but you are able to strike up a brief, if a little awkward, conversation with him before a fellow student asks you to be quiet.'
  557. elseif npc_rel['A4'] <= 20:
  558. 'You sit next to Igor, but he dismisses all of your attempts to speak with him until he tells you to leave him alone.'
  559. else
  560. '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.'
  561. end
  562. else
  563. if npc_rel['A4'] >= 60:
  564. '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.'
  565. elseif npc_rel['A4'] <= 20:
  566. '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.'
  567. else
  568. 'You sit next to Igor. He is a little surprised that you chose to do so, but you are able to strike up a brief conversation with him before a fellow student asks you to be quiet.'
  569. end
  570. end
  571. gs 'stat'
  572. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  573. end
  574. act 'Christina':
  575. *clr & cla
  576. gs 'exp_gain', 'chrsm', rand(1,2)
  577. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  578. if fame['city_slut'] >= 200 or fame['pav_slut'] >= 200:
  579. 'You sit next to Christina and try to talk to her, but all she does is give you a disgusted look before moving away.'
  580. else
  581. 'You sit next to Christina and try to talk to her, but all she does is give you a withering look of utter hatred.'
  582. end
  583. gs 'stat'
  584. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  585. end
  586. act 'Vanya':
  587. *clr & cla
  588. gs 'npc_relationship', 'modify', 'A165', 'like'
  589. gs 'exp_gain', 'chrsm', rand(1,2)
  590. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  591. if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
  592. if npc_rel['A165'] >= 60:
  593. 'You sit next to Vanya. He is a little surprised that you chose to do so, but you are able to strike up a brief, if a little awkward, conversation with him before a fellow student asks you to be quiet.'
  594. elseif npc_rel['A165'] <= 20:
  595. 'You sit next to Vanya, but he dismisses all of your attempts to speak with him until he tells you to leave him alone.'
  596. else
  597. '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.'
  598. end
  599. else
  600. if npc_rel['A4'] >= 60:
  601. '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.'
  602. elseif npc_rel['A165'] <= 20:
  603. '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.'
  604. else
  605. 'You sit next to Vanya. He is a little surprised that you chose to do so, but you are able to strike up a brief conversation with him before a fellow student asks you to be quiet.'
  606. end
  607. end
  608. gs 'stat'
  609. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  610. end
  611. act 'Katja':
  612. *clr & cla
  613. gs 'npc_relationship', 'modify', 'A14', 'like'
  614. gs 'exp_gain', 'chrsm', rand(1,2)
  615. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  616. if fame['city_slut'] >= 150 or fame['pav_slut'] >= 150:
  617. if npc_rel['A14'] >= 60:
  618. 'You sit next to Katja. She is a little surprised that you chose to do so, but you are able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  619. elseif npc_rel['A14'] <= 20:
  620. 'You sit next to Katja, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  621. else
  622. '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.'
  623. end
  624. else
  625. if npc_rel['A14'] >= 60:
  626. '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.'
  627. elseif npc_rel['A14'] <= 20:
  628. '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.'
  629. else
  630. 'You sit next to Katja. She is a little surprised that you chose to do so, but you are able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  631. end
  632. end
  633. gs 'stat'
  634. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  635. end
  636. act 'Kendra':
  637. *clr & cla
  638. gs 'npc_relationship', 'modify', 'A84', 'like'
  639. gs 'exp_gain', 'chrsm', rand(1,2)
  640. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  641. if fame['city_slut'] >= 250:
  642. if npc_rel['A84'] >= 60:
  643. 'You sit next to Kendra. She is a little surprised that you chose to do so, but you are able to strike up a brief, if a little awkward, conversation with her before a fellow student asks you to be quiet.'
  644. elseif npc_rel['A84'] <= 20:
  645. 'You sit next to Kendra, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  646. else
  647. '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.'
  648. end
  649. else
  650. if npc_rel['A84'] >= 60:
  651. '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.'
  652. elseif npc_rel['A84'] <= 20:
  653. '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.'
  654. else
  655. 'You sit next to Kendra. She is a little surprised that you chose to do so, but you are able to strike up a brief conversation with her before a fellow student asks you to be quiet.'
  656. end
  657. end
  658. gs 'stat'
  659. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  660. end
  661. act 'Lesco':
  662. *clr & cla
  663. gs 'npc_relationship', 'modify', 'A7', 'like'
  664. gs 'exp_gain', 'chrsm', rand(1,2)
  665. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  666. if fame['city_slut'] >= 150:
  667. if npc_rel['A7'] >= 60:
  668. 'You sit next to Lesco. He is a little surprised that you chose to do so, but you are able to strike up a brief, if a little awkward, conversation with him before a fellow student asks you to be quiet.'
  669. elseif npc_rel['A7'] <= 20:
  670. 'You sit next to Lesco and he looks at you in confusion, fearful of what you''ll do. Despite your attempts to reassure him, he is so scared of you that he doesn''t speak for the duration of the lesson.'
  671. else
  672. 'You sit next to Lesco. He avoids making eye contact with you and awkwardly puts his head down. After a while, you give up and focus on the lecture.'
  673. end
  674. else
  675. if npc_rel['A7'] >= 60:
  676. 'You sit next to Lesco 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.'
  677. elseif npc_rel['A7'] <= 20:
  678. 'You sit next to Lesco. He avoids making eye contact with you and awkwardly puts his head down. After a while, you give up and focus on the lecture.'
  679. else
  680. 'You sit next to Lesco. He is a little surprised that you chose to do so, but you are able to strike up a brief conversation with him before a fellow student asks you to be quiet.'
  681. end
  682. end
  683. gs 'stat'
  684. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  685. end
  686. act 'Lebogang':
  687. *clr & cla
  688. gs 'npc_relationship', 'modify', 'A242', 'like'
  689. gs 'exp_gain', 'chrsm', rand(1,2)
  690. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  691. if fame['city_slut'] >= 300:
  692. if npc_rel['A242'] >= 60:
  693. '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.'
  694. elseif npc_rel['A242'] <= 20:
  695. '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.'
  696. else
  697. '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.'
  698. end
  699. else
  700. if npc_rel['A242'] >= 60:
  701. 'You sit next to Lebogang and you spend most of the class talking quietly with each other.'
  702. elseif npc_rel['A242'] <= 20:
  703. '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.'
  704. else
  705. '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.'
  706. end
  707. end
  708. gs 'stat'
  709. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  710. end
  711. end
  712. act'Play with your phone':
  713. *clr & cla
  714. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/phone.jpg"></center>'
  715. 'You take out your phone and begin to play a game, hoping the boring lesson will be over soon.'
  716. playphone = rand(1,4)
  717. if playphone = 1:
  718. 'You hear Mrs. Kovalchuk clear her throat and glance up to see her looking at you sternly.'
  719. act 'Put your phone away':
  720. *clr & cla
  721. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  722. 'You decide not to aggravate the situation and put your phone away. Mrs. Kovalchuk shakes her head disapprovingly and continues the lesson.'
  723. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  724. end
  725. gs 'willpower', 'misc', 'self', 'medium'
  726. if will_cost <= pcs_willpwr:
  727. act 'Keep using your phone (<<will_cost>> Willpower)':
  728. *clr & cla
  729. gs 'willpower', 'pay', 'self'
  730. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/phone.jpg"></center>'
  731. 'You ignore her and continue using your phone as she shakes her head and continues her lecture.'
  732. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  733. end
  734. else
  735. 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>'
  736. end
  737. else
  738. '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.'
  739. act 'Wait for the end of the lesson': gs 'uni_lessonsev1', 'learning_theories'
  740. end
  741. end
  742. end
  743. --- uni_lessons1 ---------------------------------