Variable not being activated

I am trying to get a variable to work when pressing the Q key on the keyboard, which I named FloraCleanseActive. However, the object variable on Player isn’t activating. I made a debugger; the screenshot clearly shows that the Q key was pressed since it equals 1, but FloraCleanseActive stays at 0. Attached is a screenshot compilation of the events related to the FloraCleanseActivate variable, since I can’t upload more than one image as a new user.

Any help is greatly appreciated.

Break it into two events
Key cannot be at the same time pressed and released

Each condition in your event need to be true for action to kick in