
Having calculation issues with GroupCheck.
I haven’t used the API in a few months, but noticed today it wasn’t calculating the numbers correctly. Never had an issue in the past. Not sure what’s changed in my campaign, so I started a brand new game and I’m still seeing the same problem.
Configuration:
1 – NOT using Jumpgate
2 – Using D&D 5E 2014 by Roll20 sheet
3 – GroupCheck “latest” version from the Roll20 Mod Library
4 – GroupCheck configured for 5e-OGL
Issue:
GroupCheck calculating the wrong result no matter which check I choose.
Example: Strength check
The picture below shows the results from the “Strength Check” formula shown below:
FORMULA = [[d20 + ([[d0 + @{strength_save_bonus}@{pbd_safe}]]*(1-@{npc})) [PC] + (@{npc_str_save}*@{npc}) [NPC]]]
- It’s getting the @{strength_save_bonus} correct (3)
- Not sure what @{pbd_safe} does in this formula?
- Not getting correct value for @{npc} (1). The value for the “npc” attribute on the character sheet is 0, not 1. Even if I change “npc” value to 2000, it still shows (1). Still get a 1 if I delete the “npc” attribute.
- Not getting correct value for @{npc_str_save}. It shows (2), which matches my strength modifier, but I can’t find @{npc_str_save} anywhere on the character sheet attributes.
Is anyone else seeing a similar issue?
*****************************************************************************
The PRIMARY issue is GroupCheck is seeing @{npc}=1 when it should be "0"