Can i call a custom function from outside??
For example
//______________________
var myComp=app.project.activeItem;
createComps();
createSolids();
RenderItems();
//______________________________
but the above functions are seperately written in .jsx format of current directory?
Like a library??
#include<>???