Hello! I'm having some issues displaying my Macro correctly. I want the table to be displaying in numerical order, from 1. Some of the results of the roll will be grouped together so they should display on the same line currently my code is this: &{template:default} {{name= @{selected|DiceNumb}d@{Mass Combat Template|DiceSize} Ranged Attack Roll}} {{2 - 4=Wide Open! The target of this attack may immediately move towards the attacker, automatically succeeding if a move roll is required. All attacks this round made against the attacker are done so with advantage. }} {{5=Mismanagement. Due to poor leadership, the attacker cannot move this round and loses out on its attack next round.}} {{6 - 7=Defiant. The target weathers the storm with few losses.}} {{8=Shaken. The target must make a Morale check or break.}} {{9=Rain of Doom. The target is destroyed (subject to Armour save, if any))}}} {{Dice Roll=[[@{Mass Combat Template|DiceNumb}d@{Mass Combat Template|DiceSize}+@{Mass Combat Template|MCShootMod}]]}} {{Trait= @{Mass Combat Template|MCTrait}}} Resulting in this: Is there anyway to force the order so that the results are instead 2-4, 5, 6-7, 6-7, 8, 9+? Thank you.