It's hard to help not knowing exactly how your game is setup.
You could add the Platform behavior to the parachuting enemies (set default controls to no) and make the ground a solid. Then use the Platform Is On Floor event to trigger a new movement for the enemy.
Or
On collision with the ground, then do the action for the movement change.
I'm not sure if that is what you are asking though.