Skip to content
New issue

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

only AI medics can revive - manual revive using ace medical does not work #2

Open
bendy101 opened this issue Oct 27, 2023 · 1 comment

Comments

@bendy101
Copy link

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

@bendy101
Copy link
Author

bendy101 commented Oct 31, 2023

found a solution. In file ROS_monitorHealth.sqf on line 167, change:
_unit setUnconscious true;
to
[_unit, true] call ace_medical_fnc_setUnconscious;

and line 214, do the same.

now it should work :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant