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

[5e sheet] Spell save attribute resets to Str

1427661754
Kryx
Pro
Sheet Author
API Scripter
My player's saves seem to always reset to Str. For instance when using Vicious Mockery it keeps reverting to Str. Here is the code: <select name="attr_savestat"> <option value="Str">Str</option> <option value="Dex">Dex</option> <option value="Con">Con</option> <option value="Int">Int</option> <option value="Wis">Wis</option> <option value="Cha">Cha</option> </select> This seems to happen when I update the sheet via HTML in the campaign settings section. Is there a way to prevent this? It seems to be caused by the spells being in a repeatable section and not saved as actual attributes. Do other people experience this? Any ideas? Thanks
1427705858
Kryx
Pro
Sheet Author
API Scripter
Upon further investigation it does not seem to change immediately after putting in new html/css in the campaign settings. I'll try to debug when it exactly happens.