Shoutbox

MP!L Scripting - 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: WLM Plus! Help (/forumdisplay.php?fid=12)
+----- Thread: MP!L Scripting (/showthread.php?tid=57690)

MP!L Scripting by jiraffe on 03-31-2006 at 04:05 AM

I was wondering if there was any information around about how the new scripting feature in MP!L will work, I did a quick search on the forums and couldn't really find much about it.

So far I've deducted thats it jscript (obviously...) and that you'll be able to call scripts with "/script <func name> <params>", and i presume it will use a simple return statement to send a string as an instant message, but i was wondering what the method and variable names will be to get things such as display name or how to change status.

Thanks for anything people can tell me.


RE: MP!L Scripting by Patchou on 03-31-2006 at 04:43 AM

It's JScript based allright but the /script is just a small part of it all.

It's mainly based on various Messenger events (name change, status change, new chat opened, etc...) and you get read/write access to everything Messenger Plus! can control (name, psm, ...).

I'll make a proper documentation before the release :).


RE: MP!L Scripting by Eddie on 03-31-2006 at 07:22 AM

Kool :) We will probably get more plugin makers with this new Scripting Tool :)


RE: MP!L Scripting by RaceProUK on 03-31-2006 at 02:58 PM

Script writers you mean, but yeah. Still, there'll be the more adventurous developers that wish to use a COM DLL with their scripts: I know I will :D