Can't delete macro
WKMEG opened this issue · 4 comments
This is what I get when I try to edit one of my macros.
https://imgur.com/a/H6M9j
Ok you have a "thousand" versions of the macro. This is not an expected state.
To delete this:
/GS showspec. (hunter is 3)
This will return a class ID.
Then
/run GSELibrary[classidfrompreviousstep]["BeastMastery"] = {}
/run GSELibrary[3]["BeastMastery"] = {}
This will delete the macro totally and normal GSE function will return
Timothy Minahan
M 0406 413 680 | E [email protected]
… On 13 Sep 2017, at 9:50 am, WKMEG ***@***.***> wrote:
This is what I get when I try to edit one of my macros.
https://imgur.com/a/H6M9j
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
I didn't create the versions and they weren't there the first time I imported the macro.
Is there supposed to be any feedback when I run "/run GSELibrary[3]["BeastMastery"] = {}"?
There is no feedback and it doesn't delete the macro.
There won't be any feedback. This is extreme low level stuff.
Do a /dump GSELibrary[3]["BeastMastery"]
If nothing comes out try a
/dump GSELibrary[0]["BeastMastery"]
If that spits out stuff then on the run command change the 0
The gazillion versions are an import error. It's imported over and over for some reason.
TimothyLuke
… On 13 Sep 2017, at 11:49 am, WKMEG ***@***.***> wrote:
I didn't create the versions and they weren't there the first time I imported the macro.
Is there supposed to be any feedback when I run "/run GSELibrary[3]["BeastMastery"] = {}"?
There is no feedback and it doesn't delete the macro.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.