I madea script a while ago while testing this beta, and I had an issure with singing in and out, where WLM would crash, I have now since found that it is my script that is causing this issue..
My script is just set to play a sound on sing in and sign out. can someone help me and let me know why it would be creating a problem with WLM not opening again after the last use it got closed.
code:
function OnEvent_Signin(){
MsgPlus.PlaySound('SpeedyGonzales.mp3',40000)
}
function OnEvent_Signout(){
MsgPlus.PlaySound('LeaveMeAlone.mp3',80000)
}
function OnEvent_ChatWndCreated(){
MsgPlus.PlaySound("CHIMES.WAV")
}
the script works fine, but when i close msn down, and then try to reopen it later on, it will not open untill i close it down via tast manager.
help.