Hey all! This may already have been answered elsewhere, but I haven't been able to find it yet. Is there a way to make the token action for rolling initiative roll two dice all of the time? I have used roll templates for perception checks on the token action bar, but can't seem to make initiative react in the same way. Below is the macro I have for rolling initiative... %{Scruffy|shaped_initiative} And here is the macro for rolling Perception with the standard roll template and two rolls... @{Scruffy|output_option} &{template:5e-shaped} {{ability=1}} {{character_name=@{Scruffy|character_name}}} @{Scruffy|show_character_name} {{title=Perception (^{WIS})}} @{Scruffy|roll_info} {{roll1=[[@{Scruffy|shaped_d20} + 4[proficient] + 1[wis]]]}} @{Scruffy|roll_setting} + 4[proficient] + 1[wis]]]}} @{Scruffy|hide_gm_info} @{Scruffy|attacher_skill} I'm still learning about macros/token actions, so I'm hoping someone can help me understand this a bit better. Thanks!