7.3.5 Outlaw Slice and Dice New Macro

My first time making a rogue macro, its for Outlaw Slice and Dice using talents 1,2,1,3,3,2,1

I know it may not be perfect or even that good but am looking to learn and all feedback and tips etc, would be greatly appreciated

Sequences[‘Outlaw_New’] = {
– This Sequence was exported from GSE 2.2.07.
Author=“Richard Wilson”,
SpecID=260,
Talents = “1213321”,
Default=1,
Icon=‘INV_Sword_30’,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
},
PreMacro={
“/cast [nostealth,nocombat] Stealth”,
},
“/cast [combat] Curse of the Dreadblades”,
“/cast Ambush”,
“/cast [combat] Adrenaline Rush”,
“/cast Slice and Dice”,
“/cast Ghostly Strike”,
“/cast Between the Eyes”,
“/cast Saber Slash”,
“/cast Between the Eyes”,
“/cast Pistol Shot”,
“/cast Vanish”,
“/cast Ambush”,
“/cast Between the Eyes”,
PostMacro={
},
KeyRelease={
“/cast [nostealth,nocombat] Stealth”,
},
},
},
}

I will have to test this out

Sequences[‘Outlaw_New’] = {
— This Sequence was exported from GSE 2.2.07.
Author=”Richard Wilson”,
SpecID=260,
Talents = “1213321”,
Default=1,
Icon=’INV_Sword_30′,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
},
PreMacro={
“/cast [nostealth,nocombat] Stealth”,
},
“/cast [combat] Curse of the Dreadblades”,
“/cast Ambush”,
“/cast [combat] Adrenaline Rush”,
“/cast Slice and Dice”,
“/cast Ghostly Strike”,
“/cast Between the Eyes”,
“/cast Saber Slash”,
“/cast Between the Eyes”,
“/cast Pistol Shot”,
“/cast Vanish”,
“/cast Ambush”,
“/cast Between the Eyes”,
PostMacro={
},
KeyRelease={
“/cast [nostealth,nocombat] Stealth”,
},
},
},
}
Sequences['Outlaw_New'] = {
— This Sequence was exported from GSE 2.2.07.
  Author="Richard Wilson",
  SpecID=260,
  Talents = "1213321",
  Default=1,
  Icon='INV_Sword_30',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
        "/cast [nostealth,nocombat] Stealth",
      },
        "/cast [combat] Curse of the Dreadblades",
        "/cast Ambush",
        "/cast [combat] Adrenaline Rush",
        "/cast Slice and Dice",
        "/cast Ghostly Strike",
        "/cast Between the Eyes",
        "/cast Saber Slash",
        "/cast Between the Eyes",
        "/cast Pistol Shot",
        "/cast Vanish",
        "/cast Ambush",
        "/cast Between the Eyes",
      PostMacro={
      },
      KeyRelease={
        "/cast [nostealth,nocombat] Stealth",
      },
    },
  },
}

I was getting an import error located at the second line it was missing a - will try this one out, thanks!

Sequences['Outlaw_New'] = {
-- This Sequence was exported from GSE 2.2.08.
  Author="Richard Wilson",
  SpecID=260,
  Talents = "1213321",
  Default=1,
  Icon='INV_Sword_30',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
        "/cast [nostealth,nocombat] Stealth",
      },
        "/cast [combat] Curse of the Dreadblades",
        "/cast Ambush",
        "/cast [combat] Adrenaline Rush",
        "/cast Slice and Dice",
        "/cast Ghostly Strike",
        "/cast Between the Eyes",
        "/cast Saber Slash",
        "/cast Between the Eyes",
        "/cast Pistol Shot",
        "/cast Vanish",
        "/cast Ambush",
        "/cast Between the Eyes",
      PostMacro={
      },
      KeyRelease={
        "/cast [nostealth,nocombat] Stealth",
      },
    },
  },
}

does outlaw just not work with GSE or does this macro not really do a whole lot