if (this.actor.hasCondition("surprised"))
{
    this.actor.removeCondition("surprised")
    this.script.scriptMessage(`Ne peut ĂȘtre surpris`);
}