Use the 'set vector Y' action. A negative Y value will make them jump up, even if not on the ground. So if your jump strength is 500, setting vector Y to -500 has the same effect. To stop them being able to jump infinitely, you probably want to set a flag when the player lands on the ground, and clear it when they do their double jump, and make sure the flag is set before allowing a double jump.