-
Notifications
You must be signed in to change notification settings - Fork 41
FRQ: Forward Danger Event #115
Copy link
Copy link
Open
Labels
Milestone
Description
For some mods it would be nice to forward the dangerCaused events to external functions.
An example Use-Case would be Overthrow, where "Seen"-Events can partially replace nearbyUnits/targetKnowledge checks.
Basically add a custom CBA EH around here:
| "" \n |
Something like:
if (_causeChanged) then {
["LAMBS_dangerCaused", [_dangerCaused, ...]] call CBA_fnc_localEvent;
};There might be a few other interesting events.
Reactions are currently unavailable