Use this function to play a sound in a script. The function demands the path and filename of the sound file. At first, LCDHype trys to find the soundfile in the script directory. If not found then the path is a absolut path to the soundfile.
Example:
%Common.PlaySound(tcpin.wav)
If the file tcpin.wav exists in directory
sounds, you can hear the sound tcpin.wav.