Getting a script error when trying to use this:
Replication Steps:
- Create a new 5E campaign, loading only the Flavorful Names extension
- Set the NPC numbering to random
- Load the 2024 Monster Manual and the Flavorful Names Module
- Create a new encounter and add six bandits to it (NPCs will not be identified and will have "None" as the faction as default)
- Add encounter to Combat Tracker
Expected Result:
Six bandits are added to the combat tracker, with their new Flavorful names
Actual Result:
One hostile bandit and one neutral bandit are added, both without any flavourful names, and then a script error occurs:
Notes:Code:[10/29/2025 7:26:26 AM] [ERROR] Script execution error: [string "FlavorfulNames:flavorful_names.lua"]:82: attempt to concatenate local 'sTables' (a nil value)
Have tried identifying the bandits and setting them as hostile in the encounter before they are added to the Combat Tracker, which has the same results, as does copying the "Flavorful Names" table and renaming that to "Flavorful Bandit Names". Adding six Abominable Yetis, however, works without issue, as do Aberrant Cultists.

