Welcome to the forums.
quote:
Originally posted by moudy
I want to start my "hello world" in MPL scripting
I downloaded both the plus scripting documentation and jscript documentation.
Now I'm very new to all this...
my very first question is: how can I change the personal message ?
I know this : Messenger::MyPersonalMessage
js code:
Messenger.MyPersonalMessage = 'Hello World! :)';
quote:
Originally posted by moudy
And one more thing, how can I add control to my script, I mean, when i load my script, how can I add functionality to stop, run, etc...
You could use a boolean variable to control the script.
js code:
var bEnabled = false;