uni_lessons_electives2.qsrc 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  1. # uni_lessons_electives2
  2. close all
  3. !! elective classes in this file computers_102, art_102
  4. !!Evgeny Yurievich Blagov - Computer 102
  5. !!Leonid Ilyushin - Art 102
  6. !!uni students taking computer electives. - Anushka Konstantinov, Dimka Nosov, Djibril Maina, Natasha Belova
  7. !!uni students taking art electives. - Feofan Krupin, Igor Kruglov
  8. !!art models - Anushka Konstantinov, Albina Barlovskaya (TBA)
  9. if $ARGS[0] = 'Computers 102':
  10. menu_off = 1
  11. !!gs 'grades', 'attend_class', 'uni_teaching_studies_semester_2', 'Computers 102'
  12. gs 'exp_gain', 'intel', rand(0,1)
  13. gs 'stat'
  14. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/computer/class.jpg"></center>'
  15. '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.'
  16. gs 'willpower', 'chore', 'self', iif(grupTipe = 4 and pcs_traits['nerd_status'] = 0, 'hard', iif(pcs_traits['nerd_status'] > 0, 'easy', 'medium'))
  17. if pcs_traits['nerd_status'] = 2: will_cost = will_cost / 2
  18. if will_cost <= pcs_willpwr or pcs_traits['nerd_status'] = 3:
  19. act 'Listen attentively to Mr. Blagov'+iif(pcs_traits['nerd_status'] = 3, '', ' (<<will_cost>> Willpower)')+' ':
  20. *clr & cla
  21. !!gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_2', 'computers 102', pcs_intel
  22. gs 'exp_gain', 'compskl', rand(0,1)
  23. pcs_traits['nerd_lessons'] += 1
  24. if pcs_traits['nerd_status'] < 3: gs 'willpower', 'pay', 'self'
  25. gs 'stat'
  26. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/attentive<<rand(1,4)>>.jpg"></center>'
  27. '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.'
  28. act 'Ask a question about the lesson':
  29. *clr & cla
  30. !!gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_2', 'computers 102', pcs_chrsm
  31. gs 'exp_gain', 'intel', rand(1,2)
  32. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
  33. '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.'
  34. act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
  35. end
  36. act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
  37. end
  38. else
  39. 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>'
  40. end
  41. act 'Don''t pay attention in class':
  42. *clr & cla
  43. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
  44. 'Mr. Blagov''s lecture is very dry and boring, and you''re having a hard time paying attention.'
  45. act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
  46. end
  47. act 'Talk to a classmate':
  48. *clr & cla
  49. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  50. 'As you arrive in class, you look around and decide to sit next to...'
  51. act 'Dimka':
  52. *clr & cla
  53. gs 'npc_relationship', 'modify', 'A1', 'like'
  54. gs 'exp_gain', 'chrsm', rand(1,2)
  55. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  56. if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
  57. if npc_rel['A4'] >= 60:
  58. '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.'
  59. else
  60. '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."'
  61. 'You hear several other students snicker at his comments. Embarrassed, you move to another location and sit by yourself.'
  62. end
  63. else
  64. if npc_rel['A4'] >= 60:
  65. '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.'
  66. elseif npc_rel['A4'] <= 20:
  67. 'You sit next to Dimka, but he dismisses all of your attempts to speak with him and spends the lesson ignoring you.'
  68. else
  69. '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.'
  70. end
  71. end
  72. gs 'stat'
  73. act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
  74. end
  75. act 'Anushka':
  76. *clr & cla
  77. gs 'npc_relationship', 'modify', 'A144', 'like'
  78. gs 'exp_gain', 'chrsm', rand(1,2)
  79. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  80. if npc_rel['A144'] >= 60:
  81. if fame['city_slut'] >= 300 or fame['pav_slut'] >= 300:
  82. 'You sit next to Anushka, who she smiles at you as you take a seat. "What up, slut?"'
  83. 'You know she''s just being her normal playful self and the two of you are talking away and missing much of the class.'
  84. else
  85. 'You sit next to Anushka, who smiles at you as you sit down. "What up?"'
  86. 'The two of you are soon talking away and missing much of the class.'
  87. end
  88. elseif npc_rel['A144'] <= 20:
  89. 'You sit next to Anushka, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  90. else
  91. '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.'
  92. end
  93. gs 'stat'
  94. act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
  95. end
  96. act 'Djibril':
  97. *clr & cla
  98. gs 'npc_relationship', 'modify', 'A82', 'like'
  99. gs 'exp_gain', 'chrsm', rand(1,2)
  100. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  101. if npc_rel['A82'] >= 60:
  102. '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.'
  103. elseif npc_rel['A82'] <= 20:
  104. '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.'
  105. else
  106. '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.'
  107. end
  108. gs 'stat'
  109. act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
  110. end
  111. act 'Natasha':
  112. *clr & cla
  113. gs 'npc_relationship', 'modify', 'A16', 'like'
  114. gs 'exp_gain', 'chrsm', rand(1,2)
  115. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  116. if NatbelQW['Lover'] >= 2:
  117. '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.'
  118. elseif fame['city_slut'] >= 175 or fame['pav_slut'] >= 175:
  119. if npc_rel['A16'] >= 60:
  120. '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.'
  121. elseif npc_rel['A16'] <= 20:
  122. '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.'
  123. else
  124. '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.'
  125. end
  126. else
  127. if npc_rel['A16'] >= 60:
  128. '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.'
  129. elseif npc_rel['A16'] <= 20:
  130. '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.'
  131. else
  132. '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.'
  133. end
  134. end
  135. gs 'stat'
  136. act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
  137. end
  138. end
  139. end
  140. if $ARGS[0] = 'Art 102':
  141. menu_off = 1
  142. !!gs 'grades', 'attend_class', 'uni_teaching_studies_semester_2', 'Art 102'
  143. gs 'exp_gain', 'agil', rand(0,1)
  144. gs 'exp_gain', 'artskls', rand(0,1)
  145. gs 'stat'
  146. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  147. '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.'
  148. act 'Pay attention in class':
  149. *clr & cla
  150. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/attentive<<rand(1,4)>>.jpg"></center>'
  151. 'Mr. Ilyushin''s lecture is fairly entertaining and you have an easy time paying attention.'
  152. act 'Finish talking': gs 'uni_lessons_electives2', 'art_102_model'
  153. end
  154. act 'Talk to a classmate':
  155. *clr & cla
  156. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  157. 'As you arrive in class, you look around and decide to sit next to...'
  158. act 'Igor':
  159. *clr & cla
  160. gs 'npc_relationship', 'modify', 'A1', 'like'
  161. gs 'exp_gain', 'chrsm', rand(1,2)
  162. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  163. if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
  164. if npc_rel['A4'] >= 60:
  165. 'You sit next to Igor. He''s polite, but seems more focused on the class than wanting to talk to you.'
  166. elseif npc_rel['A4'] <= 20:
  167. 'You sit next to Igor, who glances at you with disgust before getting up and moving away.'
  168. else
  169. 'You sit next to Igor, but he tells you not to distract him and ignores you.'
  170. end
  171. else
  172. if npc_rel['A4'] >= 60:
  173. '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.'
  174. elseif npc_rel['A4'] <= 20:
  175. '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?"'
  176. else
  177. 'You sit next to Igor, who does talks to you, but seems far more focused on what the professor is saying than you.'
  178. end
  179. end
  180. gs 'stat'
  181. act 'Finish talking': gs 'uni_lessons_electives2', 'art_102_model_igor'
  182. end
  183. act 'Feofan':
  184. *clr & cla
  185. gs 'npc_relationship', 'modify', 'A152', 'like'
  186. gs 'exp_gain', 'chrsm', rand(1,2)
  187. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  188. if npc_rel['A152'] >= 60:
  189. '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.'
  190. elseif npc_rel['A152'] <= 20:
  191. '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.'
  192. else
  193. '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.'
  194. end
  195. gs 'stat'
  196. act 'Finish talking': gs 'uni_lessons_electives2', 'art_102_model_feofan'
  197. end
  198. act 'Natasha':
  199. *clr & cla
  200. gs 'npc_relationship', 'modify', 'A16', 'like'
  201. gs 'exp_gain', 'chrsm', rand(1,2)
  202. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
  203. if NatbelQW['Lover'] >= 2:
  204. '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.'
  205. elseif fame['city_slut'] >= 175 or fame['pav_slut'] >= 175:
  206. if npc_rel['A16'] >= 60:
  207. '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.'
  208. elseif npc_rel['A16'] <= 20:
  209. 'You sit next to Natasha, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
  210. else
  211. '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.'
  212. end
  213. else
  214. if npc_rel['A16'] >= 60:
  215. '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.'
  216. elseif npc_rel['A16'] <= 20:
  217. '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.'
  218. else
  219. '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.'
  220. end
  221. end
  222. gs 'stat'
  223. act 'Finish talking': gs 'uni_lessons_electives2', 'art_102_model_natasha'
  224. end
  225. end
  226. end
  227. if $ARGS[0] = 'art_102_model':
  228. menu_off = 1
  229. gs 'stat'
  230. *clr & cla
  231. if university['semester_week'] < 8:
  232. temprand = rand(1,10)
  233. if temprand <= 3:
  234. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  235. '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.'
  236. '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.'
  237. elseif temprand <= 5:
  238. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka2.jpg"></center>'
  239. 'After he finishes his lecture, Mr. Ilyushin brings out a wooden bar as a familiar face walks into the classroom. It''s Anushka, who is wearing an overcoat. "Today, we have one of your fellow students as a model. Please take your seat, Miss Konstantinov." As he talks, she removes the overcoat, showing off a pair of pink and blank panties with a matching bra, along with a black garter belt and stockings. Her look is finished off with some very tall heels. She kneels down on the platform, which causes her panties to slip up the crack of her ass as she looks back over her shoulder taking a modeling pose with a big smile.'
  240. 'Mr. Ilyushin nods in approval before walking to the back of the class and telling 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 later in the semester too. The class goes by fairly quickly.'
  241. elseif temprand <= 7:
  242. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female2.jpg"></center>'
  243. '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 with short hair comes in. As Mr. Ilyushin talks, she strips down to her panties and sits on the chair in a position that has one of her arms covering her nipples, leaving her just barely covered. "Today, we have one of your fellow students as a model."'
  244. '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.'
  245. else
  246. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male2.jpg"></center>'
  247. 'After he finishes his lecture, Mr. Ilyushin slides the platform against one of the walls as a young good looking man comes in, strips down to his boxer shorts and half sits and half stands against the edge of the platform. "Today, we have one of your fellow students as a model."'
  248. '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 later in the semester too. The class goes by fairly quickly.'
  249. end
  250. act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
  251. else
  252. temprand = rand(1,10)
  253. if temprand <= 3:
  254. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  255. '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.'
  256. '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.'
  257. elseif temprand <= 5:
  258. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka3.jpg"></center>'
  259. 'After he finishes his lecture, Mr. Ilyushin brings out a raised platform as a familiar face walks into the classroom. It''s Anushka, who is wearing an overcoat. "Today, we have one of your fellow students as a model. Please take your seat, Miss Konstantinov." As he talks, she removes the overcoat to reveal that she''s completely naked underneath, showing off her tattoos - and everything else. She gets on the platform and sits down, leaning to one side to support herself with one arm while tucking her legs back up under her as she smiles at the class.'
  260. 'Mr. Ilyushin nods in approval before walking to the back of the class and telling 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 would like to bang her. The class goes by fairly quickly.'
  261. elseif temprand <= 7:
  262. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female3.jpg"></center>'
  263. '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 wearing an overcoat, which she removes to reveal that she''s completely naked underneath as she sits down on the raised platform. "Today, we have one of your fellow students as a model."'
  264. '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.'
  265. else
  266. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male3.jpg"></center>'
  267. 'After he finishes his lecture, Mr. Ilyushin slides the platform against one of the walls as a young good looking man comes in and strips down before laying down on his side on the platform. "Today, we have one of your fellow students as a model."'
  268. '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. While you''re drawing him, you overhear a few your female classmates talking about how he''s not as good looking as the previous male models. Two of the girls can''t stop giggling, much to Mr. Ilyushin''s annoyance, who lectures them about taking it seriously. The class goes by fairly quickly.'
  269. end
  270. act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
  271. end
  272. end
  273. if $ARGS[0] = 'art_102_model_igor':
  274. menu_off = 1
  275. gs 'stat'
  276. *clr & cla
  277. if university['semester_week'] < 8:
  278. temprand = rand(1,10)
  279. if temprand <= 3:
  280. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  281. '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.'
  282. '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.'
  283. elseif temprand <= 5:
  284. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka2.jpg"></center>'
  285. 'After he finishes his lecture, Mr. Ilyushin brings out a wooden bar as a familiar face walks into the classroom. It''s Anushka, who is wearing an overcoat. "Today, we have one of your fellow students as a model. Please take your seat, Miss Konstantinov." As he talks, she removes the overcoat, showing off a pair of pink and blank panties with a matching bra, along with a black garter belt and stockings. Her look is finished off with some very tall heels. She kneels down on the platform, which causes her panties to slip up the crack of her ass as she looks back over her shoulder taking a modeling pose with a big smile.'
  286. 'Mr. Ilyushin nods in approval before walking to the back of the class and telling everyone to start.'
  287. '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 later in the semester too. Igor, meanwhile, seems very intent on trying to capture her femine form, paying special attention to her clothes and body position. The class goes by fairly quickly.'
  288. elseif temprand <= 7:
  289. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female2.jpg"></center>'
  290. '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 with short hair comes in. As Mr. Ilyushin talks, she strips down to her panties and sits on the chair in a position that has one of her arms covering her nipples, leaving her just barely covered. "Today, we have one of your fellow students as a model."'
  291. '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. Igor looks her over as she strips down, but he doesn''t seem to be leering like the other boys. The class goes by fairly quickly.'
  292. else
  293. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male2.jpg"></center>'
  294. 'After he finishes his lecture, Mr. Ilyushin slides the platform against one of the walls as a young good looking man comes in, strips down to his boxer shorts and half sits and half stands against the edge of the platform. "Today, we have one of your fellow students as a model."'
  295. '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 later in the semester too. Igor, meanwhile, is looking a little flushed as he starts drawing.'
  296. end
  297. act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
  298. else
  299. temprand = rand(1,10)
  300. if temprand <= 3:
  301. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  302. '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.'
  303. '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.'
  304. elseif temprand <= 5:
  305. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka3.jpg"></center>'
  306. 'After he finishes his lecture, Mr. Ilyushin brings out a raised platform as a familiar face walks into the classroom. It''s Anushka, who is wearing an overcoat. "Today, we have one of your fellow students as a model. Please take your seat, Miss Konstantinov." As he talks, she removes the overcoat to reveal that she''s completely naked underneath, showing off her tattoos - and everything else. She gets on the platform and sits down, leaning to one side to support herself with one arm while tucking her legs back up under her as she smiles at the class.'
  307. 'Mr. Ilyushin nods in approval before walking to the back of the class and telling 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 would like to bang her. Igor, meanwhile, seems very intent on trying to capture her femine form, paying special attention to her body position. The class goes by fairly quickly.'
  308. elseif temprand <= 7:
  309. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female3.jpg"></center>'
  310. '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 wearing an overcoat, which she removes to reveal that she''s completely naked underneath as she sits down on the raised platform. "Today, we have one of your fellow students as a model."'
  311. '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. Igor, meanwhile, seems very intent on trying to capture her femine form, paying special attention to her body position. The class goes by fairly quickly.'
  312. else
  313. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male3.jpg"></center>'
  314. 'After he finishes his lecture, Mr. Ilyushin slides the platform against one of the walls as a young good looking man comes in and strips down before laying down on his side on the platform. "Today, we have one of your fellow students as a model."'
  315. '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. While you''re drawing him, you overhear a few your female classmates 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. Igor, meanwhile, is looking a little flushed as he starts drawing. The class goes by fairly quickly.'
  316. end
  317. act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
  318. end
  319. end
  320. if $ARGS[0] = 'art_102_model_feofan':
  321. menu_off = 1
  322. gs 'stat'
  323. *clr & cla
  324. if university['semester_week'] < 8:
  325. temprand = rand(1,10)
  326. if temprand <= 3:
  327. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  328. '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.'
  329. 'He then walks around the class checking on each student, stopping to give pointers or answer questions as needed. 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. The class goes by fairly quickly.'
  330. elseif temprand <= 5:
  331. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka2.jpg"></center>'
  332. 'After he finishes his lecture, Mr. Ilyushin brings out a wooden bar as a familiar face walks into the classroom. It''s Anushka, who is wearing an overcoat. "Today, we have one of your fellow students as a model. Please take your seat, Miss Konstantinov." As he talks, she removes the overcoat, showing off a pair of pink and blank panties with a matching bra, along with a black garter belt and stockings. Her look is finished off with some very tall heels. She kneels down on the platform, which causes her panties to slip up the crack of her ass as she looks back over her shoulder taking a modeling pose with a big smile.'
  333. 'Mr. Ilyushin nods in approval before walking to the back of the class and telling everyone to start.'
  334. '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 later in the semester too. While you''re drawing Anushka, you overhear a few of your male classmates talking about how they hope she models later in the semester too. The class goes by fairly quickly, but you do notice how Mr. Ilyushin seems to spend more time than normal with Feofan.'
  335. elseif temprand <= 7:
  336. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female2.jpg"></center>'
  337. '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 with short hair comes in and strips down to her panties.'
  338. '"I''m so glad I took art this year," you overhear Feofan mutter to himself as she sits on the chair in a position that has one of her arms covering her nipples, leaving her just barely covered. "Today, we have one of your fellow students as a model."'
  339. '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. Glancing over at Feofan''s work, you notice he seems to being spending a lot of time drawing her breasts.'
  340. else
  341. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male2.jpg"></center>'
  342. 'After he finishes his lecture, Mr. Ilyushin slides the platform against one of the walls as a young good looking man comes in, strips down to his boxer shorts and half sits and half stands against the edge of the platform. "Today, we have one of your fellow students as a model."'
  343. 'Feofan shakes his head. "Man, I could never do that." 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 later in the semester too. The class goes by fairly quickly.'
  344. end
  345. act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
  346. else
  347. temprand = rand(1,10)
  348. if temprand <= 3:
  349. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  350. '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.'
  351. 'He then walks around the class checking on each student, stopping to give pointers or answer questions as needed. 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. The class goes by fairly quickly.'
  352. elseif temprand <= 5:
  353. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka3.jpg"></center>'
  354. 'After he finishes his lecture, Mr. Ilyushin brings out a raised platform as a familiar face walks into the classroom. It''s Anushka, who is wearing an overcoat. "Today, we have one of your fellow students as a model. Please take your seat, Miss Konstantinov." As he talks, she removes the overcoat to reveal that she''s completely naked underneath, showing off her tattoos - and everything else.'
  355. 'As Anushka strips down, you notice Feofan swallow as he tries not to stare. You''re pretty sure you can see a growing bulge in his pants though.'
  356. 'Anushka gets on the platform and sits down, leaning to one side to support herself with one arm while tucking her legs back up under her as she smiles at the class. 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.'
  357. elseif temprand <= 7:
  358. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female3.jpg"></center>'
  359. '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 wearing an overcoat, which she removes to reveal that she''s completely naked underneath as she sits down on the raised platform. "Man, I love art class..." Feofan mutters to himself.'
  360. '"Today, we have one of your fellow students as a model," Mr. Ilyushin says 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. The class goes by fairly quickly.'
  361. else
  362. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male3.jpg"></center>'
  363. 'After he finishes his lecture, Mr. Ilyushin slides the platform against one of the walls as a young good looking man comes in and strips down before laying down on his side on the platform. "Today, we have one of your fellow students as a model."'
  364. 'You notice Feofan is trying not to look at the naked guy, which only makes you smile at his discomfort. 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. While you''re drawing him, you overhear a few your female classmates talking about how he''s not as good looking as the previous male models. Two of the girls can''t stop giggling, much to Mr. Ilyushin''s annoyance, who lectures them about taking it seriously. The class goes by fairly quickly.'
  365. end
  366. act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
  367. end
  368. end
  369. if $ARGS[0] = 'art_102_model_natasha':
  370. menu_off = 1
  371. gs 'stat'
  372. *clr & cla
  373. if university['semester_week'] < 8:
  374. temprand = rand(1,10)
  375. if temprand <= 3:
  376. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  377. '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.'
  378. 'He then walks around the class checking on each student, stopping to give pointers or answer questions as needed. This is a theory lesson which Natasha is clearly comfortable with and she doesn''t require any assistance from the lecturer. The class goes by fairly quickly.'
  379. elseif temprand <= 5:
  380. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka2.jpg"></center>'
  381. 'After he finishes his lecture, Mr. Ilyushin brings out a wooden bar as a familiar face walks into the classroom. It''s Anushka, who is wearing an overcoat. "Today, we have one of your fellow students as a model. Please take your seat, Miss Konstantinov." As he talks, she removes the overcoat, showing off a pair of pink and blank panties with a matching bra, along with a black garter belt and stockings. Her look is finished off with some very tall heels. She kneels down on the platform, which causes her panties to slip up the crack of her ass as she looks back over her shoulder taking a modeling pose with a big smile.'
  382. 'Mr. Ilyushin nods in approval before walking to the back of the class and telling everyone to start.'
  383. '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 later in the semester too. When you glance over at Natasha, you see that she''s clearly a bit uncomfortable with Annushka''s state of undress and despite her best efforts, she can''t stop herself from blushing slightly. You shake your head slightly and smile before getting on with your own work. The class goes by fairly quickly.'
  384. elseif temprand <= 7:
  385. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female2.jpg"></center>'
  386. '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 with short hair comes in. As Mr. Ilyushin talks, she strips down to her panties and sits on the chair in a position that has one of her arms covering her nipples, leaving her just barely covered. "Today, we have one of your fellow students as a model."'
  387. '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. When you look at Natasha, you see that she''s clearly uncomfortable with the woman''s lack of clothing and is unable to stop herself from blushing. You let out a small, quiet giggle before concentrating on your work for the rest of the lesson. The class goes by fairly quickly.'
  388. else
  389. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male2.jpg"></center>'
  390. 'After he finishes his lecture, Mr. Ilyushin slides the platform against one of the walls as a young good looking man comes in, strips down to his boxer shorts and half sits and half stands against the edge of the platform. "Today, we have one of your fellow students as a model."'
  391. '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 later in the semester too. You look over at Natasha and notice that she''s bright red. You aren''t sure if this is due to embarrassment or if she might fancy the model; maybe it''s a bit of both. The class goes by fairly quickly.'
  392. end
  393. act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
  394. else
  395. temprand = rand(1,10)
  396. if temprand <= 3:
  397. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
  398. '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.'
  399. 'He then walks around the class checking on each student, stopping to give pointers or answer questions as needed. Natasha concentrates hard on the lecture and is clearly comfortable with a theory lesson. The lecturer didn''t need to come over to her and could concentrate on helping some of the other students. The class goes by fairly quickly.'
  400. elseif temprand <= 5:
  401. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka3.jpg"></center>'
  402. 'After he finishes his lecture, Mr. Ilyushin brings out a raised platform as a familiar face walks into the classroom. It''s Anushka, who is wearing an overcoat. "Today, we have one of your fellow students as a model. Please take your seat, Miss Konstantinov." As he talks, she removes the overcoat to reveal that she''s completely naked underneath, showing off her tattoos - and everything else. She gets on the platform and sits down, leaning to one side to support herself with one arm while tucking her legs back up under her as she smiles at the class.'
  403. 'Mr. Ilyushin nods in approval before walking to the back of the class and telling 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 would like to bang her.'
  404. 'You glance over at Natasha and see that she''s clearly uncomfortable with Anushka''s lack of clothing. She blushes occasionally and clearly struggles to concentrate on her work until the lecturer comes over and talks to her, giving her come encouragement and guidance.'
  405. elseif temprand <= 7:
  406. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female3.jpg"></center>'
  407. '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 wearing an overcoat, which she removes to reveal that she''s completely naked underneath as she sits down on the raised platform. "Today, we have one of your fellow students as a model."'
  408. '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. When you look at Natasha, you see that she''s clearly very uncomfortable with the situation and is simply unable to stop herself from blushing. You quietly giggle, but the lecturer notices and tells you to get on with your work before going to help Natasha. The class goes by fairly quickly.'
  409. else
  410. '<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male3.jpg"></center>'
  411. 'After he finishes his lecture, Mr. Ilyushin slides the platform against one of the walls as a young good looking man comes in and strips down before laying down on his side on the platform. "Today, we have one of your fellow students as a model."'
  412. '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. While you''re drawing him, you overhear a few your female classmates talking about how he''s not as good looking as the previous male models. Two of the girls can''t stop giggling, much to Mr. Ilyushin''s annoyance, who lectures them about taking it seriously.'
  413. 'You notice that Natasha is glowing bright red and think back to school, feeling that the reason she''s so embarrassed at the whole situation is because she was rumoured to have gone out on a few dates with Lazar, so this model clearly wouldn''t appeal to her.'
  414. end
  415. act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
  416. end
  417. end
  418. --- uni_lessons_electives2 ---------------------------------