if(!compile("scriptname.cs")) warn("Contains syntax errors!")
compile( fileName )
Purpose
Use the compile function to pre-compile a script file without executing the contents.
Syntax
fileName – A path to the script to compile.
Returns
Returns 1 if the script compiled without errors and 0 if the file did not compile
correctly or if the path is wrong. Also, ff the path is invalid, an error will print to
the console