What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » How can I extend the command list?

How can I extend the command list?
Author: Message:
The Brain
Junior Member
**

Avatar

Posts: 49
Reputation: 1
– / Male / Flag
Joined: Jan 2003
RE: How can I extend the command list?
quote:
From the Scripting Documentation
Example 4
This ScriptInfo file defines a list commands displayed in the Command Browser window (when the user types "/" in a chat window).

<ScriptInfo xmlns="urn:msgplus:scripts" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:msgplus:scripts PlusScripts.xsd">

    <Information>
        <Name>Test Script</Name>
    </Information>
   
    <ScriptCommands>
        <Command>
            <Name>beep</Name>
            <Description>Play     a beep sound</Description>
        </Command>
   
        <Command>
            <Name>flash</Name>
            <Description>Flashes the window</Description>
            <Parameters>&lt;flash count&gt;</Parameters>
        </Command>
    </ScriptCommands>

</ScriptInfo>


of course, you have to have a script written to implement the commands. But You use t he ScriptInfo.xml file lke that to add your commands to the /command list.
06-27-2006 02:28 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
How can I extend the command list? - by BananushkA on 06-25-2006 at 10:43 PM
RE: How can I extend the command list? - by mathieumg on 06-25-2006 at 10:58 PM
RE: How can I extend the command list? - by Apok on 06-26-2006 at 08:23 PM
RE: How can I extend the command list? - by The Brain on 06-27-2006 at 02:28 AM
RE: How can I extend the command list? - by Apok on 06-27-2006 at 06:32 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