What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
RE: Name colour changer - why won't it work?
OK, still doesn't work, and it can't get any errors, because the script doesn't run: [code] var run=0; var x=1; var y=0; var myname; function OnEvent_Initialize(MessengerStart) { Debug.DebuggingWindowVisible = true; } function OnEvent_ChatWndSendM...
CrAzY_KeBaBScripting09-18-2006 at 07:12 PM
Name colour changer - why won't it work?
I want to make a script that will toggle through the first 50 colours, so it changes your name, why won't this work: [code] int run=0; int x=1; int y=0; var myname; function OnEvent_ChatWndSendMessage(ChatWnd,Origin,Message, MessageKind) { if (Messa...
CrAzY_KeBaBScripting09-18-2006 at 05:59 PM
RE: Uptime script, why doesn't it work?
Now, it simply stays on Time Online: 0 Hours, 0 Mins, 0 Seconds What have i done wrong? [code] var s=0,m=0,h=0,d=0; function OnEvent_Initialize(MessengerStart) { MsgPlus.DisplayToast("P.M. Time", "Displays uptime as personal message."); M...
CrAzY_KeBaBScripting09-16-2006 at 11:00 PM
Uptime script, why doesn't it work?
Why doesn't this script work? Please ceck it thorugh for me. Thanks in advance, Chris. [code] function OnEvent_Initialize(MessengerStart) { MsgPlus.DisplayToast("P.M. Time", "Displays uptime as personal message."); var s=0,m=0,h=0,d=0; ...
CrAzY_KeBaBScripting09-16-2006 at 10:07 PM
RE: Using/setting time in script
Thanks.
CrAzY_KeBaBScripting09-16-2006 at 10:03 PM
Using/setting time in script
How would i go about setting the time according to that users computer in a script? I wan't to make a practice script that simply continuosly updates the time in the P.M. How do i go about doing this. NOTE: I am a C++ programmer, so please don't as...
CrAzY_KeBaBScripting09-16-2006 at 09:25 PM
[Hide Excerpts]