yer i figured that out, sorry i havnt had time to get roudn to posting it for you wlmcrap but you foudn it yourself
EDIT:
Mine shows this though
[Code]function OnEvent_Initialize(MessengerStart)
{
}
function OnEvent_ChatWndSendMessage(ChatWnd, Message)
{
if(Message == "/WMP")
{
ChatWnd.SendMessage("/run C:\\Program Files\\Windows Media Player\\wmplayer.exe");
MsgPlus.DisplayToast("WMP", "WMP is Loading...", 'notify.mp3', "", "");
return "";
}
}
function OnEvent_Uninitialize(MessengerExit)
{
}[/code]
For notify to work it needs to be installed in the directory with the script just incase you didnt no