I don't know exactly what issue Tim is having but i noticed a couple of minor glitches. On the combat tab, you have two weapon groups, for melee and ranged, but they both use the same name "repeating_weapon", so when you add a new weapon, a new weapon slot is created in the other too. Also when clicking the button to use a weapon, if you haven't typed anything in the damage field, nothing is printed in chat, and in the console, a syntax error is reported: result.SyntaxErrorcolumn:1expected:(13) [
""("", ""."", ""["", ""abs("", ""ceil("", ""d"", ""floor("", ""round("", ""t"", ""{"", "[ |\t]", "[+|\-]", "[0-9]"]
found:nullline:1message:"Expected "(", ".", "[", "abs(", "ceil(", "d", "floor(", "round(", "t", "{", [ |\t], [+|\-] or
[0-9] but end of input found."name:"SyntaxError"offset:0__proto__:Object This is despite the fact the the default shows a damage of 1d6+2, but it clearly isnt recognising it. It might be better to remove the shadow default, to avoid that confusion.