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

[Script] Group initiative

Hello. When I issue the command to add initiative for a group of monsters in the turn tracker the script takes in account the roll of a d20 plus the whole dexterity score, not the bonus. So, for a goblin, the initiative is d20 + 14 instead of d20 + 2. How can I set up the script to make it take just the right parameter by default? 
1507487220
The Aaron
Pro
API Scripter
Assuming you're using the OGL sheet, start with: !group-init --del-group 1 !group-init --add-group --bare initiative_bonus If you're using some other character sheet, you'll need to replace initiative_bonus with the attribute to add in.