How do I get a trigger to send a group to a location if their distance is under 10m from another object? I did have the command grouped to the leader but if he dies the nobody moves after that.
My current attempts all give errors:
(grp1 distance h1) < 10 domove getpos GL1
(_grp1 distance h1) < 10 domove getpos GL1
(units grp1 distance h1) < 10 domove getpos GL1
(units _grp1 distance h1) <10 domove getpos GL1
(grp1 get_your_ass_in_the_helicopter_now_because_I_am_10m_away) still nothing.
All I am trying to do is have multiple groups I have to fly in and pick up, then I drop them off at an LZ and they run off. So far I can get individual units to board but I dont want to make a bunch of seperate triggers because I'll end up with well over 100 triggers to get all units back to the staging area.
Thanks