When I execute following command to any entity/player that's score for "test" is 0
execute @e[score_test=1] ~ ~ ~ /say hi
... it says e.g. [Beerfazz] hi
When I execute following command to any entity/player that's score for "test" is 0
execute @e[score_test=1] ~ ~ ~ /say hi
... it says e.g. [Beerfazz] hi
score= tests for scores lower or equal to, score_min= tests for scores higher or equal to, use both, and only that score will be targeted