Focus rage build

I would like to share this macro that hits all procs with Focus Rage. Any tweaks to this would be greatly appreciated.

Sequences[Warrior_FR'] = {
  Author="Maxxim@KulTiras",  
  SpecID=71,
  Talents = "1333311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = [[Priority]],
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Battle Cry",
      },
      PreMacro={
      },
        "/cast Victory Rush",
        "/castsequence Colossus Smash, Focused Rage",
        "/cast Mortal Strike",
        "/cast Execute",
        "/castsequence Slam,Focused Rage",
        "/cast Colossus Smash",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}
Sequences[Warrior_FR_AoE'] = {
  Author="Maxxim@KulTiras",  
  SpecID=71,
  Talents = "1333311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = [[Priority]],
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Battle Cry",
      },
      PreMacro={
      },
        "/cast Victory Rush",
        "/castsequence Colossus Smash, Focused Rage",
        "/cast Mortal Strike",
        "/cast Execute",
        "/castsequence Whirlwind,Focused Rage",
        "/cast Colossus Smash",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

This doesnt want to import into GSE 2.0

I am getting a Storage [string “Storage”]:4: unexpected symbol near ‘?’ (error)

Updated and coded properly should be able to import now

Still unable to import the macro:

Storage [string “Storage”]:1: unfinished string near "] = {’

Sequences ['Warrior_FR_AoE'] = {
Author="Maxxim@KulTiras",
SpecID=71,
Talents = "1333311",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast Battle Cry",
},
PreMacro={
},
"/cast Victory Rush",
"/castsequence Colossus Smash, Focused Rage",
"/cast Mortal Strike",
"/cast Execute",
"/castsequence Whirlwind,Focused Rage",
"/cast Colossus Smash",
PostMacro={
},
KeyRelease={
},
},
},
}

Fixed and tested, imports fine for me now

Thank you spooney for the help. I appreciate it.
So I was also told that the single target isn’t coded properly either. If you could please fix it also.

[quote quote=42797]Thank you spooney for the help. I appreciate it. So I was also told that the single target isn’t coded properly either. If you could please fix it also.
[/quote]

Sequences['Warrior_FR'] = {
Author="Maxxim@KulTiras",
SpecID=71,
Talents = "1333311",
Default=1,
MacroVersions = {
[1] = {
StepFunction = [[Priority]],
KeyPress={
"/targetenemy [noharm][dead]",
"/cast Battle Cry",
},
PreMacro={
},
"/cast Victory Rush",
"/castsequence Colossus Smash, Focused Rage",
"/cast Mortal Strike",
"/cast Execute",
"/castsequence Slam,Focused Rage",
"/cast Colossus Smash",
PostMacro={
},
KeyRelease={
},
},
},
}
Sequences ['Warrior_FR_AoE'] = {
Author="Maxxim@KulTiras",
SpecID=71,
Talents = "1333311",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast Battle Cry",
},
PreMacro={
},
"/cast Victory Rush",
"/castsequence Colossus Smash, Focused Rage",
"/cast Mortal Strike",
"/cast Execute",
"/castsequence Whirlwind,Focused Rage",
"/cast Colossus Smash",
PostMacro={
},
KeyRelease={
},
},
},
}

can some one post i level (weapon) and artifact level and numbers they are getting,i am 815 unbuffed hitting 110 target dummy for 100k as 2ndry question is ahk bannable?