We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when you manually use ace medical to try to revive one of your teammate AI, they stay unconcious and do not revive.
It seems only AI medics can revive
The text was updated successfully, but these errors were encountered:
found a solution. In file ROS_monitorHealth.sqf on line 167, change: _unit setUnconscious true; to [_unit, true] call ace_medical_fnc_setUnconscious;
_unit setUnconscious true;
[_unit, true] call ace_medical_fnc_setUnconscious;
and line 214, do the same.
now it should work :)
Sorry, something went wrong.
No branches or pull requests
when you manually use ace medical to try to revive one of your teammate AI, they stay unconcious and do not revive.
It seems only AI medics can revive
The text was updated successfully, but these errors were encountered: