# uni_admin !!This is the file containing the university administration office. !!It is important to include an option to enroll in university, and therefore set the variable regarding the choice of study. !!The following variables will be set in this file. !! university['prep_enrolled'] is set to 1 if the player enrolls in the university preparation program. !! university['student'] is set to 1 if the player enrolls in a university program. !! $university['enrolled_in'] is set to the name of the university program the player enrolls in. There is the following programs: teaching_studies !! university['enrolled_in_semester'] is set to the semester the player enrolls in starting at 1 for the first semester and ending with 8 for the last. if $ARGS[0] = 'start': $sexloc = 'uni_admin' $location_type = 'public_indoors' cla & *clr minut += 5 $menu_loc = 'uni_admin' $menu_arg = 'start' $loc = 'uni_admin' $loc_arg = 'start' menu_off = 0 gs 'stat' gs 'themes', 'indoors' '
University Administration Building
' '
> src="images/locations/city/island/university/admin/uni_admin.jpg">
' 'The main lobby is large with several pillars spread across the room. At each end of the room is a large set of stairs that go up to the next level, with several hallways branching off in all directions standing opposite you.' if university['diploma'] > 0: 'You have graduated from the university.' elseif university['expelled_for_missing_exam'] = 0 and university['expelled'] = 1: 'You''ve been expelled from the university for failing your exams.' elseif university['expelled_for_missing_exam'] = 1: 'You''ve been expelled from the university for skipping your exams.' elseif func('uniutil', 'student', 'expelled_for_other_reason'): 'You''ve been expelled from the university for reasons unrelated to your exam results.' elseif university['student'] = 0: if university['enrolled_in_semester'] = 0: 'The enrollment period for new students is from 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: 'You''ve enrolled in the preparatory classes. They will start in August.' else 'You can take preparatory classes at the university on weekdays for 15,000.' end 'Admission exams for the university are held in August.' end act 'Leave': minut += 2 gt 'uni_grounds', 'main' end if university['prep_enrolled'] = 1 and university['entrance_exam_passed'] = 0 and month = 8: act 'Attend preparatory class (1:00)': gt 'uni_admin', 'take_prep' end !!if graduated school with good grade or 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 (mid($start_type,1,2) ! 'sg' or SchoolAtestat = 1) and month < 9 and month > 4 and university['exam_week'] = 0: 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: act 'Register for your next semester': gt 'uni_admin', 'enrollment_semester' end !!the if below should only show up if Sveta tried to enroll and didn''t or couldn''t pay for the classes before if university['entrance_information'] = 1 and university['prep_enrolled'] = 0 and university['student'] = 0 and month < 9: gs 'uni_admin', 'prep_pay' end if $ARGS[0] = 'enrollment': $sexloc = 'uni_admin' cla & *clr minut += 15 gs 'stat' '
Enrollment Office
' '
> src="images/locations/city/island/university/admin/enrollment1.jpg">
' 'You enter the enrollment office, where there are several desks with women working behind them and a fair number of people around your age waiting in a side room. You inform them that you wish to enroll at the university and they take your name down before asking you to take a seat in the waiting room until your name is called. You walk into the other room and nod at the other prospective students before taking a seat.' act 'Wait your turn': cla & *clr '
Enrollment Office
' '
> src="images/locations/city/island/university/admin/enrollment2.jpg">
' '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''re eligible to enroll 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 before telling you about the different degrees as she works on your ID card, 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 and 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.' act 'Not right now': cla 'You shake your head and tell her you don''t intend to sign up for any elective classes right now. She nods and makes a few more notes before handing over your finished paperwork, welcoming you to Saint Petersburg University. You get up and leave, looking forward to when you can come back and start your classes.' act 'Leave': gt 'uni_admin', 'start' end act 'Enroll': !!This sets the variables such that the player is enrolled in the first semester of the teaching program. university['prep_counter'] = 0 university['prep_enrolled'] = 0 university['student'] = 1 $university['enrolled_in']= 'teaching_studies' university['enrolled_in_semester'] = 1 gs 'homes_properties', 'give_access', 'university_dorm' !!This creates the classes for the first semester of the teaching program to be used by the grade system, and gives the player a starting grade value (which is a failing grade, the player has to study if they want to pass) gs 'grades', 'createclass', 'uni_teaching_studies_semester_1', 'general education 101', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'createclass', 'uni_teaching_studies_semester_1', 'teaching methods 101', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'createclass', 'uni_teaching_studies_semester_1', 'learning theories 101', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'grade_award', 'uni_teaching_studies_semester_1', 'general education 101', 35 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. She hands over your ID, along with all of your paperwork, stating that you''re officially enrolled as a student at Saint Petersburg University and reminding you that classes will start in the week that includes September 1st.' if (day - week) >= 27 and month = 8: university['semester_week'] = 1 *nl 'She tells you that you''ve enrolled at the last minute, and that classes have already started.' end 'She informs you that the university offers several elective classes that can broaden your education.' act 'Select elective classes': gt 'uni_admin', 'select_electives' act 'Leave': gt 'uni_admin', 'start' end end act 'Nursing degree': cla 'You inform her you wish to acquire a nursing degree and 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.' act 'Not right now': cla 'You shake your head and tell her you don''t intend to sign up for any elective classes right now. She nods and makes a few more notes before handing over your finished paperwork, welcoming you to Saint Petersburg University. You get up and leave, looking forward to when you can come back and start your classes.' act 'Leave': gt 'uni_admin', 'start' end act 'Enroll': !!This sets the variables such that the player is enrolled in the first semester of the nursing program. university['prep_counter'] = 0 university['prep_enrolled'] = 0 university['student'] = 1 $university['enrolled_in']= 'nursing' university['enrolled_in_semester'] = 1 gs 'homes_properties', 'give_access', 'university_dorm' !!This creates the classes for the first semester of the nursing program to be used by the grade system, and gives the player a starting grade value (which is a failing grade, the player has to study if they want to pass) gs 'grades', 'createclass', 'uni_nursing_semester_1', 'patient care 101', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'createclass', 'uni_nursing_semester_1', 'anatomy and physiology 101', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'createclass', 'uni_nursing_semester_1', 'examination and treatment 101', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'grade_award', 'uni_nursing_semester_1', 'patient care 101', 35 gs 'grades', 'grade_award', 'uni_nursing_semester_1', 'anatomy and physiology 101', 35 gs 'grades', 'grade_award', 'uni_nursing_semester_1', 'examination and treatment 101', 35 cla 'You tell her you would like to pursue a nursing degree. She smiles and nods, then finishes filling out some more paperwork about the courses you can expect to take. She hands over your ID, along with all of your paperwork, stating that you''re officially enrolled as a student at Saint Petersburg University and reminding you that classes will start in the week that includes September 1st.' if (day - week) >= 27 and month = 8: university['semester_week'] = 1 *nl 'She tells you that you''ve enrolled at the last minute, and that classes have already started.' end 'She informs you that the university offers several elective classes that can broaden your education.' act 'Select elective classes': gt 'uni_admin', 'select_electives' act 'Leave': gt 'uni_admin', 'start' end end else university['entrance_information'] = 1 minut += 5 'She looks over the information and fills in some data. Several minutes later, she turns to you and frowns, telling you that you''re not eligible to enroll at the university since your grades from secondary school weren''t good enough. She informs you that with so many students applying, they can only take those with better grades, but you can still get in if you take the preparatory classes and pass them with a high enough grade.' 'The classes cost 15,000 .' if money < 15000 and karta < 15000: act 'You don''t have enough money': cla 'You tell her you can''t afford to pay for the classes and she nods in understanding, telling you to come back and sign up later if you get the money. You thank her for the information and leave.' act 'Leave': gt 'uni_admin', 'start' end else act 'You don''t want to sign up': cla 'You shake your head and thank her, telling her you will think about it. She smiles at you and tells you she understands before you leave.' act 'Leave class':gt 'uni_admin', 'start' end end gs 'uni_admin', 'prep_pay' end end end if $ARGS[0] = 'enrollment_semester': $sexloc = 'uni_admin' cla & *clr minut += 15 gs 'stat' '
Enrollment Office
' '
> src="images/locations/city/island/university/admin/enrollment1.jpg">
' 'You enter the enrollment office, where there are several desks with women working behind them and a fair number of people around your age waiting in a side room. You inform them that you wish to register for your next semester.' act 'Wait your turn': cla & *clr '
Enrollment Office
' '
> src="images/locations/city/island/university/admin/enrollment2.jpg">
' '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 $university['enrolled_in']= 'teaching_studies': 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 since you passed your last semester you can register for the '+trim(MID(' first, second, third, fourth, fifth, sixth, seventh, eighth, ninth, tenth', (university['enrolled_in_semester']+1)*8,7))+' of the Teaching Studies Program. She gives you the paperwork and you spend some time filling it all out.' act 'Enroll': !!This sets the variables such that the player is enrolled in next semester of the teaching program. university['enrolled_in_semester'] += 1 if university['enrolled_in_semester'] = 2: !!This creates the classes for the second semester of the teaching program to be used by the grade system, and gives the player a starting grade value (which is a failing grade, the player has to study if they want to pass) gs 'grades', 'createclass', 'uni_teaching_studies_semester_2', 'general education 102', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'createclass', 'uni_teaching_studies_semester_2', 'teaching methods 102', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'createclass', 'uni_teaching_studies_semester_2', 'psychology of a student 101', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'grade_award', 'uni_teaching_studies_semester_2', 'general education 102', (class['uni_teaching_studies_semester_1_general education 101_grade']/3+10) gs 'grades', 'grade_award', 'uni_teaching_studies_semester_2', 'teaching methods 102', (class['uni_teaching_studies_semester_1_teaching methods 101_grade']/3+10) gs 'grades', 'grade_award', 'uni_teaching_studies_semester_2', 'psychology of a student 101', 35 elseif university['enrolled_in_semester'] = 3: !!This creates the classes for the third semester of the teaching program to be used by the grade system, and gives the player a starting grade value (which is a failing grade, the player has to study if they want to pass) gs 'grades', 'createclass', 'uni_teaching_studies_semester_3', 'general education 201', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'createclass', 'uni_teaching_studies_semester_3', 'assessment 201', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'createclass', 'uni_teaching_studies_semester_3', 'learning theories 201', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'grade_award', 'uni_teaching_studies_semester_3', 'general education 201', ((class['uni_teaching_studies_semester_1_general education 101_grade'] + class['uni_teaching_studies_semester_2_general education 102_grade'])/6+10) gs 'grades', 'grade_award', 'uni_teaching_studies_semester_3', 'learning theories 201', (class['uni_teaching_studies_semester_1_learning theories 101_grade']/3+10) gs 'grades', 'grade_award', 'uni_teaching_studies_semester_3', 'assessment 201', 35 elseif university['enrolled_in_semester'] = 4: !!This creates the classes for the fourth semester of the teaching program to be used by the grade system, and gives the player a starting grade value (which is a failing grade, the player has to study if they want to pass) gs 'grades', 'createclass', 'uni_teaching_studies_semester_4', 'general education 202', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'createclass', 'uni_teaching_studies_semester_4', 'learning theories 202', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'createclass', 'uni_teaching_studies_semester_4', 'psychology of a student 201', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'grade_award', 'uni_teaching_studies_semester_4', 'general education 202', ((class['uni_teaching_studies_semester_1_general education 101_grade'] + class['uni_teaching_studies_semester_2_general education 102_grade'] + class['uni_teaching_studies_semester_3_general education 201_grade'])/9+10) gs 'grades', 'grade_award', 'uni_teaching_studies_semester_4', 'learning theories 202', ((class['uni_teaching_studies_semester_1_learning theories 101_grade'] + class['uni_teaching_studies_semester_3_learning theories 201_grade'])/6+10) gs 'grades', 'grade_award', 'uni_teaching_studies_semester_4', 'psychology of a student 201', (class['uni_teaching_studies_semester_2_psychology of a student 101_grade']/3+10) end cla 'You tell her you would like to continue pursuing a teaching degree. She smiles and nods, then finishes filling out some more paperwork about the courses you can expect to take.' if (day - week) >= 27 and month = 8: university['semester_week'] = 1 *nl 'She tells you that you''ve enrolled at the last minute, and that classes have already started.' end if university['enrolled_in_semester'] mod 2 = 1: act 'Leave without taking any electives': gt 'uni_admin', 'start' else act 'Leave': gt 'uni_admin', 'start' end end end if $university['enrolled_in']= 'nursing': 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 since you passed your last semester you can register for the '+trim(MID(' first, second, third, fourth, fifth, sixth, seventh, eighth, ninth, tenth', (university['enrolled_in_semester']+1)*8,7))+' of the Nursing Program. She gives you the paperwork and you spend some time filling it all out.' act 'Enroll': !!This sets the variables such that the player is enrolled in next semester of the nursing program. university['enrolled_in_semester'] += 1 if university['enrolled_in_semester'] = 2: !!This creates the classes for the second semester of the nursing program to be used by the grade system, and gives the player a starting grade value (which is a failing grade, the player has to study if they want to pass) gs 'grades', 'createclass', 'uni_nursing_semester_2', 'patient care 102', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'createclass', 'uni_nursing_semester_2', 'anatomy and physiology 102', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'createclass', 'uni_nursing_semester_2', 'examination and treatment 102', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'grade_award', 'uni_nursing_semester_2', 'patient care 102', (class['uni_nursing_semester_1_patient_care 101_grade']/3+10) gs 'grades', 'grade_award', 'uni_nursing_semester_2', 'anatomy and physiology 102', (class['uni_nursing_semester_1_anatomy_and_physiology 101_grade']/3+10) gs 'grades', 'grade_award', 'uni_nursing_semester_2', 'examination and treatment 102', (class['uni_nursing_semester_1_examination_and_treatment 101_grade']/3+10) elseif university['enrolled_in_semester'] = 3: !!This creates the classes for the third semester of the nursing program to be used by the grade system, and gives the player a starting grade value (which is a failing grade, the player has to study if they want to pass) gs 'grades', 'createclass', 'uni_nursing_semester_3', 'patient care 201', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'createclass', 'uni_nursing_semester_3', 'anatomy and physiology 201', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'createclass', 'uni_nursing_semester_3', 'dosages and pharmaceuticals 101', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'grade_award', 'uni_nursing_semester_3', 'patient care 201', ((class['uni_nursing_semester_1_patient_care 101_grade'] + class['uni_nursing_semester_2_patient_care 102_grade'])/6+10) gs 'grades', 'grade_award', 'uni_nursing_semester_3', 'anatomy and physiology 201', ((class['uni_nursing_semester_1_anatomy_and_physiology 101_grade'] + class['uni_nursing_semester_2_anatomy_and_physiology 102_grade'])/6+10) gs 'grades', 'grade_award', 'uni_nursing_semester_3', 'dosages and pharmaceuticals 101', 35 elseif university['enrolled_in_semester'] = 4: !!This creates the classes for the fourth semester of the nursing program to be used by the grade system, and gives the player a starting grade value (which is a failing grade, the player has to study if they want to pass) gs 'grades', 'createclass', 'uni_nursing_semester_4', 'patient care 202', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'createclass', 'uni_nursing_semester_4', 'anatomy and physiology 202', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'createclass', 'uni_nursing_semester_4', 'dosages and pharmaceuticals 102', 3, 2, 'no', 'no', 1, 12 gs 'grades', 'grade_award', 'uni_nursing_semester_4', 'patient care 202', ((class['uni_nursing_semester_1_patient_care 101_grade'] + class['uni_nursing_semester_2_patient_care 102_grade'] + class['uni_nursing_semester_3_patient_care 201_grade'])/9+10) gs 'grades', 'grade_award', 'uni_nursing_semester_4', 'anatomy and physiology 202', ((class['uni_nursing_semester_1_anatomy_and_physiology 101_grade'] + class['uni_nursing_semester_2_anatomy_and_physiology 102_grade'] + class['uni_nursing_semester_3_anatomy_and_physiology 201_grade'])/9+10) gs 'grades', 'grade_award', 'uni_nursing_semester_4', 'dosages and pharmaceuticals 102', (class['uni_nursing_semester_3_dosages_and_pharmaceuticals 101_grade']/3+10) end cla 'You tell her you would like to continue pursuing a nursing degree. She smiles and nods, then finishes filling out some more paperwork about the courses you can expect to take.' if (day - week) >= 27 and month = 8: university['semester_week'] = 1 *nl 'She tells you that you''ve enrolled at the last minute, and that classes have already started.' end if university['enrolled_in_semester'] mod 2 = 1: act 'Leave without taking any electives': gt 'uni_admin', 'start' else act 'Leave': gt 'uni_admin', 'start' end end end end end if $ARGS[0] = 'select_electives': '
Enrollment Office
' '
> src="images/locations/city/island/university/admin/enrollment2.jpg">
' 'She gives you a list of all the current elective classes and asks if you would be interested in any of them.' if $university['elective_semester_1_1'] = '': act 'Read about the computer class': cla & *clr '
Enrollment Office
' '
> src="images/locations/city/island/university/admin/enrollment2.jpg">
' '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 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 'uni_admin', 'select_electives' end act 'Don''t enroll in the computer class': gt 'uni_admin', 'select_electives' end end if $university['elective_semester_1_2'] = '': act 'Read about the art class': cla & *clr '
Enrollment Office
' '
> src="images/locations/city/island/university/admin/enrollment2.jpg">
' '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 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 'uni_admin', 'select_electives' end act 'Don''t enroll in the art class': gt 'uni_admin', 'select_electives' end end if $university['elective_semester_1_3'] = '': act 'Read about the psychology class': cla & *clr '
Enrollment Office
' '
> src="images/locations/city/island/university/admin/enrollment2.jpg">
' 'This class is about learning psychology to better understand how and why people think they way they do. It will start off with the basics before moving onto the more advanced behavior studies by the end of the second semester. It might be fun to take part in such a relaxed class.' act 'Enroll in the psychology class': cla 'You decide to enroll in the psychology class for the first and second semester of this year.' $university['elective_semester_1_3'] = 'Psychology 101' $university['elective_semester_2_3'] = 'Psychology 102' act 'Consider other elective classes': gt 'uni_admin', 'select_electives' end act 'Don''t enroll in the psychology class': gt 'uni_admin', 'select_electives' end end act 'Don''t enroll in any more elective classes': gt 'uni_admin', 'start' end if $ARGS[0] = 'prep_pay': if money >= 15000: act 'Pay for the preparatory classes (15,000) (Cash)': cla & *clr minut += 10 money -= 15000 gs 'stat' university['prep_enrolled'] = 1 '
Enrollment Office
' '
> src="images/locations/city/island/university/admin/payment.jpg">
' 'You pay 15,000 for the preparatory classes. They are held every weekday until 21:00.' act 'Leave':gt 'uni_admin', 'start' end end if karta >= 15000: act 'Pay for the preparatory classes (15,000) (Card)': cla & *clr minut += 10 karta -= 15000 gs 'stat' university['prep_enrolled'] = 1 '
Enrollment Office
' '
> src="images/locations/city/island/university/admin/payment.jpg">
' 'You pay 15,000 for the preparatory classes. They are held every weekday until 21:00.' act 'Leave':gt 'uni_admin', 'start' end end end if $ARGS[0] = 'take_prep': $sexloc = 'uni_admin' cla & *clr minut += 60 university['prep_counter'] += 1 gs 'exp_gain', 'intel', 1 + (mentats_dose - rand(0,mentats_dose)) gs 'stat' '
Preparatory Class
' '
> src="images/locations/city/island/university/admin/prepcourse1.jpg">
' 'You attend the preparatory class for an hour. You pay close attention to what is being said and take notes for the entrance examination later on.' act 'Leave class': gt 'uni_admin', 'start' end if $ARGS[0] = 'take_test': $sexloc = 'uni_admin' cla & *clr minut += 60 gs 'exp_gain', 'intel', 1 + (mentats_dose - rand(0,mentats_dose)) gs 'stat' '
Entrance Exam
' '
> src="images/locations/city/island/university/admin/prepcourse1.jpg">
' 'You enter the exam room and take your seat. A professor comes out and talks about the different parts of the exam you will be taking and what is required to pass. Once he''s finished, he passes out the papers and starts the clock. You have one hour to complete the test.' if pcs_intel +university['prep_counter'] >= 100: university['entrance_exam_passed'] = 1 'You completed the entrance examination and passed with a perfect score.' elseif pcs_intel + university['prep_counter'] >= 80: university['entrance_exam_passed'] = 1 'You completed the entrance examination and passed.' else university['entrance_exam_passed'] = -1 'You completed the entrance exam, but failed to pass.' end act 'Leave the exam room': gt 'uni_admin', 'start' end --- uni_admin ---------------------------------