let value = await ValueDialog.create({ title : this.script.label, text: "Sieges-Notizen für das Erfahrungs-Journal" }); value ? this.actor.system.awardExp(50, value) : this.actor.system.awardExp(50, this.script.label)