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 .
×
Our team is currently investigating loading issues on the VTT.
Create a free account

Issue with GroupInitiative macro

I used the GroupInitiative macro that was made by The Aaron, and it put a Commoner with a Dex bonus of +0 into the initiative order with a roll of 28. I'm not sure how this could happen. Any ideas?
1532819364
The Aaron
Pro
API Scripter
By default, it adds the value of the attribute dexterity to 1d20. This is because it predates character sheets and it was common practice to just make a stat with the bonus.  You need to delete the first group: !group-init --del-group 1 Then configure whatever you want for the rolls  I believe the 5e OGL is: !group-init --add-group --bare initiative_bonus After that, it should add the right value with: !group-init Check the help for more settings and configuration details: !group-init --help
That did it. Thanks a bunch!
1532839295
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
For anyone else with similar problems on a different sheet, here are some common configurations for GroupInitiative.