hello again! a new problem arises: i am trying the templates. under journal/handouts/ i have made a new handout called : "PowerCard Templates". in there i have added -> " weapon:|--name|~0! --leftsub|~1! --rightsub|~2! --Attack:|[[ [$Atk] ~3! ]] vs AC ~4! --Damage:|[[ [$Dmg] ]]" <---(wiki example) in a macro i added.-> !power {{ --template|weapon|Flaming Sword;Melee Attack; 5 ft. Reach;2d20kh1;@{target|AC};1d8+@{selected|strength_mod} }} when i run it i get in the chat -> nothing. if i run the macro -> !power {{ --name|Longsword --leftsub|Melee Attack --rightsub|5 ft. Reach --Attack:|[[ [$Atk] 2d20kh1 ]] vs AC @{target|AC} --Damage:|[[ [$Dmg] 1d8 + @{selected|strength_mod} ]] }} i get a proper powercard. any advice please! thank you!