Just finished the tutorial and started playing around with Macros, trying to get a better understanding on how they work. I understand how the init macro work basically, and can get all init rolls added to the tracker fine, but they are added to the tracker in the order the were rolled and not by numeric values: <a href="https://screenshot.googleplex.com/5JxtpeGyzsUdYci" rel="nofollow">https://screenshot.googleplex.com/5JxtpeGyzsUdYci</a> I would like each roll to be added to the tracker in the correct place via the numeric value that was rolled, so that when everyone finishes rolling I would have the highest roll at the top all the way to the lowest roll at the bottom: <a href="https://screenshot.googleplex.com/8E3vJqrHhyzjPSH" rel="nofollow">https://screenshot.googleplex.com/8E3vJqrHhyzjPSH</a> Right now I am getting this result by clicking on the settings button in the tracker and choosing the 'descending' option under the numeric property: <a href="https://screenshot.googleplex.com/nSqRQZJcjt58fQ3" rel="nofollow">https://screenshot.googleplex.com/nSqRQZJcjt58fQ3</a> Is there a code snippet I can add to the macro that will get the init entries added in a numeric order automatically? Thanks.