Platform Builder Forums

Main => Suggestions => Topic started by: Antikore on October 17, 2018, 07:39:56 AM

Title: if player is on air conditional and reset double jump command
Post by: Antikore on October 17, 2018, 07:39:56 AM
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:
Code: [Select]
if player is on air = true
{
reset double jump
}
This will allow the player to double jump many times he wants!
Title: Re: if player is on air conditional and reset double jump command
Post by: CGM on October 17, 2018, 06:22:51 PM
Wow!