Hi all, I am new to Pro, but reasonably seasoned in macro usage. I just started the 5th Edition OGL Companion API Script for it's obvious benefits. I do have a question about ammo tracking with it. I have a bard who would like to track Bardic Inspiration with ammo tracking. This seemed easy, as I could make an attack, uncheck all of the rolls add the details into the description with the "Inspiration Die" resource marked as the ammo.That looks like this (Also that calculation puts out the type of die used based on level, 1d4@lvl1, 1d8@lvl5, 1d10@lvl10 and 1d12@lvl15) Now this works fine and technically does what I want, but it looks gross when rolled. See here: I cant figure out how to parse out the ammo tracking to paste it into something more put together, like a trait block. There doesn't seem to be documentation on what is required for it to run. Any assistance would be lovely, even if I am SOL it'd be nice not to be lost. Chat code output: @{Bard|wtype}&{template:dmg} {{rname=Bardic Inspiration}} 0 {{range=60 ft}} 0 {{desc=Gives @{selected|character_name} 1d[[{(floor(@{Bard|base_level}/5)*2)+4,12}kl1]] Inspiration Die}} {{spelllevel=}} {{innate=}} ammo=Inspiration Die|-Lm43tqDuaSoJ0rpfMUE @{Bard|charname_output} Thank you