let useWard = await Dialog.wait({ title : this.effect.name, content : `

Utiliser Ward fourni par ${this.effect.name}?`, buttons : { yes : { label : "Yes", callback: () => { return true; } }, no : { label: "No", callback: () => { return false; } } } }) if (useWard) args.ward = 9;