JS external script error

 From:  Michael Gibson
5871.7 In reply to 5871.3 
> I thought I had read somewhere that MOI could resolve this path.

Well it will find things in that directory but it will treat it as an "inline script" (usually meant for things that just do a kind of single action rather than having their own UI and multiple stages and such), not as a full command.

Most inline scripts just have script code pasted directly into the command field of the shortcut key, but if it's particularly large in size it is possible to put it in a separate file and that's what a scripts folder can be used for. But this is rare, as far as I can remember only one single script (FullScreen.js) has been distributed this way.

Most things should go into the commands folder instead, and the shortcut key should list just the command name, no file extension or script: prefix on it.

- Michael