I have the following:
- If you hold the jetpack button only, you get a weak thrust
- If you press jump only (and you’re on the ground), you jump
- If you hold both (and you’re not on the ground), you get a strong thrust
- If you press jump and hold the jetpack button (and you’re on the ground), you should get the impulse from the jump along with full thrust
I tried using chorded actions for a trigger for the strong thrust; however, it causes the jump action to not trigger, so I don’t get the impulse from the jump when I’m on the ground.
Is there any way to get both the chorded action and the dependent action to trigger?