for the testfor command to activate the comparator
the test for command in the command block did nothing to the command
1.i made a redstone clock with a command block with the command testfor @p[score_zombie_min=1] (zombie was the name of my score count)
2. i activated the clock, the clock worked but nothing happened with the comparator
i used then set up that can be found near the end of http://www.youtube.com/watch?v=Bdd_2taSpG8 this video
i was playing in single player
Comments 3
What kind of clock have you used?
Some clocks are too quick for comparators, so they won't activate 😉
To solve your problem you could use the execute command in the snapshot versions:
/execute @p[score_zombie_min=1] ~ ~ ~
And then the other command you maybe want to perform 😉
Does any player have a count highter than one in the Zombie Score?