1
Maximum Score
so i have a command block /comparator and a pulser with this
testfor @p[score_var1=2]
i believe this should work for when "var1" is less than 3. But no matter what i set the variable to, it returns true???
Edit: is there a way to say that x < 3? I had this working before 1.6.2 so maybe the game updated something wrong???
testfor @p[score_var1=2]
i believe this should work for when "var1" is less than 3. But no matter what i set the variable to, it returns true???
Edit: is there a way to say that x < 3? I had this working before 1.6.2 so maybe the game updated something wrong???
1
try using /testfor @p[score_var1_min=2]
