Running Pathfinder 1e ruleset - I'm getting this error for manually created spells.
[ERROR] Script execution error: [string "..Upgrade-NPC-Actions:..C_upgradespells.lua"]:90: setValue: Invalid parameter 1
Spells affected are dropped/deleted from the NPC entirely.
Troubleshooting has determined it is occurring when the Description field of the manually created spell is left Null. Adding any character to the field eliminates the issue, as does adding a character, then removing it.
Attachment 59263
I'm guessing that the
description or
description_full attribute on the original spell node is not being created at all until the field is edited, causing the setValue command in the extension to fail as the attribute being referenced does not exist on the node.