
Is there a way to get the name of a repeating attribute? Like Repeating_45356462466_Attack1_Ammo. I've seen losely spoken solutions of using a hidden attribute to collect the repeating id as a workaround, but I'm uncertain how that would look in practice.
Essentially I'm using the following command inside of a roll, using the chatsetattr script:
!modbattr| --silent --charid @{character_id} --Attack1_Ammo|-1
And Attack1_Ammo is the repeating attribute, but obviously this one doesn't change it the way I want, it merely mods the attribute Attack1_ammo, not the repeating attribute. Is there a way to do this the way I want?