I'm new to working with API, but I'm trying to change all the character sheets in one of my games to better meet my game style. What I need to do is set an attribute to a roll query. Like this: !setattr --sel --query_roll_bonus|?{@{text_roll_bonus}|0} But when I try it as is I get: TypeError: Cannot read properties of undefined (reading 'substring') When I change the attribute to specify @{selected|text_roll_bonus} I get the roll query popup, and the attribute changes to whatever output I have. I think there's a way to escape the query, but I'm not sure how?