BetterNPCSheet5e
BetterNPCSheet5e copied to clipboard
Script references method that has been removed
All references to actor.getOwnedItem in the script must be replaced with actor.items.get, as described here. That link mentions that getOwnedItem function was deprecated; now it has been completely removed, and the script fails to render the sheet properly.
Fixed in pull request