A good conditional is if player is on air, it's very cool for example to combine with the reset double jump command, that command will set the double jump as if it hasn't been used. For example, in the area looping command prompt:
if player is on air = true
{
reset double jump
}
This will allow the player to double jump many times he wants!