I also understand that there is also an /if command for comparing cvars?
I've tried it and the output I get is:
if <value1> <operator> <value2> <cmdthen> (<cmdelse>) : compares the first two values and executes <cmdthen> if true, <cmdelse> if false
but, I have no clue how to use it. I've tried what it says, but it still doesn't work..