GSE: Sequences, Variables, Macros

GSE: Sequences, Variables, Macros

6M Downloads

Create Framework so that GS-E can be a plugin to WeakAuras2

TimothyLuke opened this issue ยท 4 comments

commented

Be able to store WeakAuras macros in GS-E addons

commented

I think this may be possible. From https://github.com/WeakAuras/WeakAuras2/edit/master/Transmission.lua

local WeakAuras = WeakAuras;

if WeakAuras then
WeakAuras.ImportString(str)
end

commented

I cant do this as cleaning as I had hoped.

What will do instead is include a section in the macro definition for Weak Auras.

Sequence["name"] = 
  Author = "Author",
  WeakAuras = {
    "WAString1",
    "WAString2"
  },
  MacroVersions= {
   ...
  }
}
commented

Is there something new to this?
How can this be implemented actually?

commented

image

The + button loads the WA
The - button deletes this WA from the macro.