Is this possible? In the macro image below, I can generate a button (the chat window is displaying a roll to hit table from Vince's AD&D 1e sheet): The macro script is: &{template:attacks} {{color=darkred}} {{name=@{selected|character_name}: To Hit [Roll](!1d20)}} @{selected|repeating_weapon_$0_weapon_whisper_to_hit} &{noerror} I'm trying to figure out how to make the button roll a d20; what can I put in the parenthesis? [Roll](!1d20) Thanks