Hello there, I'am trying to make a success/failure macro for npc save and it seems to be on a good way as this work fine : /w gm &{template:npcaction} {{rname=CHA Group Save}} {{name=@{selected|npc_name} }} {{description= Roll is a [[ 1t[[[1d20>?{Dc?}]]] ]] }} But i have one problem : It seems i can't include the 'charisma_save_bonus' into it. This doesn't work :( /w gm &{template:npcaction} {{rname=CHA Group Save}} {{name=@{selected|npc_name} }} {{description= Roll is a [[ 1t[[[1d20+@{selected|charisma_save_bonus}>?{Dc?}]]] ]] }} Any ideas ? Thanks for your attention :) Ps : i have two roll table named 0 & 1 with only one value in it (Failure, Success),