This is basically two if statements one after the other. Both will execute, which means the first one makes sure isClimbing is always set to false and the second one is always true.
Try something like
Look through your code. You don’t do one line or the other, you do them both.
So, if when you press the “Interaction” button isClimbing is true then the first line executes and sets it to false. The second line then executes and sets it straight back to true again.