Can someone blackbox this, wanna try it out

Sequences['MM_BOSS'] = {
— This Sequence was exported from GSE 2.0.14.
Author="Raxons@Thrall",
SpecID=254,
Talents = "1313111",
Default=1,
Icon=’Ability_Hunter_FocusedAim’,
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
"/targetenemy [noharm][dead]",
"/cast Blood Fury",
"/cast Trueshot",
},
PreMacro={
},
"/cast [nochanneling] Windburst",
"/cast [nochanneling] Bursting Shot",
"/cast [nochanneling] Aimed Shot",
"/cast [nochanneling] A Murder of Crows",
"/cast [nochanneling] Aimed Shot",
"/cast [nochanneling] Sidewinders",
"/cast [nochanneling] Marked Shot",
PostMacro={
},
KeyRelease={
},
},
[2] = {
StepFunction = [[Sequential]],
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
"/cast [nochanneling] Windburst",
"/cast [nochanneling] Bursting Shot",
"/cast [nochanneling] Aimed Shot",
"/cast [nochanneling] A Murder of Crows",
"/cast [nochanneling] Aimed Shot",
"/cast [nochanneling] Sidewinders",
"/cast [nochanneling] Marked Shot",
PostMacro={
},
KeyRelease={
},
},
},
}

Got it.

Unable to Import

Sequences['MM_BOSS'] = {
Author="Raxons@Thrall",
SpecID=254,
Talents = "1313111",
Default=1,
Icon='Ability_Hunter_FocusedAim',
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
"/targetenemy [noharm][dead]",
"/cast Blood Fury",
"/cast Trueshot",
},
PreMacro={
},
"/cast [nochanneling] Windburst",
"/cast [nochanneling] Bursting Shot",
"/cast [nochanneling] Aimed Shot",
"/cast [nochanneling] A Murder of Crows",
"/cast [nochanneling] Aimed Shot",
"/cast [nochanneling] Sidewinders",
"/cast [nochanneling] Marked Shot",
PostMacro={
},
KeyRelease={
},
},
[2] = {
StepFunction = [[Sequential]],
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
"/cast [nochanneling] Windburst",
"/cast [nochanneling] Bursting Shot",
"/cast [nochanneling] Aimed Shot",
"/cast [nochanneling] A Murder of Crows",
"/cast [nochanneling] Aimed Shot",
"/cast [nochanneling] Sidewinders",
"/cast [nochanneling] Marked Shot",
PostMacro={
},
KeyRelease={
},
},
},
}

Try this one

Sequences['MM_BOSS'] = {
Author="Raxons@Thrall",
SpecID=254,
Talents = "1313111",
Default=1,
Icon='Ability_Hunter_FocusedAim',
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
"/targetenemy [noharm][dead]",
"/cast Blood Fury",
"/cast Trueshot",
},
PreMacro={
},
"/cast [nochanneling] Windburst",
"/cast [nochanneling] Bursting Shot",
"/cast [nochanneling] Aimed Shot",
"/cast [nochanneling] A Murder of Crows",
"/cast [nochanneling] Aimed Shot",
"/cast [nochanneling] Sidewinders",
"/cast [nochanneling] Marked Shot",
PostMacro={
},
KeyRelease={
},
},
[2] = {
StepFunction = [[Sequential]],
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/cast [nochanneling] Windburst",
"/cast [nochanneling] Bursting Shot",
"/cast [nochanneling] Aimed Shot",
"/cast [nochanneling] A Murder of Crows",
"/cast [nochanneling] Aimed Shot",
"/cast [nochanneling] Sidewinders",
"/cast [nochanneling] Marked Shot",
PostMacro={
},
KeyRelease={
},
},
},
}

This works the above posts were missing an extra }, after the second premacro.

-Aitrus