Preprocessor

From theFarWilds
Jump to: navigation, search


#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();
}