Преглед на файлове

[Changed] Sveta can now only enroll in uinversity from May to August

bgkjdgbizgblzdgbr преди 2 години
родител
ревизия
7f133dddc3
променени са 1 файла, в които са добавени 6 реда и са изтрити 3 реда
  1. 6 3
      locations/uni_admin.qsrc

+ 6 - 3
locations/uni_admin.qsrc

@@ -35,6 +35,9 @@ if $ARGS[0] = 'start':
 	elseif func('uniutil', 'student', 'expelled_for_other_reason'):
 		'You have been expelled from the university for reasons unrelated to your exam results.'
 	elseif university['student'] = 0:
+		if university['enrolled_in_semester'] = 0:
+			'Enrollment period for new students is form May to August, All new students will start their classes in the week that includes September 1st' 
+		end
 		if university['prep_enrolled'] = 1 and month = 8:
 			'You''ve enrolled in the preparatory classes.'
 		elseif university['prep_enrolled'] = 1:
@@ -56,7 +59,7 @@ if $ARGS[0] = 'start':
 	if university['entrance_exam_passed'] = 0 and university['prep_enrolled'] = 1 and month = 8: 
 		act 'Take the entrance exam (1:00)': gt 'uni_admin', 'take_test'
 	end
-	if (university['entrance_exam_passed'] = 1 or university['prep_enrolled'] = 0) and university['student'] = 0 and university['diploma'] = 0 and age >= 17 and (storyline ! 1 or SchoolAtestat = 1) and month < 9:
+	if (university['entrance_exam_passed'] = 1 or university['prep_enrolled'] = 0) and university['student'] = 0 and university['diploma'] = 0 and age >= 17 and (storyline ! 1 or SchoolAtestat = 1) and month < 9 and month > 4:
 		act 'Enroll at the university': gt 'uni_admin', 'enrollment'
 	end
 	if university['enrolled_in_semester'] > 0 and university['enrolled_in_semester'] = university['semester_passed'] and university['semeter_passed'] < 8:
@@ -81,7 +84,7 @@ if $ARGS[0] = 'enrollment':
 		'You wait until until your name is called by one of the women, who leads you down a side hall to one of the offices. You take a seat and introduce yourself, and after a brief discussion the woman takes your information and enters it into the computer.'
 		if class['school_grade_average'] >= 70 or university['entrance_exam_passed'] = 1:
 			minut += 15
-			'She looks over your information and fills in some data. Several minutes later, she turns to you and smiles, telling you that you are eligible to enrol at the university. She gives you a lot of paperwork and you spend some time filling it all out. Once done, she asks you to stand up so she can take your picture. As she works on your university ID card she tells you about the different degrees, giving you time to decide which one you want to choose.'
+			'She looks over your information, including that the classes for all new students will start in the week that includes September 1st, and fills in some data. Several minutes later, she turns to you and smiles, telling you that you are eligible to enrol at the university. She gives you a lot of paperwork and you spend some time filling it all out. Once done, she asks you to stand up so she can take your picture. As she works on your university ID card she tells you about the different degrees, giving you time to decide which one you want to choose.'
 			act 'Teaching degree':
 				cla
 				'You inform her you wish to acquire a teaching degree. She hands you a packet of information about the classes you will be attending and about dorm life. She then inquires if you will be signing up for any elective classes at this time.'
@@ -106,7 +109,7 @@ if $ARGS[0] = 'enrollment':
 					gs 'grades', 'grade_award', 'uni_teaching_studies_semester_1', 'teaching methods 101', 35
 					gs 'grades', 'grade_award', 'uni_teaching_studies_semester_1', 'learning theories 101', 35
 					cla
-					'You tell her you would like to pursue a teaching degree. She smiles and nods, then finishes filling out some more paperwork about the courses you can expect to take. Once your ID is done she hands it over, along with all of your paperwork. You are now officially enrolled as a student at the Saint Petersburg University.'
+					'You tell her you would like to pursue a teaching degree. She smiles and nods, then finishes filling out some more paperwork about the courses you can expect to take. Once your ID is done she hands it over, along with all of your paperwork. You are now officially enrolled as a student at the Saint Petersburg University. Finally she reminds you that including that the classes for all new students will start in the week that includes September 1st'
 					if (day - week) >= 27 and month = 8:
 						university['semester_week'] = 1
 						*nl