I'm having trouble with flagFunc.units_LOS
For years it has been working fine with my Moose spawned units, but now I'm spawning a group from two different Moose templates, and whenever the second template is used flagFunc.units_LOS does not work for that group, even though they have the same group name in mission (Alpha #001).
Here's the code I'm using
mist.flagFunc.units_LOS{
unitset1 = {'[g]Alpha #001'},
altoffset1 = 3,
unitset2 = {'[g]Red Target Group#001'},
altoffset2 = 3,
flag = 100,
interval = 11,
toggle = true
}
Edit: So it seems country related. When the group is spawned from the second template it works if they are from the same country as the first template (US), but not if they are from another country.
Edit2: And if I change them all to another country, but the same country, it won't work. Only if they are all US. Weird.
Edit3: I've tried just filtering by Blue coalition and it's like these units do not exist for mist.
Any idea as to why this is happening, or how I can work around it?