I want to create a menu with three states:
If the player hasn't voted enough → it should show a red pane.
If the player has voted enough but hasn't claimed the reward yet → it should show a yellow pane.
If the player has already claimed the reward → it should show a player head.
However, my current config is having problems.
The issue is that only the red or yellow item is shown, and it depends only on the priority I set.
I really need help.