How do I create a double jump for all heros

I want to create it so when hog uses take a breather he double jumps. Does anyone know what I could do to make this?? Thanks!

Check out the “Double Jump” example in your custom game presets.

1 Like

ok thank you. do you know how to test if something hits the ground? sorry im working on a workshop gamemode where everyone has some added mobilty. I want to make whip shot launch the player back from wherever it hits

You can use the “Is Grounded” condition to check if a player is on the ground, or you can use the “Altitude Of” condition to check how high off the ground a player is.
As for detecting whip shot, with the new PTR update you can use the “Player Dealt Damage” event and add the condition “Event Ability == Button(Ability 1)” or something like that.

1 Like