Ok, I feel embarrassed that I wasn\'t able to figure this out on my own, but after a few wasted hours, I figured it would be easier to simply ask over here:
The following syntax allows you to call any function from within your Google Apps Script project, regardless of whether the function is defined in the same file that is calling it:
myFunction();
The following code is unnecessary and will throw errors: