
Is there anyway to get the macros to ask what the modifier should be just like how they have what spell level should be cast at for DND OGL?
?{Modifier|0}gets you a prompt for a value which is initially 0.
?{Modifier|-1|0|+1}if you want to limit choices.
?{Modifier|poor,-1|average,0,|good,+1}So that a prompt offers a dropdown of poor,average,good.
[[1d20-?{Modifier|poor,-1|average,0,|good,+1}]] with a Mod of ?{Modifier}.