Files
wfrp-4e-de/reference_scripts/vc4bELo0cWYoILfB.js
T
2025-05-10 00:11:46 +02:00

4 lines
218 B
JavaScript

let choice = await ItemDialog.create(this.actor.itemTypes.disease, 1, "Choose a disease to heal (must be naturally occuring)")
this.script.scriptMessage(`Cured <strong>${choice[0]?.name}</strong>`);
choice[0].delete()