uni_lessons_electives1.qsrc 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  1. # uni_lessons_electives1
  2. close all
  3. !! elective classes in this file computers_101, art_101
  4. !!Evgeny Yurievich Blagov - Computer 101, 30''s, decent looking fit
  5. !!Leonid Ilyushin - Art 101, short unattractive middle aged man
  6. !!uni students taking computer electives. - Anushka Konstantinov, Dimka Nosov, Djibril Maina, Natasha Belova
  7. !!uni students taking art electives. - Feofan Krupin, Igor Kruglov, Natasha Belova
  8. !!art models - Anushka Konstantinov, Albina Barlovskaya (TBA)
  9. !!make computers_101 a Monday class and art_101 a Tuesday class. I will try and do a 3rd elective next update to finish out enough electives for the first year so the player can have a full schedule, then I will work on adding more later. Goal is to have 12 elective classes, 3 for each year and the player can choose which classes in which year.
  10. if $ARGS[0] = 'Computers 101':
  11. menu_off = 1
  12. !!gs 'grades', 'attend_class', 'uni_teaching_studies_semester_1', 'Computers 101'
  13. gs 'exp_gain', 'intel', rand(0,1)
  14. gs 'stat'
  15. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/computer/class.jpg"></center>'
  16. 'You walk into the classroom and take a seat at one of the computer lab stations. The rest of your classmates walk in one by one before Mr. Blagov enters the classroom and closes the door. He turns to the class and starts today''s lecture.'
  17. gs 'willpower', 'chore', 'self', iif(grupTipe = 4 and pcs_traits['nerd_status'] = 0, 'hard', iif(pcs_traits['nerd_status'] > 0, 'easy', 'medium'))
  18. if pcs_traits['nerd_status'] = 2: will_cost = will_cost / 2
  19. if will_cost <= pcs_willpwr or pcs_traits['nerd_status'] = 3:
  20. act 'Listen attentively to Mr. Blagov'+iif(pcs_traits['nerd_status'] = 3, '', ' (<<will_cost>> Willpower)')+' ':
  21. *clr & cla
  22. !!gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'computers 101', pcs_intel
  23. gs 'exp_gain', 'compskl', rand(0,1)
  24. pcs_traits['nerd_lessons'] += 1
  25. if pcs_traits['nerd_status'] < 3: gs 'willpower', 'pay', 'self'
  26. gs 'stat'
  27. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/attentive<<rand(1,4)>>.jpg"></center>'
  28. 'You listen attentively to Mr. Blagov 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.'
  29. act 'Ask a question about the lesson':
  30. *clr & cla
  31. !!gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'computers 101', pcs_chrsm
  32. gs 'exp_gain', 'intel', rand(1,2)
  33. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
  34. 'Mr. Blagov 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.'
  35. act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
  36. end
  37. act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
  38. end
  39. else
  40. act 'Listen attentively to Mr. Blagov (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  41. end
  42. act 'Don''t pay attention in class':
  43. *clr & cla
  44. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  45. 'Mr. Blagov''s lecture is very dry and boring, and you''re having a hard time paying attention.'
  46. act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
  47. end
  48. act 'Talk to a classmate':
  49. *clr & cla
  50. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  51. 'As you arrive in class, you look around and decide to sit next to...'
  52. act 'Dimka':
  53. *clr & cla
  54. gs 'npc_relationship', 'modify', 'A1', 'like'
  55. gs 'exp_gain', 'chrsm', rand(1,2)
  56. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  57. if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
  58. if npc_rel['A1'] >= 60:
  59. 'You sit next to Dimka, but other than making a few crude remarks about your sexual exploits, he just ignores you and a fellow student asks you to be quiet.'
  60. else
  61. 'You start to sit next to Dimka when he looks over at you. "Don''t you fucking dare sit near me, slut. Go spread your diseases somewhere else."'
  62. 'You hear several other students snicker at his comments. Embarrassed, you move to another location and sit by yourself.'
  63. end
  64. else
  65. if npc_rel['A1'] >= 60:
  66. 'You sit next to Dimka 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.'
  67. elseif npc_rel['A1'] <= 20:
  68. 'You sit next to Dimka, but he dismisses all of your attempts to speak with him and spends the lesson ignoring you.'
  69. else
  70. 'You sit next to Dimka. He seems reluctant to talk to you, but you''re able to strike up a brief conversation with him before a fellow student asks you to be quiet.'
  71. end
  72. end
  73. gs 'stat'
  74. act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
  75. end
  76. act 'Anushka':
  77. *clr & cla
  78. gs 'npc_relationship', 'modify', 'A144', 'like'
  79. gs 'exp_gain', 'chrsm', rand(1,2)
  80. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  81. if npc_rel['A144'] >= 60:
  82. if fame['city_slut'] >= 300 or fame['pav_slut'] >= 300:
  83. 'You sit next to Anushka, who she smiles at you as you take a seat. "What up, slut?"'
  84. 'You know she''s just being her normal playful self and the two of you are talking away and missing much of the class.'
  85. else
  86. 'You sit next to Anushka, who smiles at you as you sit down. "What up?"'
  87. 'The two of you are soon talking away and missing much of the class.'
  88. end
  89. elseif npc_rel['A144'] <= 20:
  90. 'You sit next to Anushka, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  91. else
  92. 'You sit next to Anushka and the two of you talk for a bit, but she seems more focused on the class than you. After a while, you give up and leave her be.'
  93. end
  94. gs 'stat'
  95. act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
  96. end
  97. act 'Djibril':
  98. *clr & cla
  99. gs 'npc_relationship', 'modify', 'A82', 'like'
  100. gs 'exp_gain', 'chrsm', rand(1,2)
  101. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  102. if npc_rel['A82'] >= 60:
  103. 'You sit next to Djibril 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.'
  104. elseif npc_rel['A82'] <= 20:
  105. 'You sit next to Djibril, but he dismisses all of your attempts to speak with him and spends the lesson ignoring you and paying attention to the class instead.'
  106. else
  107. 'You sit next to Djibril. 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.'
  108. end
  109. gs 'stat'
  110. act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
  111. end
  112. act 'Natasha':
  113. *clr & cla
  114. gs 'npc_relationship', 'modify', 'A16', 'like'
  115. gs 'exp_gain', 'chrsm', rand(1,2)
  116. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  117. if NatbelQW['Lover'] >= 2:
  118. 'You sit next to Natasha and quietly chat about various topics, but mainly concentrate on the issues raised during the lecture as you know it''ll help her with her blog and career. You keep your voices down and ensure you don''t interrupt the lecture.'
  119. elseif fame['city_slut'] >= 175 or fame['pav_slut'] >= 175:
  120. if npc_rel['A16'] >= 60:
  121. 'You sit next to Natasha. She''s a little surprised that you chose to do so and blushes slightly, but you''re able to strike up a brief but awkward conversation with her before a fellow student glares at you and asks you to be quiet.'
  122. elseif npc_rel['A16'] <= 20:
  123. 'You sit next to Natasha, but she dismisses any of your attempts to speak with her until she eventually tells you to leave her alone.'
  124. else
  125. 'You sit next to Natasha and try to talk to her, but she politely asks you to be quiet so she can focus on the lecture.'
  126. end
  127. else
  128. if npc_rel['A16'] >= 60:
  129. 'You sit next to Natasha and spend some of the class quietly talking with her, although most of her comments relate to the lecture. You often get shushed by your fellow students when you get a bit too loud.'
  130. elseif npc_rel['A16'] <= 20:
  131. 'You sit next to Natasha, but she dismisses your initial attempts to speak with her so you give up and you both spend the lesson paying attention to the lecture.'
  132. else
  133. 'You sit next to Natasha. 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.'
  134. end
  135. end
  136. gs 'stat'
  137. act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
  138. end
  139. end
  140. end
  141. if $ARGS[0] = 'Art 101':
  142. menu_off = 1
  143. !!gs 'grades', 'attend_class', 'uni_teaching_studies_semester_1', 'Art 101'
  144. gs 'exp_gain', 'agil', rand(0,1)
  145. gs 'exp_gain', 'artskls', rand(0,1)
  146. gs 'stat'
  147. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  148. 'You walk into the classroom and see Mr. Ilyushin standing by his desk as the rest of your classmates walk in one by one under his watchful eye. You notice his eyes linger a bit longer on some of the prettier girls that are dressed in revealing clothes. Once everyone is seated, he starts talking about art and what it means while being his usual friendly and overly chatty self. He seems very passionate about art and not only loves to draw and paint, but discuss what art means and it''s history in the world.'
  149. act 'Pay attention in class':
  150. *clr & cla
  151. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/attentive<<rand(1,4)>>.jpg"></center>'
  152. 'Mr. Ilyushin''s lecture is fairly entertaining and you have an easy time paying attention to it.'
  153. act 'Finish talking': gs 'uni_lessons_electives1', 'art_101_model'
  154. end
  155. act 'Talk to a classmate':
  156. *clr & cla
  157. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  158. 'As you arrive in class, you look around and decide to sit next to...'
  159. act 'Igor':
  160. *clr & cla
  161. gs 'npc_relationship', 'modify', 'A1', 'like'
  162. gs 'exp_gain', 'chrsm', rand(1,2)
  163. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  164. if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
  165. if npc_rel['A4'] >= 60:
  166. 'You sit next to Igor. He''s polite, but seems more focused on the class than wanting to talk to you.'
  167. elseif npc_rel['A4'] <= 20:
  168. 'You sit next to Igor, who glances at you with disgust before getting up and moving away.'
  169. else
  170. 'You sit next to Igor, but he tells you not to distract him and ignores you.'
  171. end
  172. else
  173. if npc_rel['A4'] >= 60:
  174. '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.'
  175. elseif npc_rel['A4'] <= 20:
  176. 'You sit next to Igor who tries to ignore your attempts to talk with him. "Will you please be quiet so I can focus on the class?"'
  177. else
  178. 'You sit next to Igor, who does talks to you, but seems far more focused on what the professor is saying than you.'
  179. end
  180. end
  181. gs 'stat'
  182. act 'Finish talking': gs 'uni_lessons_electives1', 'art_101_model_igor'
  183. end
  184. act 'Feofan':
  185. *clr & cla
  186. gs 'npc_relationship', 'modify', 'A152', 'like'
  187. gs 'exp_gain', 'chrsm', rand(1,2)
  188. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  189. if npc_rel['A152'] >= 60:
  190. 'You sit next to Feofan 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.'
  191. elseif npc_rel['A152'] <= 20:
  192. 'You sit next to Feofan, but he dismisses all of your attempts to speak with him and spends the lesson ignoring you and paying attention to the class instead.'
  193. else
  194. 'You sit next to Feofan. 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.'
  195. end
  196. gs 'stat'
  197. act 'Finish talking': gs 'uni_lessons_electives1', 'art_101_model_feofan'
  198. end
  199. act 'Natasha':
  200. *clr & cla
  201. gs 'npc_relationship', 'modify', 'A16', '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 NatbelQW['Lover'] >= 2:
  205. 'You sit next to Natasha and queitly chat about various topics, but mainly concentrate on the lecture as you know it''ll help her with her career. You keep your voices down and ensure you don''t interrupt the lecture.'
  206. elseif fame['city_slut'] >= 175 or fame['pav_slut'] >= 175:
  207. if npc_rel['A16'] >= 60:
  208. 'You sit next to Natasha. 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.'
  209. elseif npc_rel['A16'] <= 20:
  210. 'You sit next to Natasha, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  211. else
  212. 'You sit next to Natasha and try to talk to her, but she asks you to be quiet so she can focus on the lecture.'
  213. end
  214. else
  215. if npc_rel['A16'] >= 60:
  216. 'You sit next to Natasha 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.'
  217. elseif npc_rel['A16'] <= 20:
  218. 'You sit next to Natasha, but she dismisses all of your attempts to speak with her and spends the lesson ignoring you and paying attention to the class instead.'
  219. else
  220. 'You sit next to Natasha. 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.'
  221. end
  222. end
  223. gs 'stat'
  224. act 'Finish talking': gs 'uni_lessons_electives1', 'art_101_model_natasha'
  225. end
  226. end
  227. end
  228. if $ARGS[0] = 'art_101_model':
  229. menu_off = 1
  230. gs 'stat'
  231. *clr & cla
  232. if university['semester_week'] < 8:
  233. temprand = rand(1,5)
  234. if temprand = 1:
  235. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  236. 'Today is a lesson about the history of art and the effects it has had on society throughout the ages. Mr. Ilyushin focuses on one time period where art made a real difference, as he puts it, in the world. The lecture goes by fairly quickly.'
  237. act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
  238. else
  239. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  240. 'After he finishes his lecture, Mr. Ilyushin brings out a fairly mundane everyday object and places it on the raised platform. He slides the platform to the center of the room so it''s easy for everyone to see, then asks everyone to draw the object from their vantage point.'
  241. 'He then walks around the class checking on each student, stopping to give pointers or answer questions as needed. The class goes by fairly quickly.'
  242. act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
  243. end
  244. else
  245. temprand = rand(1,10)
  246. if temprand <= 3:
  247. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  248. 'After he finishes his lecture, Mr. Ilyushin brings out a fairly mundane everyday object and places it on the raised platform. He slides the platform to the center of the room so it''s easy for everyone to see, then asks everyone to draw the object from their vantage point.'
  249. 'He then walks around the class checking on each student, stopping to give pointers or answer questions as needed. The class goes by fairly quickly.'
  250. elseif temprand <= 5:
  251. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka1.jpg"></center>'
  252. 'After he finishes his lecture, Mr. Ilyushin brings out a wooden bar as a familiar face walks into the classroom. It''s Anushka. "Today, we have one of your fellow students as a model. Please take your seat, Miss Konstantinov."'
  253. 'Anushka straddles the wooden bar and you can tell by his reaction that wasn''t what he had in mind, but he quickly smiles as if he approves before walking to the back of the class and telling everyone to start.'
  254. 'He then walks around the class checking on each student, stopping to give pointers or answer questions as needed. While you''re drawing Anushka, you overhear a few of your male classmates talking about how they hope she models next semester too. The class goes by fairly quickly.'
  255. elseif temprand <= 7:
  256. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female1.jpg"></center>'
  257. 'After he finishes his lecture, Mr. Ilyushin slides the platform to the center of the room so it''s easy for everyone to see as a young woman comes in and lays down on the raised platform. "Today, we have one of your fellow students as a model."'
  258. 'Mr. Ilyushin walks to the back of the classroom and tells everyone to start. He then walks around the class checking on each student, stopping to give pointers or answer questions as needed. The class goes by fairly quickly.'
  259. else
  260. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male1.jpg"></center>'
  261. 'After he finishes his lecture, Mr. Ilyushin slides the platform against one of the walls as a young good looking man comes in and sits on the raised platform. "Today, we have one of your fellow students as a model."'
  262. 'Mr. Ilyushin walks to the back of the class and tells everyone to start. He then walks around the class checking on each student, stopping to give pointers or answer questions as needed. While you''re drawing him, you overhear a few of your female classmates talking about how they hope he models next semester too. The class goes by fairly quickly.'
  263. end
  264. act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
  265. end
  266. end
  267. if $ARGS[0] = 'art_101_model_igor':
  268. menu_off = 1
  269. gs 'stat'
  270. *clr & cla
  271. if university['semester_week'] < 8:
  272. temprand = rand(1,5)
  273. if temprand = 1:
  274. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  275. 'Today is a lesson about the history of art and the effects it has had on society throughout the ages. Mr. Ilyushin focuses on one time period where art made a real difference, as he puts it, in the world. The lecture goes by fairly quickly and Igor seems really engrossed by it.'
  276. else
  277. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  278. 'After he finishes his lecture, Mr. Ilyushin brings out a fairly mundane everyday object and places it on the raised platform. He slides the platform to the center of the room so it''s easy for everyone to see, then asks everyone to draw the object from their vantage point.'
  279. 'He then walks around the class checking on each student, stopping to give pointers or answer questions as needed. Igor seems to do fairly decent and ends up asking more questions than most. The class goes by fairly quickly.'
  280. end
  281. else
  282. temprand = rand(1,10)
  283. if temprand <= 3:
  284. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  285. 'After he finishes his lecture, Mr. Ilyushin brings out a fairly mundane everyday object and places it on the raised platform. He slides the platform to the center of the room so it''s easy for everyone to see, then asks everyone to draw the object from their vantage point.'
  286. 'He then walks around the class checking on each student, stopping to give pointers or answer questions as needed. Igor seems to do fairly decent and ends up asking more questions than most.'
  287. 'The class goes by fairly quickly.'
  288. elseif temprand <= 5:
  289. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka1.jpg"></center>'
  290. 'After he finishes his lecture, Mr. Ilyushin brings out a wooden bar as a familiar face walks into the classroom. It''s Anushka. "Today, we have one of your fellow students as a model. Please take your seat, Miss Konstantinov."'
  291. 'Anushka straddles the wooden bar and you can tell by his reaction that wasn''t what he had in mind, but he quickly smiles as if he approves before walking to the back of the class and telling everyone to start.'
  292. 'He then walks around the class checking on each student, stopping to give pointers or answer questions as needed. While you''re drawing Anushka, you overhear a few of your male classmates talking about how they hope she models next semester too. Meanwhile, Igor seems intent on his drawing and is doing a very good job of capturing how her clothes fit her feminine form.'
  293. 'The class goes by fairly quickly.'
  294. elseif temprand <= 7:
  295. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female1.jpg"></center>'
  296. 'After he finishes his lecture, Mr. Ilyushin slides the platform to the center of the room so it''s easy for everyone to see as a young woman comes in and lays down on the raised platform. "Today, we have one of your fellow students as a model."'
  297. 'He walks to the back of the classroom and tells everyone to start, then walks around the class checking on each student, stopping to give pointers or answer questions as needed. Meanwhile, Igor seems intent on his drawing and is doing a very good job of capturing how her clothes fit her feminine form.'
  298. 'The class goes by fairly quickly.'
  299. else
  300. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male1.jpg"></center>'
  301. 'After he finishes his lecture, Mr. Ilyushin slides the platform against one of the walls as a young good looking man comes in and sits on the raised platform. "Today, we have one of your fellow students as a model."'
  302. 'He then walks to the back of the class and tells everyone to start, then walks around the class checking on each student, stopping to give pointers or answer questions as needed. While you''re drawing him, you overhear a few of your female classmates talking about how they hope he models next semester too. Meanwhile, Igor seems intent on his drawing and is doing a very good job of capturing how his clothes fit his masculine form.'
  303. 'The class goes by fairly quickly.'
  304. end
  305. act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
  306. end
  307. end
  308. if $ARGS[0] = 'art_101_model_feofan':
  309. menu_off = 1
  310. gs 'stat'
  311. *clr & cla
  312. if university['semester_week'] < 8:
  313. temprand = rand(1,5)
  314. if temprand = 1:
  315. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  316. 'Today is a lesson about the history and art and the effects it has had on society throughout the ages. Mr. Ilyushin focuses on one time period where art made a real difference, as he puts it, in the world. Feofan seems semi bored with the class and keeps doodling instead of listening, but the lecture goes by fairly quickly.'
  317. act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
  318. else
  319. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  320. 'After he finishes his lecture, Mr. Ilyushin brings out a fairly mundane everyday object and places it on the raised platform. He slides the platform to the center of the room so it''s easy for everyone to see, then asks everyone to draw the object from their vantage point. Feofan mutters something about how he didn''t take art class to draw a bowl of fruit as Mr. Ilyushin walks around the class checking on each student, stopping to give pointers or answer questions as needed. The class goes by fairly quickly.'
  321. act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
  322. end
  323. else
  324. temprand = rand(1,10)
  325. if temprand <= 3:
  326. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  327. 'After he finishes his lecture, Mr. Ilyushin brings out a fairly mundane everyday object and places it on the raised platform. He slides the platform to the center of the room so it''s easy for everyone to see, then asks everyone to draw the object from their vantage point. Feofan mutters something about he didn''t take art class to draw a bowl of fruit as Mr. Ilyushin walks around the class checking on each student, stopping to give pointers or answer questions as needed.'
  328. 'The class goes by fairly quickly.'
  329. elseif temprand <= 5:
  330. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka1.jpg"></center>'
  331. 'After he finishes his lecture, Mr. Ilyushin brings out a wooden bar as a familiar face walks into the classroom. It''s Anushka. "Holy shit..." you hear Feofan mutter before he seems to blush and look away, worried someone might have overheard him. "Today, we have one of your fellow students as a model. Please take your seat, Miss Konstantinov."'
  332. 'Anushka straddles the wooden bar and you can tell by his reaction that wasn''t what he had in mind, but he quickly smiles as if he approves before he walks to the back of the classroom. "Alright class, begin." He then walks around the class checking on each student, stopping to give pointers or answer questions as needed. While you''re drawing Anushka, you overhear a few of your male classmates talking about how they hope she models next semester too. Meanwhile, Feofan seems to spend a lot of time trying to draw her breasts just right.'
  333. 'The class goes by fairly quickly.'
  334. elseif temprand <= 7:
  335. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female1.jpg"></center>'
  336. 'After he finishes his lecture, Mr. Ilyushin slides the platform to the center of the room so it''s easy for everyone to see as a young woman comes in and lays down on the raised platform. "Sweet..." you hear Feofan mutter as the girl comes in.'
  337. '"Today, we have one of your fellow students as a model," Mr. Ilyushin says as he walks to the back of the class and tells everyone to start. He then walks around the class checking on each student, stopping to give pointers or answer questions as needed. Meanwhile Feofan seems to spend a lot of time trying to draw her breasts just right.'
  338. 'The class goes by fairly quickly.'
  339. else
  340. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male1.jpg"></center>'
  341. 'After he finishes his lecture, Mr. Ilyushin slides the platform against one of the walls as a young good looking man comes in and sits down on the raised platform. "Aww, man!" you hear Feofan mutter in disappointment.'
  342. '"Today, we have one of your fellow students as a model," Mr. Ilyushin says as he walks to the back of the class and tells everyone to start. He then walks around the class checking on each student, stopping to give pointers or answer questions as needed. While you''re drawing him, you overhear a few of your female classmates talking about how they hope he models next semester too. Meanwhile, Feofan seems to be focusing on trying to draw the guys shoes.'
  343. 'The class goes by fairly quickly.'
  344. end
  345. act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
  346. end
  347. end
  348. if $ARGS[0] = 'art_101_model_natasha':
  349. menu_off = 1
  350. gs 'stat'
  351. *clr & cla
  352. if university['semester_week'] < 8:
  353. temprand = rand(1,5)
  354. if temprand = 1:
  355. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  356. 'Today is a lesson about the history and art and the effects it has had on society throughout the ages. Mr. Ilyushin focuses on one time period where art made a real difference, as he puts it, in the world. The lecture goes by fairly quickly.'
  357. 'You notice that Natasha appears to like this lecture as she appears very comfortable with theory.'
  358. act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
  359. else
  360. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  361. 'After he finishes his lecture, Mr. Ilyushin brings out a fairly mundane everyday object and places it on the raised platform. He slides the platform to the center of the room so it''s easy for everyone to see, then asks everyone to draw the object from their vantage point. He then walks around the class checking on each student, stopping to give pointers or answer questions as needed. The class goes by fairly quickly.'
  362. 'You notice that Natasha really concentrates on the subject and seems to be very comfortable with the lesson.'
  363. act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
  364. end
  365. else
  366. temprand = rand(1,10)
  367. if temprand <= 3:
  368. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  369. 'After he finishes his lecture, Mr. Ilyushin brings out a fairly mundane everyday object and places it on the raised platform. He slides the platform to the center of the room so it''s easy for everyone to see, then asks everyone to draw the object from their vantage point. He then walks around the class checking on each student, stopping to give pointers or answer questions as needed.'
  370. 'You notice that Natasha seems happy drawing the object and gets on with it, rarely needing guidance from the professor, but the class goes by fairly quickly.'
  371. elseif temprand <= 5:
  372. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka1.jpg"></center>'
  373. 'After he finishes his lecture, Mr. Ilyushin brings out a wooden bar as a familiar face walks into the classroom. It''s Anushka. "Today, we have one of your fellow students as a model. Please take your seat, Miss Konstantinov."'
  374. 'Anushka straddles the wooden bar, you can tell by his reaction that wasn''t what he had in mind, but he quickly smiles as if he approves before he walks to the back of the classroom and tells everyone to start. He then walks around the class checking on each student, stopping to give pointers or answer questions as needed. While you''re drawing Anushka, you overhear a few of your male classmates talking about how they hope she models next semester too.'
  375. 'You look over at Natasha and notice that as soon as Anushka straddles the bar, she gets deeply embarrassed and starts blushing. She clearly struggles during the lesson, requiring the professor to spend some time with her, but the class goes by fairly quickly.'
  376. elseif temprand <= 7:
  377. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female1.jpg"></center>'
  378. 'After he finishes his lecture, Mr. Ilyushin slides the platform to the center of the room so it''s easy for everyone to see as a young woman comes in and lays down on the raised platform. "Today, we have one of your fellow students as a model," Mr. Ilyushin says as he walks to the back of the class and tells everyone to start. He then walks around the class checking on each student, stopping to give pointers or answer questions as needed.'
  379. 'You notice that Natasha seems to struggle at first and blushes slightly. After a few pointers from the professor, she gains confidence and seems happy to continue.'
  380. 'The class goes by fairly quickly.'
  381. else
  382. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male1.jpg"></center>'
  383. 'After he finishes his lecture, he slides the platform against one of the walls. A moment later a young good looking man comes in and sits down on the raised platform. "Today, we have one of your fellow students as a model," Mr. Ilyushin says as he walks to the back of the class and tells everyone to start. He then walks around the class checking on each student, stopping to give pointers or answer questions as needed.'
  384. 'While you''re drawing him, you overhear a few of your female classmates talking about how they hope he models next semester too.'
  385. 'You''re sitting next to Natasha and notice that as soon as the model takes his place, she gets very embarrassed and starts blushing. She clearly struggles to concentrate and keeps making mistakes as you see her rubbing out parts of her drawing and starting over until the professor comes over and talks to her.'
  386. 'The class goes by fairly quickly.'
  387. end
  388. act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
  389. end
  390. end
  391. --- uni_lessons_electives1 ---------------------------------