Preprocessor

#include <scriptID>
this will include a script in with yours so you can make common function libraries

Example

#include 236

void beforeStart()
{
some_function_defined_in_236();
}

« Back to Docs