BehaviorReturnCode SetInvencibilityExec()
 {
     charDriver.SetInvencibility(invencible);
     return(BehaviorReturnCode.Success);
 }