I am a curious person taking a look at roll20, coming from playing on maptool for several years, including adapting frameworks on maptool for my need. I've signed up for mentor here, to make sure I have all tools available I might need to run a simple game of D&D Next. And I am lost. Here are two simple things I can't figure out: - Present a dialogue to the player for ability check. Show them a drop-down list of their abilities, plus a text list of their skills / proficiencies as a reminder. Let them check whether they use proficiency, or have expertise. On OK, roll d20 twice, show them result for normal, advantage, disadvantage, highlight natural 1 failures in red. Apply proficiency bonus, stat bonus and expertise bonus if any as required, as well as misc modifier. - Present a dialogue to the player to execute an attack. Ask for to-hit and to-damage additional bonuses. Again do the roll two d20 and show normal / advantage / disadvantage. This time around, also highlight crits in green, in addition to natural 1s in red. Be aware of whether the crit range for this attack is 20-20, 19-20, 18-20, or even lower. And of course have all the usual modifiers, stat and otherwise, that come with an attack. Most of this seems to be possible with bespoke macros in roll20, though the more "framework" like approach of maptool seems out of reach. I can deal. But I don't see a way to ask for input parameters up front, or to do basic math. There's javascript, but as far as I can tell - and maybe this is what I'm missing!! - there is no way to call a javascript function from a macro, with some inputs to that function. Unless you count acting on chat output - maybe that's the way forward. And I haven't even touched spell books yet. :) So, you see, I'm lost. roll20 was supposed to be easier than maptool, but I find it harder. I can't figure out the two most basic functions, ability check and attack. Because I can't figure out how to do math and how to ask for player input in a macro. Help appreciated. Point me in the right direction, please. "Suck it up, what you want doesn't exist, you need to ask in the mentor's forum for it" also appreciated. Then at least I know I'm not going crazy.