// =============================================================================== // DESCRIPTION: Initates the script vars and starts the game // CALLED BY: maploaded // PARAMS: none // TYPE: Server-Side // =============================================================================== // Init ========================================================================== @INIT if [scr_debug == 1] goto DEBUG goto SCRIPT // =============================================================================== // Debug ========================================================================= @DEBUG Echo #scr_debug_prefix#"Calling script __SCRIPTVARS" goto SCRIPT // =============================================================================== // Script ======================================================================== @SCRIPT goto EOF @EOF // ===============================================================================