Hi guys, I am having a little trouble with the AMMO API, it works great via the chat and a simple macro, but I wanted to call the API from a more complex MACRO and I having bad results, so the scenario is as follows: 1. I installed the AMMO API and it is working fine, no issues via chat or using a simple macro: !ammo @{selected|character_id} arrows -1 2. I have another macro that I use for range attacks: &{template:DnD35Attack} {{pcflag=true}} {{name=@{selected|character_name}}} {{subtags=Ataca al maligno desde lejos con un @{selected|weapon2name} }} {{attack1= Para lograrlo necesitas un AC ?{AC Maligno|10} o mayor y sacaste un [[ 1d20cs>19 + ?{Modificador|0} + [[ @{selected|rangedattackbonus} ]] ]] }} 3. If I try to call the Arrows simple macro with #Arrows, in the chat the following message is showing: Darian Ataca al maligno desde lejos con un Light crossbow Para lograrlo necesitas un AC 10 o mayor y sacaste un 8 !ammo -KR_7ikcBT1S82pNWCOl arrows -1 4. Sorry about the Spanish 5. As you can see, in bold, that is the result when I try to call the #Arrows within the complex macro and the API is not working like that. Can someone please help me? Thanks, Moises H.