mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
11 lines
270 B
Plaintext
11 lines
270 B
Plaintext
|
// by commy2
|
||
|
|
||
|
#include "script_component.hpp"
|
||
|
|
||
|
EXPLODE_2_PVT(_this,_unit,_isCivilian);
|
||
|
|
||
|
if (isNil "_isCivilian") then {_isCivilian = true};
|
||
|
|
||
|
alive _unit
|
||
|
&& [side _unit != side ACE_player, side group _unit == civilian] select _isCivilian
|
||
|
//&& {count (weapons _unit) == 0}
|