I have been playing around with the API and want to streamline my process a little. At the moment, I am using two separate attachers in the Starfinder sheet to handle reloading the weapon, then manually reducing the uses value by clicking the ammo in equipment. How can I hook the Reload button to the correct ammo in the equipment tab to automatically process the reload? Attack Code {{buttons0=[Reload](!wammo @{character_id} repeating_attack_@{id}_ammo [[@{@{character_name}|repeating_attack_@{id}_ammo|max}-@{@{character_name}|repeating_attack_@{id}_ammo}]] @{ammo_type})}}
!wammo @{character_id} repeating_attack_@{id}_ammo [[ [[-@{usage}]]{[[@{full_attack_query}(@{full_attack_number})]]d1,[[1]]d1}kh1]] @{ammo_type} Equipment Code &{template:generic} {{r4name=Rounds}} {{r4=@{uses}}}
!wammo @{character_id} repeating_item_@{id}_uses -?{modifier|0} Rounds