I'm trying to make a skill check macro using the template:npcaction , as I like the format quite a lot (ie the roll and some descriptive text). The problem I'm running into is that I cannot change the text in front of the roll from Attack to Check / Save / Roll . So for example, I use: &{template:npcaction} {{attack=1}} {{name=Kyr}} {{rname=Stealth}} {{r1=[[1d20+10]]}} {{always=0}} {{description=Kyr moves as silent as a shadow cat}} and get the following: If I rename the attack=1, the rolling goes away entirely. Is there any way to rename the Attack bit?