|
@@ -227,16 +227,16 @@ if $ARGS[0] = 'studying_exam':
|
|
|
killvar 'study_mod'
|
|
|
killvar 'nod_study'
|
|
|
|
|
|
+ act 'Leave': minut += 5 & gt 'uni_grounds', 'main'
|
|
|
+
|
|
|
if (week >= 6 and hour = 23) or hour < 8:
|
|
|
'The library is closing for the night.'
|
|
|
- act 'Leave': minut += 5 & gt 'uni_grounds', 'main'
|
|
|
exit
|
|
|
end
|
|
|
|
|
|
+ act 'Return to the entrance': minut += 2 & gt 'uni_library', 'start'
|
|
|
act 'Keep studying': gt 'uni_library', 'study'
|
|
|
act 'Wander around': gt 'uni_library', 'wander'
|
|
|
- act 'Return to the entrance': minut += 2 & gt 'uni_library', 'start'
|
|
|
- act 'Leave': minut += 5 & gt 'uni_grounds', 'main'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'wander':
|
|
@@ -301,15 +301,15 @@ if $ARGS[0] = 'wander':
|
|
|
'You wander around the library for a while, looking at all the books. You pass by several of your fellow students, some quietly studying, reading or just looking through the bookshelves. You don''t come across anything of interest.'
|
|
|
end
|
|
|
|
|
|
+ act 'Leave': minut += 5 & gt 'uni_grounds', 'main'
|
|
|
+
|
|
|
if (week >= 6 and hour = 23) or hour < 8:
|
|
|
'The library is closing for the night.'
|
|
|
- act 'Leave': minut += 5 & gt 'uni_grounds', 'main'
|
|
|
exit
|
|
|
end
|
|
|
|
|
|
- act 'Wander around': gt 'uni_library', 'wander'
|
|
|
act 'Return to the entrance': minut += 2 & gt 'uni_library', 'start'
|
|
|
- act 'Leave': minut += 5 & gt 'uni_grounds', 'main'
|
|
|
+ act 'Wander around': gt 'uni_library', 'wander'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'read':
|
|
@@ -318,15 +318,15 @@ if $ARGS[0] = 'read':
|
|
|
'<center><b><font color="maroon">The University Library</font></b></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/island/university/library/library.jpg"></center>'
|
|
|
|
|
|
+ act 'Leave': minut += 5 & gt 'uni_grounds', 'main'
|
|
|
+
|
|
|
if (week >= 6 and hour = 23) or hour < 8:
|
|
|
'The library is closing for the night.'
|
|
|
- act 'Leave': minut += 5 & gt 'uni_grounds', 'main'
|
|
|
exit
|
|
|
end
|
|
|
|
|
|
- gs 'library_functions', 'set_read_acts'
|
|
|
act 'Go back': gt 'uni_library', 'start'
|
|
|
- act 'Leave': minut += 5 & gt 'uni_grounds', 'main'
|
|
|
+ gs 'library_functions', 'set_read_acts'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'loan':
|
|
@@ -335,15 +335,15 @@ if $ARGS[0] = 'loan':
|
|
|
'<center><b><font color="maroon">The University Library</font></b></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/island/university/library/library.jpg"></center>'
|
|
|
|
|
|
+ act 'Leave': minut += 5 & gt 'uni_grounds', 'main'
|
|
|
+
|
|
|
if (week >= 6 and hour = 23) or hour < 8:
|
|
|
'The library is closing for the night.'
|
|
|
- act 'Leave': minut += 5 & gt 'uni_grounds', 'main'
|
|
|
exit
|
|
|
end
|
|
|
|
|
|
- gs 'library_functions', 'set_loan_acts'
|
|
|
act 'Go back': gt 'uni_library', 'start'
|
|
|
- act 'Leave': minut += 5 & gt 'uni_grounds', 'main'
|
|
|
+ gs 'library_functions', 'set_loan_acts'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'kendra':
|