|
@@ -34,12 +34,8 @@ if $ARGS[0] = 'start':
|
|
|
|
|
|
!! Random trivia - Terpsichore is one of the nine Greecian muses. Her sphere was dance, rhythm and choral music.
|
|
|
|
|
|
- if (balletqw['daystart'] + 7 = daystart) and hour = 7:
|
|
|
+ if (month=7 and day = 9) and hour = 7:
|
|
|
gt $loc, 'assessment'
|
|
|
- elseif ( daystart >= balletqw['daystart'] + 8 ) or (balletqw['daystart'] + 7 = daystart and hour > 7):
|
|
|
- mod_grade_score['class'] -= 500
|
|
|
- 'You were late or did not attend the exam. You have failed the course.'
|
|
|
- act 'Return home' : gt 'pav_commcenter'
|
|
|
elseif ballet_day = 6 and balletqw['school'] = 1:
|
|
|
gs 'stat'
|
|
|
gs 'core_library', 'stage_title'
|
|
@@ -64,6 +60,7 @@ if $ARGS[0] = 'start':
|
|
|
dynamic $showerdin
|
|
|
gs 'stat'
|
|
|
act 'Return home' : gt 'pav_commcenter'
|
|
|
+
|
|
|
elseif balletqw['school'] ! 1 and ballet_day = 1:
|
|
|
'You are chaperoned to your school by <<$npc_firstname[''A284'']>>. After a short journey, you were standing outside a classroom and told to wait by <<$npc_firstname[''A284'']>>. You look around you at various photographs and artwork of dancers and performances.'
|
|
|
'You look at the girls you are with, with a few of them trying to catch your attention, but before you can talk to them, <<$npc_firstname[''A284'']>> has come back from the classroom. "You can enter now, girls."'
|
|
@@ -71,6 +68,10 @@ if $ARGS[0] = 'start':
|
|
|
elseif balletqw['school'] ! 1 and ballet_day > 1:
|
|
|
'You head to school with your group, and you can see a few of your classmates gossiping up front, but you are left to your own thoughts. Before you realize it, you''re standing at the doors to your first lesson.'
|
|
|
act 'Attend class': gt $loc, 'pilates'
|
|
|
+ elseif month ! 7 or ((month = 7 and day = 9) and hour >= 8):
|
|
|
+ mod_grade_score['class'] -= 500
|
|
|
+ 'You were late or did not attend the exam. You have failed the course.'
|
|
|
+ act 'Return home' : gt 'pav_commcenter'
|
|
|
end
|
|
|
end
|
|
|
|