How do I create a script? - 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: How do I create a script? (/showthread.php?tid=84944) How do I create a script? by Monsta. on 07-21-2008 at 06:36 AM
Which coding language do I use? RE: How do I create a script? by tribbium on 07-21-2008 at 08:38 AM When creating scripts for MsgPlus, the API is used with JScript, which is microsoft's uhhh.... 'bastardization' of Javascript. There are things you can do by calling dlls from Windows and there are also things you can do by creating plugins, which I'm less knowledgeable about. RE: How do I create a script? by Monsta. on 07-21-2008 at 09:30 AM
Thanks tribbium RE: How do I create a script? by CookieRevised on 07-21-2008 at 11:34 AM
Please read: quote:=> quote:=> Official Messenger Plus! Scripting Documentation http://www.msgpluslive.net/scripts/view/13-Offici...ing-Documentation/ includes everything a beginning scripter needs, including tutorial, how-to, etc... This help file can also be found if you simply click on the 'Documentation' menu item in the help menu in the Scripting Editor. Windows Scripting Host Documentation http://www.msgpluslive.net/scripts/view/152-Windo...ipt-Documentation/ The standard official help file from Microsoft about the JScript and VBScript language. |