You might consider removing the last condition of your choose block and moving the actions to a default block. If neither of the first two conditions had a match then this should be the only alternative. Additionally, adding or removing entities from the label group would break your current logic because the count would no longer == 6.