Hi LCD, thanks for your quick replies!
OK the individual units works out like a charm. Its when I try to do get the squad to get in as a group that I have problems.
Before this is what I had in my Radio Trig command:
a1 assignascargo heli; [a1] ordergetin true; a2 assignascargo heli; [a2] ordergetin true; a3 assignascargo heli; [a3] ordergetin true;
Above is what I use for inividual units.
Now I replaced that command with the group command you mentioned:
"_X assignascargo heli" foreach Alpha; "[_X] ordergetin true" foreach Alpha
with the above command nothing happens?! DO I also put it in the Triggor? Any help is grrreatly appreciated