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 .
×

Star wars rpg FFG sheet error msg.

No attribute was found for @{Ronin|encumbrancemax} I keep getting this msg when rolling things on my character sheet. I can't find where it's referring too within the sheet.  Character name is Ronin
1776024691

Edited 1776024784
vÍnce
Pro
Sheet Author
I think roll20 may have made some change to the VTT or API handling?  Not sure.   Just a quick observation of the FFG Star Wars sheet (API- compatible) ; These three lines have not changed on the sheet in 10 years according to github file history; <input name="attr_encumbrance_max" type="number" min="1" value="1" /> <input name="attr_encumbrancemax" type="hidden" value="@{encumbrance|max}" disabled /> <input name="attr_encumbrance" type="number" min="0" value="0" /><br /> Many of the rolls on the sheet (also not changed in many years) include "encumbrancemax" like so; <button type='roll' name='roll_Athletics' value='!eed characterID(@{character_id}) label(skill:Athletics) @{diceAthletics} encum(@{encumbrancemax}|@{encumbrance}) skill(@{rankAthletics}|@{brawn}|Athletics) @{dicePool} (gmdice)'></button> I was able to simply add "encumbrancemax" value="1" on the Attributes tab and no longer get the error in chat.  BUT, I have no idea how the sheet and/or the dice roller mod uses "encumbrancemax" though. Might send a DM to the listed sheet author Tim P.  and see if they could take a look. Cheers
1776036813
vÍnce
Pro
Sheet Author
Just a followup; did a little testing...&nbsp; Seems that roll20 chat is no longer able to read attribute names that end in "max" (note: attribute names that end with "_max" work as expected) making a bug report: <a href="https://app.roll20.net/forum/permalink/12721651/" rel="nofollow">https://app.roll20.net/forum/permalink/12721651/</a>
Thank you very much!