My Current GSE2 BM Macros

Ok here is my first attempt at converting my macro to the new format. I hope I didn’t screw it up too much.

Sequences['BMS1'] = {
   author="SirEwing",
  SpecID=253,
  Talents = "3212311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/cast [@pet,dead]Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast  Bestial Wrath",
        "/cast Titan's Thunder".
      },
      PreMacro={
      },
       "/cast A Murder of Crows",
       "/cast Kill Command",
       "/cast Dire Frenzy",
       "/cast Cobra Shot",
       "/cast Intimidation",
       "/cast Kill Command",
       "/cast Dire Frenzy",
       "/cast Multi-Shot",
      PostMacro={
      },
      KeyRelease={
       "/cast Aspect of the Wild",
      },
    },
  },
}

Sequences['RBMAoE'] = {
   author="SirEwing",
  SpecID=253,
  Talents = "3212311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/cast [@pet,dead]Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast  Bestial Wrath",
        "/cast Titan's Thunder".
      },
      PreMacro={
      },
        "/cast A Murder of Crows",
        "/cast Kill Command",
        "/cast Dire Frenzy",
        "/cast Multi-Shot",
        "/cast Intimidation",
        "/cast Kill Command",
        "/cast Dire Frenzy",
        "/cast Multi-Shot",
      PostMacro={
      },
      KeyRelease={
       "/cast Aspect of the Wild",
      },
    },
  },
}

Sequences['SoloBMAoE'] = {
   author="SirEwing",
  SpecID=253,
  Talents = "3212311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/cast [@pet,dead]Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast  Bestial Wrath",
        "/cast Titan's Thunder".
      },
      PreMacro={
      },
     "/cast A Murder of Crows",
     "/cast Kill Command",
    "/cast Multi-Shot",
   "/cast Dire Frenzy",
   "/cast Intimidation",
   "/cast Multi-Shot",
   "/cast Kill Command",
   "/cast Dire Frenzy",
  "/cast Multi-Shot",
      PostMacro={
      },
      KeyRelease={
       "/cast Aspect of the Wild",
      },
    },
  },
}

Sequences['SoloBM'] = {
   author="SirEwing",
  SpecID=253,
  Talents = "3212311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/cast [@pet,dead]Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast  Bestial Wrath",
        "/cast Titan's Thunder".
      },
      PreMacro={
      },
     "/cast A Murder of Crows",
     "/cast Kill Command",
     "/cast Cobra Shot",
     "/cast Dire Frenzy",
     "/cast Intimidation",
     "/cast Multi-Shot",
    "/cast Kill Command",
    "/cast Dire Frenzy",
    "/cast Cobra Shot",
      PostMacro={
      },
      KeyRelease={
       "/cast Aspect of the Wild",
      },
    },
  },
}

Sequences['Healpet'] = {
  author="SirEwing",
  SpecID=253,
  Talents = "3212311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
       "/cast [@pet,dead]Revive Pet",
       "/cast [nochanneling] !mend pet",
       "/cast [nochanneling] Exhilaration",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Sequences['lookdead'] = {
  author="SirEwing",
  SpecID=253,
  Talents = "3212311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
       "/cast [nochanneling] Play Dead",
       "/cast [nochanneling] Feign Death",
    
     PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Sequences['OShit2'] = {
  author="SirEwing",
  SpecID=253,
  Talents = "3212311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
      "/cast Aspect of the Turtle",
      "/cast [target=player, help] Spirit Mend",
      "/cast [nochanneling] Exhilaration",
      "/cast [nochanneling] !mend pet",
      "/use 0 2",
      "/use 0 9",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}