Browser: Version 46.0.2490.86 m Extensions: All disabled API Scripts: All disabled Character: "Basis" in my campaign "Shadowrun" should have an attribute attr_ini_w6 but this attribute is for some reason 1 and does not change anymore. It can be output via @{Basis|ini_w6{ as 1. <input class="buttoninput" name="attr_ini_w6" value="1"></input> Under attributes and methods no attribute ini_w6 is created. reaning the field to "attr_iniW6","attr_ini_dice" did not help either. I use many of these attributes and this is the one not working at the moment. Support link Operating System Windows Windows NT 10.0
Screen Resolution 1920 x 1080
Web Browser Chrome 46.0.2490.86
Browser Size 1920 x 995
IP Address 80.110.112.30
Color Depth 24
Javascript Yes
Flash Version 19.0.-1
Cookies Yes
User Agent
Mozilla/5.0 (Windows NT 10.0; WOW64)
AppleWebKit/537.36 (KHTML, like Gecko)
Chrome/46.0.2490.86 Safari/537.36 Console log Spinning up new sandbox... Edit: The solution for me was to move to a new variable name as the old one was obviously broken. Likely there exist multiple variables in the object or something like that. <input class="buttoninput" type="text" name="attr_initiative_basis" value="@{rea}+@{int}" disabled="true"></input>
<input class="buttoninput" type="text" name="attr_initiative_mod" value="0"></input> <input class="buttoninput" type="text" name="attr_initiative_wuerfel" value="0"></input><!--this was ini_w6 before--> But this also means I have to set the value on all characters again, which is annoying - and who says that this won't occur again. I really hope sooner or later it will be feasible to have the character sheets only on roll20 but currently there is absolutely no way beside having a character sheet somewhere else saved as well...