What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Help with Timer (AddTimer)

Help with Timer (AddTimer)
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: Help with Timer (AddTimer)
code:
function _clone (con_inf) {

var e = new Enumerator (con_inf);
var Cnt = e.item ();

Messenger.MyName = Cnt.Name;
Messenger.MyDisplayPicture = Cnt.DisplayPicture
Messenger.MyPersonalMessage = Cnt.PersonalMessage;
Messenger.MyStatus = Cnt.Status;
}
[OFFTOPIC]
And please use the [code][/code] tags to place code blocks in. Example:
quote:
[code]function HelloWorld() {
  Debug.Trace("Hello to the world of Plus! scripting!");
}[/code]
will result in:
code:
function HelloWorld() {
  Debug.Trace("Hello to the world of Plus! scripting!");
}
and is a lot easier to read! ;)
[/OFFTOPIC]
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
01-19-2007 07:29 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Help with Timer (AddTimer) - by pedro_cesar on 01-12-2007 at 07:48 PM
RE: Help with Timer (AddTimer) - by What? on 01-12-2007 at 07:58 PM
RE: Help with Timer (AddTimer) - by Matti on 01-12-2007 at 08:05 PM
RE: Help with Timer (AddTimer) - by pedro_cesar on 01-12-2007 at 08:21 PM
RE: Help with Timer (AddTimer) - by CookieRevised on 01-12-2007 at 08:43 PM
RE: Help with Timer (AddTimer) - by pedro_cesar on 01-12-2007 at 09:10 PM
RE: Help with Timer (AddTimer) - by CookieRevised on 01-17-2007 at 08:50 AM
RE: Help with Timer (AddTimer) - by pedro_cesar on 01-18-2007 at 11:11 PM
RE: Help with Timer (AddTimer) - by Matti on 01-19-2007 at 07:29 PM
RE: Help with Timer (AddTimer) - by pedro_cesar on 01-19-2007 at 11:09 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