Astra P. said: 2. Character sheet is on a separate platform as we only use Roll20 for VTT/The map and character positioning Please ask your GM if they have selected a character sheet for the game. It can heavily simplify things, and/or add roll templates, which will improve the layout and way that things can look from your macros. Astra P. said: For Timmaugh I do not think the DM for the game is a Pro/Elite subscriber. And my current scripts are Just an FYI for terminology: a Roll20 script is javascript code that can execute behind the scenes to do things automatically. What you have posted is a macro . Astra P. said: &{template:default}{{name=some attacks}} {{Attack Rolls=?{How many| 1,[[1d20+?{modifier|0}]]| 2,[[1d20+?{modifier|0}]] [[1d20+?{modifier|0}]]| 3,[[1d20+?{modifier|0}]] [[1d20+?{modifier|0}]] [[1d20+?{modifier|0}]]} }} Damage Rolls: &{template:default}{{name=Damage Rolls}} {{Damage Rolls=?{How many| 1,[[1d8+?{modifier|0}]]| 2,[[1d8+?{modifier|0}]] [[1d8+?{modifier|0}]]| 3,[[1d8+?{modifier|0}]] [[1d8+?{modifier|0}]] [[1d8+?{modifier|0}]]} }} I would like to be able to do alternating modifiers but I am not sure that's possible. As Timmaugh said, it won't be possible to automate alternating bonuses automatically unless your GM has a Pro or Elite subscription, and then they would need to install a Mod (API) script to do that. Unless you just want a hard coded macro that always uses the +2 for the first attack, and +1 for the second attack, that might be possible with a non-script macro. Here is a macro where you select the weapon and how many attacks are being made with it. You won't be able to automate critical hits doing extra damage, but this will ask if you are using the +2 Rapier or +1 Rapier, Advantage or Disadvantage, and then roll 1, 2, or 3 times and give you the same number of damage rolls. ! ?{Which weapon?|Rapier +2,2|Rapier +1,1} ?{Advantage?|Normal,1d20|Advantage,2d20kh1|Disadvantage,2d20kl1} ?{How many attacks?|1,[[?{Advantage?}+[[7+?{Which weapon?}]]]] }} {{Damage=[[1d8+[[5+?{Which weapon?}]]]]}} |2,[[?{Advantage?}+[[7+?{Which weapon?}]]]] [[?{Advantage?}+[[7+?{Which weapon?}]]]] }} {{Damage=[[1d8+[[5+?{Which weapon?}]]]] [[1d8+[[5+?{Which weapon?}]]]]}} |3,[[?{Advantage?}+[[7+?{Which weapon?}]]]] [[?{Advantage?}+[[7+?{Which weapon?}]]]] [[?{Advantage?}+[[7+?{Which weapon?}]]]] }} {{Damage=[[1d8+[[5+?{Which weapon?}]]]] [[1d8+[[5+?{Which weapon?}]]]] [[1d8+[[5+?{Which weapon?}]]]]}}} &{template:default} {{name=Rapier Attack}} {{Result=?{How many attacks?}