quote:
Originally posted by Silentdragon
code:
function OnEvent_ContactSignin(Email)
{
if (Email == "********@hotmail.com" && Messenger.MyPersonalMessage == "YourPSM") {
MsgPlus.PlaySound ("\C:\Test.wav");
}
}
The previous code you guys were using isn't valid.
Thats how the function should be written, but it still doesn't work. No matter what I do It won't play a sound it always fails.
I think I also tried something like that while trying different combinations of the previous suggestions