PVP burst macro for assassination rogue.

I created a burst macro for PvP for assassination rogue.

Let me know what you think, it’s my first proper macro with GSE.

Sequences['PvP_burst'] = {
-- This Sequence was exported from GSE 2.2.08.
  Author="Yeswhathello@Al'Akir",
  SpecID=259,
  Talents = "1233212",
  Help = [[Burst Opener Macro for Assassination Rogue.]],
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=true,
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [nostealth,nocombat] Stealth",
      },
      PreMacro={
        "/castsequence  reset=combat  Shadowstep, Garrote, Cheap Shot",
      },
        "/castsequence  reset=25  Kingsbane, Rupture, Marked for Death, Kidney Shot, Vendetta, Toxic Blade, Mutilate, Envenom, Mutilate, Mutilate, Envenom",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}