[Classic] Designing WeakAuras to have multiple different behaviors or states

Sorry if this has been asked a million times before, but I’m not sure how to actually look my question up.

I’m creating WeakAuras to track my DoTs on my Shadow Priest, but there are multiple different behaviors I want and don’t know how to integrate them all into single WeakAuras for the sake of simplicity. For each DoT, I want to create a WeakAura with the following states:


Active | Debuff present on current target

  • Display spell icon
  • Display remaining time

Inactive | Debuff not present on current target

  • Display darkened spell icon
  • [Devouring Plague] Show glow when active on a different target

My understanding is that I’ll need to use conditionals to accomplish this, but I haven’t been successful in finding any up to date guides on how to use them. Any help would be appreciated!