New to Macro low LVL Rogue

I’m new to macro writing in GS-E and WOW in general. This is my first macro for my rogue.
Sequences[‘Rogue1’] = {
– This Sequence was exported from GSE 2.0.14.
Author=“Thellir@Dalaran”,
SpecID=259,
Talents = “21?,?,?,?,?,”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Priority”,
KeyPress={
},
PreMacro={
“/targetenemy [noharm][dead]”,
“/cast [nocombat][nostealth] Stealth”,
},
“/cast [combat][stealth] Cheap Shot”,
"/castsequence [combat] Sinister Strike, Sinister Strike, ",
“/cast [combat] Envenom,”,
PostMacro={
},
KeyRelease={
},
},
},
}

The macro seems to get stuck at “/cast [combat][stealth] Cheap Shot”, and won’t go to the next phase. Any help please.