Im not a scripter but im trying to put something together, i have alittle of it, but missing the main part therefore ive created my own forum asking others for help
Posts: 1233 Reputation: 31
35 / /
Joined: Oct 2004
RE: Run Windows Media Player from WLM
quote:Originally posted by wlmcrap
Can someone please tell me how to fix my script so that it doesn't send the message to the contact, if you get what i mean.
Heres the Script:
function OnEvent_ChatWndSendMessage(ChatWnd, Message)
{
if(Message == "!wmp")
{
ChatWnd.SendMessage("/run C:\\Program Files\\Windows Media Player\\wmplayer.exe");
}
}
function OnEvent_Uninitialize(MessengerExit)
{
}
Please stop posting the same problem in multiple threads; look at the other thread, it has already been answered.
This post was edited on 07-06-2006 at 06:12 AM by Volv.