Subtlety pve 7.2

Hello I made this macro for me but it has something that does not work and if someone could help me it would make me great pleasure for instant I use it and its walking nevertheless well but it makes work a thank you

Sequences[‘Subtlety’] = {
specID = 261,
author = “Samourai”,
helpTxt = “Subtlety - Talent: 1213211”,
StepFunction = GSStaticPriority,
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast [noform:1, nocombat] Stealth",
/cast [@focus, exists, nodead] Tricks of the Trade
/cast [form:1] Shadowstep",
/castsequence [form:1, nocombat] reset=combat Symbols of Death, Cheap Shot
]],
“/cast [combat] Shadow Blades”,
“/cast [combat] Symbols of Death”,
“/cast [combat] Shadowstrike”,
“/cast [combat] Nightblade”,
“/cast [combat] Goremaw’s Bite”,
“/cast [combat] Backstab”,
“/cast [combat] Shadow Blades”,
“/cast [combat] Eviscerate”,
“/cast [combat] Shadow Dance”,
“/cast Shadowstrike”,
“/cast Shadowstrike”,
“/cast [combat] Shadowstrike”,
“/cast [combat] Shadowstrike”,
“/castsequence reset=combat Backstab, Nightblade, Shadow Dance, Backstab, Eviscerate, Backstab, Backstab, Backstab, Nightblade, Backstab, Backstab”,
“/castsequence [mod:shift] Vanish, Symbols of Death, Shadowstrike”,
PostMacro=[[
]],
}

Sequences[‘Subtlety’] = {
specID = 261,
author = “Samourai”,
helpTxt = “Subtlety – Talent: 1213211″,
StepFunction = GSStaticPriority,
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast [noform:1, nocombat] Stealth”,
/cast [@focus, exists, nodead] Tricks of the Trade
/cast [form:1] Shadowstep”,
/castsequence [form:1, nocombat] reset=combat Symbols of Death, Cheap Shot
]],
“/cast [combat] Shadow Blades”,
“/cast [combat] Symbols of Death”,
“/cast [combat] Shadowstrike”,
“/cast [combat] Nightblade”,
“/cast [combat] Goremaw’s Bite”,
“/cast [combat] Backstab”,
“/cast [combat] Shadow Blades”,
“/cast [combat] Eviscerate”,
“/cast [combat] Shadow Dance”,
“/cast Shadowstrike”,
“/cast Shadowstrike”,
“/cast [combat] Shadowstrike”,
“/cast [combat] Shadowstrike”,
“/castsequence reset=combat Backstab, Nightblade, Shadow Dance, Backstab, Eviscerate, Backstab, Backstab, Backstab, Nightblade, Backstab, Backstab”,
“/castsequence [mod:shift] Vanish, Symbols of Death, Shadowstrike”,
PostMacro=[[
]],
}

that didnt work bad quotes again

After much fluffing about with this, I was only able to get it to import after making it from scratch, I have not tested though to make sure it works

Sequences['Subtlety'] = {
-- This Sequence was exported from GSE 2.1.01.
Author="Samourai@Aggramar",
SpecID=261,
Talents = "1232211",
Default=1,
MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [noform:1, nocombat] Stealth",
        "/cast [@focus, exists, nodead] Tricks of the Trade",
        "/cast [form:1] Shadowstep",
        "/castsequence [form:1, nocombat] reset=combat  Symbols of Death, Cheap Shot",
      },
      PreMacro={
      },
        "/cast [combat] Shadow Blades",
        "/cast [combat] Symbols of Death",
        "/cast [combat] Shadowstrike",
        "/cast [combat] Nightblade",
        "/cast [combat] Goremaw's Bite",
        "/cast [combat] Backstab",
        "/cast [combat] Shadow Blades",
        "/cast [combat] Eviscerate",
        "/cast [combat] Shadow Dance",
        "/cast Shadowstrike",
        "/cast Shadowstrike",
        "/cast [combat] Shadowstrike",
        "/cast [combat] Shadowstrike",
        "/castsequence  reset=combat  Backstab, Nightblade, Shadow Dance, Backstab, Eviscerate, Backstab, Backstab, Backstab, Nightblade, Backstab, Backstab",
        "/castsequence [mod:shift] Vanish, Symbols of Death, Shadowstrike",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}