quote:
Originally posted by Scripting Documentation
The MsgPlus::PlaySound function plays a sound asynchronously. It can also be used to stop the current sound from playing.
code:
MsgPlus.PlaySound("");
Though this cannot be reliable as if a sound is playing and a toast comes up the sound stops. Or even if any other script uses the same command it will stop this sound from playing.
So i'd say Mike's suggestion might be a better choice.