Osiris/Shared/DB KillCounter
From Divinity Engine Wiki
Full Definition(s)
- DB_KillCounter_Internal((CHARACTERGUID)_Character, (STRING)_CounterName)
- DB_KillCounter((STRING)_CounterName, (INTEGER)_Count)
- PROC ReactOnKillCounter((STRING)_CounterName)
Description
If you define _Count number of DB_KillCounter_Internal facts for different characters with the same _CounterName as in the DB_KillCounterFact definition, then the PROC ReactOnKillCounter will be called with _CounterName as parameter once all of those characters are dead.
Notes
- /