(feat/Encounter): Implement Encounter Trigger/Load Options via DBM, also fire ENCOUNTER_START/END and DBM Callback Events for Custom Triggers (#73)
This commit is contained in:
parent
517f15c7bd
commit
6c6cb73fdd
10 changed files with 2143 additions and 8 deletions
|
|
@ -435,7 +435,9 @@ local tabsForWarning = {
|
|||
sound_condition = "conditions",
|
||||
tts_action = "action",
|
||||
sound_action = "action",
|
||||
spammy_event_warning = "trigger"
|
||||
spammy_event_warning = "trigger",
|
||||
dbm_required_for_load_encounter = "load",
|
||||
dbm_required_for_encounter_events = "trigger"
|
||||
}
|
||||
|
||||
--[[-----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue