Chase and tag each other in 6 different maps!
how did you make it so you can enable double jump wile in the game
The platform behaviour has an action for enabling or disabling the double-jump. I made a global variable called doubleJumpEnabled that you can set to 0 or 1 via using the toggle in the match settings, and when the game starts I set the double jump enabled if the variable is 1, or leave it disabled if it's 0.
Okay thanks for the help