
Please forgive my ignorance, but I haven't worked with macros that much, and I certainly haven't done anything where you can get a popup that asks for a value. I'd like to make a macro that basically does this: xdy+z I'd like to have the macro ask for values then roll - something like: /r xdy+z 'x' would default to 1 if no value entered, 'y' must have the number of sides entered and 'z' would default to 0 if no value entered. How is this done in Roll20 format? I think it would start out something like: /r ?{times|1}d ... but I get lost afterwards. I'm thinking something like: /r ?{Times|1}d?{Sides}+?{Modifier|0} but it doesn't look right for some reason. Would someone kindly help please? Thank you!