DBM
dbm
- This condition checks the remaining time of a specific event timer from the
Deadly Boss Mods
(DBM) addon.
Parameters
event
(string): The name of the event timer to check.
Returns NUMBER
- The remaining time of the specified DBM event timer, or a default value of 999 if the timer is not found.
Example:
-- DSL Mode
{ACTION, "dbm(Pull in) < 3"},
-- in Lua code
_A.DSL:Get("dbm")(_, "Pull in") < 3
-- Lua Mode
PLAYER:Dbm("Pull in") < 3