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=75835)

How do I create a script? by christodoulos on 07-03-2007 at 07:49 PM

Well?


RE: How do I create a script? by joey on 07-03-2007 at 07:52 PM

http://shoutbox.menthix.net/forumdisplay.php?fid=39  on the sticky threads,
and http://www.msgpluslive.net/scripts/browse/index.php?act=view&id=13

tat might help.


RE: How do I create a script? by christodoulos on 07-03-2007 at 07:55 PM

Thanks a lot! Is it difficult?


RE: How do I create a script? by joey on 07-03-2007 at 07:58 PM

any scripting languages or not :P i think MP!L scripts are in javascript...?anyone wanna tell me im wrong? :P

EDit:

quote:
...You need some basic coding knowledge, Messenger Plus! Live scripting system is based on Microsoft's JScript 5.6. But any developer will figure it out soon enough....

RE: How do I create a script? by christodoulos on 07-03-2007 at 08:03 PM

I dunno anything about that kind of coding :/


RE: How do I create a script? by matty on 07-03-2007 at 08:07 PM

quote:
Originally posted by christodoulos
I dunno anything about that kind of coding :/
Do you have any programming experience at all? In any language? Correction any real programming language, HTML doesn't count however JavaScript will help.
RE: How do I create a script? by CookieRevised on 07-03-2007 at 08:16 PM

quote:
Originally posted by ICD
i think MP!L scripts are in javascript...?anyone wanna tell me im wrong? :P
* CookieRevised tells ICD he's wrong :D

Anyways, Plus! scripting uses Jscript.

Jscript is not the same as JavaScript, but it is indeed very similar (but not the same :p!!) and it will indeed help if you have some JavaScript knowledge.

;)

To learn Plus! scripting, also see:
documentation
Can any nice person help me with the basic?(still need help)
Basics on scripts

http://csu.colstate.edu/webdevelop/javascript/jscript/jstutor.htm




PS: trivia, although some might say Plus! scripting is based upon JScript version 5.6, that isn't entirly correct either. The version depends on, for example, what version of Microsoft Internet Explorer you might have installad. Eg: when you have MSIE 7, you would be using Jscript 7, not Jscript 5.6!. Although you should always make your scripts entirly compatible with Jscript 5.6, as that is the least version which everybody would have who uses Messenger Plus! Live (aka who uses at least Windows XP)....






no, it isn't the same yo ;-P
RE: How do I create a script? by joey on 07-03-2007 at 08:19 PM

i know rofl, i never think to say Jscraipt, javascript just comes out of my "fingers" so to speak, andyway post edited =p


RE: How do I create a script? by christodoulos on 07-04-2007 at 09:03 AM

Nop, nothing of that! I would love to learn, though!:D


RE: How do I create a script? by joey on 07-04-2007 at 09:13 AM

IMO id say your best of trying html something slightly easier than going straight into Jscript{got it right cookie :P} plus it should help you understand a little bit of how Jscript wrks. a good place is w3schools they lots of tutorials on many languages, and all for free! =p


RE: How do I create a script? by vikke on 07-04-2007 at 09:20 AM

HTML is not really a programming language, and I think you should not try it. Learn JScript, it's rather simple. :)

Read some documentation about it, and start by changing scripts. When you can write your own scripts, do.


RE: How do I create a script? by Ezra on 07-04-2007 at 09:20 AM

Also the official MSDN documentation is VERY helpful.

http://msdn.microsoft.com/library...


RE: How do I create a script? by Volv on 07-04-2007 at 09:24 AM

quote:
Originally posted by ICD
IMO id say your best of trying html something slightly easier than going straight into Jscript{got it right cookie } plus it should help you understand a little bit of how Jscript wrks.
Whilst it may be better to try something slightly easier (or at least easier to test) I would most definitely not recommend HTML. HTML lacks any of the important structures or sequential and event driven programming which is most important in Plus scripting (or any JScript at that).
You're much better off starting with a programming language as most standard ones have similar structures or a scripting language such as PHP or Perl.