What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » Problem- Please help

Problem- Please help
Author: Message:
MicroWay
Senior Member
****

Avatar
Do you want me? Try to get me!

Posts: 571
Reputation: 16
36 / Male / Flag
Joined: Jul 2006
Status: Away
RE: Problem- Please help
Wait Asimo...
1) Copy the code given to you, create a new script, erase all that was writed (making a blank window) and paste the code.
2) If you read the code (ignoring the "special words") you gonna see...
contacts = new Array("name@domain.com", "name2@doamin.com")//edit these to
All you have to do is erase name@domain.com and put your buddy's e-mail like "asimosbuddy@hotmail.com", "anotherbuddy@hotmail.com"

Then, now you're going to set your message...
Keep reading the code till you get this...
ChatWnd.SendMessage("Good Morning") -> I highlighted the text for help you understand the code
You need to replace Good Morning to Hi for example: ChatWnd.SendMessage("Hi").
Than, you can save the changes and enjoy...

An example:
code:
contacts = new Array("asimosbuddy@hotmail.com", "anotherbuddy@hotmail.com")//edit these to
function OnEvent_Signin(Email){
for(i=0; i<contacts.length; i++){
if(Email == contacts[i]){
Messenger.OpenChat(Email)
ChatWnd.SendMessage("Hi")
}
}
}


;)

Edit: Don't forget that trying to change opitions on code is a way to learn and helps you understanding it (Y)

This post was edited on 12-02-2006 at 12:18 AM by MicroWay.
12-02-2006 12:14 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Problem- Please help - by Asimo on 11-30-2006 at 11:57 PM
RE: Problem- Please help - by xJ + on 12-01-2006 at 12:17 AM
RE: RE: Problem- Please help - by Asimo on 12-01-2006 at 12:18 AM
RE: Problem- Please help - by xJ + on 12-01-2006 at 12:21 AM
RE: RE: Problem- Please help - by Asimo on 12-01-2006 at 12:24 AM
RE: Problem- Please help - by DarkMe on 12-01-2006 at 12:26 AM
RE: RE: Problem- Please help - by Asimo on 12-01-2006 at 12:29 AM
RE: Problem- Please help - by DarkMe on 12-01-2006 at 12:32 AM
RE: RE: Problem- Please help - by Asimo on 12-01-2006 at 12:35 AM
RE: Problem- Please help - by xJ + on 12-01-2006 at 12:34 AM
RE: Problem- Please help - by xJ + on 12-01-2006 at 12:38 AM
RE: RE: Problem- Please help - by Asimo on 12-01-2006 at 12:40 AM
RE: Problem- Please help - by DarkMe on 12-01-2006 at 12:43 AM
RE: Problem- Please help - by Asimo on 12-01-2006 at 12:49 AM
RE: Problem- Please help - by xJ + on 12-01-2006 at 12:52 AM
RE: RE: Problem- Please help - by Asimo on 12-01-2006 at 12:54 AM
RE: Problem- Please help - by Asimo on 12-01-2006 at 08:53 AM
RE: Problem- Please help - by Asimo on 12-01-2006 at 09:55 PM
RE: Problem- Please help - by MicroWay on 12-02-2006 at 12:14 AM
RE: Problem- Please help - by markee on 12-18-2006 at 12:31 PM


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