Steve K. said: Brian said: As I understand it, he wants to be able to use for example @{ammo}, @{type}, @{ammo-divisor}, and @{special} in macros/roll buttons, and have those values pull from the row selected by the radio button. Unfortunately, Helmic, the way the attributes system and radio buttons work, that's just not possible. (Assuming my interpretation of your desire is correct.) You could feed it all into a roll template. Have the value of the radio button be value="{{ammo=@{ammo1}}} {{type=@{ammotype1}}} {{divisor=@{ammo-divisor1}}}...etc" And then for the button roll call your roll template and feed it the radio's value which would feed the roll template all of that row's data. That's actually pretty clever. This does what I want, though I worry about how I'm going to feed this into API scripts.