HasBuffCondition - cyritegamestudios/trust GitHub Wiki
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')