
This might be the wrong forum to ask this but... I am trying to use a roll template in a macro and having difficulty and wondering if it's even possible. The example shows something like this: &{template:default} {{name=Test With Ability}} {{attack= %{Character_Name|attack} }} {{damage= #damagemacro }} Using that as a basis I tried to setup something like this: &{template:default} {{name=Attack 1}} {{attack= %{selected|attack}}} {{damage=#damage1}} But it doesn't seem to work with @{selected} or %{selected}... "No attribute was found for @{selected|attack}" or "No ability was found for %{selected|attack}". and the output is just: Attack 1 Attack selected|attack Damage #damage1 Aam I going at this wrong? Was trying to make a macro on a "Template Creature" for basic attacks that was formatted nicely like the ones you can run off a "character sheet". Trying to avoid having to bring up a actual sheet for the creature to run an attack and just use the "popup" macros (show as token action)