home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #8 / 1999 CD 8 (black).iso / maskdemo / DATA1.CAB / Program_Executable_Files / Daventry / KQ / chrchtrp.cs < prev    next >
Encoding:
Text File  |  1998-12-15  |  157 b   |  11 lines

  1. #
  2. # chrchtrp.cs
  3. # play the church music
  4. #
  5. if test $2 == On
  6.     KQMusic::push mchurch.aud
  7. else if test $2 == Off
  8.     KQMusic::pop mchurch.aud
  9. endif
  10. endif
  11.