New to Basil.js, but love it dearly.
I am wondering if it is possible to link other javascript sheets in my .jsx script and what the correct procedure is. When I try:
#include "basiljs/users/anotherscript.jsx";
InDesign throws err:
Error Number: 48 Offending Text: #include "basiljs/users/anotherscript.jsx";
I don't think you can use include that way in extendscript.
However this WILL work:
If it doesn't work, try a full path to your script.