I see that cActiveScript can execute JavaScript code. But can it do so if the javascript code references another library?
I tried referencing the library in the first line of the script (ex.
Code:
const path = require('path');
) but that doesn't seem to work.