Update scripts

This commit is contained in:
2024-10-08 20:52:09 +02:00
parent 1f1d871e53
commit fc4fa1deb5
178 changed files with 12247 additions and 10701 deletions

View File

@ -14,11 +14,11 @@ let index = game.packs
return i
})
let choice = await ItemDialog.create(index, 1, "Choisissez une compétence Métier")
let choice = await ItemDialog.create(index, 1, "Choisissez a Trade Skill")
let text;
if (!choice[0])
{
let custom = await ValueDialog.create("Saisissez une spécialisation de Métier", "Custom Trade");
let custom = await ValueDialog.create({text : "Enter Custom Trade Skill", title : "Custom Trade"});
text = custom || ""
}
else