pushkin_ballet_center.qsrc 855 B

12345678910111213141516171819202122
  1. # pushkin_ballet_center
  2. !! This is where the dance school accomodation is located, just off the city center.
  3. !mod event. remember to add a act to exit
  4. if $ARGS[0] = '' or $ARGS[0] = 'start':
  5. gs 'shortgs', 'setloc', 'ballet_pushkin_center', $ARGS[0]
  6. $region = 'puskin'
  7. $setloc['StageTitle'] = 'Pushkin Residential School'
  8. $setloc['StageImage'] = 'pushkin/residence/residence.jpg'
  9. menu_off = 0
  10. if sound = 0:PLAY 'sound/street.mp3',30
  11. gs'stat'
  12. gs 'core_library', 'stage_title'
  13. '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.'
  14. act 'Press the buzzer': gt 'pushkin_ballet_res', 'warden'
  15. act 'Back to street': gt 'pushkin_sq'
  16. end
  17. --- pushkin_ballet_center ---------------------------------