Following from what Twistx said, why not go one better:
Code:
menu status {
  .War mode $chr(60) $+ $group(#kick) $+ $chr(62)
  ..Turn $iif($group(#kick) == on,Off,On):{
    $iif($group(#kick) == on,.disable #kick,.enable #kick)
    echo -a 10WARMODE: 14<<06#Kick14>> 04has now been turned $+(14<<,06,$iif($group(#kick) == on,On,Off),14>>)
  }
}

This only gives you the option to turn it on if it's off, or off if it's on...

Oh, and also tells you that it is on/off

Just a suggestion, but hope it helps smile