Hello, I am using the following macro for initiative: %{selected|INITIATIVE} The game is very combat-heavy, and with multiple creatures on each side, I created this as a token action to make it easier for players and myself (DM) to quickly roll initiative. It already works great. However, in the near future, there is an entire dungeon where the PCs will have to roll initiative, and THEN roll a 1d4 for an extra result that happens. In order to not take up time with the rolling, my thought was to move the macro into a Template form, i.e. one row will be the Initiative roll, the second row will be the 1d4 rolled separately. I tried to do the following: &{template:default} {{name=Initiative}} {{Initiative Roll=%{selected|INITIATIVE}}} {{Unique Roll=[[1d4]]}} However, it won't work because it only shows like this: Please note, when the macro is used, the character's initiative DOES roll and adds to the turn order, but neither the Initiative Roll nor the Unique roll are shown. I spent ~45 minutes looking through other forum posts and tried other methods instead, but those got even less far. I am hoping someone can help me identify what is wrong with the template format. (Depending on how easy this proves to be, I will also eventually explore adding another row that evaluates the roll of the 1d4 and mentions something happens.) Thank you!