#Condition to Change Text?
6 messages · Page 1 of 1 (latest)
use a custom text. put %c in the text field and a custom text function area will appear
in the display right? the condition still doesn't have anything for custom text
you can change the text based on what you return with the custom function https://github.com/WeakAuras/WeakAuras2/wiki/Text-Replacements
hmm, I guess in this case do you have example code of how you would set unit to "party2" and check if that unit has debuff "Debuff Name" ?
local unit = GetUnit("party2")
--check if unit has debuff "Debuff Name"
--if yes return "Sleep"
you would need to get that info from your triggers