"/script" command - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: "/script" command (/showthread.php?tid=78202) "/script" command by general sirhc on 10-14-2007 at 03:41 PM
Could someone please tell me how to use the /script command apparently i can run a script when i have personalized status auto reply and just in the normal chat but i dont understand how it works. all it says is <function> <parameters> RE: "/script" command by Matti on 10-14-2007 at 03:52 PM
If you want to make a Plus! Live command (like "/me" or "/prefs"), you'll need to use OnEvent_ChatWndSendMessage to look for the command and parse it. The best way to do it is to use CookieRevised's excellent command parsing regular expression, which is explained in CookieRevised's reply to Gettin data from "/" commands. quote:However, it's more recommended to make a "real" command like "/me" than using "/script <function> <parameters>". And honestly, the first method is much faster to type, no? |