// =============================================================================== // DESCRIPTION: // CALLED BY: // PARAMS: winningteam // losingteam // TYPE: // =============================================================================== // Init ========================================================================== @INIT if [__debug == 1] goto DEBUG goto SCRIPT // =============================================================================== // Debug ========================================================================= @DEBUG Echo #__debug_prefix#"Calling script gameend" goto SCRIPT // =============================================================================== // Script ======================================================================== @SCRIPT Set __game_started false goto EOF @EOF // ===============================================================================