Browse Source

Merge branch 'master' of https://git.tfgames.site/Kevin_Smarts/glife

Kevin_Smarts 11 months ago
parent
commit
08f108c7d8
1 changed files with 18 additions and 16 deletions
  1. 18 16
      locations/intro_uni.qsrc

+ 18 - 16
locations/intro_uni.qsrc

@@ -118,38 +118,40 @@ end
 if $ARGS[0] = 'select_electives':
 	!! Choosing elective classes for the first year
 	'<center><img <<$set_imgh>> src="images/system/1_openings/6_uni/degree_choice.jpg"></center>'
-	'It is possible to enroll in up to 3 elective classes, which have to be chosen now.'
+	'It''s possible to enroll in up to 3 elective classes, which have to be chosen now.'
 	if $university['elective_semester_1_1'] = '':
-		act 'Read about Computer class elective':
+		act 'Read about the computer class':
 			cla & *clr
-			'<center><img <<$set_imgh>> src="images/system/1_openings/6_uni/degree_choice.jpg"></center>'
-			'You read about the computer class, it seems to be a basic class that teaches you how to use a computer. Some of the more basic common programs, how to trouble shoot the OS if something goes wrong, all and all it seems like a fairly useful class with how much computers are involved in every day life.'
-			act 'Enroll in Computers 101 and 102':
+			'<center><b><font color="maroon">Enrollment Office</font></b></center>'
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/admin/enrollment2.jpg"></center>'
+			'You read about the computer class, which seems to be a basic class that teaches you how to use a computer, the functions of some of the more basic programs and how to troubleshoot the OS if something goes wrong. It seems like a fairly useful class.'
+			act 'Enroll in the computer class':
 				cla
-				'You decide to enroll in Computers 101 and 102, for the first and second semester of this year.'
+				'You decide to enrol in the computer class for the first and second semester of this year.'
 				$university['elective_semester_1_1'] = 'Computers 101'
 				$university['elective_semester_2_1'] = 'Computers 102'
-				act 'Consider other elective classes': gt 'intro_uni', 'select_electives'
+				act 'Consider other elective classes': gt 'uni_admin', 'select_electives'
 			end
-			act 'Don''t enroll in Computer elective right now': gt 'intro_uni', 'select_electives'
+			act 'Don''t enroll in the computer class': gt 'uni_admin', 'select_electives'
 		end
 	end
 	if $university['elective_semester_1_2'] = '':
-		act 'Read about Art class elective':
+		act 'Read about the art class':
 			cla & *clr
-			'<center><img <<$set_imgh>> src="images/system/1_openings/6_uni/degree_choice.jpg"></center>'
-			'The class is about learning how to draw, it will start off with the basics and move onto the more advance art studies by the end of the second semester. It might be fun to just take a class for the fun of it.'
-			act 'Enroll in Art 101 and 102':
+			'<center><b><font color="maroon">Enrollment Office</font></b></center>'
+			'<center><img <<$set_imgh>> src="images/locations/city/island/university/admin/enrollment2.jpg"></center>'
+			'This class is about learning how to draw. It will start off with the basics before moving onto the more advanced art studies by the end of the second semester. It might be fun to take part in such a relaxed class.'
+			act 'Enroll in the art class':
 				cla
-				'You decide to enroll in Art 101 and 102, for the first and second semester of this year.'
+				'You decide to enroll in the art class for the first and second semester of this year.'
 				$university['elective_semester_1_2'] = 'Art 101'
 				$university['elective_semester_2_2'] = 'Art 102'
-				act 'Consider other elective classes': gt 'intro_uni', 'select_electives'
+				act 'Consider other elective classes': gt 'uni_admin', 'select_electives'
 			end
-			act 'Don''t enroll in Art elective right now': gt 'intro_uni', 'select_electives'
+			act 'Don''t enroll in the art class': gt 'uni_admin', 'select_electives'
 		end
 	end
-	act 'Don''t enroll in anymore elective classes': gt 'intro_uni', 'dorm_intro'
+	act 'Don''t enroll in any more elective classes': gt 'uni_admin', 'start'
 end
 
 if $ARGS[0] = 'dorm_intro':