Getting closer, I've found that
if zombie is outside layout
if zombie.Y < 0 simulate pressing down
This gets the zombie to move down, but it stops before it actually gets onto the layout. So I'm assuming the trigger ends as soon as the first pixel touches the layout; is there a way for me to set a delay or to force the whole zombie onto it?