injured Ai
Injured Ai mod provide a little more realistic fight against Ais for the player.
When player shot ais , there is a chance that ais fall down with ragdoll and injured and unconscious with animations and begging for help.
– Ais unconscious with animations and sounds
– Ais teammate will try to help by dragging injured guy and heal him
– Injured Ais will die if not get help in 2 minutes
The mod can run only on the server.
How to use:
Just move injured ai mod to your mod folder.
*******************************************
Disable the mod for a mission:
init.sqf
dam_injured_ai = false;
publicVariable "dam_injured_ai";
exclude a unit from mod:
put this code in unit init
this setVariable ["dam_ignore_injured",true];
**************************************