So how to replicate via macro: Click one of the existing skills Click the Chat tab's input area (place you type in the chat tab) Hit the up arrow on your computer's keyboard Copy the text that appears in the input area. That is the skill's template, you can modify that and use it in your macro. Examples of the template: (0 extra dice) &{template:fallout_skills} {{assist=assist}} {{playerName=Uphai Teofloop}} {{skillName=Unarmed}} {{strength=STRENGTH}} {{skillValue=0}} {{target=[[0 + 4(Unarmed) + STRENGTH)]]}} {{attributeValue=4}} {{num_rolls=2}} {{roll1=[[1d20cs1cf20]]}} {{roll2=[[1d20cs1cf20]]}} {{successes=[[2 (max)]]}} {{tag=}} (3 extra dice) &{template:fallout_skills} {{assist=assist}} {{playerName=Uphai Teofloop}} {{skillName=Unarmed}} {{strength=STRENGTH}} {{skillValue=0}} {{target=[[0 + 4(Unarmed) + STRENGTH)]]}} {{attributeValue=4}} {{num_rolls=5}} {{roll1=[[1d20cs1cf20]]}} {{roll2=[[1d20cs1cf20]]}} {{roll3=[[1d20cs1cf20]]}} {{roll4=[[1d20cs1cf20]]}} {{roll5=[[1d20cs1cf20]]}} {{successes=[[5 (max)]]}} {{tag=}} By the looks of this it will involve a query, and a bunch of work via HTML substitution to make it work the same.