
Hi everyone, one week into the roll an macro documentation and i can say I did a pretty good job in getting the basics. I'm playing a bard in a 3.5 campaign and I'm trying to incorporate the Inspire Courage bonus in my party's attack macros. Everything works more than fine with the following macro (I picked the Damage as it's the shortest one, and clean it up a bit): 1d10 + @{weapon1damagestat}[Str] @{target|inspCourageBonus}[Inspire Courage] + ?{Additional DAMAGE bonus?|0}[Other] As you can imagine I added a new attribute to my sheet called inspireCourageBonus and I'm calling it through targeting my Token. All my party can launch the macro and target my token when prompted. Everything works. From the documentation, and honestly from a lot of answers here in the forum, I got convinced that @{target|attribute} , @{selected|attribute} and @{MyName|attribute} should all work, at the proper conditions, but that it's not the case. Am I missing something? Also, the behavior seems not to be consistent when using the same code in a sheet field (i.e. @{weapon1damagemacro} ), in a Macro created through the collection tab or in an Ability created in the character sheet. What am I doing wrong? Thank you very much for any support