Ver Fonte

[Added] New uni electives by Nutluck. Wont do anything until the uni_admin file is done so you can actaully register for the classes.

bgkjdgbizgblzdgbr há 10 meses atrás
pai
commit
0fa9f22e69

+ 3 - 0
glife.qproj

@@ -1033,6 +1033,9 @@
 		<Location name="uni_exams2"/>
 		<Location name="uni_exams3"/>
 		<Location name="uni_exams4"/>
+		<Location name="uni_lessons_electives1"/>
+		<Location name="uni_lessons_electives2"/>
+		<Location name="uni_lessons_electivesev1"/>
 		<Location name="uni_events"/>
 		<Location name="uniutil"/>
 	</Folder>

+ 2 - 2
locations/uni_lessons.qsrc

@@ -71,9 +71,9 @@ if $ARGS[0] = 'short_break':
 	menu_off = 1
 	if hour = 9: minut += 90 - minut					
 	if hour = 10 and minut < 30: minut += 30 - minut
-	if hour = 11: minut += 90 - minut					
+	if hour = 11: minut += 90 - minut
 	if hour = 12 and minut < 30: minut += 30 - minut	
-	if hour = 13: minut += 105 - minut					
+	if hour = 13: minut += 105 - minut
 	if hour = 14 and minut < 45: minut += 45 - minut
 	gs 'stat'
 	if katjaQW['QWstage'] < 2 and hour >= 14 and npc_rel['A14'] >= 70 and fame['city_slut'] < 150 and pcs_makupskl >= 40 and hotcat >= 6: gt 'katja_uni', 'dorm_room_invite'

+ 400 - 0
locations/uni_lessons_electives1.qsrc

@@ -0,0 +1,400 @@
+# uni_lessons_electives1
+close all
+!! elective classes in this file computers_101, art_101
+!!Evgeny Yurievich Blagov - Computer 101, 30''s, decent looking fit
+!!Leonid Ilyushin - Art 101, short unattractive middle aged man
+!!uni students taking computer electives. - Anushka Konstantinov, Dimka Nosov, Djibril Maina, Natasha Belova
+!!uni students taking art electives. - Feofan Krupin, Igor Kruglov, Natasha Belova
+!!art models - Anushka Konstantinov, Albina Barlovskaya (TBA)
+
+!!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.
+if $ARGS[0] = 'Computers 101':
+	menu_off = 1
+	!!gs 'grades', 'attend_class', 'uni_teaching_studies_semester_1', 'Computers 101'
+	gs 'exp_gain', 'intel', rand(0,1)
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/computer/class.jpg"></center>'
+	'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.'
+	gs 'willpower', 'chore', 'self', iif(grupTipe = 4 and pcs_traits['nerd_status'] = 0, 'hard', iif(pcs_traits['nerd_status'] > 0, 'easy', 'medium'))
+	if pcs_traits['nerd_status'] = 2: will_cost = will_cost / 2
+	if will_cost <= pcs_willpwr or pcs_traits['nerd_status'] = 3:	
+		act 'Listen attentively to Mr. Blagov'+iif(pcs_traits['nerd_status'] = 3, '', ' (<<will_cost>> Willpower)')+' ':
+			*clr & cla
+			!!gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'computers 101', pcs_intel
+			gs 'exp_gain', 'compskl', rand(0,1)
+			pcs_traits['nerd_lessons'] += 1
+			if pcs_traits['nerd_status'] < 3: gs 'willpower', 'pay', 'self'
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/attentive<<rand(1,4)>>.jpg"></center>'
+			'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.'
+			act 'Ask a question about the lesson':
+				*clr & cla
+				!!gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_1', 'computers 101', pcs_chrsm
+				gs 'exp_gain', 'intel', rand(1,2)
+				'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
+				'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.'
+				act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
+			end
+			act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
+		end
+	else
+		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>'
+	end
+	act 'Don''t pay attention in class':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
+		'Mr. Blagov''s lecture is very dry and boring, and you''re having a hard time paying attention.'
+		act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
+	end
+	act 'Talk to a classmate':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
+		'As you arrive in class, you look around and decide to sit next to...'
+		act 'Dimka':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A1', 'like'
+			gs 'exp_gain', 'chrsm', rand(1,2)
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
+			if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
+				if npc_rel['A1'] >= 60:
+					'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.'
+				else
+					'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."' 
+					'You hear several other students snicker at his comments. Embarrassed, you move to another location and sit by yourself.'
+				end
+			else
+				if npc_rel['A1'] >= 60:
+					'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.'
+				elseif npc_rel['A1'] <= 20:
+					'You sit next to Dimka, but he dismisses all of your attempts to speak with him and spends the lesson ignoring you.'
+				else
+					'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.'
+				end
+			end
+			gs 'stat'
+			act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
+		end
+		act 'Anushka':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A144', 'like'
+			gs 'exp_gain', 'chrsm', rand(1,2)
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
+			if npc_rel['A144'] >= 60:
+				if fame['city_slut'] >= 300 or fame['pav_slut'] >= 300:
+					'You sit next to Anushka, who she smiles at you as you take a seat. "What up, slut?"' 
+					'You know she''s just being her normal playful self and the two of you are talking away and missing much of the class.'
+				else
+					'You sit next to Anushka, who smiles at you as you sit down. "What up?"' 
+					'The two of you are soon talking away and missing much of the class.'
+				end
+			elseif npc_rel['A144'] <= 20:
+				'You sit next to Anushka, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
+			else
+				'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.'
+			end
+			gs 'stat'
+			act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
+		end
+		act 'Djibril':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A82', 'like'
+			gs 'exp_gain', 'chrsm', rand(1,2)
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
+			if npc_rel['A82'] >= 60:
+				'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.'
+			elseif npc_rel['A82'] <= 20:
+				'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.'
+			else
+				'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.'
+			end
+			gs 'stat'
+			act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
+		end
+		act 'Natasha':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A16', 'like'
+			gs 'exp_gain', 'chrsm', rand(1,2)
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
+			if NatbelQW['Lover'] >= 2:
+				'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.'
+			elseif fame['city_slut'] >= 175 or fame['pav_slut'] >= 175:
+				if npc_rel['A16'] >= 60:
+					'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.'
+				elseif npc_rel['A16'] <= 20:
+					'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.'
+				else
+					'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.'
+				end
+			else
+				if npc_rel['A16'] >= 60:
+					'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.'
+				elseif npc_rel['A16'] <= 20:
+					'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.'
+				else
+					'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.'
+				end
+			end
+			gs 'stat'
+			act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
+		end
+	end
+end
+
+if $ARGS[0] = 'Art 101':
+	menu_off = 1
+	!!gs 'grades', 'attend_class', 'uni_teaching_studies_semester_1', 'Art 101'
+	gs 'exp_gain', 'agil', rand(0,1)
+	gs 'exp_gain', 'artskls', rand(0,1)
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+	'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.'
+	act 'Pay attention in class':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/attentive<<rand(1,4)>>.jpg"></center>'
+		'Mr. Ilyushin''s lecture is fairly entertaining and you have an easy time paying attention to it.'
+		act 'Finish talking': gs 'uni_lessons_electives1', 'art_101_model'
+	end
+	act 'Talk to a classmate':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
+		'As you arrive in class, you look around and decide to sit next to...'
+		act 'Igor':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A1', 'like'
+			gs 'exp_gain', 'chrsm', rand(1,2)
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
+			if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
+				if npc_rel['A4'] >= 60:
+					'You sit next to Igor. He''s polite, but seems more focused on the class than wanting to talk to you.'
+				elseif npc_rel['A4'] <= 20:
+					'You sit next to Igor, who glances at you with disgust before getting up and moving away.'
+				else
+					'You sit next to Igor, but he tells you not to distract him and ignores you.'
+				end
+			else
+				if npc_rel['A4'] >= 60:
+					'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.'
+				elseif npc_rel['A4'] <= 20:
+					'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?"'
+				else
+					'You sit next to Igor, who does talks to you, but seems far more focused on what the professor is saying than you.'
+				end
+			end
+			gs 'stat'
+			act 'Finish talking': gs 'uni_lessons_electives1', 'art_101_model_igor'
+		end
+		act 'Feofan':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A152', 'like'
+			gs 'exp_gain', 'chrsm', rand(1,2)
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
+			if npc_rel['A152'] >= 60:
+				'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.'
+			elseif npc_rel['A152'] <= 20:
+				'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.'
+			else
+				'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.'
+			end
+			gs 'stat'
+			act 'Finish talking': gs 'uni_lessons_electives1', 'art_101_model_feofan'
+		end
+		act 'Natasha':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A16', 'like'
+			gs 'exp_gain', 'chrsm', rand(1,2)
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
+			if NatbelQW['Lover'] >= 2:
+				'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.'
+			elseif fame['city_slut'] >= 175 or fame['pav_slut'] >= 175:
+				if npc_rel['A16'] >= 60:
+					'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.'
+				elseif npc_rel['A16'] <= 20:
+					'You sit next to Natasha, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
+				else
+					'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.'
+				end
+			else
+				if npc_rel['A16'] >= 60:
+					'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.'
+				elseif npc_rel['A16'] <= 20:
+					'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.'
+				else
+					'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.'
+				end
+			end
+			gs 'stat'
+			act 'Finish talking': gs 'uni_lessons_electives1', 'art_101_model_natasha'
+		end
+	end
+end
+
+if $ARGS[0] = 'art_101_model':
+	menu_off = 1
+	gs 'stat'
+	*clr & cla
+	if university['semester_week'] < 8:
+		temprand = rand(1,5)
+		if temprand = 1:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+			'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.'
+			act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+		else
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+			'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.'
+			act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+		end
+	else
+		temprand = rand(1,10)
+		if temprand <= 3:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+			'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.'
+		elseif temprand <= 5:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka1.jpg"></center>'
+			'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."' 
+			'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.' 
+			'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.'
+		elseif temprand <= 7:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female1.jpg"></center>'
+			'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 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.'
+		else
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male1.jpg"></center>'
+			'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."'
+			'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.'
+		end
+		act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+	end
+
+end
+
+if $ARGS[0] = 'art_101_model_igor':
+	menu_off = 1
+	gs 'stat'
+	*clr & cla
+	if university['semester_week'] < 8:
+		temprand = rand(1,5)
+		if temprand = 1:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+			'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.'
+		else
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+			'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. Igor seems to do fairly decent and ends up asking more questions than most. The class goes by fairly quickly.'
+		end
+	else
+		temprand = rand(1,10)
+		if temprand <= 3:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+			'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. Igor seems to do fairly decent and ends up asking more questions than most.' 
+			'The class goes by fairly quickly.'
+		elseif temprand <= 5:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka1.jpg"></center>'
+			'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."' 
+			'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.' 
+			'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.' 
+			'The class goes by fairly quickly.'
+		elseif temprand <= 7:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female1.jpg"></center>'
+			'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."' 
+			'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.' 
+			'The class goes by fairly quickly.'
+		else
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male1.jpg"></center>'
+			'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."' 
+			'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.' 
+			'The class goes by fairly quickly.'
+		end
+		act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+	end
+end
+
+if $ARGS[0] = 'art_101_model_feofan':
+	menu_off = 1
+	gs 'stat'
+	*clr & cla
+	if university['semester_week'] < 8:
+		temprand = rand(1,5)
+		if temprand = 1:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+			'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.'
+			act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+		else
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+			'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.'
+			act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+		end
+	else
+		temprand = rand(1,10)
+		if temprand <= 3:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+			'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.' 
+			'The class goes by fairly quickly.'
+		elseif temprand <= 5:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka1.jpg"></center>'
+			'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."' 
+			'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.' 
+			'The class goes by fairly quickly.'
+		elseif temprand <= 7:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female1.jpg"></center>'
+			'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.'
+			'"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.'
+			'The class goes by fairly quickly.'
+		else
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male1.jpg"></center>'
+			'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.' 
+			'"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.' 
+			'The class goes by fairly quickly.'
+		end
+		act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+	end
+end
+
+if $ARGS[0] = 'art_101_model_natasha':
+	menu_off = 1
+	gs 'stat'
+	*clr & cla
+	if university['semester_week'] < 8:
+		temprand = rand(1,5)
+		if temprand = 1:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+			'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.'
+			'You notice that Natasha appears to like this lecture as she appears very comfortable with theory.'
+			act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+		else
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+			'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.'
+			'You notice that Natasha really concentrates on the subject and seems to be very comfortable with the lesson.'
+			act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+		end
+	else
+		temprand = rand(1,10)
+		if temprand <= 3:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+			'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.'
+			'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.'
+		elseif temprand <= 5:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka1.jpg"></center>'
+			'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."' 
+			'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.'
+			'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.'
+		elseif temprand <= 7:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female1.jpg"></center>'
+			'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.'
+			'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.'
+			'The class goes by fairly quickly.'
+		else
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male1.jpg"></center>'
+			'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.' 
+			'While you''re drawing him, you overhear a few of your female classmates talking about how they hope he models next semester too.'
+			'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.'
+			'The class goes by fairly quickly.'
+		end
+		act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+	end
+end
+
+--- uni_lessons_electives1 ---------------------------------
+

+ 427 - 0
locations/uni_lessons_electives2.qsrc

@@ -0,0 +1,427 @@
+# uni_lessons_electives2
+close all
+!! elective classes in this file computers_102, art_102
+!!Evgeny Yurievich Blagov - Computer 102
+!!Leonid Ilyushin - Art 102
+!!uni students taking computer electives. - Anushka Konstantinov, Dimka Nosov, Djibril Maina, Natasha Belova
+!!uni students taking art electives. - Feofan Krupin, Igor Kruglov
+!!art models - Anushka Konstantinov, Albina Barlovskaya (TBA) 
+
+if $ARGS[0] = 'Computers 102':
+	menu_off = 1
+	!!gs 'grades', 'attend_class', 'uni_teaching_studies_semester_2', 'Computers 102'
+	gs 'exp_gain', 'intel', rand(0,1)
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/computer/class.jpg"></center>'
+	'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.'
+	gs 'willpower', 'chore', 'self', iif(grupTipe = 4 and pcs_traits['nerd_status'] = 0, 'hard', iif(pcs_traits['nerd_status'] > 0, 'easy', 'medium'))
+	if pcs_traits['nerd_status'] = 2: will_cost = will_cost / 2
+	if will_cost <= pcs_willpwr or pcs_traits['nerd_status'] = 3:	
+		act 'Listen attentively to Mr. Blagov'+iif(pcs_traits['nerd_status'] = 3, '', ' (<<will_cost>> Willpower)')+' ':
+			*clr & cla
+			!!gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_2', 'computers 102', pcs_intel
+			gs 'exp_gain', 'compskl', rand(0,1)
+			pcs_traits['nerd_lessons'] += 1
+			if pcs_traits['nerd_status'] < 3: gs 'willpower', 'pay', 'self'
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/attentive<<rand(1,4)>>.jpg"></center>'
+			'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.'
+			act 'Ask a question about the lesson':
+				*clr & cla
+				!!gs 'grades', 'class_activity_attributes', 'uni_teaching_studies_semester_2', 'computers 102', pcs_chrsm
+				gs 'exp_gain', 'intel', rand(1,2)
+				'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/question1.jpg"></center>'
+				'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.'
+				act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
+			end
+			act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
+		end
+	else
+		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>'
+	end
+	act 'Don''t pay attention in class':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/bored.jpg"></center>'
+		'Mr. Blagov''s lecture is very dry and boring, and you''re having a hard time paying attention.'
+		act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
+	end
+	act 'Talk to a classmate':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
+		'As you arrive in class, you look around and decide to sit next to...'
+		act 'Dimka':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A1', 'like'
+			gs 'exp_gain', 'chrsm', rand(1,2)
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
+			if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
+				if npc_rel['A4'] >= 60:
+					'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.'
+				else
+					'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."' 
+					'You hear several other students snicker at his comments. Embarrassed, you move to another location and sit by yourself.'
+				end
+			else
+				if npc_rel['A4'] >= 60:
+					'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.'
+				elseif npc_rel['A4'] <= 20:
+					'You sit next to Dimka, but he dismisses all of your attempts to speak with him and spends the lesson ignoring you.'
+				else
+					'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.'
+				end
+			end
+			gs 'stat'
+			act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
+		end
+		act 'Anushka':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A144', 'like'
+			gs 'exp_gain', 'chrsm', rand(1,2)
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
+			if npc_rel['A144'] >= 60:
+				if fame['city_slut'] >= 300 or fame['pav_slut'] >= 300:
+					'You sit next to Anushka, who she smiles at you as you take a seat. "What up, slut?"' 
+					'You know she''s just being her normal playful self and the two of you are talking away and missing much of the class.'
+				else
+					'You sit next to Anushka, who smiles at you as you sit down. "What up?"' 
+					'The two of you are soon talking away and missing much of the class.'
+				end
+			elseif npc_rel['A144'] <= 20:
+				'You sit next to Anushka, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
+			else
+				'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.'
+			end
+
+			gs 'stat'
+			act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
+		end
+		act 'Djibril':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A82', 'like'
+			gs 'exp_gain', 'chrsm', rand(1,2)
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
+			if npc_rel['A82'] >= 60:
+				'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.'
+			elseif npc_rel['A82'] <= 20:
+				'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.'
+			else
+				'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.'
+			end
+			gs 'stat'
+			act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
+		end
+		act 'Natasha':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A16', 'like'
+			gs 'exp_gain', 'chrsm', rand(1,2)
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
+			if NatbelQW['Lover'] >= 2:
+				'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.'
+			elseif fame['city_slut'] >= 175 or fame['pav_slut'] >= 175:
+				if npc_rel['A16'] >= 60:
+					'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.'
+				elseif npc_rel['A16'] <= 20:
+					'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.'
+				else
+					'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.'
+				end
+			else
+				if npc_rel['A16'] >= 60:
+					'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.'
+				elseif npc_rel['A16'] <= 20:
+					'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.'
+				else
+					'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.'
+				end
+			end
+			gs 'stat'
+			act 'Wait for the end of the lesson': gs 'uni_lessons_electivesev1', 'computers_101'
+		end
+	end
+end
+
+if $ARGS[0] = 'Art 102':
+	menu_off = 1
+	!!gs 'grades', 'attend_class', 'uni_teaching_studies_semester_2', 'Art 102'
+	gs 'exp_gain', 'agil', rand(0,1)
+	gs 'exp_gain', 'artskls', rand(0,1)
+	gs 'stat'
+	'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+	'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.'
+	act 'Pay attention in class':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/attentive<<rand(1,4)>>.jpg"></center>'
+		'Mr. Ilyushin''s lecture is fairly entertaining and you have an easy time paying attention.'
+		act 'Finish talking': gs 'uni_lessons_electives2', 'art_102_model'
+	end
+	act 'Talk to a classmate':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
+		'As you arrive in class, you look around and decide to sit next to...'
+		act 'Igor':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A1', 'like'
+			gs 'exp_gain', 'chrsm', rand(1,2)
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
+			if fame['city_slut'] >= 250 or fame['pav_slut'] >= 250:
+				if npc_rel['A4'] >= 60:
+					'You sit next to Igor. He''s polite, but seems more focused on the class than wanting to talk to you.'
+				elseif npc_rel['A4'] <= 20:
+					'You sit next to Igor, who glances at you with disgust before getting up and moving away.'
+				else
+					'You sit next to Igor, but he tells you not to distract him and ignores you.'
+				end
+			else
+				if npc_rel['A4'] >= 60:
+					'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.'
+				elseif npc_rel['A4'] <= 20:
+					'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?"'
+				else
+					'You sit next to Igor, who does talks to you, but seems far more focused on what the professor is saying than you.'
+				end
+			end
+			gs 'stat'
+			act 'Finish talking': gs 'uni_lessons_electives2', 'art_102_model_igor'
+		end
+		act 'Feofan':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A152', 'like'
+			gs 'exp_gain', 'chrsm', rand(1,2)
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
+			if npc_rel['A152'] >= 60:
+				'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.'
+			elseif npc_rel['A152'] <= 20:
+				'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.'
+			else
+				'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.'
+			end
+			gs 'stat'
+			act 'Finish talking': gs 'uni_lessons_electives2', 'art_102_model_feofan'
+		end
+		act 'Natasha':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A16', 'like'
+			gs 'exp_gain', 'chrsm', rand(1,2)
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/talk.jpg"></center>'
+			if NatbelQW['Lover'] >= 2:
+				'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.'
+			elseif fame['city_slut'] >= 175 or fame['pav_slut'] >= 175:
+				if npc_rel['A16'] >= 60:
+					'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.'
+				elseif npc_rel['A16'] <= 20:
+					'You sit next to Natasha, but she dismisses all of your attempts to speak with her until she tells you to leave her alone.'
+				else
+					'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.'
+				end
+			else
+				if npc_rel['A16'] >= 60:
+					'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.'
+				elseif npc_rel['A16'] <= 20:
+					'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.'
+				else
+					'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.'
+				end
+			end
+			gs 'stat'
+			act 'Finish talking': gs 'uni_lessons_electives2', 'art_102_model_natasha'
+		end
+	end
+end
+
+if $ARGS[0] = 'art_102_model':
+	menu_off = 1
+	gs 'stat'
+	*clr & cla
+	if university['semester_week'] < 8:
+		temprand = rand(1,10)
+		if temprand <= 3:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+			'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.'
+		elseif temprand <= 5:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka2.jpg"></center>'
+			'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.' 
+			'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.'
+		elseif temprand <= 7:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female2.jpg"></center>'
+			'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."' 
+			'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.'
+		else
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male2.jpg"></center>'
+			'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."'
+			'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.'
+		end
+		act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+	else
+		temprand = rand(1,10)
+		if temprand <= 3:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+			'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.'
+		elseif temprand <= 5:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka3.jpg"></center>'
+			'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.' 
+			'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.'
+		elseif temprand <= 7:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female3.jpg"></center>'
+			'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."' 
+			'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.'
+		else
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male3.jpg"></center>'
+			'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."' 
+			'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.'
+		end
+		act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+	end
+end
+
+if $ARGS[0] = 'art_102_model_igor':
+	menu_off = 1
+	gs 'stat'
+	*clr & cla
+	if university['semester_week'] < 8:
+		temprand = rand(1,10)
+		if temprand <= 3:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+			'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. Igor seems to do fairly decent and ends up asking more questions than most. The class goes by fairly quickly.'
+		elseif temprand <= 5:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka2.jpg"></center>'
+			'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.' 
+			'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. 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.'
+		elseif temprand <= 7:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female2.jpg"></center>'
+			'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."' 
+			'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.'
+		else
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male2.jpg"></center>'
+			'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."'
+			'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.'
+		end
+		act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+	else
+		temprand = rand(1,10)
+		if temprand <= 3:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+			'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. Igor seems to do fairly decent and ends up asking more questions than most. The class goes by fairly quickly.'
+		elseif temprand <= 5:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka3.jpg"></center>'
+			'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.' 
+			'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.'
+		elseif temprand <= 7:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female3.jpg"></center>'
+			'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."' 
+			'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.'
+		else
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male3.jpg"></center>'
+			'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."' 
+			'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.'
+		end
+		act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+	end
+end
+
+if $ARGS[0] = 'art_102_model_feofan':
+	menu_off = 1
+	gs 'stat'
+	*clr & cla
+	if university['semester_week'] < 8:
+		temprand = rand(1,10)
+		if temprand <= 3:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+			'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. 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.'
+		elseif temprand <= 5:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka2.jpg"></center>'
+			'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.' 
+			'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. 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.'
+		elseif temprand <= 7:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female2.jpg"></center>'
+			'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.'
+			'"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."' 
+			'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.'
+		else
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male2.jpg"></center>'
+			'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."'
+			'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.'
+		end
+		act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+	else
+		temprand = rand(1,10)
+		if temprand <= 3:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+			'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. 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.'
+		elseif temprand <= 5:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka3.jpg"></center>'
+			'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.' 
+			'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.'
+			'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.' 
+		elseif temprand <= 7:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female3.jpg"></center>'
+			'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.' 
+			'"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.'
+		else
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male3.jpg"></center>'
+			'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."' 
+			'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.'
+		end
+		act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+	end
+end
+
+if $ARGS[0] = 'art_102_model_natasha':
+	menu_off = 1
+	gs 'stat'
+	*clr & cla
+	if university['semester_week'] < 8:
+		temprand = rand(1,10)
+		if temprand <= 3:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+			'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. 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.'
+		elseif temprand <= 5:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka2.jpg"></center>'
+			'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.' 
+			'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. 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.'
+		elseif temprand <= 7:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female2.jpg"></center>'
+			'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."' 
+			'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.'
+		else
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male2.jpg"></center>'
+			'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."'
+			'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.'
+		end
+		act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+	else
+		temprand = rand(1,10)
+		if temprand <= 3:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/class.jpg"></center>'
+			'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. 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.'
+		elseif temprand <= 5:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/anushka3.jpg"></center>'
+			'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.' 
+			'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.'
+			'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.'
+		elseif temprand <= 7:
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/female3.jpg"></center>'
+			'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."' 
+			'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.'
+		else
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/model/male3.jpg"></center>'
+			'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."' 
+			'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.' 
+			'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.'
+		end
+		act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+	end
+end
+
+--- uni_lessons_electives2 ---------------------------------
+

+ 529 - 0
locations/uni_lessons_electivesev1.qsrc

@@ -0,0 +1,529 @@
+# uni_lessonsev1
+
+!! This file contains the class events for computers_101, 102, art_101, 102
+!!Evgeny Yurievich Blagov - Computer 101-102, 30''s, decent looking fit
+!!Leonid Ilyushin - Art 101-102, short unattractive middle aged man
+!!uni students taking computer electives. - Anushka Konstantinov, Dimka Nosov, Djibril Maina, Natasha Belova
+!!uni students taking art electives. - Feofan Krupin, Igor Kruglov, Natasha Belova
+!!art models - Anushka Konstantinov, Albina Barlovskaya
+
+if $ARGS[0] = 'computers_101':
+	*clr & cla
+	menu_off = 1
+	uni_event_hour = 1
+	temp = rand(1,15)
+	if temp <= 2:
+		'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/computer/eatme.jpg"></center>'
+		'As Mr. Blagov continues his lecture, you notice a boy sitting next to you looking past you. You turn your head and glance over to see a girl making the ''eat me'' sign with her fingers and tongue at him. You shake your head and go back to focusing on the lecture.'
+		act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+		act 'Wait for Anushka': gt 'uni_lessons_electives1', 'comp_nush'
+	elseif temp <= 4:
+		'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/computer/girl_wedgie.jpg"></center>'
+		'During the short break in the middle of class, you hear a girl squeal and glance over in time to see her get a massive front and back wedgie from her friends as they pull her panty straps almost up to her shoulders. She laughs and promises dire consequences to them, which they just laugh off. Mr. Blagov then asks everyone to take their seats again and the rest of class flies by with nothing else of interest happening.'
+		act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+		act 'Wait for Anushka': gt 'uni_lessons_electives1', 'comp_nush'
+	elseif temp <= 6:
+		'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/computer/side_nipple.jpg"></center>'
+		'As Mr. Blagov continues his lecture, you glance over and notice the girl just ahead of you wearing a loose shirt that''s open at the side, with no bra. As she leans forward in her seat, you can see her bare breast and nipple. You hear a few other whispers and can tell you''re not the only one to have noticed as you quickly focus back on the lecture.'
+		gs 'arousal', 'erotic', 1
+		gs 'stat'
+		act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+		act 'Wait for Anushka': gt 'uni_lessons_electives1', 'comp_nush'
+	elseif temp <= 8:
+		'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/computer/thong_exposed.jpg"></center>'
+		'During the short break in the middle of class, many of the students gather around one of the desks. One of the students seems to have found something of interest, but you never find out what as a girl in front of you pulls up the back of her skirt to show off her thong clad ass and everyone is soon more interested in her antics. After spending a few minutes basking in the attention, she pulls her skirt back down and returns to her seat. Mr. Blagov soon asks everyone to take their seats again and the rest of class flies by with nothing else of interest happening.'
+		gs 'arousal', 'erotic', 1
+		gs 'stat'
+		act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+		act 'Wait for Anushka': gt 'uni_lessons_electives1', 'comp_nush'
+	elseif temp = 9:
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/sex/uni/classroom/comp_djibril1.jpg"></center>'
+		if anushkaQW['djibril_sex'] >= 1:
+			'The class is pretty uneventful for the most part, but you notice Djibril sat next to Anushka. He''s flirting with her, but she''s really making him work for her attention, which you find a little amusing.'
+			'As Mr. Blagov finishes his lecture, he informs the class that he won''t be able to stay after to help anyone and if someone needs to ask him something, then they should come and see him in his office later or wait for the next class.' 
+			'With class finished, everyone gets up and heads for the exit. You glance back and see that Djibril has stopped Anushka and they''re talking by one of the computers.'
+			act 'Leave': gt 'uni_lessons', 'short_break'
+			act 'Wait for Anushka':
+				*clr & cla
+				minut += 5
+				'<center><img <<$set_imgh>> src="images/locations/city/island/university/lecture_hall/hallway.jpg"></center>'
+				'You wait out in the hallway for several minutes and neither of them come out. You start to wonder if they''re working on the computers or something else....'
+				act 'Leave': gt 'uni_lessons', 'short_break'
+				act 'Peek':
+					*clr & cla
+					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/sex/uni/classroom/comp_djibril2.jpg"></center>'
+					'You crack the door open and peek in. The two of them are seated back in their seats and seem to be talking about the computer, but you notice their overly flirting body language and that Anushka is sitting facing Djibril in a fairly short skirt with her legs spread wide enough for him to see her panties.'
+					act 'Leave': gt 'uni_lessons', 'short_break'
+					act 'Keep watching':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/sex/uni/classroom/comp_djibril3.jpg"></center>'
+						'As you keep watching, you see Anushka turn to a notebook on her desk, apparently telling him about the notes she''s taken. Djibril unbuttons his pants and pulls his rather large and very thick dick out and starts stroking it, causing it to become hard very quickly. As he''s doing this, Anushka turns back to face him. She makes a squeaking noise and covers her mouth partially with her hands in surprise, but she doesn''t seem to be offended or upset. in fact, she''s grinning from ear to ear. You can just make out Djibril saying "Come on, suck my dick."'
+						'Anushka glances around and you duck back from the door. "What if someone comes back?" she asks as you peek back in.'
+						'Djibril grins. "No one is coming back, but getting caught is part of the thrill. Even if they did, so what? They''ll just see a pretty little thing like you sucking my big black dick. Come on, I know you want to..."'
+						gs 'arousal', 'voyeur', 3
+						gs 'stat'
+						act 'Leave': gt 'uni_lessons', 'short_break'
+						act 'Keep watching':
+							*clr & cla
+							'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/sex/uni/classroom/comp_djibril4.jpg"></center>'
+							'It doesn''t take a lot of convincing as Anushka slides off her chair and onto her knees in front of Djibril before taking his thick cock into her mouth and sucking it. He moans softly as she does and leans back enjoying it. You can faintly hear the slurping sounds of her mouth on his cock and it seems like she''s looking in your direction a few times, making you wonder if she''s spotted you.'
+							gs 'arousal', 'voyeur_sex', 3
+							gs 'stat'
+							act 'Leave': gt 'uni_lessons', 'short_break'
+							act 'Keep watching':
+								*clr & cla
+								'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/sex/uni/classroom/comp_djibril5.jpg"></center>'
+								'Anushka starts playing with her breasts as she bobs her head up and down on Djirbil''s dick. "Fuccck... You''re amazing at this," he moans out fairly loudly, which only encourages her to redouble her efforts and pick up the pace, making even more wet slurping sounds as she takes his cock deep into her mouth. "Oh, fuck yeah, just like that..." he moans out.' 
+								'She then pops his dick out of her mouth and gets off her knees. "My turn," she says as she sits on the table.'
+								gs 'arousal', 'voyeur_sex', 2
+								gs 'stat'
+								act 'Leave': gt 'uni_lessons', 'short_break'
+								act 'Keep watching':
+									*clr & cla
+									'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/sex/uni/classroom/comp_djibril6.jpg"></center>'
+									'Anushka sits on the table and spreads her legs wide while pulling her panties aside to expose her pussy. Djibril gets down on his knees in front of her and starts licking her pussy as she moans loudly and her hand slides up to the back of his head, forcing his face into her pussy as she grinds against him.'
+									gs 'arousal', 'voyeur_sex', 2
+									gs 'stat'
+									act 'Leave': gt 'uni_lessons', 'short_break'
+									act 'Keep watching':
+										*clr & cla
+										'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/sex/uni/classroom/comp_djibril7.jpg"></center>'
+										'He stops going down on her and stands up. He takes off her shirt and bra, leaving her small breasts on full display as he pushes her skirt up around her waist and pulls her panties off before grabbing her legs and spreading them apart. He rubs the tip of his dick against her pussy and then slides it in, causing her to moan loudly as he starts fucking her.'
+										gs 'arousal', 'voyeur_sex', 2
+										gs 'stat'
+										act 'Leave': gt 'uni_lessons', 'short_break'
+										act 'Keep watching':
+											*clr & cla
+											'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/sex/uni/classroom/comp_djibril8.jpg"></center>'
+											'Anushka starts rubbing her clit as Djibril thrusts his cock balls deep into her over and over. "Oh... Fuck... Yes... Tear my little white pussy up. With your huge black cock... Fuck... Yes!" The louder she moans and the more she gets into it, the faster and harder he thrusts into her. After a few minutes, he pulls all the way out of her. "Oh fuck... Don''t stop... Slide that massive cock back in..." she pleads with him.'
+											gs 'arousal', 'voyeur_sex', 3
+											gs 'stat'
+											act 'Leave': gt 'uni_lessons', 'short_break'
+											act 'Keep watching':
+												*clr & cla
+												'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/sex/uni/classroom/comp_djibril9.jpg"></center>'
+												'Instead, he manhandles her and flips her over onto her stomach, then pulls her up into a standing position, only to roughly push her forward at her back, making her partially bend over in front of him. He slides the tip of his dick back to her wet slit, then keeps going up to her asshole. "I''m going to rip that tight little asshole of yours apart with my big black dick." You can tell his words turn her on as he slides his cock into her asshole. She gasps in a mix of pain and pleasure as he starts fucking her asshole, but it quickly turns into full pleasure.'
+												gs 'arousal', 'voyeur_sex', 2
+												gs 'stat'
+												act 'Leave': gt 'uni_lessons', 'short_break'
+												act 'Keep watching':
+													*clr & cla
+													'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/sex/uni/classroom/comp_djibril10.jpg"></center>'
+													'"OH GOD! You''re so big... Oh fuck..." she moans as he thrusts his thick dick deeper and deeper into her ass.'
+													'Djibril slaps her ass. "Yeah, that''s right. You love my big black cock in your ass, don''t you?" he says while slapping her ass. "You just love it when you have a black dick balls deep in your ass. Tell me how much you love it."'
+													'The more he talks dirty to her, the more turned on she looks and the more she gets into it. "Yes... I love big black cocks... In my tight little... White ass..."'
+													gs 'arousal', 'voyeur_sex', 3
+													gs 'stat'
+													act 'Leave': gt 'uni_lessons', 'short_break'
+													act 'Keep watching':
+														*clr & cla
+														'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/sex/uni/classroom/comp_djibril11.jpg"></center>'
+														'"Fuck, your ass is tight!" he says as he slaps her ass again.'
+														'"Ohhh... Your cock... Is so big..." she moans as he keeps fucking her.'
+														'He starts to grunt and thrust even harder into her ass. "Just think. Anyone could walk in and see you taking a big black cock, balls deep in your ass while you''re loving it."'
+														'She doesn''t respond, but her legs start shaking and her whole body soon spasms as she has an orgasm. At this point, she can''t really support herself and he holds her up as he keeps fucking her with a sudden urgency.'
+														gs 'arousal', 'voyeur_sex', 2
+														gs 'stat'
+														act 'Leave': gt 'uni_lessons', 'short_break'
+														act 'Keep watching':
+															*clr & cla
+															'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/anushka/sex/uni/classroom/comp_djibril12.jpg"></center>'
+															'He suddenly pulls his dick out of her ass and she quickly gets down on her knees. As soon as she''s on her knees in front of him, he starts jerking off and almost immediately starts cumming over her face. Once he finishes cumming on her, he slips his dick away. "That was amazing. We should totally do that again," he says with a grin.'
+															'She grabs her purse and gets some tissues to start cleaning up her face. "Maybe if you''re a good boy," she says in a snarky, teasing tone.'
+															*nl
+															'He laughs at her reply. "Oh, I''m a real good boy!" As she finishes cleaning up her face, he adds. "I need to get going, but stop by my room sometime and we can hang out, play some games or watch TV or something."'
+															'She shrugs. "Maybe. I''m pretty busy with studying, my job, modeling, the band..."'
+															'He nods. "Cool, cool. See you later." With that, he turns to head for the exit. You quickly duck aside hoping he doesn''t see you.'
+															gs 'arousal', 'voyeur_sex', 2
+															gs 'arousal', 'end'
+															gs 'stat'
+															act 'Quickly leave': gt 'uni_lessons', 'short_break'
+															act 'Stand near the door and wait':
+																*clr & cla
+																'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big82.jpg"></center>'
+																if DjibrilQW['nush_compclass'] >= 1:
+																	'You don''t have to wait long before Djibril walks out with a huge grin on his face. When he sees you, he stops and just laughs. "Enjoy the show?"'
+																	'You grin at him and nod. "Yeah, it was pretty good."'
+																	*nl
+																	'He grins. "Yeah, I try to give as good as I get. Instead of watching, you should stay over or come join us next time."'
+																	'You blush at that. "Maybe. I''ll think about it."'
+																	'He laughs even more and walks away with some parting words. "Yeah okay, but don''t think too much about it because I would love to have you both."'
+																else
+																	DjibrilQW['nush_compclass'] = 1
+																	'You don''t have to wait long before Djibril walks out with a huge grin on his face. When he sees you, he stops and impulsively glances back at the door. You could swear he''s blushing, but it''s hard to tell with his dark skin. He rubs the back of his head with one hand. "Uh... Hey <<$pcs_nickname>>... Did you need something?"'
+																	'You grin at him and decide to tease him a little. "Yeah, I was waiting on my friend to leave class and see if they wanted to study, but you guys were in there for so long and it sounded like you were exercising or something..."'
+																	*nl
+																	'Now you''re sure he''s blushing. "Oh..." Then he just laughs and relaxes. "Yeah, you caught us. We were fucking like rabbits. Maybe next time you might want to stay over instead, or maybe join us?"'
+																	'Now it''s your turn to blush. "Maybe..." you mutter back.'
+																	'He laughs before walks away with some parting words. "Well, just think about it."'
+																act 'Leave': gt 'uni_lessons', 'short_break'
+																act 'Wait for Anushka':
+																	*clr & cla
+																	minut += 3
+																	'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+																	if DjibrilQW['nush_compclass'] >= 1:
+																		'A few minutes later, the door opens again and Anushka comes out, all cleaned up and clothes back in order. She gives you a knowing little smile. "You been perving and spying on us again, <<$pcs_nickname>>?"'
+																		'You can''t help but blush. "Maybe... I was waiting to see if you wanted to do something after class and well... you took your time..."'
+																		*nl
+																		'She giggles. "What can I say, he knows how to make a girl feel really good."'
+																		'You laugh and hip bump her. "Yeah, I heard you calling out to god a few times in there. So where are you off to?" you ask as you start walking together.'
+																		'"Going to the library to study before work. Want to come?" she asks while giving you a friendly smile and slowing down a little.'
+																		act 'Let''s have fun instead':
+																			*clr & cla
+																			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+																			'You shake your head. "I really wanted to go have some fun and thought you might want to hang out or something..."'
+																			'She''s shaking her head before you finish. "Can''t. I need to get some studying done at the library before tonight."'
+																			'You sigh, dejected. "Oh, okay. Maybe some other time?"'
+																			'She nods. "Totally. Maybe over the weekend when I''ve got some free time? catch you later." She puts some extra sway in her hips as she walks away, really rocking her ass. You smile and shake your head before turning to leave yourself.'
+																			act 'Leave': gt 'uni_lessons', 'short_break'
+																		end
+																		act 'Ask if you can come along':
+																			*clr & cla
+																			gs 'npc_relationship', 'modify', 'A144', 'like'
+																			if hour = 13: minut += 285 - minut
+																			if hour = 14: minut += 225 - minut
+																			if hour = 15: minut += 165 - minut
+																			if hour = 16: minut += 105 - minut
+																			if hour = 17 and minut < 45: minut += 45 - minut
+																			gs 'stat'
+																			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+																			'You smile. "Yeah, that sounds like a good idea. Mind if I come?"'
+																			'She shrugs. "Sure, if you want, but I really do have to study." Her tone makes it clear she doesn''t have time to mess around like she did back in Pavlovsk.'
+																			'"Yeah, I understand," you reply.'
+																			'The two of you walk over to the library and find a quiet spot to study. Anushka seems really intent on her studies and doesn''t talk much while the two of you study. After a few hours, her phone starts beeping. "I need to get going. See you later." With that, she gathers her stuff and leaves.'
+																			act 'Get up': gt 'uni_library', 'start'
+																		end
+																	else
+																		DjibrilQW['nush_compclass'] = 1
+																		'A few minutes later, the door opens again and Anushka comes out, all cleaned up and clothes back in order. She gives you a knowing little smile. "Been waiting long, <<$pcs_nickname>>?"'
+																		'You grin at her and decide to tease her a little. "Yeah, I was waiting on my friend to leave class and see if they wanted to study, but you guys were in there for so long and it sounded like you were exercising or something..."'
+																		*nl
+																		'She just rolls her eyes at your attempt at a joke, then smirks at you. "Uh-huh. You know what we were doing. I was getting fucked good and proper by a big black cock and I loved it."'
+																		'You laugh and hip bump her. "Yeah, I could hear that much. So where are you off to?" you ask as you start walking together.'
+																		'"Going to the library to study some before work. You want to come?" she asks while giving you a friendly smile and slowing down a little.'
+																		act 'Let''s have fun instead':
+																			*clr & cla
+																			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+																			'You shake your head. "I really wanted to go have some fun and thought you might want to hang out or something..."'
+																			'She''s shaking her head before you finish. "Can''t. I need to get some studying done at the library before tonight."'
+																			'You sigh, dejected. "Oh, okay. Maybe some other time?"'
+																			'She nods. "Totally. Maybe over the weekend when I''ve got some free time? catch you later." She puts some extra sway in her hips as she walks away, really rocking her ass. You smile and shake your head before turning to leave yourself.'
+																			act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+																		end
+																		act 'Ask if you can come along':
+																			*clr & cla
+																			gs 'npc_relationship', 'modify', 'A144', 'like'
+																			if hour = 13: minut += 285 - minut
+																			if hour = 14: minut += 225 - minut
+																			if hour = 15: minut += 165 - minut
+																			if hour = 16: minut += 105 - minut
+																			if hour = 17 and minut < 45: minut += 45 - minut
+																			gs 'stat'
+																			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+																			'You smile. "Yeah, that sounds like a good idea. Mind if I come?"'
+																			'She shrugs. "Sure, if you want, but I really do have to study." Her tone makes it clear she doesn''t have time to mess around like she did back in Pavlovsk.'
+																			'"Yeah, I understand," you reply.'
+																			'The two of you walk over to the library and find a quiet spot to study. Anushka seems really intent on her studies and doesn''t talk much while the two of you study. After a few hours, her phone starts beeping. "I need to get going. See you later." With that, she gathers her stuff and leaves.'
+																			act 'Get up': gt 'uni_library', 'start'
+																		end
+																	end
+																end
+															end
+														end
+													end
+												end
+											end
+										end
+									end
+								end
+							end
+						end
+					end
+				end
+			end
+		end
+		if DjibrilQW['meet'] = 1:
+			'The class is pretty uneventful for the most part, but you notice Djibril sat next to Anushka. He''s flirting with her, but she''s playing it a bit coy and really making him work for her attention, which you find a little amusing.'
+			'With class finished, everyone gets up and heads for the exit. You glance back and see that Djibril has stopped Anushka and they''re talking by one of the computers.'
+			act 'Leave the lecture hall': gt 'uni_lessons', 'short_break'
+			act 'Wait for Anushka':
+				*clr & cla
+				gs 'npc_relationship', 'modify', 'A144', 'like'
+				'<center><img <<$set_imgh>> src="images/locations/city/island/university/lecture_hall/hallway.jpg"></center>'
+				'You wait out in the hallway for a few minutes before Djibril comes out with Anushka. They''re talking and laughing together. "Catch you later, Nush." He stops when he sees you. "Hey <<$pcs_nickname>>, how you been? I got to go, but we should totally catch up. Later."' 
+				'He walks away, giving you a friendly smile as he does. Once he''s gone, you turn to Anushka. "Hey, what''s up?"'
+				if npc_rel['A144'] >= 60:
+					'She looks a little surprised and gives you a puzzled look. "You know him?"'
+					'You fall in step beside her as she keeps walking. "Yeah, that''s my uncle''s nephew."'
+					'She glances in the direction he walked away in before looking back at you. "Really? I had no idea. You''ve been holding out on me, bitch! I would love to hear more about him sometime, but I''ve got to jet."'
+					'"Yeah, I bet you want to get to know him," you say in a way to make it sound lewd. You hip bump her and you both laugh. "So where you off to?"'
+					'"Going to the library to study some before work. You want to come?" she asks while giving you a friendly smile and slowing down a little.'
+					act 'Let''s have fun instead':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+						'You shake your head. "I really wanted to go have some fun and thought you might want to hang out or something..."'
+						'She''s shaking her head before you finish. "Can''t. I need to get some studying done at the library before tonight."'
+						'You sigh, dejected. "Oh, okay. Maybe some other time?"'
+						'She nods. "Totally. Maybe over the weekend when I''ve got some free time? catch you later." She puts some extra sway in her hips as she walks away, really rocking her ass. You smile and shake your head before turning to leave yourself.'
+						act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+					end
+					act 'Agree to go':
+						*clr & cla
+						gs 'npc_relationship', 'modify', 'A144', 'like'
+						if hour = 13: minut += 285 - minut
+						if hour = 14: minut += 225 - minut
+						if hour = 15: minut += 165 - minut
+						if hour = 16: minut += 105 - minut
+						if hour = 17 and minut < 45: minut += 45 - minut
+						gs 'stat'
+						'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+						'You smile. "Yeah, that sounds like a good idea. Mind if I come?"'
+						'She shrugs. "Sure, if you want, but I really do have to study." Her tone makes it clear she doesn''t have time to mess around like she did back in Pavlovsk.'
+						'"Yeah, I understand," you reply.'
+						'The two of you walk over to the library and find a quiet spot to study. Anushka seems really intent on her studies and doesn''t talk much while the two of you study. After a few hours, her phone starts beeping. "I need to get going. See you later." With that, she gathers her stuff and leaves.'
+						act 'Get up': gt 'uni_library', 'start'
+					end
+				elseif npc_rel['A144'] <= 20:
+					'She gives you an annoyed look. "I don''t have time for you right now." She just walks past you, her tone suggesting that you shouldn''t follow her.'
+					'The young black man watches her walk away while staring at her ass before turning his attention to you. "She really doesn''t like you," he says rather matter of factly.'
+					'You snort a soft laugh. "Yeah, you could say that. We went to secondary school together, but we ran in different circles."'
+					'He just nods. "I understand. Anyway, my name is Djibril. Yours?"'
+					'"<<$pcs_nickname>>," you reply and you talk for a few minutes before he looks at his watch. "Shit, I need to get going, but it was nice meeting you." He hurries off without waiting for a reply.'
+					act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+				else
+					'She looks a little surprised and gives you a puzzled look. "You know him?"'
+					'You fall in step beside her as she keeps walking. "Yeah, that''s my uncle''s nephew."'
+					'She glances in the direction he walked away in before looking back at you. "Really? Huh..."'
+					'You ignore her surprise. "So where you off to?"'
+					'"Going to the library to study some before work. You want to come?" she asks while giving you a friendly smile.'
+					act 'Tell her you''re not sure':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+						'You shrug. "I don''t know, I thought you might want to hang out or something..."'
+						'She''s shaking her head before you finish. "Can''t. I need to get some studying done in the library before tonight."'
+						'You sigh, dejected. "Oh, okay. Maybe some other time?"'
+						'She gives you a slight smile. "Sure, another time." The two of you walk off in seperate directions.'
+						act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+					end
+					act 'Ask if you can come along':
+						*clr & cla
+						gs 'npc_relationship', 'modify', 'A144', 'like'
+						if hour = 13: minut += 285 - minut
+						if hour = 14: minut += 225 - minut
+						if hour = 15: minut += 165 - minut
+						if hour = 16: minut += 105 - minut
+						if hour = 17 and minut < 45: minut += 45 - minut
+						gs 'stat'
+						'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+						'You smile. "Yeah, that sounds like a good idea. Mind if I come?"'
+						'She shrugs. "Sure, if you want, but I really do have to study." Her tone makes it clear she doesn''t have time to mess around like she did back in Pavlovsk.'
+						'"Yeah, I understand," you reply.'
+						'The two of you walk over to the library and find a quiet spot to study. Anushka seems really intent on her studies and doesn''t talk much while the two of you study. After a few hours, her phone starts beeping. "I need to get going. See you later." With that, she gathers her stuff and leaves.'
+						act 'Get up': gt 'uni_library', 'start'
+					end
+				end
+			end
+		end
+		else
+			'The class is pretty uneventful for the most part, but you notice a young black man has sat next to Anushka and they talk off and on for most of the class. He''s clearly flirting with her, but she''s being pretty aloof and really making him work for her attention, which you find a little amusing.'
+			'With class finished, everyone gets up and heads for the exit. You glance back and see that the man has stopped Anushka and they''re talking by one of the computers.'
+			act 'Leave the lecture hall': gt 'uni_lessons', 'short_break'
+			act 'Wait for Anushka':
+				*clr & cla
+				DjibrilQW['meet'] = 1
+				gs 'npc_relationship', 'modify', 'A144', 'like'
+				'<center><img <<$set_imgh>> src="images/locations/city/island/university/lecture_hall/hallway.jpg"></center>'
+				if npc_rel['A144'] >= 60:
+					'You wait out in the hallway for a few minutes before the young black man comes out with Anushka. They''re talking and laughing together. "Hello there," he says to you. Anushka then introduces you to each other, and you find out his name is Djibril. "Well, I need to get going girls. Catch you later, Nush." He walks away while giving you a friendly smile.' 
+					'Once he''s gone, you turn to Anushka. "Hey, what''s up?"'
+					if fame['city_slut'] >= 300 or fame['pav_slut'] >= 300:
+						'She smiles as she sees you. "What up, slut?" You know she''s just being her normal playful self.'
+					else
+						'She smiles as she sees you. "What up, bitch?" You know she''s just being her normal playful self.'
+					end
+					*nl
+					'You fall in step beside her as she keeps walking. "So who was that?"'
+					'She glances in the direction he walked away. "You heard him. That''s Djibril. He''s here on a student visa to study at the university."'
+					'You grin at her. "He seemed to be flirting with you a lot. You guys going to hook up?"'
+					'She rolls her eyes. "I don''t know. Maybe, maybe not. It''s fun just flirting. I''ll see what happens."'
+					'You hip bump her and you both laugh. "So where you off to?"'
+					'"Going to the library to study some before work. You want to come?" she asks while giving you a friendly smile and slowing down a little.'
+					act 'Let''s have fun instead':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+						'You shake your head. "I really wanted to go have some fun and thought you might want to hang out or something..."'
+						'She''s shaking her head before you finish. "Can''t. I need to get some studying done at the library before tonight."'
+						'You sigh, dejected. "Oh, okay. Maybe some other time?"'
+						'She nods. "Totally. Maybe over the weekend when I''ve got some free time? catch you later." She puts some extra sway in her hips as she walks away, really rocking her ass. You smile and shake your head before turning to leave yourself.'
+						act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+					end
+					act 'Ask if you can come along':
+						*clr & cla
+						gs 'npc_relationship', 'modify', 'A144', 'like'
+						if hour = 13: minut += 285 - minut
+						if hour = 14: minut += 225 - minut
+						if hour = 15: minut += 165 - minut
+						if hour = 16: minut += 105 - minut
+						if hour = 17 and minut < 45: minut += 45 - minut
+						gs 'stat'
+						'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+						'You smile. "Yeah, that sounds like a good idea. Mind if I come?"'
+						'She shrugs. "Sure, if you want, but I really do have to study." Her tone makes it clear she doesn''t have time to mess around like she did back in Pavlovsk.'
+						'"Yeah, I understand," you reply.'
+						'The two of you walk over to the library and find a quiet spot to study. Anushka seems really intent on her studies and doesn''t talk much while the two of you study. After a few hours, her phone starts beeping. "I need to get going. See you later." With that, she gathers her stuff and leaves.'
+						act 'Get up': gt 'uni_library', 'start'
+					end
+				elseif npc_rel['A144'] <= 20:
+					'She gives you an annoyed look. "I don''t have time for you right now." She just walks past you, her tone suggesting that you shouldn''t follow her.'
+					'The young black man watches her walk away while staring at her ass before turning his attention to you. "She really doesn''t like you," he says rather matter of factly.'
+					'You snort a soft laugh. "Yeah, you could say that. We went to secondary school together, but we ran in different circles."'
+					'He just nods. "I understand. Anyway, my name is Djibril. Yours?"'
+					'"<<$pcs_nickname>>," you reply and you talk for a few minutes before he looks at his watch. "Shit, I need to get going, but it was nice meeting you." He hurries off without waiting for a reply.'
+					act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+				else
+					'You wait out in the hallway for a few minutes before the young black man comes out with Anushka. They''re talking and laughing together. "Hello there," he says to you. Anushka then introduces you to each other and you find out his name is Djibril. "Well, I need to get going girls. Catch you later, Nush." He walks away while giving you a friendly smile.' 
+					'Once he''s gone, you turn to Anushka. "So who was that?"'
+					'She glances at you with a smirk. "Why do you care? You think he''s hot or something?"'
+					'You shrug as you walk with her. "I was just curious. You seemed to be flirting a lot."'
+					*nl
+					'She rolls her eyes. "Djibril is here on a student visa to study at the university. And for the record, he was flirting with me," she says with a slight smirk.'
+					'You grin at her. "Oh, my bad. So you guys gong to go out or something?"'
+					'She rolls her eyes. "I don''t know. Maybe, maybe not. It''s fun just flirting. I''ll just see what happens."'
+					'You smile at her comment. "So where you off to?"'
+					'"Going to the library to study some before work. You want to come?" she asks while giving you a friendly smile.'
+					act 'Tell her you''re not sure':
+						*clr & cla
+						'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+						'You shrug. "I don''t know, I thought you might want to hang out or something..."'
+						'She''s shaking her head before you finish. "Can''t. I need to get some studying done in the library before tonight."'
+						'You sigh, dejected. "Oh, okay. Maybe some other time?"'
+						'She gives you a slight smile. "Sure, another time." The two of you walk off in seperate directions.'
+						act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+					end
+					act 'Ask if you can come along':
+						*clr & cla
+						gs 'npc_relationship', 'modify', 'A144', 'like'
+						if hour = 13: minut += 285 - minut
+						if hour = 14: minut += 225 - minut
+						if hour = 15: minut += 165 - minut
+						if hour = 16: minut += 105 - minut
+						if hour = 17 and minut < 45: minut += 45 - minut
+						gs 'stat'
+						'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+						'You smile. "Yeah, that sounds like a good idea. Mind if I come?"'
+						'She shrugs. "Sure, if you want, but I really do have to study." Her tone makes it clear she doesn''t have time to mess around like she did back in Pavlovsk.'
+						'"Yeah, I understand," you reply.'
+						'The two of you walk over to the library and find a quiet spot to study. Anushka seems really intent on her studies and doesn''t talk much while the two of you study. After a few hours, her phone starts beeping. "I need to get going. See you later." With that, she gathers her stuff and leaves.'
+						act 'Get up': gt 'uni_library', 'start'
+					end
+				end
+			end
+		end
+		gs 'stat'
+		act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+	else
+		'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/lecture<<rand(1,5)>>.jpg"></center>'
+		'As you sit listening to the lesson, you look around hoping something interesting will happen, but nothing does.'
+		act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+		act 'Wait for Anushka': gt 'uni_lessons_electives1', 'comp_nush'
+	end
+end
+
+if $ARGS[0] = 'comp_nush':
+	*clr & cla
+	menu_off = 1
+	'<center><img <<$set_imgh>> src="images/locations/city/island/university/lecture_hall/hallway.jpg"></center>'
+	'You wait out in the hallway for a few minutes before Anushka comes out. "Hey. What''s up?" you ask.'
+	if npc_rel['A144'] >= 60:
+		if fame['city_slut'] >= 300 or fame['pav_slut'] >= 300:
+			'She smiles when she sees you. "What up, slut?" You know she''s just being her normal playful self.'
+		else
+			'She smiles when she sees you. "What up, bitch?" You know she''s just being her normal playful self.'
+		end
+		'You fall in step beside her as she keeps walking. "So what are you up to?"'
+		'"Going to the library to study some before work. You want to come?" she asks while giving you a friendly smile and slowing down a little.'
+		act 'Let''s have fun instead':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+			'You shake your head. "I really wanted to go have some fun and thought you might want to hang out or something..."'
+			'She''s shaking her head before you finish. "Can''t. I need to get some studying done at the library before tonight."'
+			'You sigh, dejected. "Oh, okay. Maybe some other time?"'
+			'She nods. "Totally. Maybe over the weekend when I''ve got some free time? catch you later." She puts some extra sway in her hips as she walks away, really rocking her ass. You smile and shake your head before turning to leave yourself.'
+			act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+		end
+		act 'Agree to go':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A144', 'like'
+			if hour = 13: minut += 285 - minut
+			if hour = 14: minut += 225 - minut
+			if hour = 15: minut += 165 - minut
+			if hour = 16: minut += 105 - minut
+			if hour = 17 and minut < 45: minut += 45 - minut
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+			'You smile. "Yeah, that sounds like a good idea. Mind if I come?"'
+			'She shrugs. "Sure, if you want, but I really do have to study." Her tone makes it clear she doesn''t have time to mess around like she did back in Pavlovsk.'
+			'"Yeah, I understand," you reply.'
+			'The two of you walk over to the library and find a quiet spot to study. Anushka seems really intent on her studies and doesn''t talk much while the two of you study. After a few hours, her phone starts beeping. "I need to get going. See you later." With that, she gathers her stuff and leaves.'
+			act 'Get up': gt 'uni_library', 'start'
+		end
+	elseif npc_rel['A144'] <= 20:
+		'She gives you an annoyed look. "I don''t have time for you right now," she scowls and just walks past you, her tone suggests you shouldn''t follow her.'
+		act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+	else
+		'She gives you a fairly friendly smile. "Hey..."'
+		'You fall in step beside her as she keeps walking. "So what are you up to?"'
+		'"Going to the library to study some before work. You?" she asks without slowing down.'
+		act 'Tell her you''re not sure':
+			*clr & cla
+			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+			'You shrug. "I don''t know, I thought you might want to hang out or something..."'
+			'She''s shaking her head before you finish. "Can''t. I need to get some studying done in the library before tonight."'
+			'You sigh, dejected. "Oh, okay. Maybe some other time?"'
+			'She gives you a slight smile. "Sure, another time." The two of you walk off in seperate directions.'
+			act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+		end
+		act 'Ask if you can come along':
+			*clr & cla
+			gs 'npc_relationship', 'modify', 'A144', 'like'
+			if hour = 13: minut += 285 - minut
+			if hour = 14: minut += 225 - minut
+			if hour = 15: minut += 165 - minut
+			if hour = 16: minut += 105 - minut
+			if hour = 17 and minut < 45: minut += 45 - minut
+			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/shared/headshots_main/big144.jpg"></center>'
+			'You smile. "Yeah, that sounds like a good idea. Mind if I come?"'
+			'She shrugs. "Sure, if you want, but I really do have to study." Her tone makes it clear she doesn''t have time to mess around like she did back in Pavlovsk.'
+			'"Yeah, I understand," you reply.'
+			'The two of you walk over to the library and find a quiet spot to study. Anushka seems really intent on her studies and doesn''t talk much while the two of you study. After a few hours, her phone starts beeping. "I need to get going. See you later." With that, she gathers her stuff and leaves.'
+			act 'Get up': gt 'uni_library', 'start'
+		end
+	end
+	gs 'stat'
+end
+
+if $ARGS[0] = 'art_101':
+	*clr & cla
+	menu_off = 1
+	uni_event_hour = 1
+	!!temp = rand(1,10)
+	!!if temp = 1:
+		!!'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/girl_goofing.jpg"></center>'
+		!!'Placeholder text'
+		!!act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+	!!elseif temp = 2:
+		!!'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/art/girls_dryhump.jpg"></center>'
+		!!'Text for future events'
+		!!act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+	!!else
+		'<center><img <<$set_imgh>> src="images/locations/city/island/university/classroom/class.jpg"></center>'
+		'As you sit listening to the lesson, you look around hoping something interesting will happen, but nothing does.'
+		act 'Wait for the end of the lesson': gt 'uni_lessons', 'short_break'
+	!!end
+end
+
+
+
+--- uni_lessonsev1 ---------------------------------
+

+ 73 - 67
locations/uni_programs.qsrc

@@ -419,37 +419,39 @@ if $ARGS[0] = 'uni_period_third':
 	if $university['enrolled_in']= 'teaching_studies':
 		if university['enrolled_in_semester'] = 1:
 			if $ARGS[1] = 'monday':
-				if $university['elective1'] ! '':
-					$Result = '<<$university[''elective1'']>> (13:15 to 14:45)'
+				if $university['elective_semester_1_1'] ! '':
+					$Result = '<<$university[''elective_semester_1_1'']>> (13:15 to 14:45)'
 				end
 			elseif $ARGS[1] = 'tuesday':
-				if $university['elective2'] ! '':
-					$Result = '<<$university[''elective2'']>> (13:15 to 14:45)'
+				if $university['elective_semester_1_2'] ! '':
+					$Result = '<<$university[''elective_semester_1_2'']>> (13:15 to 14:45)'
 				end
 			elseif $ARGS[1] = 'wednesday':
 				$Result = 'Learning Theories 101 (13:15 to 14:45)'
 			elseif $ARGS[1] = 'thursday' :
-				if $university['elective3'] ! '':
-					$Result = '<<$university[''elective3'']>> (13:15 to 14:45)'
+				if $university['elective_semester_1_3'] ! '':
+					$Result = '<<$university[''elective_semester_1_3'']>> (13:15 to 14:45)'
+				end
+			elseif week = 1 and $university['elective_semester_1_1'] ! '': 
+					*nl
+				'Your next class will start at 13:15'
+				act 'Go to your elective <<$university[''elective_semester_1_1'']>>': 
+					if hour = 12: minut += 75 - minut
+					if hour = 13 and minut < 15: minut += 15 - minut
+					uni_period['third'] = daystart
+					gs 'stat'
+					gt 'uni_lessons_electives1', $university['elective_semester_1_1']
+				end
+			elseif week = 2 and $university['elective_semester_1_2'] ! '':
+				*nl
+				'Your next class will start at 13:15'
+				act 'Go to your elective <<$university[''elective_semester_1_2'']>>': 
+					if hour = 12: minut += 75 - minut
+					if hour = 13 and minut < 15: minut += 15 - minut
+					uni_period['third'] = daystart
+					gs 'stat'
+					gt 'uni_lessons_electives1', $university['elective_semester_1_2']
 				end
-			elseif week = 1 and $university['elective1'] ! '': 
-				!!*nl
-				!!'Your next class will start at 13:15. You can go to it now or do other things first, but you need to be at the university plaza before it starts if you want to attend it.'
-				!!act 'Go to your elective clas 1': 
-				!!	if hour = 12: minut += 75 - minut
-				!!	if hour = 13 and minut < 15: minut += 15 - minut
-				!!	uni_period['third'] = daystart
-				!!	gs 'stat'
-				!!end
-			elseif week = 2 and $university['elective2'] ! '':
-				!!*nl
-				!!'Your next class will start at 13:15'
-				!!act 'Go to your elective clas 2': 
-				!!	if hour = 12: minut += 75 - minut
-				!!	if hour = 13 and minut < 15: minut += 15 - minut
-				!!	uni_period['third'] = daystart
-				!!	gs 'stat'
-				!!end
 			elseif week = 3:
 				*nl
 				'Your next class will start at 13:15. You can go to it now or do other things first, but you need to be at the university plaza before it starts if you want to attend it.'
@@ -460,49 +462,52 @@ if $ARGS[0] = 'uni_period_third':
 					gs 'stat'
 					gt 'uni_lessons1', 'learning_theories_101'
 				end
-			elseif week = 4 and $university['elective3'] ! '': 
-				!!*nl
-				!!'Your next class will start at 13:15. You can go to it now or do other things first, but you need to be at the university plaza before it starts if you want to attend it.'
-				!!act 'Go to your elective clas 3': 
-				!!	if hour = 12: minut += 75 - minut
-				!!	if hour = 13 and minut < 15: minut += 15 - minut
-				!!	uni_period['third'] = daystart
-				!!	gs 'stat'
-				!!end
+			elseif week = 4 and $university['elective_semester_1_3'] ! '': 
+				*nl
+				'Your next class will start at 13:15'
+				act 'Go to your elective <<$university[''elective_semester_1_3'']>>': 
+					if hour = 12: minut += 75 - minut
+					if hour = 13 and minut < 15: minut += 15 - minut
+					uni_period['third'] = daystart
+					gs 'stat'
+					gt 'uni_lessons_electives1', $university['elective_semester_1_3']
+				end
 			end
 		elseif university['enrolled_in_semester'] = 2:
 			if $ARGS[1] = 'monday':
-				if $university['elective1'] ! '':
-					$Result = '<<$university[''elective1'']>> (13:15 to 14:45)'
+				if $university['elective_semester_2_1'] ! '':
+					$Result = '<<$university[''elective_semester_2_1'']>> (13:15 to 14:45)'
 				end
 			elseif $ARGS[1] = 'tuesday':
-				if $university['elective2'] ! '':
-					$Result = '<<$university[''elective2'']>> (13:15 to 14:45)'
+				if $university['elective_semester_2_2'] ! '':
+					$Result = '<<$university[''elective_semester_2_2'']>> (13:15 to 14:45)'
 				end
 			elseif $ARGS[1] = 'wednesday':
 				$Result = 'Phsychology of a Student 101 (13:15 to 14:45)'
-			elseif $ARGS[1] = 'thursday':
-				if $university['elective3'] ! '':
-					$Result = '<<$university[''elective3'']>> (13:15 to 14:45)'
+			elseif $ARGS[1] = 'thursday' :
+				if $university['elective_semester_2_3'] ! '':
+					$Result = '<<$university[''elective_semester_2_3'']>> (13:15 to 14:45)'
+				end
+			elseif week = 1 and $university['elective_semester_2_1'] ! '': 
+					*nl
+				'Your next class will start at 13:15'
+				act 'Go to your elective <<$university[''elective_semester_2_1'']>>': 
+					if hour = 12: minut += 75 - minut
+					if hour = 13 and minut < 15: minut += 15 - minut
+					uni_period['third'] = daystart
+					gs 'stat'
+					gt 'uni_lessons_electives1', $university['elective_semester_2_1']
+				end
+			elseif week = 2 and $university['elective_semester_2_2'] ! '':
+				*nl
+				'Your next class will start at 13:15'
+				act 'Go to your elective <<$university[''elective_semester_2_2'']>>': 
+					if hour = 12: minut += 75 - minut
+					if hour = 13 and minut < 15: minut += 15 - minut
+					uni_period['third'] = daystart
+					gs 'stat'
+					gt 'uni_lessons_electives1', $university['elective_semester_2_2']
 				end
-			elseif week = 1 and $university['elective1'] ! '': 
-				!!*nl
-				!!'Your next class will start at 13:15. You can go to it now or do other things first, but you need to be at the university plaza before it starts if you want to attend it.'
-				!!act 'Go to your elective clas 1': 
-				!!	if hour = 12: minut += 75 - minut
-				!!	if hour = 13 and minut < 15: minut += 15 - minut
-				!!	uni_period['third'] = daystart
-				!!	gs 'stat'
-				!!end
-			elseif week = 2 and $university['elective2'] ! '':
-				!!*nl
-				!!'Your next class will start at 13:15'
-				!!act 'Go to your elective clas 2': 
-				!!	if hour = 12: minut += 75 - minut
-				!!	if hour = 13 and minut < 15: minut += 15 - minut
-				!!	uni_period['third'] = daystart
-				!!	gs 'stat'
-				!!end
 			elseif week = 3:
 				*nl
 				'Your next class will start at 13:15. You can go to it now or do other things first, but you need to be at the university plaza before it starts if you want to attend it.'
@@ -513,15 +518,16 @@ if $ARGS[0] = 'uni_period_third':
 					gs 'stat'
 					gt 'uni_lessons2', 'psychology_of_a_student_101'
 				end
-			elseif week = 4 and $university['elective3'] ! '': 
-				!!*nl
-				!!'Your next class will start at 13:15. You can go to it now or do other things first, but you need to be at the university plaza before it starts if you want to attend it.'
-				!!act 'Go to your elective clas 3': 
-				!!	if hour = 12: minut += 75 - minut
-				!!	if hour = 13 and minut < 15: minut += 15 - minut
-				!!	uni_period['third'] = daystart
-				!!	gs 'stat'
-				!!end
+			elseif week = 4 and $university['elective_semester_2_3'] ! '': 
+				*nl
+				'Your next class will start at 13:15'
+				act 'Go to your elective <<$university[''elective_semester_2_3'']>>': 
+					if hour = 12: minut += 75 - minut
+					if hour = 13 and minut < 15: minut += 15 - minut
+					uni_period['third'] = daystart
+					gs 'stat'
+					gt 'uni_lessons_electives1', $university['elective_semester_2_3']
+				end
 			end
 		elseif university['enrolled_in_semester'] = 3:
 			if $ARGS[1] = 'monday':