I'm creating a macro using the dmg template and want to allow the user to select whether the damage should roll as crit. I see the template allows me to set {{crit=1}} to indicate roll crit damage, but I'm unable to figure out how to combine this with a drop down (or other user input). Trying ... {{ ?{Crit?|Yes,crit=1|No,crit=0} }} but it seems to get ignored. Any thoughts would be appreciated.