
Hello, I've seen in the macro tutorial a paragraph called "using a targeted token with macro" which I'd like to use. I can't make it work with a "simple" macro though, here is the code I'm using : /roll 1d20>@{target|AC} And with a more complicated macro : /r {1d20!>18+@{Octave|BaB}[BAB]+@{Octave|EnhBonus}[EnhBonus]+@{Octave|Str}[Str Mod]}>{@{target|AC}} What I'm willing to accomplish, as I'm usually a player, is to have a macro enabling me to select a target when I use it that would automatically pit the target's AC against my attack and tell me if it is a success or not. It seems to be what it is made for as far as I can understand it. A question I would be asking myself about that is : Would the AC of the target be hidden if the GM doesn't want it to appear to other players? The macro results in the following error though : No attribute was found for @{target|AC} If that's not how it's supposed to work, can someone please explain me how to use it? Thanks in advance, Octave