
Another fun question: Based on the wiki: <a href="https://wiki.roll20.net/Character_Sheets#Repeating" rel="nofollow">https://wiki.roll20.net/Character_Sheets#Repeating</a>... Using the example code there: <h3>Skills</h3>
<fieldset class="repeating_skills">
<select name="attr_dtype" class="dtype">
<option value="d4">d4</option>
<option value="d6">d6</option>
<option value="d8">d8</option>
<option value="d10">d10</option>
<option value="d12">d12</option>
</select>
<input type="text" name="attr_skillname" />
</fieldset> Can I set "repeating_skills_0_skillname" via the API? I assume so since I saw some spell importers for 5e a while ago. But I also see " Do not attempt to manage these attributes manually " Any insight here? Preemptive: Thanks Aaron! :D EDIT: Found a thread about it: <a href="https://app.roll20.net/forum/post/1031128/api-character-sheet-repeating-fields" rel="nofollow">https://app.roll20.net/forum/post/1031128/api-character-sheet-repeating-fields</a> Kevin if you're around I'd love to understand what you did.