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

When Is An Attribute Auto-Populated From A Sheet?

1405372975

Edited 1405373492
Wil
Sheet Author
Code below for reference: If you look at the sheet HTML linked below, there are some attributes that populated but others that do not. attr_TribeAspect does. attr_FatePoints does. However, the repeating fieldset for attr_tribeSkill and attr_tribeSkillRating (as well as attr_outlookSkill and attr_specialtySkill) do not populate. Neither do the aspects. Am I doing something wrong, or is this by design? It seems the numeric and select inputs populate, with the exception of the select inputs in the skill modes section. P.S. I tried stripping it down to a simpler version like the example on the wiki, with a text input and a number input in the repeating section. Still no dice. I also eliminated two of the three skill sections, and that didn't help either. <a href="http://pastebin.com/4prFCEA5" rel="nofollow">http://pastebin.com/4prFCEA5</a>
1405374300
Sam M.
Pro
Sheet Author
Repeating attributes don't populate the tab ever, they're there but just in the background where you can't see them.
1405374587
Wil
Sheet Author
Ah, ok. That makes sense in a way. I have some housecleaning to do with the attributes sections anyway, so it's all good. Thanks!