
Using 5E OGL Char sheet and latest version of ChatSetAttr from script library. I'm using this type of command: !setattr {{
--mute
--sel
--repeating_spell-cantrip_$0_includedesc|on
--repeating_spell-cantrip_$1_includedesc|on
--repeating_spell-cantrip_$2_includedesc|on
--repeating_spell-cantrip_$3_includedesc|on
--repeating_spell-cantrip_$4_includedesc|on
--repeating_spell-cantrip_$5_includedesc|on
--repeating_spell-cantrip_$6_includedesc|on
}} The char sheet is showing the flip to "on" but the post to chat is still not showing: If I flip it manually to "Off" then "On" it will work. It's only when !setattr sets it to off that it doesn't seem to honor the choice. I'm not sure if this is related, but I'm also seeing this in the API console: "ReferenceError: update_attack_from_spell is not defined" "ReferenceError: update_attack_from_spell is not defined\n at Object.getAttrs [as -LzbnkF_ooyb854jr8qr//repeating_spell-cantrip_-LzdM2g0vvFwvL9EIlYG//0.7816016362025888] (dnd5e.js:1091:17)\n at _fullfillAttrReq (evalmachine.<anonymous>:259:31)\n at messageHandler (evalmachine.<anonymous>:290:6)\n at process.<anonymous> (/home/node/d20-api-server/node_modules/tiny-worker/lib/worker.js:65:55)\n at emitTwo (events.js:106:13)\n at process.emit (events.js:194:7)\n at process.nextTick (internal/child_process.js:766:12)\n at _combinedTickCallback (internal/process/next_tick.js:73:7)\n at process._tickCallback (internal/process/next_tick.js:104:9)"