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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-12-15
|
157 b
|
11 lines
#
# chrchtrp.cs
# play the church music
#
if test $2 == On
KQMusic::push mchurch.aud
else if test $2 == Off
KQMusic::pop mchurch.aud
endif
endif