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

8 lines
238 B
JavaScript
Raw Permalink Normal View History

2024-05-16 17:57:51 +02:00
if (isNaN(parseInt(this.item.system.specification.value)))
{
let value = await ValueDialog.create("Ward Value", "Enter the Ward value");
if (value)
{
this.item.updateSource({"system.specification.value" : value});
}
}