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:
BananushkA
New Member
*


Posts: 9
– / Male / –
Joined: Jun 2006
O.P. How can I extend the command list?
Basically, I want to add my own command (/Shabang), how can I do that?
06-25-2006 10:43 PM
Profile E-Mail PM Find Quote Report
mathieumg
Full Member
***


Posts: 181
Reputation: 2
34 / Male / Flag
Joined: May 2004
RE: How can I extend the command list?
It depends on what you want this command to do. You can use the quick texts feature.
Official MessengerPlus! Live French Translator
Official StuffPlug 3 French Translator

:)
06-25-2006 10:58 PM
Profile E-Mail PM Web Find Quote Report
Apok
New Member
*


Posts: 2
34 / Male / –
Joined: Jun 2006
RE: How can I extend the command list?
And how add a new command in the command list? :S
06-26-2006 08:23 PM
Profile E-Mail PM Find Quote Report
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
Apok
New Member
*


Posts: 2
34 / Male / –
Joined: Jun 2006
RE: How can I extend the command list?
Thanks :D
06-27-2006 06:32 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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