|
@@ -124,9 +124,9 @@ if $ARGS[0] = 'hallway':
|
|
nclass = 0
|
|
nclass = 0
|
|
gs 'shortgs', 'clothing_status'
|
|
gs 'shortgs', 'clothing_status'
|
|
if $apparel['status'] ! 'nude' and ($apparel['status'] = 'sport' or $apparel['status'] = 'dance'):
|
|
if $apparel['status'] ! 'nude' and ($apparel['status'] = 'sport' or $apparel['status'] = 'dance'):
|
|
- if (hour = 6 or (hour = 7 and minut <= 30)) and $apparel['status'] = 'sport':
|
|
|
|
|
|
+ if hour = 7 and minut <= 30 and $apparel['status'] = 'sport':
|
|
act '<b>Attend Ballet Classes</b>': gt 'pushkin_ballet_class', 'start'
|
|
act '<b>Attend Ballet Classes</b>': gt 'pushkin_ballet_class', 'start'
|
|
- elseif hour = 7 and (minut > 30 and minut <= 59):
|
|
|
|
|
|
+ elseif (hour = 7 and (minut > 30 and minut <= 59)) or hour >=8 :
|
|
$balletEv['trigger'] = 'late'
|
|
$balletEv['trigger'] = 'late'
|
|
gs 'npc_274_init', 'summer_school'
|
|
gs 'npc_274_init', 'summer_school'
|
|
else
|
|
else
|
|
@@ -268,6 +268,10 @@ if $ARGS[0] = 'warden_room':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
gs 'core_library', 'stage_title'
|
|
gs 'core_library', 'stage_title'
|
|
|
|
|
|
|
|
+ if $ARGS[1] = 'reputation':
|
|
|
|
+ !! TODO:
|
|
|
|
+ "That Talk"
|
|
|
|
+ end
|
|
! Punishment or plot
|
|
! Punishment or plot
|
|
act 'Go to the hallway': minut += 5 & ballet_awol = 0 & gt $loc, 'hallway'
|
|
act 'Go to the hallway': minut += 5 & ballet_awol = 0 & gt $loc, 'hallway'
|
|
end
|
|
end
|