im currently making a custom character sheet with a charactermancer to help me streamline monster creation for the game im making. ive been able to rely on the roll20 wiki for pretty much everything despite being a novice programmer because it usually has very good documentation. the charactermancer wiki page is definitely an exception to this. ive been able to bang sticks together hard enough to create all of the html needed for the charactermancer and enough javascript to switch slides and create repeating sections, but now i have no idea how to program the final slide, which is supposed to be the bridge between the charactermancer and the character sheet. i can only assume im supposed to use the setAttr() function to somehow pull values off of the charactermancer data object, which i have no idea how to access in any meaningful way (the getCharmancerData() function has no useful documentation) what i really need is a good example to go off of. the only character sheet that i could find raw code for that uses a charactermancer is a 3ish year old version of the official dnd 5e by roll20 sheet and its basically impossible to read and is honestly a terrible character sheet, not just to learn from, especially considering its age. if you have, can find, or even just know of a sheet with source code that i can look at, that would be great because im pretty sure i need a little more teaching than what your average forum poster has the patience to write out.