I have two requirements:
-
How can I share the values of Lua variables between different auras? Most variables are calculated in one aura, and I hope they can be read in other auras.
-
How can I share information between WeakAuras and the external environment? I can write to the WeakAuras table externally for auras to read, but auras don't have permission to write to this table. Is there a way to read variable values calculated within a WA aura from the external environment (such as a WoW macro)?
Thank you