Problem with syntax

Hello.
I’am French and i have a problem with syntax on ‘/cast [combat,nochanneling]Mot de l’ombre : Mort’
Gnomesequencer gives an error with '. how to get around this?

“/cast [combat,nochanneling] Mot de l’ombre : Mort”

Not work because "unexpected symbol near ‘?’

My macro is:

Sequences[“priest”] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast [noform] Forme d’Ombre
]],
‘/cast [combat,nochanneling] Mot de l’ombre : Mort’,
‘/castsequence [nochanneling] reset=combat Toucher vampirique,Fouet mental,Fouet mental,Fouet mental’,
‘/castsequence [nochanneling] reset=combat Attaque mentale,Attaque mentale,Attaque mentale,Peste dévorante,Fouet mental,Fouet mental’,
‘/cast [combat,nochanneling] Peste dévorante’,
‘/cast [combat,nochanneling] Attaque mentale’,
‘/cast [combat,nochanneling] Ombrefiel’,
‘/cast [combat,nochanneling] Mot de l’ombre : Mort’,
‘/cast [combat,nochanneling] Mot de pouvoir : Bouclier’,
‘/castsequence [@target] reset=25 Escalade’,
‘/cast [combat,nochanneling] Mot de l’ombre : Mort’,
PostMacro = [[
/startattack
–/use [combat]13
–/use [combat]14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

My fault; I forgot the comma. Use this edited code below:


“/cast [combat,nochanneling] Mot de l’ombre : Mort”,

The spell does not start. I do not know what to do.

Try the English version; do not add the conditionals [combat] and [nochanneling] to the code:


"/cast Shadow Word: Death",