trigger_custom

Dispatches a named custom trigger, which can activate other effect chains listening for that trigger ID.

Categories: meta

Required arguments

Key(s)DescriptionType
triggerThe ID of the custom trigger to dispatch.STRING

Optional arguments

Key(s)DescriptionTypeDefault
valueAn optional value to pass to the dispatched trigger. Supports expressions.EXPRESSION0

Example

effects:
  - id: trigger_custom
    args:
      trigger: <value>
      value: <expression> # ← Optional

Behaviour

SettingValue
Run orderNORMAL
Supports delaytrue
Reloads on plugin reloadtrue
Permanentfalse