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


Posts: 7
33 / Male / –
Joined: Aug 2006
O.P. RE: RE: Making a /command
quote:
Originally posted by J-Thread
You can also add it to the ScriptInfo.xml;)

ooo, tnx:D
now am I using:
code:
function OnGetScriptCommands()
{
    var ScriptCommands = "<ScriptCommands>";
    ScriptCommands    +=     "<Command>";
    ScriptCommands    +=         "<Name>beep</Name>";
    ScriptCommands    +=         "<Description>Play a beep sound</Description>";
    ScriptCommands    +=     "</Command>";
    ScriptCommands    +=     "<Command>";
    ScriptCommands    +=         "<Name>flash</Name>";
    ScriptCommands    +=         "<Description>Flashes the window</Description>";
    ScriptCommands    +=         "<Parameters>&lt;flash count&gt;</Parameters>";
    ScriptCommands    +=     "</Command>";
    ScriptCommands    += "</ScriptCommands>";

    return ScriptCommands;
}

and it works:D tnx:D
08-10-2006 01:43 PM
Profile E-Mail PM Web 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