Hi,
I have several groups of fireteams. No I want to change some of the grear of several members but not al members.
Plt_S1 = squad 1
Plt_S2 is squad 2
Plt_S3 is squad 3
There are 4 members in each squad: Plt_S1_1, Plt_S1_2, Plt_S1_3, Plt_S1_4
Now I want to change the weapons For: Plt_S1_2, Plt_S1_4, Plt_S2_2, Plt_S2_4, Plt_S3_2, Plt_S3_4
But Plt_S1_1, Plt_S2_1, Plt_S3_1 and Plt_S1_3, Plt_S2_3, Plt_S3_3 has to have other weapons each.
How do I accomplish this? I tried using an array but that doesnt seem to work.
_Array1= [Plt_S1_2, Plt_S1_4, Plt_S2_2, Plt_S2_4, Plt_S3_2, Plt_S3_4]
"_x (removeallweapons this)" forEach _Array1