12345678910111213141516171819202122 |
- # pushkin_ballet_center
- !! This is where the dance school accomodation is located, just off the city center.
- !mod event. remember to add a act to exit
- if $ARGS[0] = '' or $ARGS[0] = 'start':
- gs 'shortgs', 'setloc', 'ballet_pushkin_center', $ARGS[0]
- $region = 'puskin'
- $setloc['StageTitle'] = 'Pushkin Residential School'
- $setloc['StageImage'] = 'locations/pushkin/ballet_residence/residence.jpg'
- menu_off = 0
- if sound = 0:PLAY 'sound/street.mp3',30
- gs'stat'
- gs 'core_library', 'stage_title'
- 'You can see the apartment block that''s been converted into a residential accomodation for the school. The street always seems to be packed with cars but there is few people on the street at this time.'
- act 'Press the buzzer': gt 'pushkin_ballet_res', 'warden'
- act 'Back to street': gt 'pushkin'
- end
- --- pushkin_ballet_center ---------------------------------
|