
I have a character Giant with the ability Attack-Melee with the following/w gm @{Name} Attack-Melee: [[floor(@{Str}/2-5)+@{Att-Melee-Base}+1d20]] I have an API call sendChat("API","/w gm %{Giant|Attack-Melee}"); When the API call executes everything works as desired. But now within the API call I want to add a modifier. Something like sendChat("API","/w gm %{Giant|Attack-Melee}" + modifier); The value of modifier is not added to the roll. Is there a way to do this? Thanks