Problem: I'm trying to trigger a flyer flock to fly from point A to B, either with the monster_flyer_flock or the monster_generic with the model aflock.mdl. I've tried to target an info_node_air, a scripted_sequence with the action "fly2" (for the aflock.mdl model), and various other things, but either I see the flock of flyers just flying around and not moving to point B at all, or the aflock model will perform the action where I put the scripted_sequence (at point B- since this is where they should go) (I set "walk" in the "Move to position"). I also tried to put two scripted_sequences (one for point A, and one for point B, where A targets B, but that results in the flock just teleporting from A to B (zapping to the spot), and not actually flying there.
If anyone knows how to do this, here's my next question - is there a way to have a train trigger it with a path_corner (Trigger on Pass)?