What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Using/setting time in script

Using/setting time in script
Author: Message:
Huhu_Manix
Full Member
***

Avatar
Upload me again... *salivate*

Posts: 106
– / Male / –
Joined: Jul 2006
RE: Using/setting time in script
Tadaaaa !

code:
function OnEvent_Initialize(MessengerStart){
MsgPlus.AddTimer("name", 1000); // 1 second
}

function OnEvent_Timer(id){
if(id=="name"){
   // ...
   MsgPlus.AddTimer("name", 1000);
}
}

This post was edited on 09-16-2006 at 09:42 PM by Huhu_Manix.
09-16-2006 09:41 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Using/setting time in script - by CrAzY_KeBaB on 09-16-2006 at 09:25 PM
RE: Using/setting time in script - by Huhu_Manix on 09-16-2006 at 09:41 PM
RE: Using/setting time in script - by CrAzY_KeBaB on 09-16-2006 at 10:03 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