Is there any way to totally remove a flag from a DBNPC? Atm, i'm using this.("test_"@ whatever) = NULL; but that just sets the flag to 0. I also tried using this.("test_"@ whatever).delete(); and this.("test_"@ whatever).remove(); but neither of them work. Can anyone help me out here?