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 macro with advantage

Hi! i have a question.... I have installed the Turnmaker API, and i have the following macro: /em @{selected|token_name} rolls initiative!  @{selected|wtype}&{template:simple}{{rname=INITIATIVE}}{{mod=@{selected|initiative_bonus}}}{{normal=1}}{{r1=[[@{selected|initiative_style}+@{selected|initiative_bonus}[INIT] &{tracker}]]}}@{selected|charname_output} Question: How can i roll with advantage and keep the highest for the Turnmaker? Thx in advc.
It looks like that works with the 5E by Roll20 sheet, which has the option to alter the Initiative Style from Normal to advantage or disadvantage on the Settings page. The @{selected|initiative_style} is what looks to that setting. Alternatively, replace that with 2d20kh1 as the Initiative tracker needs a single output, so it doesn't work with the regular advantage option of having 2 different rolls.
Works like a charm, thx bro