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

Making a /command
Author: Message:
alexp2_ad
Scripting Contest Winner
****

Avatar
Who love the chocolate?

Posts: 691
Reputation: 26
36 / Male / –
Joined: May 2004
Status: Away
RE: Making a /command
You have to add it to the list by putting something like this in your code:

code:
function OnGetScriptCommands(){
    var commands = '<ScriptCommands>';
        commands+='<Command>';
            commands+='<Name>pause</Name>';
            commands+='<Description>'+langstrings[94]+'</Description>';
            commands+='<Parameters/>';
        commands+='</Command>';
    commands+='</ScriptCommands>';
    return commands;
}


For more on commands:
http://mpwiki.net/Script_Commands
08-10-2006 01:28 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Making a /command - by Suma on 08-10-2006 at 01:11 PM
RE: Making a /command - by markee on 08-10-2006 at 01:14 PM
RE: Making a /command - by alexp2_ad on 08-10-2006 at 01:19 PM
RE: RE: Making a /command - by Suma on 08-10-2006 at 01:24 PM
RE: Making a /command - by Veggie on 08-10-2006 at 01:28 PM
RE: Making a /command - by alexp2_ad on 08-10-2006 at 01:28 PM
RE: RE: Making a /command - by Suma on 08-10-2006 at 01:33 PM
RE: Making a /command - by J-Thread on 08-10-2006 at 01:39 PM
RE: RE: Making a /command - by Suma on 08-10-2006 at 01:43 PM
RE: Making a /command - by RaceProUK on 08-10-2006 at 03:32 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