Playing with the if statement:
MODIFY:Face|SET|if(IsLong==False,15,5,25,25)|PRIORITY=100
MODIFY:Reach|SET|if(IsLong=False,10,5)|PRIORITY=100
IsLong is a BOOLEAN
I tried != without any success as well.
This requires some deep work in the parser itself to allow for ! as a unary operator
PR#1020