Arma 3
Devourerking's Necroplague Mutants
Do the infected have a faction?
I'm making a mission where I need to detect infected with a trigger. I've tried all of the factions (East, West, Inde, Civ) but, I can't get the trigger to detect the infected. Is there anything I can do?
< >
Showing 1-2 of 2 comments
Markusaw 22 Feb @ 3:44pm 
Kinda the same issue here. Did you figure it out? I am trying to count all the zombies on the map with a script but it's just impossible because they don't seem to belong to a side
Markusaw 6 Mar @ 12:06pm 
For anyone that might stumble on this post, I figured out I could use this code to detect all zombie units on the map.

private _zombies = allUnits select {
_x getVariable ["isMutant", false] == true
};
< >
Showing 1-2 of 2 comments
Per page: 1530 50