What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [pre-release] Letter Switcher (make sure your contacts dont know what you are saying)

[pre-release] Letter Switcher (make sure your contacts dont know what you are saying)
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [pre-release] Letter Switcher (make sure your contacts dont know what you are say
roflmao456, with all due respect, but slow down on the release of scripts.

Non of your scripts are finished, contain many bugs, and many are quite useless or simply don't even work.

It is better to release something working and at least bug tested, than release a script every hour.

Even simply start by making your code nice and tidy instead of spaces and tabs everywhere... If you do at least this, you'll see that your code contains a lot of redundant stuff (eg: 1 OnGetScriptMenu() in this letter switcher script contains a lot of unneeded spaces, tabs and { } which doesn't need to be there).

2 Not to mention that the function OnEvent_ChatWndSendMessage() in this script doesn't work like you intended it at all. And this is even the core of this whole script... eg:
code:
Message = Message.replace(/f/gi,"s");
Message = Message.replace(/s/gi,"f");
will simply return the very same Message content since you first replace "f" with "s" and then you replace that same "s" back to "f"...

3 There are no about or how-to windows defined

4 etc...

and all that just with this simple script....

I don't want to discourage you from scripting at all, but simply note that all those releases aren't good for anybody. If everybody would release their 5-minute-instant scripts they've made, the forum would be one big chaos.

So please stop releasing these kinds of scripts and put some more time and effort into 1 script instead.

This post was edited on 11-30-2006 at 02:15 AM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
11-30-2006 01:13 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[pre-release] Letter Switcher (make sure your contacts dont know what you are saying) - by roflmao456 on 11-30-2006 at 12:14 AM
RE: [pre-release] Letter Switcher (make sure your contacts dont know what you are saying) - by Spunky on 11-30-2006 at 12:59 AM
RE: [pre-release] Letter Switcher (make sure your contacts dont know what you are saying) - by roflmao456 on 11-30-2006 at 01:03 AM
RE: [pre-release] Letter Switcher (make sure your contacts dont know what you are say - by CookieRevised on 11-30-2006 at 01:13 AM
RE: [pre-release] Letter Switcher (make sure your contacts dont know what you are saying) - by xsouldeath on 12-09-2006 at 02:16 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