Bug in custom DnD5e Skills Calculation sheet

Be sure to read and follow the guidelines for our forums.

Aug 21, 2024 3:37 pm
This is a great sheet. I especially like the weight calculations. It's also very easy to modify being that the hard work of creating most of the variables has already been done (and the use of prefixes for certain variables allows for easy replication for similar containers, etc.)

However, the indicator for dexterity is still pointing to the str variable. The actual code is
[_dexs$=+dex+(Sstr*prof)]


Where it should be

[_dexs$=+dex+(Sdex*prof)]


Could this be fixed in the original template?

Also, the name of the template has some duplication as well.

Thank you!
Last edited August 22, 2024 12:09 am

You do not have permission to post in this thread.