Here's a simple, sharable macro that you can use in your Roll20 campaigns using the "Alien RPG Dice Roller" API. This is pretty simple: it makes a button press that takes the user through a series of input windows (title, base dice, stress dice, character name, and finally any additional info for the roll you want to add). It posts a roll to the chat window using the necessary syntax, to keep your players from having to "know how to code" in order to use the roller. !alienr [?{Roll Title|Roll Title}] [[?{Base Dice|0|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20}d6]] [[?{Stress Dice|0|1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20}d6]] --runas|?{Character Name|Character Name} --|?{Additional Text|Additional Text} Enjoy!