gse - outlaw 7.0.3

Simple but might as well post. Its hard to make macros for rogues without wasting energy on excess combo points. With anticipation it just gets sloppy. So I took vigor because it seems a little better with macros.
Honestly, outlaw is pretty bad besides mass aoe. I’d go assassination if I had good daggers.

Sequences['OSingle'] = {
author="pup",
specID=260,
helpTxt = 'Talents: 2232321',
PreMacro=[[
/targetenemy [noharm][dead]
/cancelaura Blade Flurry
/cast [nocombat,nostealth] stealth
/cast [stealth] Ambush
]],
	'/castsequence reset=10 Saber Slash, Saber Slash, Saber Slash, Pistol Shot, Slice and Dice, Saber Slash, Saber Slash, Saber Slash, Pistol Shot, Run Through, Saber Slash, Saber Slash, Saber Slash, Pistol Shot, Run Through, Saber Slash, Saber Slash, Saber Slash, Pistol Shot, Run Through', 
PostMacro=[[
/cast [@focus] Tricks of the Trade
]],
}

Aoe

Sequences['OAOE'] = {
author="pup",
specID=260,
helpTxt = 'Talents: 2232321',
PreMacro=[[
/targetenemy [noharm][dead]
/cast !Blade Flurry
/cast [nocombat,nostealth] stealth
/cast [stealth] Ambush
]],
	'/castsequence reset=10 Saber Slash, Saber Slash, Saber Slash, Pistol Shot, Slice and Dice, Saber Slash, Saber Slash, Saber Slash, Pistol Shot, Run Through, Saber Slash, Saber Slash, Saber Slash, Pistol Shot, Run Through, Saber Slash, Saber Slash, Saber Slash, Pistol Shot, Run Through',
PostMacro=[[
/cast [@focus] Tricks of the Trade
]],
}

Thank you, will give it a try