What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Need some help.

Need some help.
Author: Message:
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: Need some help.
quote:
Originally posted by Bleet
Well, I was just playing around some and couldn't get my damn script to work.
What I tried was:
function OnEvent_ChatWndCreated(ChatWnd, Message)
{
var h = hey;
ChatWnd.SendMessage("", h);
}
Since I don't get any compilation errors I can't really figure out the problem. If anyone sees it, please help me. =)

code:
function OnEvent_ChatWndCreated(ChatWnd, Message){
  ChatWnd.SendMessage("hey");
}

quote:
Originally posted by Bleet
Ooh, I also wonder what the variable for the text someone is sending is on event OnEvent_ChatWndReceiveMessage. (I think it's just something like if (Text == ****), but hell.

code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind){
  if(Message == 'whatever'){
    //do something
  }
}

quote:
Originally posted by Bleet
Aah and does C/C++ stuff work? Like || && ! (OR AND NOT)

the actual operators work (||, &&, !) but the "text versions" dont (OR, AND, NOT)

edit: ok im a bit slow :sad: :P

This post was edited on 08-12-2006 at 08:36 AM by Eljay.
08-12-2006 08:36 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Need some help. - by Bleet on 08-12-2006 at 08:16 AM
RE: Need some help. - by Silentdragon on 08-12-2006 at 08:32 AM
RE: Need some help. - by Eljay on 08-12-2006 at 08:36 AM
RE: Need some help. - by Bleet on 08-12-2006 at 08:36 AM
RE: Need some help. - by markee on 08-12-2006 at 08:51 AM
RE: Need some help. - by Bleet on 08-12-2006 at 08:58 AM
RE: Need some help. - by Eljay on 08-12-2006 at 09:00 AM
RE: Need some help. - by Bleet on 08-12-2006 at 09:05 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On