Volv
Skinning Contest Winner
Posts: 1233 Reputation: 31
35 / /
Joined: Oct 2004
|
RE: MsgPlus.LoadScriptFile() problem
quote: IRC Scripting Support channel
<JeroenNoten> I am loading an external script file with MsgPlus.LoadScriptFile(). I define a function in the external file, but I can't execute the function after loading the file. In the documentation it says it's possible. What do I do wrong?
<Volv> Are you getting any errors in your Script Debugging window? Also, if you haven't already done the following which is in the documentation then you should try: It is recommended to use Unicode text files. The path is relative to the script's directory by default, to override this behavior, prefix the path with "\". Example: "\C:\directory\script.js".
This post was edited on 12-25-2007 at 03:13 PM by Volv.
|
|