So we are playing a game that has some additional char sheet tracking requirements in pathfinder
What I wanted to do was make some additions to the existing pathfinder by roll20 character sheet that we are using..
My process was to download the existing source from
https://github.com/Roll20/roll20-character-sheets/tree/master/Pathfinder%20by%20Roll20
and add a new tab and some changes. This all works fine and the new tab works great except that
I found that the charactermancer button isn't working.. and the charactermancer seems to break the existing page when it tries to run on the original launch of the page.
In my troubleshooting, I found that even just using the original source from
https://github.com/Roll20/roll20-character-sheets/tree/master/Pathfinder%20by%20Roll20
without any modification, and it still has the same issue. So what I have done is take the .html, .css and translation.json
and paste them into the custom sheet section, and check the Legacy Sanitation..
So I'm not sure if what I'm doing just won't work, or if I am missing a step beyond what I have stated, or if the source from
https://github.com/Roll20/roll20-character-sheets/tree/master/Pathfinder%20by%20Roll20
is not actually the correct source?
Thanks for any advice!