Shoutbox

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?

C++
C#
VB6
VB.NET
C+
C
JavaScript?

I'm stuck lol and don't know which one XD

Please help

Thanks

\\ Monsta.


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

I'm great in VB6, good in VB8, ok in C# and crap at the rest lol. Python is solid :|

Also, I'm learning PHP now :]

<? php
$mark; = 'Mark "The Monsta Coda" Eriksson' ?>
<html>
<title>This is my title --> <? php echo; $mark ?></title>
</html>

Something like that!


RE: How do I create a script? by CookieRevised on 07-21-2008 at 11:34 AM

Please read:

quote:
quoted from Official Messenger Plus! FAQ:

How can I develop my own Messenger Plus! scripts and skins?

Messenger Plus! scripts are based on the JScript language. Messenger Plus! skins require to know how to create XML files. You can easily create new scripts and skins from the Scripts and Skins sections of the Preferences panel. All the documentation concerning those parts of the product can be found in the Scripts section and Skins section of this site.

=>
quote:
quoted from Scripts section:

I am a developer, how can I create my own scripts?

Easy! follow the white rabbit to the scripting documentation, a single download with everything you need to know about the Messenger Plus! Live Scripting System. All the documentation is contained into a single CHM file which can be viewed without the need of any additional software in Windows XP. Note also that the documentation can be downloaded and viewed automatically from the Script Editor window of Messenger Plus! Live. More information can also be found on the forum or various external web sites such as MPscripts.net.

=>

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.




;)