NTConfig_UseShadow = "1"; // 0 or "None" = Don't summon / 1 or "Warrior" = Shadow Warrior / 2 or "Master" = Shadow Master
NTConfig_UseCloakOfShadows = false; // Set to true to use Cloak of Shadows
NTConfig_UseBladeShield = false; // Set to true to Blade Shield
NTConfig_UseTraps = true; // Set to true to use traps
NTConfig_UseFade = true; // Set to true to use Fade use fade. You can not use BOS and Fade!!!!
NTConfig_UseBOS = false; // Set to true to use Burst of Speed. You can not use BOS and Fade!!!!
var NTConfig_UseTraps;
var NTConfig_UseFade;
var NTConfig_UseBOS;
var NTConfig_UseCloakOfShadows;
var NTConfig_UseBladeShield;
var NTConfig_MinTrapRange;
var NTConfig_MinBossTrapRange;
var NTConfig_NumTraps;
var NTConfig_NumBossTrap;
var NTConfig_UseShadow;