Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Initiative tracker question.

i was wondering how to have a characters/npc's initiative modifier to show in the initiative tracker that would make for faster reference in case of ties to see who actually has higher initiative ive seen videos of roll 20 games where the tracker shows someones itit like this example.. 17.5
Well, that's usually done manually... however, I think you could make a macro that would work. Let me try something... Yeah, this works. It requires an Attribute called "initiative" of course, which is the initiative modifier: @{selected|token_name} rolls [[1d20+@{Initiative}&{tracker}+(@{initiative}/10)]] for initiative! The output is a d20, plus the modifier, plus the modifier itself as a decimal. Ie: 17.5 is the result of a rolled 12, a modifier of 5, and then that same modifier divided by 10. 12+5+0.5 = 17.5 This way, each result is, in turn, sorted by the modifier itself as a decimal. If there's still a tie, you're on your own. Hope that helps! -Phnord
thx