Okay this is probably stupid simple and I could figure it out by trial and error over time, but looking at the "Intro to Macro Writing" did not apparently tell me all I needed here, as I'd guess I'm missing a step or other syntactical issue.
I'm trying to set up a simple set of macros to roll multiple dice of the same type; this doesn't look like it needs to mess with loops or anything, but what it appears should probably do it, well, doesn't. I tried simply [r: N D20] (with or without the space) and while it asks you for the value of N, it just outputs it instead of following the dice expression. I note that there's a comment in the dice expressions that the macro is "roll()" but I'm not clear how that's applied here.
Could someone enlighten an old man here?