What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Disable/Enable.

[Request] Disable/Enable.
Author: Message:
Volv
Skinning Contest Winner
*****

Avatar

Posts: 1233
Reputation: 31
34 / Male / Flag
Joined: Oct 2004
RE: RE: [Request] Disable/Enable.
Javascript code:
            if(Enabled == 1) { Enabled = 0; }
            if(Enabled == 0) { Enabled = 1; }

You need to use an Else (or what Spunky said), otherwise it will always be 1.

This post was edited on 04-09-2010 at 11:18 PM by Volv.
04-09-2010 11:18 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] Disable/Enable. - by Seed on 04-09-2010 at 07:54 PM
RE: [Request] Disable/Enable. - by whiz on 04-09-2010 at 08:15 PM
RE: [Request] Disable/Enable. - by matty on 04-09-2010 at 08:15 PM
RE: [Request] Disable/Enable. - by Seed on 04-09-2010 at 08:51 PM
RE: [Request] Disable/Enable. - by matty on 04-09-2010 at 09:45 PM
RE: [Request] Disable/Enable. - by Spunky on 04-09-2010 at 11:03 PM
RE: RE: [Request] Disable/Enable. - by Volv on 04-09-2010 at 11:18 PM
RE: [Request] Disable/Enable. - by Seed on 04-10-2010 at 10:54 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