mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
38b8b5dfff
* Doc - add notes about acex var naming to addons * Add Fortify events Co-authored-by: jonpas <jonpas33@gmail.com>
11 lines
434 B
Markdown
11 lines
434 B
Markdown
ace_killtracker
|
|
============
|
|
|
|
Tracks deaths/kills and logs to the end mission disaplay. Attemps to log kills from Medical by using `ace_medical_lastDamageSource`.
|
|
|
|
Note: Requires config setup in a mission, see `killtracker.inc` - has no effect if mission is not setup correctly.
|
|
|
|
## ACEX Conversion - things still using acex prefix
|
|
- Global Var `acex_killTracker_outputText`
|
|
- `acex_killTracker` classname for `CfgDebriefingSections`
|