quote:
Originally posted by Felu
quote:
Originally posted by Scripting Documentation
The MsgPlus:laySound 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.
The request was to stop any plus! sound from playing,
MsgPlus.PlaySound("") is perfect for that.