Shoutbox

How to open ScriptEditor ? - 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 to open ScriptEditor ? (/showthread.php?tid=83356)

How to open ScriptEditor ? by apex on 04-23-2008 at 07:58 PM

How can i make msgplus open scripteditor, editing a file?

Like:

code:
function Cmd()
{
"What to put here";
}


Info, he needs to open "ban.js" wich is in the script map.


~Apex
RE: How to open ScriptEditor ? by roflmao456 on 04-23-2008 at 08:03 PM

to open Script Editor:
on your contact list, click on the Scripts button.

then choose Script Preferences.

you either double click on an existing script (to edit it) or you can press the create new button ;)

also while in the script editor, if you click on the "Files" button, you could choose the Scripting Documentation for info on Plus! scripting


RE: How to open ScriptEditor ? by apex on 04-23-2008 at 08:08 PM

Noo, that's not what i mean.
I mean that, when some1 types: "/edit" or so.. that it opens the script editor.
*Or with any other command*


RE: How to open ScriptEditor ? by matty on 04-23-2008 at 08:24 PM

quote:
Originally posted by apex
Noo, that's not what i mean.
I mean that, when some1 types: "/edit" or so.. that it opens the script editor.
*Or with any other command*
There isn't any way to open the Script Editor from a script.
RE: How to open ScriptEditor ? by apex on 04-23-2008 at 08:28 PM

ooh ok, too bad :(


RE: How to open ScriptEditor ? by ddunk on 04-23-2008 at 08:36 PM

Your best bet would be to create a command for Debug.DebuggingWindowVisible. It's the same number of clicks as going through /prefs, but it might be a little more convenient. :p