Preprocessor

From theFarWilds
Revision as of 20:22, 14 April 2010 by Jed (Talk | contribs)

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