I played around a bit and found some very nice macros that I intend to share with you guys. First off: How do you create a macro? Go into roll20 and click on the cog to the right. Click on "+Add" You will see under "Name" an entry called "Untitled" Click on it and a window pops up in which you can put your macro. Example: Get a button that rolls initiative for the currently selected character: Name the macro "Initiative" Enter into the field the following: %{selected|initiative} Check the "Show as token Action?" box. If you select now a character, at your top left you will have a button that, if clicked, rolls your initiative. There are lots of things that can be made faster this way (at least for people without multiple monitors ;)) E.g. the first attack in your list of attack %{selected|repeating_attack_$0_attack}
or if you are a caster, you might want constitution saving throws...