I used this chatsetattr command to make it easy to put homebrew spells into my character's sheets: !setattr --sel --replace --repeating_spell-1_-CREATE_spellname|Birds --repeating_spell-1_-CREATE_spellschool|conjuration --repeating_spell-1_-CREATE_spellcastingtime|1 action --repeating_spell-1_-CREATE_spellrange|30 feet --repeating_spell-1_-CREATE_spellcomp_v|{{v=1}} --repeating_spell-1_-CREATE_spellcomp_s|{{s=1}} --repeating_spell-1_-CREATE_spellcomp_m|{{m=0}} --repeating_spell-1_-CREATE_spellconcentration|{{concentration=0}} --repeating_spell-1_-CREATE_spellduration|1 minute --repeating_spell-1_-CREATE_spelloutput|ATTACK --repeating_spell-1_-CREATE_spellattack|Ranged --repeating_spell-1_-CREATE_spelldamage|1d6 --repeating_spell-1_-CREATE_spelldamagetype|bird --repeating_spell-1_-CREATE_spelldescription|Birds be birdin' And it does it just fine, it sets the spell and fills in all the specified parameters, however when I click the spell in the sheet it sends an output to chat that looks a little wonky (See picture). It doesn't have a button for attack or anything and instead has the character ID or something. I tried this code on other games and got the same result, and when I enter the spell manually on the sheet it works fine. Anyody have any ide why it's doing this and what I can do to fix it?