武装突袭3

武装突袭3

Devourerking's Necroplague Mutants
PeacekeeperLife 2022 年 5 月 8 日 下午 8:31
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?
< >
正在显示第 1 - 2 条,共 2 条留言
Markusaw 2 月 22 日 下午 3:44 
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 3 月 6 日 下午 12:06 
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
};
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50