Hello, I'm trying to find out how I can access the tooltip information of an aura. This is the information that can be displayed in a Text Display with a simple %1.tooltip2, but I want to actually obtain the value within a custom trigger to do stuff with. I've been unable to locate the syntax for doing this, if it's possible (but I'm assuming it is). I tried C_Spell.GetSpellDescription but that returns the tooltip information of the castable spell, not the aura. I also tried WA_GetUnitBuff but unless I'm mistaken, the tooltip information isn't included in the returns from this function. Thanks in advance for any help.