/////////////////////////////////////////////// // prevent the system from being started twice ////////////////////////////////////////////// if !(isNil "blck_missionSystemRunning") exitWith {}; blck_missionSystemRunning = true; ///////////////////////////////////////////// // Run the initialization routinge //////////////////////////////////////////// execVM "\q\addons\custom_server\init\blck_init.sqf";