Create Framework so that GS-E can be a plugin to WeakAuras2
TimothyLuke opened this issue ยท 4 comments
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
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= {
...
}
}