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

Modifying a script?
Author: Message:
tribbium
Junior Member
**


Posts: 34
Reputation: 3
– / Male / Flag
Joined: Jul 2008
RE: Modifying a script?
All you really need to do is replace all the wnd.SendMessages in your DisplayAll case with '\r\n'. The following code should replace the current case 'DisplayAll' and it should send one message with all the stats rather than 6:

quote:
Replace
case "DisplayAll" : wnd.SendMessage('OS: ' + OStitle());wnd.SendMessage('HDD: ' + HDDspace('summary'));wnd.SendMessage('/noicon CPU: ' + getProcessor('summary') );wnd.SendMessage('GFX: ' + getGraphicCard('summary') );wnd.SendMessage('Contacts Online: ' + getContacts('summary') );wnd.SendMessage('Uptime: ' + getUptime()); return;
With this
case "DisplayAll" : wnd.SendMessage('/noicon OS: ' + OStitle() + '\r\nHDD: ' + HDDspace('summary') + '\r\nCPU: ' + getProcessor('summary') + '\r\nGFX: ' + getGraphicCard('summary') + '\r\nContacts Online: ' + getContacts('summary') + '\r\nUptime: ' + getUptime()); return;

Are you and your friends trivia enthusiasts? Download Tribbium! http://www.msgpluslive.net/scripts/view/427-Tribb...ia-Gaming-System)/

Download questions for Tribbium here:
http://www.tribbium.tk
07-20-2008 02:01 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Modifying a script? - by CalonMerc on 07-20-2008 at 08:25 AM
RE: Modifying a script? - by tribbium on 07-20-2008 at 02:01 PM
RE: Modifying a script? - by CalonMerc on 07-20-2008 at 09:36 PM
RE: Modifying a script? - by tribbium on 07-21-2008 at 01:17 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