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

Group Initiative API not adding Initiative bonus from Pathfinder 1e Official character sheet

i am new to using api scripts and need some help please.
sorry its the version from the aaron v0.9.35
1615497348
Kraynic
Pro
Sheet Author
It doesn't automatically know the attribute to add to the roll, since every character sheet might have a different attribute name for an initiative bonus. Did you use the commands to add a bonus group with the attribute name for that sheet?  I'm fairly sure that sheet uses "initiative" as the name of the bonus, so the command would be something like this: !group-init --add-group --bare initiative If you want dex to be added as a decimal for tie breakers, then you would use this: !group-init --add-group --bare initiative --tie-breaker dexterity
1615497365
Andreas J.
Forum Champion
Sheet Author
Translator
You need to configure GroupInit to work with the sheet manually, as there is no preset for that sheet. The settings used for Pathfinder Community sheet might be useful as an indicator, but you need to figure out the attribute names of the relevant attributes on the PF 1E official sheet. <a href="https://wiki.roll20.net/GroupInitiative#Configuring_for_Specific_Sheets" rel="nofollow">https://wiki.roll20.net/GroupInitiative#Configuring_for_Specific_Sheets</a> You could search the forums or internet if somone have shared their settings for the PF1E sheet.
thanks guys i will check these out&nbsp;