What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Little help with a code??? -> ANOTHER HELP

Little help with a code??? -> ANOTHER HELP
Author: Message:
deAd
Scripting Contest Winner
*****

Avatar

Posts: 1060
Reputation: 28
– / Male / Flag
Joined: Jan 2006
RE: Little help with a code???
This should work:

code:
function OnEvent_Initialize(MessengerStart)
{
MsgPlus.AddTimer("Statuz", 300000);
}

function OnEvent_Timer(timerID)
{

if(timerID == "Statuz")
{
Messenger.MyStatus = 2;
}
}

EDIT: Fixed something I didn't notice before :P

This post was edited on 03-19-2007 at 02:39 AM by deAd.
03-19-2007 02:32 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Little help with a code??? -> ANOTHER HELP - by MicroWay on 03-19-2007 at 02:29 AM
RE: Little help with a code??? - by deAd on 03-19-2007 at 02:32 AM
RE: Little help with a code??? - by MicroWay on 03-19-2007 at 02:48 AM
RE: Little help with a code??? -> ANOTHER HELP - by MicroWay on 03-19-2007 at 10:37 PM
RE: RE: Little help with a code??? -> ANOTHER HELP - by markee on 03-19-2007 at 10:41 PM
RE: Little help with a code??? -> ANOTHER HELP - by MicroWay on 03-19-2007 at 10:45 PM
RE: Little help with a code??? -> ANOTHER HELP - by markee on 03-19-2007 at 11:09 PM
RE: Little help with a code??? -> ANOTHER HELP - by TheGuruSupremacy on 03-19-2007 at 11:34 PM
RE: Little help with a code??? -> ANOTHER HELP - by MicroWay on 03-20-2007 at 12:17 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