I can't remember what thread I asked Sam about and I didn't want to fill the character sheet thread with macro questions...soo...  I'm trying to transfer over macros that can be clicked on with "Show Macro" in the character sheet (eg:)  !power --emote|@{character_name} is attacking with @{name} --name|@{name} --usage|Range @{range}ft --action|Crit @{crit-target}/x@{crit-multiplier} --Result|[[1d20 + @{total-attack}]] --^Crits on|[[(@{crit-target}) + @{total-attack}]] --^0Damage|[[@{damage-dice-num}d@{damage-die} + @{total-damage}]] @{type} --Crit Confirm|[[1d20 + @{total-attack}]] --^Crit Damage|+[[(@{damage-dice-num} * (@{crit-multiplier} - 1))d@{damage-die} + (@{total-damage} * (@{crit-multiplier} - 1))]] --^0Notes|@{notes}  What all do I need to change in order to use the Power Cards? Character name: Cyrus, weapon name Legato  Would it be:  !power --emote|@{Cyrus} is attacking with @{Legato} --name|@{name} --usage|Range @{5}ft --action|Crit @{crit-target}/x@2{crit-multiplier} --Result|[[1d20 + @{total-attack}]] --^Crits on|[[(@{crit-target}) + @{total-attack}]] --^0Damage|[[@{damage-dice-num}d@{damage-die} + @{total-damage}]] @{type} --Crit Confirm|[[1d20 + @{total-attack}]] --^Crit Damage|+[[(@{damage-dice-num} * (@{crit-multiplier} - 1))d@{damage-die} + (@{total-damage} * (@{crit-multiplier} - 1))]] --^0Notes|@{notes}  ? Sorry for the dumb question, Sam, and to anyone else who knows the answer. >_<