//=================================== // // Eternity TC FraggleScript Header // // Author: haleyjd // //=================================== // constants for functions const NULL = 0; // place-holder for null references where allowed // spawnshot const NOFACETARGET = 0; const FACETARGET = 1; // lines const NOBLOCK = 0; const BLOCK = 1; const SIDE_FRONT = 0; const SIDE_BACK = 1; const TEXTURE_BOTTOM = 1; const TEXTURE_MIDDLE = 2; const TEXTURE_TOP = 3;