hi here i contact you because i have find a strange issues with arma3 EH scripts.
i working actualy two EH scripts one hitpart EH script and fired EH script.
this 2 scripts have same issue when i try to use this scripts they c'ant use multiple conditions and support only one.
for exemple if i writing if (_caliber <= 1) exitwith {}; this working perfectly
but if i want use if ((_caliber <= 1) and (second condition)) exitwith {};
this do not working corectly.
Cordialy Cervantes.