Low level macro

Sequences[‘Lowlvlsingle’] = {
author=‘Exlynn@Perenolde’,
specID=266,
helpTxt = ‘Talents: 3211232’,
icon=‘INV_MISC_QUESTIONMARK’,
PreMacro=[[
/targetenemy [noharm][dead]
/cast [nopet][target=pet, dead] Voidwalker
/use [mod:alt] Drain Life
/castsequence reset=target Doom, null
]],
“/castsequence [nochanneling] Shadow Bolt, Call Dreadstalkers, Demonic Empowerment, Life Tap”,
“/castsequence [nochanneling] Shadow Bolt, Hand of Gul’dan, Demonic Empowerment”,
“/castsequence [nochanneling] Summon Doomguard, Demonic Empowerment”,
“/castsequence [nochanneling] Shadow Bolt, Hand of Gul’dan”,
—("/cast [nochanneling] Command Demon",)-----
—("/cast [nochanneling] Demonbolt",)----
PostMacro=[[
]],
}

Sequences[‘Lowlvlsingle’] = {
author=’Exlynn@Perenolde’,
specID=266,
helpTxt = ‘Talents: 3211232′,
icon=’INV_MISC_QUESTIONMARK’,
PreMacro=[[
/targetenemy [noharm][dead]
/cast [nopet][target=pet, dead] Voidwalker
/use [mod:alt] Drain Life
/castsequence reset=target Doom, null
]],
“/castsequence [nochanneling] Shadow Bolt, Call Dreadstalkers, Demonic Empowerment, Life Tap”,
“/castsequence [nochanneling] Shadow Bolt, Hand of Gul’dan, Demonic Empowerment”,
“/castsequence [nochanneling] Summon Doomguard, Demonic Empowerment”,
“/castsequence [nochanneling] Shadow Bolt, Hand of Gul’dan”,
(“/cast [nochanneling] Command Demon”,)
(“/cast [nochanneling] Demonbolt”,)
PostMacro=[[
]],
}

sorry i can not fix it i tried not sure what i am doing or what to do

Sequences['Lowlvlsingle'] = {
author='Exlynn@Perenolde',
specID=266,
helpTxt = 'Talents: 3211232',
icon='INV_MISC_QUESTIONMARK',
PreMacro=[[
/targetenemy [noharm][dead]
/cast [nopet][target=pet, dead] Voidwalker
/use [mod:alt] Drain Life
/castsequence reset=target Doom, null
]],
"/castsequence [nochanneling] Shadow Bolt, Call Dreadstalkers, Demonic Empowerment, Life Tap",
"/castsequence [nochanneling] Shadow Bolt, Hand of Gul’dan, Demonic Empowerment",
"/castsequence [nochanneling] Summon Doomguard, Demonic Empowerment",
"/castsequence [nochanneling] Shadow Bolt, Hand of Gul’dan",
("/cast [nochanneling] Command Demon",)
("/cast [nochanneling] Demonbolt",)
PostMacro=[[
]],
}

Don’t think this is a latest version macro though

I’m getting “Macro unable to be imported” when trying to do so.

Sequences[‘Lowlvlsingle’] = {
– This Sequence was exported from GSE 2.2.03.
Author=“Exlynn@Perenolde”,
SpecID=266,
Talents = “3,2,1,1,2,3,2”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
“/targetenemy [noharm][dead]”,
“/cast [nopet][target=pet, dead] Voidwalker”,
“/use [mod:alt] Drain Life”,
“/castsequence reset=target Doom, null”,
},
PreMacro={
},
“/castsequence [nochanneling] Shadow Bolt, Call Dreadstalkers, Demonic Empowerment, Life Tap”,
“/castsequence [nochanneling] Shadow Bolt, Hand of Gul’dan, Demonic Empowerment”,
“/castsequence [nochanneling] Summon Doomguard, Demonic Empowerment”,
“/castsequence [nochanneling] Shadow Bolt, Hand of Gul’dan”,
“/cast [nochanneling] Command Demon”,
“/cast [nochanneling] Demonbolt”,
PostMacro={
},
KeyRelease={
“/startattack”,
“/petattack”,
},
},
},
}

This one should work:

Sequences['LowLvlSingle'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Exlynn@Perenolde",
  SpecID=266,
  Talents = "3211232",
  Help = [[Press Alt for Drain Life]],
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/use [nopet,combat] Summon Felguard",
        "/petattack",
        "/use [mod:alt] Drain Life",
        "/castsequence  reset=target  Doom, null",
      },
      PreMacro={
      },
        "/castsequence [nochanneling] Shadow Bolt, Call Dreadstalkers, Demonic Empowerment, Life Tap",
        "/castsequence [nochanneling] Shadow Bolt, Hand of Gul’dan, Demonic Empowerment",
        "/castsequence [nochanneling] Summon Doomguard, Demonic Empowerment",
        "/castsequence [nochanneling] Shadow Bolt, Hand of Gul’dan",
        "/cast [nochanneling] Command Demon",
        "/cast [nochanneling] Demonbolt",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}