What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Help about script

Help about script
Author: Message:
nuwanda
New Member
*

Avatar

Posts: 8
Joined: Jun 2006
O.P. Huh?  Help about script
Hi, I am new to that job..I want to write a script that creates a time limit when user signs in. (Just for practising,itsnt useable :) )
I wrote something like that , but it doesnt work ;



function OnEvent_Signin(Mail)
{
        var time;
        var Message = "Your time has started!";
        MsgPlus.DisplayToast("Notice",Message);
        MsgPlus.AddTimer(time,600)       
}

function    OnEvent_Timer(time)
{
        var Message = "Your time is over..Signing out!";
        MsgPlus.DisplayToast("",Message);
Signout();
}



I know i am just a starter,so there can be silly codes up there :D...

Thanks for your help.

This post was edited on 06-25-2006 at 07:57 AM by nuwanda.
06-25-2006 07:55 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Help about script - by nuwanda on 06-25-2006 at 07:55 AM
RE: Help about script - by segosa on 06-25-2006 at 08:07 AM
RE: Help about script - by nuwanda on 06-25-2006 at 08:15 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