foundryvtt-wh4-lang-fr-fr/scripts/b2Kb4IuD22RhKhR0.js

10 lines
225 B
JavaScript

let actor = Array.from(game.user.targets)[0]?.actor;
if (actor)
{
actor.applyEffect({effectUuids : this.effect.sourceItem.effects.contents[0].uuid})
}
else
{
this.script.scriptNotification("Aucune cible!", "error")
}