Check what I said about the gravity var. Set a skill for your gravity and use that in your c_move. Again, you add this number once.
Now you'll need another var or bool or whatever. When you push the space bar check to see if that var is true. If it is not then set it to true and do the jump. When that number reaches negative 2 or whatever have the bool set to false.