I think you can use a variable.
1. Every tick - Set falling speed to global variable "Falling Speed" (or another name)
2. Every 0,01 (or another time) if object is falling - add 1 (or another number) to global variable "falling speed"
3. Object is on ground - reset global variavle "falling speed"