Use Variables as Flag

Hello, I try to set a variable to 1 on the end of some actions of a keyboard trigger.
Another keyboard trigger should only trigger if the variable is 1.

I can't get it working though.

What I am using:

Trigger A:
Action:
Set Value: "1" For Variable "cut"

Trigger B:
Advanced Conditions:
cut == "1" AND fingers_touching_trackpad >= 0 AND left_mouse_down == 0

Can you help me with this?
How could I get the current variable state?
Thanks.

Which version of BTT are you on? There was a bug in a previous version where the variables were not correctly handled - but in the current version this should work just as you tried.

I just updated to V4070, but I still can't get it to work.