Help me please

Why my macro monk doesn’t work:
Sequences[‘WwCombo’] = {
author=“Рукидок@Galakrond”,
specID=269,
version=1,
source = “Local”,
helpTxt = “Talents: 3133133”,
StepFunction = GSStaticPriority,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/targetenemy [dead][noharm]
]],
“/cast [nochanneling] Chi Wave”,
“/castsequence [nochanneling] Tiger Palm, Blackout Kick”,
PostMacro=[[
]],
}

As to me to make a macro that Chi Wave worked on cooldown and As to me to make a macro that Chi Wave worked on a cooldown and the combo worked Tiger Palm->Blackout Kick->Tiger Palm->Blackout Kick

Pls help me

I fixed it so it imports for you. Only issue is no help infomation available

Sequences[‘WwCombo’] = {
author="Рукидок@Galakrond",
specID=269,
version=1,
source = "Local",
helpTxt = "Talents: 3133133",
StepFunction = GSStaticPriority,
icon=’INV_MISC_QUESTIONMARK’,
lang=”enUS",
PreMacro=[[
/targetenemy [dead][noharm]
]],
"/cast [nochanneling] Chi Wave",
"/castsequence [nochanneling] Tiger Palm, Blackout Kick",
PostMacro=[[
]],
}