The HandleHeal event handler will not detect usage of a FAK, it will only see if some other unit is healing someone. That is a bit weird, and it would be much preferred (also because of the whole FAK issue) to be able to detect healing directly.
Description
Description
Details
Details
- Legacy ID
- 3645151812
- Severity
- None
- Resolution
- Reopened
- Reproducibility
- N/A
- Operating System
- Windows 7
- Category
- Scripting
Event Timeline
Comment Actions
To clarify this a bit:
- FAKs are detected when the healer and the wounded are different units.
- FAKs are not detected when self-applied
- The last bit of information (healercanheal) is broken: it always return false, even if the healer is a medic (this makes determining if a FAK or a medikit was used impossible, unless working around with the classname)
At the moment, the only way to work around the built-in medical system is to mod it, which is not always a choice.
Comment Actions
As far as I have been able to test in 2.17.152062, this now works as advertised.
Thank you very much!