I have an external script (not a Roll20 API script) that parses the stat blocks for Starfinder npcs, and outputs commands for ChatSetAttr. I have it working for simple attributes. I don't know how to do the repeating attacks, spells, etc. The links for rolling the attacks look like this: ~-MHxe3jD1Q2Ti68Kh6sX|repeating_attack_-mhxf-6jryksqbr1svnc_roll I gather that the first part is the character id, and "-mhxf-6jryksqbr1svnc" part is the id of the attack. I need to create a new attack and set all the attributes for it (the name, attack bonus, damage, damage type, etc.). I won't have the character id, just the name. Also, in the character sheet there is a section for melee attacks, and a section for ranged attacks, and the links for them look exactly the same, so I'm not sure how to tell the attack whether it's melee or ranged. What is the syntax for the ChatSetAttr command to do this?