Hello, I am trying to update some attributes on my player character sheets to use the following blind roll macro (I have the blind roll API installed and it functions properly with this command in the attribute): !broll 1d20+@{history_bonus} for History. I can do this just fine by opening up each sheet and pasting this in the attribute I need for each attribute, but was hoping to be able to use ChatSettAttr to do this as a command; as such I tried the following command to no avail: !setattr --sel --history_roll|!broll 1d20+@{history_bonus} for History. But I get the following error: TypeError: Cannot read properties of undefined (reading 'substring' I tried adding parenthesis, quotes, etc but couldn't manage to find a way to get it to accept my command. Anyone know a way to get it to replace what I am looking to replace in the roll fields without having to do it manually? Thanks!