;Alan's Playsound script. ;This script plays sounds files whether wav, midi or mp3 ;whether the user is on a PC or Mac for all client versions. ;Note: Sounds files must be properly named and Mac users must configure ;Internet Config properly to play mp3 files. ;This script is called as follows: playsound GLOBAL "filename" playsound EXEC ;where "filename" is the name of the file (include the quotes) ON OUTCHAT { playsound GLOBAL { temp = MIDISTOP temp SOUND { temp MIDIPLAY } IPTVERSION NOT IF ;if an old PC client also use MIDIPLAY. } playsound DEF }