"is using ability 1" doesnt work properly for mercy

I want to start an action whenever mercy uses guardian angel but “is using ability 1” triggers whenever you just press the button while the ability is not on cooldown and not when you actually use it.
is there any way to fix this?

I’m not quite sure what you’re asking for but if you want to trigger a rule as you’re using Guardian Angel I would use

Condition:
Is Using Ability 1 (Event Player) == True;
Ability Cooldown (Event Player, Button (Ability 1)) <= 0;


Oh, I see that you can retrigger it by spamming the button next to the player but it does not activate the cool down (since cool down is after the ability finishes). I’m not sure the best way to prevent it but maybe some checks like making sure they’re moving forward, or speed, and/or not on the ground etc.