The result of TEMMatch == n seems to differ depending on whether the frame 0 is C or P.
ConditionalFilter(last,last,last,"""propGetInt("TFMMatch",offset=-8)""","=","0",show=true)
or
ConditionalFilter(last,last,last,"""propGetInt("TFMMatch",offset=-8)==0""","=","true",show=true)
current_frame: 0-7
opening frame: C
-> Result: FALSE
opening frame: P
-> Result: TRUE
* In case of TFMMatch == 1, the opposite result
It seems that if the forward frame specified by offset is outside the area, the opening frame is used for judgment.
If it does not exist, it would be correct to always assume a false judgment.