|
@@ -1,11 +1,11 @@
|
|
|
# uni_programs
|
|
|
|
|
|
-!!This is the file containing the variabels and actions for handeling the different program the player can attend at the university.
|
|
|
+!!This is the file containing the variables and actions for handling the different programs the player can attend at the university.
|
|
|
|
|
|
-!!The following vaiables are important.
|
|
|
+!!The following variables are important.
|
|
|
!! university['student'] is set to 1 if the player is enrolled in a university program.
|
|
|
!! $university['enrolled_in'] is the name of the university program the player is enrolled in, there is the following progams: teaching_studies, nursing
|
|
|
-!! university['enrolled_in_semester'] is the semester the player enrolled in starting at 1 for the first semester and ending with 8 for the last.
|
|
|
+!! university['enrolled_in_semester'] is the semester the player enrolled in, starting at 1 for the first semester and ending with 8 for the last.
|
|
|
|
|
|
if $ARGS[0] = 'program_name':
|
|
|
if $university['enrolled_in']= 'teaching_studies':
|
|
@@ -17,7 +17,7 @@ if $ARGS[0] = 'program_name':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'uni_period_first':
|
|
|
- !!This arg have two functions. If called with gs without any optional argument it will make the cations to go to class availeble.
|
|
|
+ !!This arg has two functions. If called with gs without any optional argument, it will make the cations to go to class availeble.
|
|
|
!!Second if called as a function with the additional ARGS[1] of monday, tuesday, wednesday or thursday, it will print on the screen the name of the class and the time period.
|
|
|
if $university['enrolled_in'] = 'teaching_studies':
|
|
|
if university['enrolled_in_semester'] = 1:
|
|
@@ -231,7 +231,7 @@ if $ARGS[0] = 'uni_period_first':
|
|
|
elseif $ARGS[1] = 'wednesday':
|
|
|
$Result = 'Examination and Treatment 101 (09:00 to 10:30)'
|
|
|
elseif $ARGS[1] = 'thursday':
|
|
|
- $Result = 'Anatomy and Physiology 101 (09:00 to 10:30)'
|
|
|
+ $Result = 'Patient Care 101 (09:00 to 10:30)'
|
|
|
elseif week = 1:
|
|
|
*nl
|
|
|
'Your next class will start at 09:00. 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.'
|
|
@@ -265,12 +265,12 @@ if $ARGS[0] = 'uni_period_first':
|
|
|
elseif week = 4:
|
|
|
*nl
|
|
|
'Your next class will start at 09:00. 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 Anatomy and Physiology 101 class':
|
|
|
+ act 'Go to your Patient Care 101 class':
|
|
|
if hour = 8: minut += 60 - minut
|
|
|
if hour = 7: minut += 120 - minut
|
|
|
uni_period['first'] = daystart
|
|
|
gs 'stat'
|
|
|
- gt 'uni_lessons1', 'anatomy_and_physiology_101'
|
|
|
+ gt 'uni_lessons1', 'patient_care_101'
|
|
|
end
|
|
|
end
|
|
|
elseif university['enrolled_in_semester'] = 2:
|
|
@@ -281,7 +281,7 @@ if $ARGS[0] = 'uni_period_first':
|
|
|
elseif $ARGS[1] = 'wednesday':
|
|
|
$Result = 'Examination and Treatment 102 (09:00 to 10:30)'
|
|
|
elseif $ARGS[1] = 'thursday':
|
|
|
- $Result = 'Anatomy and Physiology 102 (09:00 to 10:30)'
|
|
|
+ $Result = 'Patient Care 102 (09:00 to 10:30)'
|
|
|
elseif week = 1:
|
|
|
*nl
|
|
|
'Your next class will start at 09:00. 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.'
|
|
@@ -320,7 +320,7 @@ if $ARGS[0] = 'uni_period_first':
|
|
|
if hour = 7: minut += 120 - minut
|
|
|
uni_period['first'] = daystart
|
|
|
gs 'stat'
|
|
|
- gt 'uni_lessons2', 'anatomy_and_physiology_102'
|
|
|
+ gt 'uni_lessons2', 'patient_care_102'
|
|
|
end
|
|
|
end
|
|
|
elseif university['enrolled_in_semester'] = 3:
|
|
@@ -331,7 +331,7 @@ if $ARGS[0] = 'uni_period_first':
|
|
|
elseif $ARGS[1] = 'wednesday':
|
|
|
$Result = 'Dosages and Pharmaceuticals 101 (09:00 to 10:30)'
|
|
|
elseif $ARGS[1] = 'thursday':
|
|
|
- $Result = 'Anatomy and Physiology 201 (09:00 to 10:30)'
|
|
|
+ $Result = 'Patient Care 201 (09:00 to 10:30)'
|
|
|
elseif week = 1:
|
|
|
*nl
|
|
|
'Your next class will start at 09:00. 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.'
|
|
@@ -365,12 +365,12 @@ if $ARGS[0] = 'uni_period_first':
|
|
|
elseif week = 4:
|
|
|
*nl
|
|
|
'Your next class will start at 09:00. 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 Anatomy and Physiology 201 class':
|
|
|
+ act 'Go to your Patient Care 201 class':
|
|
|
if hour = 8: minut += 60 - minut
|
|
|
if hour = 7: minut += 120 - minut
|
|
|
uni_period['first'] = daystart
|
|
|
gs 'stat'
|
|
|
- gt 'uni_lessons3', 'anatomy_and_physiology_201'
|
|
|
+ gt 'uni_lessons3', 'patient_care_201'
|
|
|
end
|
|
|
end
|
|
|
elseif university['enrolled_in_semester'] = 4:
|
|
@@ -381,7 +381,7 @@ if $ARGS[0] = 'uni_period_first':
|
|
|
elseif $ARGS[1] = 'wednesday':
|
|
|
$Result = 'Dosages and Pharmaceuticals 102 (09:00 to 10:30)'
|
|
|
elseif $ARGS[1] = 'thursday':
|
|
|
- $Result = 'Anatomy and Physiology 202 (09:00 to 10:30)'
|
|
|
+ $Result = 'Patient Care 202 (09:00 to 10:30)'
|
|
|
elseif week = 1:
|
|
|
*nl
|
|
|
'Your next class will start at 09:00. 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.'
|
|
@@ -415,12 +415,12 @@ if $ARGS[0] = 'uni_period_first':
|
|
|
elseif week = 4:
|
|
|
*nl
|
|
|
'Your next class will start at 09:00. 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 Anatomy and Physiology 202 class':
|
|
|
+ act 'Go to your Patient Care 202 class':
|
|
|
if hour = 8: minut += 60 - minut
|
|
|
if hour = 7: minut += 120 - minut
|
|
|
uni_period['first'] = daystart
|
|
|
gs 'stat'
|
|
|
- gt 'uni_lessons4', 'anatomy_and_physiology_202'
|
|
|
+ gt 'uni_lessons4', 'patient_care_202'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -428,9 +428,9 @@ if $ARGS[0] = 'uni_period_first':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'uni_period_second':
|
|
|
- !!This arg have two functions. If called with gs without any optional argument it will make the options to go to class availeble.
|
|
|
+ !!This arg has two functions. If called with gs without any optional argument, it will make the options to go to class available.
|
|
|
!!Second if called as a function with the additional ARGS[1] of monday, tuesday, wednesday or thursday, it will print on the screen the name of the classe and the time period.
|
|
|
- if $university['enrolled_in']= 'teaching_studies':
|
|
|
+ if $university['enrolled_in'] = 'teaching_studies':
|
|
|
if university['enrolled_in_semester'] = 1:
|
|
|
if $ARGS[1] = 'monday':
|
|
|
$Result = 'Teaching Methods 101 (11:00 to 12:30)'
|
|
@@ -529,7 +529,7 @@ if $ARGS[0] = 'uni_period_second':
|
|
|
elseif $ARGS[1] = 'tuesday':
|
|
|
$Result = 'Learning Theories 201 (11:00 to 12:30)'
|
|
|
elseif $ARGS[1] = 'wednesday':
|
|
|
- $Result = ' Assessment 201 (11:00 to 12:30)'
|
|
|
+ $Result = 'Assessment 201 (11:00 to 12:30)'
|
|
|
elseif $ARGS[1] = 'thursday':
|
|
|
$Result = 'Learning Theories 201 (11:00 to 12:30)'
|
|
|
elseif week = 1:
|
|
@@ -620,200 +620,184 @@ if $ARGS[0] = 'uni_period_second':
|
|
|
if $university['enrolled_in'] = 'nursing':
|
|
|
if university['enrolled_in_semester'] = 1:
|
|
|
if $ARGS[1] = 'monday':
|
|
|
- $Result = 'Patient Care 101 (09:00 to 10:30)'
|
|
|
+ $Result = 'Anatomy and Physiology 101 (11:00 to 12:30)'
|
|
|
elseif $ARGS[1] = 'tuesday':
|
|
|
- $Result = 'Anatomy and Physiology 101 (09:00 to 10:30)'
|
|
|
+ $Result = 'Patient Care 101 (11:00 to 12:30)'
|
|
|
elseif $ARGS[1] = 'wednesday':
|
|
|
- $Result = 'Examination and Treatment 101 (09:00 to 10:30)'
|
|
|
+ $Result = 'Patient Care 101 (11:00 to 12:30)'
|
|
|
elseif $ARGS[1] = 'thursday':
|
|
|
- $Result = 'Anatomy and Physiology 101 (09:00 to 10:30)'
|
|
|
+ $Result = 'Anatomy and Physiology 101 (11:00 to 12:30)'
|
|
|
elseif week = 1:
|
|
|
*nl
|
|
|
- 'Your next class will start at 09:00. 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 Patient Care 102 class':
|
|
|
- if hour = 8: minut += 60 - minut
|
|
|
- if hour = 7: minut += 120 - minut
|
|
|
- uni_period['first'] = daystart
|
|
|
+ 'Your next class will start at 11:00. 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 Anatomy and Physiology 101 class':
|
|
|
+ if hour = 10: minut += 60 - minut
|
|
|
+ uni_period['second'] = daystart
|
|
|
gs 'stat'
|
|
|
- gt 'uni_lessons1', 'patient_care_101'
|
|
|
+ gt 'uni_lessons1', 'anatomy_and_physiology_101'
|
|
|
end
|
|
|
elseif week = 2:
|
|
|
*nl
|
|
|
- 'Your next class will start at 09:00. 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 Anatomy and Physiology 102 class':
|
|
|
- if hour = 8: minut += 60 - minut
|
|
|
- if hour = 7: minut += 120 - minut
|
|
|
- uni_period['first'] = daystart
|
|
|
+ 'Your next class will start at 11:00. 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 Patient Care 101 class':
|
|
|
+ if hour = 10: minut += 60 - minut
|
|
|
+ uni_period['second'] = daystart
|
|
|
gs 'stat'
|
|
|
- gt 'uni_lessons1', 'anatomy_and_physiology_101'
|
|
|
+ gt 'uni_lessons1', 'patient_care_101'
|
|
|
end
|
|
|
elseif week = 3:
|
|
|
*nl
|
|
|
- 'Your next class will start at 09:00. 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 Examination and Treatment 102 class':
|
|
|
- if hour = 8: minut += 60 - minut
|
|
|
- if hour = 7: minut += 120 - minut
|
|
|
- uni_period['first'] = daystart
|
|
|
+ 'Your next class will start at 11:00. 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 Patient Care 101 class':
|
|
|
+ if hour = 10: minut += 60 - minut
|
|
|
+ uni_period['second'] = daystart
|
|
|
gs 'stat'
|
|
|
- gt 'uni_lessons1', 'examination_and_treatment_101'
|
|
|
+ gt 'uni_lessons1', 'patient_care_101'
|
|
|
end
|
|
|
elseif week = 4:
|
|
|
*nl
|
|
|
- 'Your next class will start at 09:00. 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 Anatomy and Physiology 102 class':
|
|
|
- if hour = 8: minut += 60 - minut
|
|
|
- if hour = 7: minut += 120 - minut
|
|
|
- uni_period['first'] = daystart
|
|
|
+ 'Your next class will start at 11:00. 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 Anatomy and Physiology 101 class':
|
|
|
+ if hour = 10: minut += 60 - minut
|
|
|
+ uni_period['second'] = daystart
|
|
|
gs 'stat'
|
|
|
gt 'uni_lessons1', 'anatomy_and_physiology_101'
|
|
|
end
|
|
|
end
|
|
|
elseif university['enrolled_in_semester'] = 2:
|
|
|
if $ARGS[1] = 'monday':
|
|
|
- $Result = 'Patient Care 102 (09:00 to 10:30)'
|
|
|
+ $Result = 'Anatomy and Physiology 102 (11:00 to 12:30)'
|
|
|
elseif $ARGS[1] = 'tuesday':
|
|
|
- $Result = 'Anatomy and Physiology 102 (09:00 to 10:30)'
|
|
|
+ $Result = 'Patient Care 102 (11:00 to 12:30)'
|
|
|
elseif $ARGS[1] = 'wednesday':
|
|
|
- $Result = 'Examination and Treatment 102 (09:00 to 10:30)'
|
|
|
+ $Result = 'Patient Care 102 (11:00 to 12:30)'
|
|
|
elseif $ARGS[1] = 'thursday':
|
|
|
- $Result = 'Anatomy and Physiology 102 (09:00 to 10:30)'
|
|
|
+ $Result = 'Anatomy and Physiology 102 (11:00 to 12:30)'
|
|
|
elseif week = 1:
|
|
|
*nl
|
|
|
- 'Your next class will start at 09:00. 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 Patient Care 102 class':
|
|
|
- if hour = 8: minut += 60 - minut
|
|
|
- if hour = 7: minut += 120 - minut
|
|
|
- uni_period['first'] = daystart
|
|
|
+ 'Your next class will start at 11:00. 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 Anatomy and Physiology 102 class':
|
|
|
+ if hour = 10: minut += 60 - minut
|
|
|
+ uni_period['second'] = daystart
|
|
|
gs 'stat'
|
|
|
- gt 'uni_lessons2', 'patient_care_102'
|
|
|
+ gt 'uni_lessons2', 'anatomy_and_physiology_102'
|
|
|
end
|
|
|
elseif week = 2:
|
|
|
*nl
|
|
|
- 'Your next class will start at 09:00. 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 Anatomy and Physiology 102 class':
|
|
|
- if hour = 8: minut += 60 - minut
|
|
|
- if hour = 7: minut += 120 - minut
|
|
|
- uni_period['first'] = daystart
|
|
|
+ 'Your next class will start at 11:00. 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 Patient Care 102 class':
|
|
|
+ if hour = 10: minut += 60 - minut
|
|
|
+ uni_period['second'] = daystart
|
|
|
gs 'stat'
|
|
|
- gt 'uni_lessons2', 'anatomy_and_physiology_102'
|
|
|
+ gt 'uni_lessons2', 'patient_care_102'
|
|
|
end
|
|
|
elseif week = 3:
|
|
|
*nl
|
|
|
- 'Your next class will start at 09:00. 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 Examination and Treatment 102 class':
|
|
|
- if hour = 8: minut += 60 - minut
|
|
|
- if hour = 7: minut += 120 - minut
|
|
|
- uni_period['first'] = daystart
|
|
|
+ 'Your next class will start at 11:00. 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 Patient Care 102 class':
|
|
|
+ if hour = 10: minut += 60 - minut
|
|
|
+ uni_period['second'] = daystart
|
|
|
gs 'stat'
|
|
|
- gt 'uni_lessons2', 'examination_and_treatment_102'
|
|
|
+ gt 'uni_lessons2', 'patient_care_102'
|
|
|
end
|
|
|
elseif week = 4:
|
|
|
*nl
|
|
|
- 'Your next class will start at 09:00. 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.'
|
|
|
+ 'Your next class will start at 11:00. 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 Anatomy and Physiology 102 class':
|
|
|
- if hour = 8: minut += 60 - minut
|
|
|
- if hour = 7: minut += 120 - minut
|
|
|
- uni_period['first'] = daystart
|
|
|
+ if hour = 10: minut += 60 - minut
|
|
|
+ uni_period['second'] = daystart
|
|
|
gs 'stat'
|
|
|
gt 'uni_lessons2', 'anatomy_and_physiology_102'
|
|
|
end
|
|
|
end
|
|
|
elseif university['enrolled_in_semester'] = 3:
|
|
|
if $ARGS[1] = 'monday':
|
|
|
- $Result = 'Patient Care 201 (09:00 to 10:30)'
|
|
|
+ $Result = 'Anatomy and Physiology 201 (11:00 to 12:30)'
|
|
|
elseif $ARGS[1] = 'tuesday':
|
|
|
- $Result = 'Anatomy and Physiology 201 (09:00 to 10:30)'
|
|
|
+ $Result = 'Patient Care 201 (11:00 to 12:30)'
|
|
|
elseif $ARGS[1] = 'wednesday':
|
|
|
- $Result = 'Dosages and Pharmaceuticals 101 (09:00 to 10:30)'
|
|
|
+ $Result = 'Patient Care 201 (11:00 to 12:30)'
|
|
|
elseif $ARGS[1] = 'thursday':
|
|
|
- $Result = 'Anatomy and Physiology 201 (09:00 to 10:30)'
|
|
|
+ $Result = 'Anatomy and Physiology 201 (11:00 to 12:30)'
|
|
|
elseif week = 1:
|
|
|
*nl
|
|
|
- 'Your next class will start at 09:00. 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 Patient Care 201 class':
|
|
|
- if hour = 8: minut += 60 - minut
|
|
|
- if hour = 7: minut += 120 - minut
|
|
|
- uni_period['first'] = daystart
|
|
|
+ 'Your next class will start at 11:00. 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 Anatomy and Physiology 201 class':
|
|
|
+ if hour = 10: minut += 60 - minut
|
|
|
+ uni_period['second'] = daystart
|
|
|
gs 'stat'
|
|
|
- gt 'uni_lessons3', 'patient_care_201'
|
|
|
+ gt 'uni_lessons3', 'anatomy_and_physiology_201'
|
|
|
end
|
|
|
elseif week = 2:
|
|
|
*nl
|
|
|
- 'Your next class will start at 09:00. 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 Anatomy and Physiology 201 class':
|
|
|
- if hour = 8: minut += 60 - minut
|
|
|
- if hour = 7: minut += 120 - minut
|
|
|
- uni_period['first'] = daystart
|
|
|
+ 'Your next class will start at 11:00. 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 Patient Care 201 class':
|
|
|
+ if hour = 10: minut += 60 - minut
|
|
|
+ uni_period['second'] = daystart
|
|
|
gs 'stat'
|
|
|
- gt 'uni_lessons3', 'anatomy_and_physiology_201'
|
|
|
+ gt 'uni_lessons3', 'patient_care_201'
|
|
|
end
|
|
|
elseif week = 3:
|
|
|
*nl
|
|
|
- 'Your next class will start at 09:00. 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 Dosages and Pharmaceuticals 101 class':
|
|
|
- if hour = 8: minut += 60 - minut
|
|
|
- if hour = 7: minut += 120 - minut
|
|
|
- uni_period['first'] = daystart
|
|
|
+ 'Your next class will start at 11:00. 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 Patient Care 201 class':
|
|
|
+ if hour = 10: minut += 60 - minut
|
|
|
+ uni_period['second'] = daystart
|
|
|
gs 'stat'
|
|
|
- gt 'uni_lessons3', 'dosages_and_pharmaceuticals_101'
|
|
|
+ gt 'uni_lessons3', 'patient_care_201'
|
|
|
end
|
|
|
elseif week = 4:
|
|
|
*nl
|
|
|
- 'Your next class will start at 09:00. 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.'
|
|
|
+ 'Your next class will start at 11:00. 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 Anatomy and Physiology 201 class':
|
|
|
- if hour = 8: minut += 60 - minut
|
|
|
- if hour = 7: minut += 120 - minut
|
|
|
- uni_period['first'] = daystart
|
|
|
+ if hour = 10: minut += 60 - minut
|
|
|
+ uni_period['second'] = daystart
|
|
|
gs 'stat'
|
|
|
gt 'uni_lessons3', 'anatomy_and_physiology_201'
|
|
|
end
|
|
|
end
|
|
|
elseif university['enrolled_in_semester'] = 4:
|
|
|
if $ARGS[1] = 'monday':
|
|
|
- $Result = 'Patient Care 202 (09:00 to 10:30)'
|
|
|
+ $Result = 'Anatomy and Physiology 202 (11:00 to 12:30)'
|
|
|
elseif $ARGS[1] = 'tuesday':
|
|
|
- $Result = 'Anatomy and Physiology 202 (09:00 to 10:30)'
|
|
|
+ $Result = 'Patient Care 202 (11:00 to 12:30)'
|
|
|
elseif $ARGS[1] = 'wednesday':
|
|
|
- $Result = 'Dosages and Pharmaceuticals 102 (09:00 to 10:30)'
|
|
|
+ $Result = 'Patient Care 202 (11:00 to 12:30)'
|
|
|
elseif $ARGS[1] = 'thursday':
|
|
|
- $Result = 'Anatomy and Physiology 202 (09:00 to 10:30)'
|
|
|
+ $Result = 'Anatomy and Physiology 202 (11:00 to 12:30)'
|
|
|
elseif week = 1:
|
|
|
*nl
|
|
|
- 'Your next class will start at 09:00. 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 Patient Care 202 class':
|
|
|
- if hour = 8: minut += 60 - minut
|
|
|
- if hour = 7: minut += 120 - minut
|
|
|
- uni_period['first'] = daystart
|
|
|
+ 'Your next class will start at 11:00. 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 Learning Theories 202 class':
|
|
|
+ if hour = 10: minut += 60 - minut
|
|
|
+ uni_period['second'] = daystart
|
|
|
gs 'stat'
|
|
|
- gt 'uni_lessons4', 'patient_care_202'
|
|
|
+ gt 'uni_lessons4', 'anatomy_and_physiology_202'
|
|
|
end
|
|
|
elseif week = 2:
|
|
|
*nl
|
|
|
- 'Your next class will start at 09:00. 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 Anatomy and Physiology 202 class':
|
|
|
- if hour = 8: minut += 60 - minut
|
|
|
- if hour = 7: minut += 120 - minut
|
|
|
- uni_period['first'] = daystart
|
|
|
+ 'Your next class will start at 11:00. 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 Patient Care 202 class':
|
|
|
+ if hour = 10: minut += 60 - minut
|
|
|
+ uni_period['second'] = daystart
|
|
|
gs 'stat'
|
|
|
- gt 'uni_lessons4', 'anatomy_and_physiology_202'
|
|
|
+ gt 'uni_lessons4', 'patient_care_202'
|
|
|
end
|
|
|
elseif week = 3:
|
|
|
*nl
|
|
|
- 'Your next class will start at 09:00. 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 Dosages and Pharmaceuticals 102 class':
|
|
|
- if hour = 8: minut += 60 - minut
|
|
|
- if hour = 7: minut += 120 - minut
|
|
|
- uni_period['first'] = daystart
|
|
|
+ 'Your next class will start at 11:00. 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 Patient Care 202 class':
|
|
|
+ if hour = 10: minut += 60 - minut
|
|
|
+ uni_period['second'] = daystart
|
|
|
gs 'stat'
|
|
|
- gt 'uni_lessons4', 'dosages_and_pharmaceuticals_102'
|
|
|
+ gt 'uni_lessons4', 'patient_care_202'
|
|
|
end
|
|
|
elseif week = 4:
|
|
|
*nl
|
|
|
- 'Your next class will start at 09:00. 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.'
|
|
|
+ 'Your next class will start at 11:00. 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 Anatomy and Physiology 202 class':
|
|
|
- if hour = 8: minut += 60 - minut
|
|
|
- if hour = 7: minut += 120 - minut
|
|
|
- uni_period['first'] = daystart
|
|
|
+ if hour = 10: minut += 60 - minut
|
|
|
+ uni_period['second'] = daystart
|
|
|
gs 'stat'
|
|
|
gt 'uni_lessons4', 'anatomy_and_physiology_202'
|
|
|
end
|
|
@@ -823,7 +807,7 @@ if $ARGS[0] = 'uni_period_second':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'uni_period_third':
|
|
|
- !!This arg have two functions. If called with gs without any optional argument it will make the options to go to class availeble.
|
|
|
+ !!This arg has two functions. If called with gs without any optional argument, it will make the options to go to class available.
|
|
|
!!Second if called as a function with the additional ARGS[1] of monday, tuesday, wednesday or thursday, it will print on the screen the name of the classe and the time period.
|
|
|
if $university['enrolled_in']= 'teaching_studies':
|
|
|
if university['enrolled_in_semester'] = 1:
|
|
@@ -1063,7 +1047,7 @@ if $ARGS[0] = 'uni_period_third':
|
|
|
$Result = '<<$university[''elective_semester_1_3'']>> (13:15 to 14:45)'
|
|
|
end
|
|
|
elseif week = 1 and $university['elective_semester_1_1'] ! '':
|
|
|
- *nl
|
|
|
+ *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
|
|
@@ -1270,9 +1254,9 @@ if $ARGS[0] = 'uni_period_third':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'exam':
|
|
|
- !!This arg have three functions. If called with gs without any optional argument it will make the options to go to exam availeble.
|
|
|
+ !!This arg has three functions. If called with gs without any optional argument, it will make the options to go to exam availeble.
|
|
|
!!The second if called as a function with the additional $ARGS[1] = 'schedule', it will print on the screen the name and date of the exams you have left this semester.
|
|
|
- !!The third is if called with $ARGS[1] = 'is_over' and $ARGs[2] the name of the class to no if the time slot for the exam has passed by returning 1. Only use this during in the exam weeks, out side the exam week this is covered of the variabels that tell wether the semeter is passed or not.
|
|
|
+ !!The third is if called with $ARGS[1] = 'is_over' and $ARGS[2] the name of the class to no if the time slot for the exam has passed by returning 1. (Only use this during the exam weeks. Outside of the exam week, this is covered by the variable that says whether the semester is passed or not)
|
|
|
if $university['enrolled_in'] = 'teaching_studies':
|
|
|
if university['enrolled_in_semester'] = 1:
|
|
|
if $ARGS[1] = 'schedule':
|