Shoutbox

New Scripter - Need Help! - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: New Scripter - Need Help! (/showthread.php?tid=75475)

New Scripter - Need Help! by TimmyEllis on 06-19-2007 at 07:23 PM

Ok so I'm a noob to the scripting world and I need help with two things.
I've made a simple code the creats a client side alert when you open a conversation window/when a conversation window is opened, but I need help with:
Can I make it so the alert will open on the other person's WLM, aswell as mine? I'm not sure whether or not you can do it.
and
I need help with the coding for onmouseover the alert closes.
Thanks in advance.


RE: New Scripter - Need Help! by roflmao456 on 06-20-2007 at 02:05 AM

you can't do it on the other person's WLM.

code:
function OnEvent_ChatWndCreated(ChatWnd){
MsgPlus.DisplayToast("Alert","Conversation Window Opened");
}

i'm not sure if there is a function onmouseover