Skip to content

HasBuffCondition

cyrite edited this page Jan 6, 2024 · 1 revision

Overview

Checks whether the target has a buff or debuff with the given name.

Syntax

HasBuffCondition.new(buff_names)

Parameter Type Description
buff_name string Value of en for the buff or debuff in res/buffs.lua

Examples

  • HasBuffCondition.new('Refresh')
  • HasBuffCondition.new('Silence')
Clone this wiki locally