How i disable the jump sound when i am swimming?

Hello guys! How to disable the jump sound when my character is swimming? When you are swimming, if you keep pressing jump, it makes the jump sound.

I managed to make it avoid making a sound in the water by adding the variable isswimming in the false condition of the branch, how could I expand this command by also adding the crouch not making sound when you press to jump?
I know the question may seem silly but I’m new to the area and I’m still learning

You don’t have to make a variable checking if you are swimming if you set the character movement component’s movement mode to “swimming”:


You can just do a simple check to see what movement mode you are in.

The same for the crouching sound when you are jumping/in air, just check if you are falling:
image