What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Name colour changer - why won't it work?

Name colour changer - why won't it work?
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
32 / Male / Flag
Joined: Apr 2004
RE: Name colour changer - why won't it work?
quote:
Originally posted by CrAzY_KeBaB
code:
int run=0;
int x=1;
int y=0;


JScript only accepts the var prefix for every type of variable declarations. So, this will be:
code:
var run=0;
var x=1;
var y=0;


I didn't took a look at your other code, but that should at least fix that.
Also, try this:
code:
function OnEvent_Initialize(MessengerStart) {
Debug.DebuggingWindowVisible = true;
}
with the script debugger enabled (Plus! preferences > Scripts > Enable script debugging) to see what error you get on what line in your script. ;)
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
09-18-2006 06:49 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Name colour changer - why won't it work? - by CrAzY_KeBaB on 09-18-2006 at 05:59 PM
RE: Name colour changer - why won't it work? - by Matti on 09-18-2006 at 06:49 PM
RE: Name colour changer - why won't it work? - by CrAzY_KeBaB on 09-18-2006 at 07:12 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