What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [help!] how to make my own /sevil

[help!] how to make my own /sevil
Author: Message:
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
30 / Male / Flag
Joined: Apr 2006
Status: Away
RE: [help!] how to make my own /sevil
code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message){
    if (Message.substr(0, 6) == "/sevil"){
        return'/sound <Soundcode>'
    }
}

function OnGetScriptCommands ()
{
commands  = "<ScriptCommands>";
commands +=     "<Command>";
commands +=         "<Name>sevil</Name>";
commands +=         "<Description>Customized SEVIL</Description>";
commands +=     "</Command>";
commands += "</ScriptCommands>";
return commands;
}

10-19-2006 03:54 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[help!] how to make my own /sevil - by guardian-of-souls on 10-19-2006 at 03:45 PM
RE: [help!] how to make my own /sevil - by Felu on 10-19-2006 at 03:54 PM
RE: [help!] how to make my own /sevil - by guardian-of-souls on 10-19-2006 at 04:14 PM
RE: [help!] how to make my own /sevil - by Plik on 10-19-2006 at 04:28 PM
RE: [help!] how to make my own /sevil - by guardian-of-souls on 10-19-2006 at 05:01 PM
RE: [help!] how to make my own /sevil - by Matti on 10-19-2006 at 05:37 PM
RE: [help!] how to make my own /sevil - by guardian-of-souls on 10-19-2006 at 05:46 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