You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Two options: 1. Either fully track the FSM queue update information -- which will channel more information through the eventhandler, but will theoretically allow users to write their own handlers for FSM information. Neat.
Only update and publish the current Queue selected in accordance to priority/profile rules.
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:
LambsDanger/addons/danger/scripts/lambs_danger.fsm
Line 397 in cd8a0c7
Something like:
There might be a few other interesting events.
The text was updated successfully, but these errors were encountered: